You will have to write your question so that we know what you are asking
I need to plus 100pips to "openDay"
string lvl_plus100pip = DoubleToStr( dayOpenPrice * 0.01 );
Above code for EURUSD but when I use that code for USDJPY it does not work until when I change it like below.
DoubleToStr( dayOpenPrice * 1.0 );
Hello,
How can I get code for 100.0 pips?
Best,
Max