for some reason, I get the following error in the LOG when I run this strategy. Note that I get NO compile errors.
Error on calling 'OnBarUpdate' method for strategy 'AutoCOMASPers': ADX[barsAgo]: barsAgo must be greater/equal 0 but was -1
Note: I do not refer or use the ADX indicator at all in this strategy. To try to resolve this issue, I have tried renaming my variable to bbarsAgo--just in the off chance of the ADX method was attempting to use my variable.
In my strategy, I am assigning the value of 'bbarsago' from the MRO method--which can and does often result in a value of -1 (which is a valid value in this method)
Is this a case of some other error causing this error? ANy help would be appreciated.

Comment