Im new in NT programming. How can I get min/max lot (unit, quantity etc..) like MT4?
MarketInfo(Symbol(), MODE_MINLOT);
How to get Account size in backtest? I'd like to code risk base strategy, but in GetAccountValue(AccountItem.CashValue) put always 0 in backtest.
thanks,
Bandito

Comment