Hello,
Is the function "PivotPointBar.Series(bars, per, true, tradeable);" same as
(HighestBar.Series(High,10)[bar] < LowestBar.Series(Low,10)[bar])
PivotPointBar does not return a static value, i.e the bars keep on changing based on most recent high or low. What about HighestBar ? Does it return a static value ?
Thanks,
Sofia
Size:
Color:
QUOTE:
Is the function "PivotPointBar.Series(bars, per, true, tradeable);" same as
(HighestBar.Series(High,10)[bar] < LowestBar.Series(Low,10)[bar])
Yes it is, provided that "tradeable == true".
Size:
Color:
Thanks, one more question.
I am using some code from "Adaptive_ronk0_channel" strategy to setup my trigger points.
Here is what I am trying to do.
CODE:
Please log in to see this code.
Thanks,
Sofia
Size:
Color: