I then added it to a strategy so I can compare the indicator to the trades, but it throws this error:
Assertion failed: abort, retry, ignore?
IndicatorBase.InputInitialize
followed by a stacktrace.
I tried removing all my script from my indicator so that it's just a shell with nothing in the event methods, but it still happens.
I have added it in the same way in the strategy's initialize method as I added the other indicators I am using.
What is this InputInitialize assertion? What am I doing wrong or is there any way I can fix this?
Thanks


Comment