iam attaching the fractals pivot indicator of tradestation for the ninja trader (6.5 & 7).
but i need to make some changes in it.
this indicator works as leftstrength and rightstrength on the attachment i had it as 2 & 2 both.
i need help to change small thing on it, if someone can help me i appricate that.
the change is not to plot for example two upper pivots or two downward pivot in row, i want it to plot upper pivot then when we get downward pivot then upper pivot and go on, i need it to be in sequence once we get upper pivot then its possible to get downward pivot after that upper pivot.....
(if its not clear i can add more images)
thank you
The following 2 users say Thank You to esam_jir for this post:
If you were to use your code to (1) connect (read drawline/drawray) the Highs if the more recent Highs are lower than the previous Highs and (2) connect the Lows if the more recent Lows are greater than the previous Lows,
thank u about the help.
but iam not a programmer, i dont know how to do that. can u show me how should i change this in the indicator, or can u please edit it to do the lows and the high as i mentioned.
are you trying to code td megaphone? from your description it sounds like it. you could use some of the codes i have here. i wouldn't know how to use the code you have.
I'm trying to code a TD Demand Point but not sure how to go about doing so.
A Level 1 TD Demand Point is defined as a low which has a higher low on either side of it and a Level 3 TD Demand Point is defined as a low which has 3 higher lows …
i think once you have the upper pivot, you need to have a boolean to indicate the upper pivot is achieved. Then you would need something like "if (upperpivot == true) then..." you would use the parameters to look for the downward pivot.
as i told u before i dont have any idea how to code or to change indicator prameters, i just wanted to this indicator to plot downward pivot just after we get upper pivot and upper pivot just after we get downward pivot ( not to plot 2 upper pivot in row without getting downward pivot and opposite)
The name of the attached file is "Fractals pivot tradestation", but the indicator only works with NT.
Esam-jir says that the file has been transformed from TS, but I don't find it in internet. I would like to know if he's got it
iam attaching the fractals pivot indicator of tradestation for the ninja trader (6.5 & 7).
but i need to make some changes in it. plz see it in post 1
this indicator works as leftstrength and rightstrength on the attachment i had it as 2 & 2 both.
i need help to change small thing on it, if someone can help me i appricate that.
the change is not to plot for example two upper pivots or two downward pivot in row, i want it to plot upper pivot then when we get downward pivot then upper pivot and go on, i need it to be in sequence once we get upper pivot then its possible to get downward pivot after that upper pivot.....
(if its not clear i can add more images)