Re: 🔺 MT5 XARD - Simple Trend Following Trading System

2002
Regarding the arrows used by SEMAPHORE,

Is anyone seeing tall rectangular boxes displayed instead of arrows?

I'm not sure of the exact cause, but the arrows can be displayed correctly by making the following changes.

In the source code, locate lines like these:

Code: Select all

Before the change
ObjectSetString(0, name, OBJPROP_TEXT, CharToString((char)S1kod));

After the change
ObjectSetString(0, name, OBJPROP_TEXT, ShortToString((short)S1kod));
  • Change CharToString to ShortToString.
  • Change char to short.
  • Make the same changes for S1kod through S6kod, then rebuild the code.
These users thanked the author funchi for the post (total 2):
budhi1976, URS

Re: 🔺 MT5 XARD - Simple Trend Following Trading System

2003
Vetis wrote: Mon May 25, 2026 1:26 am 3 markers in the same direction across TF1H 15M 4M + candle color in same direction + dashboards conditions same direction = full alignement

u have this situation currently on BTC in IC markets 1H buy marker 15M buy marker on 4M you must wait for marker (small marker 2 small dots) or big marker ( 2 big dots) + color change

if u want it easier without changing TF you can trade on 4M Square + arrow in same direction plus marker + color change this way ur trading highest TF represented on M4. ( not always perfect too see full piscture this way but without switching TF's)

1H.jpg
15M.jpg
4M.jpg
Thanks Vetis for sharing this information. Thanks Xard for making this system. Learning a lot from other members as well. Forex Station is awesome by all means
These users thanked the author anubis19 for the post:
Dimkin

Re: 🔺 MT5 XARD - Simple Trend Following Trading System

2006
Hi everyone, it's been a while since I wrote, but I didn't do it right because it seems that I'm the only person here who doesn't learn, but I don't want to leverage this, I'm writing, even if I wanted to do it for a long time to know why the latest updates, even though I insert it into the MT5 as I always did, are not displayed, I have empty candles, could it be that my broker doesn't update the platform?

Edit: Solved here.

Re: 🔺 MT5 XARD - Simple Trend Following Trading System

2007
Lenovo wrote: Tue Jun 09, 2026 10:49 pm Hi everyone, it's been a while since I wrote, but I didn't do it right because it seems that I'm the only person here who doesn't learn, but I don't want to leverage this, I'm writing, even if I wanted to do it for a long time to know why the latest updates, even though I insert it into the MT5 as I always did, are not displayed, I have empty candles, could it be that my broker doesn't update the platform?
Don't reply all at once, I'll have trouble reading :-) :D I was just being ironic, it was to lighten the mood
These users thanked the author Lenovo for the post:
Ogee

Re: 🔺 MT5 XARD - Simple Trend Following Trading System

2009
Lenovo wrote: Tue Jun 09, 2026 10:49 pm Hi everyone, it's been a while since I wrote, but I didn't do it right because it seems that I'm the only person here who doesn't learn, but I don't want to leverage this, I'm writing, even if I wanted to do it for a long time to know why the latest updates, even though I insert it into the MT5 as I always did, are not displayed, I have empty candles, could it be that my broker doesn't update the platform?
I didn't see your post! But now I do 👋

I wonder which version are you are having some issues loading? Are you using this one?