Simpler Way Than Using 8 Blocks?
-
Now this option controls the point format for any symbol, so if you have single trailing stop with TS = 10 pips, these 10 pips will be different for each symbol, depending on these settings.
Otherwise the point format itself, the real one can be get from this MQL4 function:
MarketInfo(Symbol(), MODE_POINT)this gives you value like 0.00001
or if you want value that says the number of digits:
MarketInfo(Symbol(), MODE_DIGITS)this gives tou value like 5
or to get the modified point format according the rules in the new option:
CustomPoint(Symbol())this is the function that I now added for this option... will I ever change it's name... I don't know.
All these things above, they are currently not in Condition block becaue they look to me too specific, but people often ask for them so maybe I will include them.
-
-
this is amazing, thank you! Exactly what I was trying to figure out the last 2 months! I just tested it and it works - http://fxdreema.com/shared/vPW2evoee
I am sure no other program out there offers the set of features and level of support that your does so I hope it gets wide exposure and lots more people come to use it! -
