declare lower;
def x = CompoundValue(2, x[1] + x[2], 1);
plot FibonacciNumbers = x;
This is in thinkscript i want to convert this in python actually i am converting one of Thinkorswim strategy in python backtrader
declare lower;
def x = CompoundValue(2, x[1] + x[2], 1);
plot FibonacciNumbers = x;
This is in thinkscript i want to convert this in python actually i am converting one of Thinkorswim strategy in python backtrader