Rank: Member
Groups: Registered, Registered Users, Subscribers Joined: 9/26/2005(UTC) Posts: 11 Location: Houston
|
Could someone help me make this indicator? I want a total of 7 horizontal lines derived from the last period.
Pivot = ( High + Close + Low ) / 3
Resistance1 = 2 * Pivot - Low
Support1 = 2 * Pivot - High
Resistance2 = Pivot + (Resistance1 - Support1)
Support2 = Pivot - (Resistance1 - Support1)
Resistance3 = High + 2*(Pivot - Low)
Support3 = Low - 2*(High - Pivot)
Thank you !!!
Steven
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users Joined: 1/19/2005(UTC) Posts: 1,065 Location: Koh Pha-Ngan, Earth
Was thanked: 2 time(s) in 2 post(s)
|
Steven, Pivots based on the previous bar (period) don't make that much sense on a chart.
For intraday pivots, one would derive them from the previous daily session's H/L/C. For daily Pivots, I would use weekly HLC values, but some use monthly values. For weekly pivots try monthly HLC values.
Take a look at the Intraday Pivots code and use it as a template for your pivots formula.
jose '-)
|
|
|
|
Users browsing this topic |
Guest (Hidden)
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.