Re: 🔺 MT5 XARD - Simple Trend Following Trading System

71
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

72
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

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.
You can use autosession indicator.

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

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
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

76
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

77
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

78
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

Re: 🔺 MT5 XARD - Simple Trend Following Trading System

79
Comparing the open lines of MT4 and MT5, same broker but different open line positions, anyone know why?

Also the clock of NY time, MT5 is one hour faster than MT4, and HK time is one hour slower than MT4.
XARD: Here is the clock indicator, I will look at the open line.
These users thanked the author horizon202 for the post (total 3):
Curioso, mazibee, eduarescobar

Re: 🔺 MT5 XARD - Simple Trend Following Trading System

80
RE Clock settings
I have added a user input menu to set the clock.
Here is the updated XU CLOCK.ex5 indicator.
Best,
Xard777

Code: Select all

// Clock Time Zone Offsets
input string clockSection            = "------ Clock Time Zone Offsets ------"; // Clock offset customization section
input int    hkOffset                = 5;               // Hong Kong time offset (hours)
input int    londonOffset            = -2;              // London time offset (hours)
input int    nycOffset               = -7;              // NYC time offset (hours)
These users thanked the author xard777 for the post (total 11):
Jimmy, Cagliostro, WN25, horizon202, Abzak, thomdel, lukgoku, Curioso, Mundu19, Ababai, eduarescobar
XARD: If Carlsberg made charts... Probably the best charts in the world