Hello all!
As far as I understand the Execute() method gets executed for every symbol in the selected portfolio.
I would like to print some information which does not change during the execution or is available after the execution. Is there a way to run something like PreExecute() and PostExecute() methods?
Many thanks,
Konstantin
Size:
Color:
Size:
Color:
HI Eugene,
This article is very helpful!
Many thanks,
Konstantin
Size:
Color:
Glad to have helped.
Size:
Color:
Hi Eugene,
I have been using the "simpler approach" for a long time. It did fulfill my requirements very good. Now run into a limitation and need some help with that.
What I currently have is:
CODE:
Please log in to see this code.
I need to initialize my object every time when I start a backtest, especially when I am playing around with my sliders. If I execute the strategy on a single symbol, which is not the first in the DataSet, then my Init-Method never gets called?
Is there a way determine whether the strategy is being executed on a single symbol or on a full DataSet?
Many thanks,
Konstantin
Size:
Color:
Size:
Color:
Hi Eugene,
thanks a lot! That helped!
Cheers,
Konstantin
Size:
Color: