For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
Help with FibonacciPivotPoint()
-
Hi All
I want to call FibonacciPivotPoint() method using the High, Low & Close values and use the results in the strategy. I am not sure how to pass the HLC info and get back the calculated values like PP, R1, S1 etc. Any help here is much appreciated
self.pvData_H = 377.75 self.pvData_L = 317.05 self.pvData_C = 334.10 self.Fib = bt.indicators.FibonacciPivotPoint()
-
@kk7134 Привет. Ну как разобрался? а то у меня схожая ситуация