Re: 🔺 MT5 XARD - Simple Trend Following Trading System

71
Hello and thank you in advance for your time 🙏
I've been searching a lot, but couldn't find what I need, and I'm a bit overwhelmed. I'd be super grateful for any help or suggestions.

1. MT5 version of KillZone indicator:
I’m looking for an indicator like KillZone but for MT5.
I spoke to the developer of the MT4 version, and he said he based it on these two indicators:

code/1643

code/7419

Unfortunately, I have no coding experience and would really appreciate if anyone could help create a similar version for MT5, or even point me to an existing solution.
Ideally, I’d like an indicator that can:

Draw session boxes based on custom time inputs

Extend the box to the right

Work cleanly in MT5

2. Other indicators I'm looking for:
SUPDEM Box with Button for MT5 (to show/hide supply/demand zones)

A ChartSync tool for MT5 (to sync timeframes/symbols across charts)

A Brilliant Session Levels style indicator for MT5 (that draws Open/Close lines for sessions)

If you know of any alternatives, that would be amazing.
Thank you again for your time and support. 🙏

XARD: Here is iSessions.mq5, you can manipulate the Data within the input menu.
These users thanked the author iardavan for the post (total 4):
Curioso, Abzak, FXMann, boytoy
When your strategy is based on hope, it's a HOPELESS strategy!


Re: 🔺 MT5 XARD - Simple Trend Following Trading System

72
iardavan wrote: Mon Apr 07, 2025 1:40 am Hello and thank you in advance for your time 🙏
I've been searching a lot, but couldn't find what I need, and I'm a bit overwhelmed. I'd be super grateful for any help or suggestions.

1. MT5 version of KillZone indicator:
I’m looking for an indicator like KillZone but for MT5.
I spoke to the developer of the MT4 version, and he said he based it on these two indicators:

code/1643

code/7419

Unfortunately, I have no coding experience and would really appreciate if anyone could help create a similar version for MT5, or even point me to an existing solution.
Ideally, I’d like an indicator that can:

Draw session boxes based on custom time inputs

Extend the box to the right

Work cleanly in MT5

2. Other indicators I'm looking for:
SUPDEM Box with Button for MT5 (to show/hide supply/demand zones)

A ChartSync tool for MT5 (to sync timeframes/symbols across charts)

A Brilliant Session Levels style indicator for MT5 (that draws Open/Close lines for sessions)

If you know of any alternatives, that would be amazing.
Thank you again for your time and support. 🙏

XARD: Here is iSessions.mq5, you can manipulate the Data within the input menu.
Hello iardavan,

Maybe these versions will help you with what you're looking for:

Sync object indicator attach to charts utilizing time frames of your choice
Supply and Demand (on/off button)
Rijay's System of Moving Averages
These users thanked the author Curioso for the post (total 2):
iardavan, boytoy
In trading, passion and dedication are essential. Respect your natural tendency and don't go against the flow of the market. Corrections are part of evolution.

Re: 🔺 MT5 XARD - Simple Trend Following Trading System

73
iardavan wrote: Mon Apr 07, 2025 1:40 am Hello and thank you in advance for your time 🙏
I've been searching a lot, but couldn't find what I need, and I'm a bit overwhelmed. I'd be super grateful for any help or suggestions.

1. MT5 version of KillZone indicator:
I’m looking for an indicator like KillZone but for MT5.
I spoke to the developer of the MT4 version, and he said he based it on these two indicators:

code/1643

code/7419

Unfortunately, I have no coding experience and would really appreciate if anyone could help create a similar version for MT5, or even point me to an existing solution.
Ideally, I’d like an indicator that can:

Draw session boxes based on custom time inputs

Extend the box to the right

Work cleanly in MT5

2. Other indicators I'm looking for:
SUPDEM Box with Button for MT5 (to show/hide supply/demand zones)

A ChartSync tool for MT5 (to sync timeframes/symbols across charts)

A Brilliant Session Levels style indicator for MT5 (that draws Open/Close lines for sessions)

If you know of any alternatives, that would be amazing.
Thank you again for your time and support. 🙏

XARD: Here is iSessions.mq5, you can manipulate the Data within the input menu.
"Bro, I wrote my indicator with Grok and it blew my mind! Big respect to it, seriously. I just couldn’t get the on/off button to work properly. Also, one more question — why doesn’t the position sizer EA work on XARD charts?"

edit: found this but it is old version and it is indicator! post1295507710.html#p1295507710
These users thanked the author iardavan for the post (total 4):
boytoy, mrtools, Curioso, Mundu19
When your strategy is based on hope, it's a HOPELESS strategy!

Re: 🔺 MT5 XARD - Simple Trend Following Trading System

74
iardavan wrote: Mon Apr 07, 2025 7:21 am "Bro, I wrote my indicator with Grok and it blew my mind! Big respect to it, seriously. I just couldn’t get the on/off button to work properly. Also, one more question — why doesn’t the position sizer EA work on XARD charts?"

