ATR EA Working on All Symbols ?
-
Hello, so I'm using an EA that can read the ATR of the Forex 28 + SGD + Oils and XAUUSD Pairs well because they have only 1 first digit on the ATR so it works properly, but on pairs like XAUUSD that have 2 digits first on the ATR it makes the trades but it calculates wrong so it says is 100 when in reality it's 1000, looking for help or tips to make it work also.

-
@raikneroz You can include a condition in your EA for XAUUSD only in wich you adjust that number.
-
@l-andorrà Hey, still looking for a solution to make the ATR calculate the pips on the EA on non forex symbols, since I'm using a indi with ATR coded on the indi and have several constants for it and is on my modify variables block not sure how can I make a separated ATR for non forex symbols.
-
@raikneroz Are you sure your EA is including the right pip size rules for those non-forex signals. I guess the problem should be there.
-
@l-andorrà It is not, I have no clue where to change that or even how to change that tried altering mql4 code but no success..
-
@raikneroz Can you please share the link to the latest EA version?