I am using this function to get account cash value
GetAccountValue(AccountItem.CashValue);
This give correct value when I test my strategy on simulated data but when I test my strategy on historical data for backtesting it gives zero for cash value.Please tell me why this function gives zero value in backtesting on historical data.
Thanks,
Irfan

Comment