Hi,
I'm looking to build an algorithm based on a specific value of the closed price. Actually I would like to backtest this algorithm based on the : (high + low + 2 * close)/4 price.
How can I past this value in the data.history() method to backtest the algorithm for the last year and a half ?
Thanks