declare lower;
def x = CompoundValue(2, x[1] + x[2], 1);
plot FibonacciNumbers = x;
这是在thinkscript中我想在python中转换它实际上我正在转换python backtrader中的Thinkorswim策略之一
declare lower;
def x = CompoundValue(2, x[1] + x[2], 1);
plot FibonacciNumbers = x;
这是在thinkscript中我想在python中转换它实际上我正在转换python backtrader中的Thinkorswim策略之一