PivotPointBar
Author: sofia
Creation Date: 1/18/2013 11:16 PM
profile picture

sofia

#1
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

profile picture

Eugene

#2
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".
profile picture

sofia

#3
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
This website uses cookies to improve your experience. We'll assume you're ok with that, but you can opt-out if you wish (Read more).