Login Page - Create Account

Support Board


Date/Time: Thu, 03 Jul 2025 11:08:40 +0000



Post From: Pivot Point Levels

[2015-07-20 08:25:29]
bjohnson777 (Brett Johnson) - Posts: 284
Modifying the source code, there's a way of doing it like I did in my output graph program. Automating it makes it "set and forget".

Usually the first two support/resistance pivot point lines need to be manually calculated because of their equations. After that they can be looped... at least if the equations aren't custom above/below the second line.

While the support PP line is above the bottom of the visible graph, loop the rest.

While the resistance PP line is below the top of the visible graph, loop the rest.

Safety: Have some minimal value the PP line has to move based on price movement X bars back.

Safety: Have a maximum number of PP lines drawn just in case there's some weird price jump or something else unaccounted for.

For ACSIL auto trading programs, make sure there's at least one PP line drawn above and below the price line even if it isn't visible on the chart.