Is there an example of how to use in the same strategy :
1) execution on a 1 min timeframe
2) using values from indicators calculated on a higher time frame (for example 30 min )
meaning i want to enterlonglimit with the limit price derived from a value calculated on the 30 min time frame (not enterlong with a market order)
would the primary timeframe be 1 min and use a secondary time frame as 30 min?
then calculate the indicators values and save in a local variable on the Onbarupdate for the 30 min series. then use the values in the saved variable on the onbarupdate for the 1 min series for execution ?
any advice on how to proceed and/or an example would be appreciated.

Comment