Hello everybody,
Not sure if an indicator similar to what I need is posted somewhere on the forums or not, as I have looked at a ton of them and not found what I need.
If someone would be willing to code this indi for me, that would be so wonderful.
My trading strategy is based on support and resistance lines using 3 day pivot points instead of 1 day pivots. This is how my strategy goes...
I use a spread sheet to input the necessary values and then plot them on the chart with the horizontal line tool. I would like to automate this process...
3 Day Pivots
1. 3 day high...example: 1.5016
2. 3 day low...example: 1.4805
3. 3 day close...example: 1.4960
Formula:
PP = (High + Low + Close)/3
Support = 2*PP-High
Resistance = 2*PP-Low
Plugging in the values above into the formula results in the following:
PP = (1.5016 + 1.4805 + 1.4960)/3 = 1.4927
Support (S1) = 2*1.4927-1.5016 = 1.4838
Resistance (R1) = 2*1.4927-1.4805 = 1.5049
In addition to the indi plotting these values as horizontal lines, the 3 Day High, Low and close should be plotted as well, as they also serve as support and resistance lines. It should be noted (just for clarification) that the "3 Day Close" is actually the close of the current trading day.
I would even be willing to negotiate a fee, if that's allowed...
Thanks in advance,
Steven Gautreaux
Not sure if an indicator similar to what I need is posted somewhere on the forums or not, as I have looked at a ton of them and not found what I need.
If someone would be willing to code this indi for me, that would be so wonderful.
My trading strategy is based on support and resistance lines using 3 day pivot points instead of 1 day pivots. This is how my strategy goes...
I use a spread sheet to input the necessary values and then plot them on the chart with the horizontal line tool. I would like to automate this process...
3 Day Pivots
1. 3 day high...example: 1.5016
2. 3 day low...example: 1.4805
3. 3 day close...example: 1.4960
Formula:
PP = (High + Low + Close)/3
Support = 2*PP-High
Resistance = 2*PP-Low
Plugging in the values above into the formula results in the following:
PP = (1.5016 + 1.4805 + 1.4960)/3 = 1.4927
Support (S1) = 2*1.4927-1.5016 = 1.4838
Resistance (R1) = 2*1.4927-1.4805 = 1.5049
In addition to the indi plotting these values as horizontal lines, the 3 Day High, Low and close should be plotted as well, as they also serve as support and resistance lines. It should be noted (just for clarification) that the "3 Day Close" is actually the close of the current trading day.
I would even be willing to negotiate a fee, if that's allowed...
Thanks in advance,
Steven Gautreaux