I'm trying to get a script to pull the values of each digit.
Let's say the bid is 1.12345
The Bid function returns: 1.1234
MarketInfo(Symbol(), MODE_BID) returns: 1.1234
What else is there?
Let's say the bid is 1.12345
The Bid function returns: 1.1234
MarketInfo(Symbol(), MODE_BID) returns: 1.1234
What else is there?