I would really appreciate it if someone could advise me with the issue as follows:
I programmed a strategy and I intended to implement a money management method.
As I require the current cash value status on a five minute timeframe to develop a money management logic in there I used the expression GetAccountValue(AccountItem.CashValue).
The problem is that this command returns always "0" zero after every bar even if my accounts status at the control center displays still more than 50 grands. How is that possible? What's the mistake?
Many thanks.
Cheers!
Rob

Comment