Hi guys,
can somebody modify this indi so it shows 4 digits not 5?
And yes feel free to use it
can somebody modify this indi so it shows 4 digits not 5?
And yes feel free to use it

Attached File(s)
4 Digit & 5 Digit Brokers 11 replies
Adjusting an EA from 4 digit to 5 digit broker 56 replies
migrating from 4-digit to 5-digit broker. help! 0 replies
5 Digit price in 4 digit broker backtest 0 replies
Detecting 4 digit vs 5 digit broker 2 replies
string Market_Price = DoubleToStr(Bid, Digits);
string Market_Price = DoubleToStr(Bid, 4);
string Market_Price = DoubleToStr(Bid, 6);