Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hey everyone, if i use replaydata to replay the tick data on the 5 min timeframe, can i just use data.high data.low...to access the 5 min bar's value in strategy init part?
You don't access values in __init__ because things are getting initialized. Read
__init__