milanese » Sun Apr 27, 2014 10:48 pm wrote:for spread you can use this:juniorlcq93 » Sun Apr 27, 2014 1:12 pm wrote:
so can I say tick volume is actually my Total Volume ??
Spread = difference from bid and ask price ?? Means it is not 0 Integer then ??? I had to use MarketInfo to get bid and ask price minus ?CheersCode: Select all
spread=MarketInfo(Symbol(),MODE_SPREAD);
Tommaso
What about the real volume ???? I checked and it says iVolume returns tick volume value from the specific bars ...