Pivot Star

Instead of installing multiple indicators, Pivot Star brings all of your favorites into one easy to use package. Choose from Standard, Fibonacci, Camarilla, Woody’s and Demark pivot calculations.

Thank you for reading this post, don't forget to subscribe!

Calculation is based on previous bar of chosen period.

double xOpen=iOpen(0,inpPeriod,1);
double xClose= iClose(0,inpPeriod,1);
double xHigh = iHigh(0,inpPeriod,1);

double xLow= iLow(0,inpPeriod,1);

Default setting is H1, for scalping.

input int xShift = 3; // X-Axis Shift
input int xLen = 25;  // Line Length

  • xShift positions pivot lines relative to the first bar (positive number shifts to the right).
  • xLen sets length of lines (by number of bars, in theory).

Two additional lines are drawn — Previous day’s High and Low.

Every and each line can be set up to your liking: Color, Style, Thickness (set color to None to disable line).

Thicker lines are previous day’s High/Low. Drawn only on lower than D1 time frames.

Camarilla Pivot includes L3, L4, L5, H3, H4, H5 lines. Other points are omitted as they’re not really needed.

If viewing time frame is larger than indicator’s set period, the lines are not drawn, otherwise they only obstruct.

//— Draw Lines
if(inpPeriod>=Period())
{
if(Period()<=1440)
{
DrawLevel(“Yesterdays High”,xYH,StyleYH,WidthYH,LevelYH);
DrawLevel(“Yesterdays Low”,xYL,StyleYL,WidthYL,LevelYL);
}
DrawLevel(“R3”,xR3,StyleR3,WidthR3,LevelR3);
DrawLevel(“R2”,xR2,StyleR2,WidthR2,LevelR2);
DrawLevel(“R1”,xR1,StyleR1,WidthR1,LevelR1);
DrawLevel(“PP”,xPP,StylePP,WidthPP,LevelPP);
DrawLevel(“S1”,xS1,StyleS1,WidthS1,LevelS1);
DrawLevel(“S2”,xS2,StyleS2,WidthS2,LevelS2);
DrawLevel(“S3”,xS3,StyleS3,WidthS3,LevelS3);

MT4 Indicators – Download Instructions

[post-title] is a Metatrader 4 (MT4) indicator and the essence of the forex indicator is to transform the accumulated history data.

[post-title] provides for an opportunity to detect various peculiarities and patterns in price dynamics which are invisible to the naked eye.

Based on this information, traders can assume further price movement and adjust their strategy accordingly.

How to install [post-title].mq4?

  • Download [post-title].mq4
  • Copy [post-title].mq4 to your Metatrader Directory / experts / indicators /
  • Start or restart your Metatrader Client
  • Select Chart and Timeframe where you want to test your indicator
  • Search “Custom Indicators” in your Navigator mostly left in your Metatrader Client
  • Right click on [post-title].mq4
  • Attach to a chart
  • Modify settings or press ok
  • Indicator [post-title].mq4 is available on your Chart

How to remove [post-title].mq4 from your Metatrader 4 Chart?

  • Select the Chart where is the Indicator running in your Metatrader Client
  • Right click into the Chart
  • “Indicators list”
  • Select the Indicator and delete

xm-no-deposit-bonus
MT4 Indicators Download below:

Pivot Star

MT4 Indicators – Download Instructions

[post-title] is a Metatrader 4 (MT4) indicator and the essence of the forex indicator is to transform the accumulated history data.

[post-title] provides for an opportunity to detect various peculiarities and patterns in price dynamics which are invisible to the naked eye.

Based on this information, traders can assume further price movement and adjust their strategy accordingly.

How to install [post-title].mq4?

  • Download [post-title].mq4
  • Copy [post-title].mq4 to your Metatrader Directory / experts / indicators /
  • Start or restart your Metatrader Client
  • Select Chart and Timeframe where you want to test your indicator
  • Search “Custom Indicators” in your Navigator mostly left in your Metatrader Client
  • Right click on [post-title].mq4
  • Attach to a chart
  • Modify settings or press ok
  • Indicator [post-title].mq4 is available on your Chart
  •  

How to remove [post-title].mq4 from your Metatrader 4 Chart?

  • Select the Chart where is the Indicator running in your Metatrader Client
  • Right click into the Chart
  • “Indicators list”
  • Select the Indicator and delete
 

xm-no-deposit-bonus

Download ALL Metatrader 4/5 Indicators For FREE!

Top MT4 Indicators

Top MT5 Indicators

FREE Forex Trendsetter

Enter your name and email below to get this free strategy.