I have a question about the relationship between the indicator and strategy.
If I have a variable called trigger that is updated in a indicator when the opupdate() fucntion is serviced, and I reference that variable in a strategy, how does it get updated within the strategy. I created a simple test strategy and setup a condition based on the variable. What I am seeing is it never gets passed over to the strategy. Is there a specific way I must access it after I have used the add Trigger() in the strategy ?
I hope this makes sense what I am asking
Thanks

Comment