edit: found this but it is old version and it is indicator! post1295507710.html#p1295507710
Very good find.. thank you for sharing
These users thanked the author boytoy for the post (total 2):
Curioso, iardavan

DownloadRe: 🔺 MT5 XARD - Simple Trend Following Trading System

75
iardavan wrote: Mon Apr 07, 2025 1:40 am Hello and thank you in advance for your time 🙏
I've been searching a lot, but couldn't find what I need, and I'm a bit overwhelmed. I'd be super grateful for any help or suggestions.

1. MT5 version of KillZone indicator:
I’m looking for an indicator like KillZone but for MT5.
I spoke to the developer of the MT4 version, and he said he based it on these two indicators:

code/1643

code/7419

Unfortunately, I have no coding experience and would really appreciate if anyone could help create a similar version for MT5, or even point me to an existing solution.
Ideally, I’d like an indicator that can:

Draw session boxes based on custom time inputs

Extend the box to the right

Work cleanly in MT5

2. Other indicators I'm looking for:
SUPDEM Box with Button for MT5 (to show/hide supply/demand zones)

A ChartSync tool for MT5 (to sync timeframes/symbols across charts)

A Brilliant Session Levels style indicator for MT5 (that draws Open/Close lines for sessions)

If you know of any alternatives, that would be amazing.
Thank you again for your time and support. 🙏

XARD: Here is iSessions.mq5, you can manipulate the Data within the input menu.
You can use autosession indicator.

These users thanked the author FiveS for the post (total 7):
xard777, Curioso, boytoy, jackboton, iardavan, budhi1976, Mundu19


Re: 🔺 MT5 XARD - Simple Trend Following Trading System

76
iardavan wrote: Mon Apr 07, 2025 7:21 am "Bro, I wrote my indicator with Grok and it blew my mind! Big respect to it, seriously. I just couldn’t get the on/off button to work properly. Also, one more question — why doesn’t the position sizer EA work on XARD charts?"

edit: found this but it is old version and it is indicator! post1295507710.html#p1295507710
Hello iardavan,

Exploring MQL5 a bit, I really liked your challenge of taking a code that's already been done and exploring the button part.

What do you think?
These users thanked the author Curioso for the post (total 2):
iardavan, mazibee
In trading, passion and dedication are essential. Respect your natural tendency and don't go against the flow of the market. Corrections are part of evolution.

Re: 🔺 MT5 XARD - Simple Trend Following Trading System

78
Curioso wrote: Mon Apr 07, 2025 6:45 pm Hello iardavan,

Exploring MQL5 a bit, I really liked your challenge of taking a code that's already been done and exploring the button part.

What do you think?
You know what?! Even the original creator wouldn't have thought how cool it would be to have a button for each range! It's awesome. Thanks for your help!
Do you have any suggestions for a good and powerful position sizer EA or position manager EA for MT5? Thanks a lot!
These users thanked the author iardavan for the post:
Curioso
When your strategy is based on hope, it's a HOPELESS strategy!

Re: 🔺 MT5 XARD - Simple Trend Following Trading System

79
Hello guys. GBPAUD trade. First entry is me and fomo. Second one much cleaner as the second Oracle higher time frame was also in agreement. Closed when yellow candles creeped in.
I've also attached the xard dash, incase there is someone with the same symbols. First image is what the dash would show on the forex pairs, second is what it shows on the indices.
XARD: Trading off the VWAP & Oracle: No Brainer
These users thanked the author Abzak for the post (total 5):
xard777, Cagliostro, iardavan, Ababai, eduarescobar

Re: 🔺 MT5 XARD - Simple Trend Following Trading System

80
Here is the Dash2.mq5, anyone want to try their hand at recoloring the text (and background if need be).
Looking forward to you posting your updated version.

See the user color section...
// User Colors Section
input string colorSection = "------ User Colors ------"; // Color customization section
input color userBackgroundColor = clrSnow; // Background color
input color userTitleColor = C'60,110,123'; // Title color
input color userPairColor = C'70,96,108'; // Pair and non-highlighted data color
input color userHighlightColor = clrDodgerBlue; // Highlight color for current symbol
input color userPriceUpColor = C'152,205,255'; // Price up color
input color userPriceDownColor = C'255,152,205'; // Price down color
input color userChangeUpColor = C'152,205,255'; // Change up color
input color userChangeDownColor = C'255,152,205'; // Change down color
input color userPercentUpColor = clrGreen; // Percent up color (triangle and text)
input color userPercentDownColor = clrCrimson; // Percent down color (triangle and text)


Best,
Xard777
These users thanked the author xard777 for the post (total 5):
ManilaSpurs, Abzak, Curioso, mazibee, eduarescobar
XARD: If Carlsberg made charts... Probably the best charts in the world