PuroSenguin

Math Lesson.

What is the 300?

The 300 is the Auf Wiedersehn Monty, or otherwise known as a grammatically correct move / maximum pendulum swing.

The whole thing starts with specializing in an instrument.

The EUR/USD reaches a statistical maximum move measured from a consolidation mean at a +- 300 pendulum swing in a direction.

If you look up at the first image, you’ll see that the Purple Arrow is actually at the 50 reading.

The consolidation mean is set by the last Choppiness reading crossing above 53 (48 sample on the 15-minute chart). The above image shows a 24.18 reading which is about as exhasusted as a directional move can get.

With me so far? The diagram with the wedges is disproportionate. A pendulum swing between the + and – 100 reading does not require much effort. The imperial metric is the Fluctuation Size. The +100 to -100 distance is 2 fluctuation maximum wide. In pips, that is 36.

Therefore, a market that is at rest, can swing out + – 36 pips => 72 pips around the purple consolidation mean. Effectively the first image said, the maximum one breath move should reach its limit in the 1.0865-1.0884 zone.

The reason for multiple purple lines is that I look up every qualifying CI read and measure from every plotted consolidation mean I can find (every cross above 53). It becomes a probability band.

   if (ChoppinessIndex(12*4,i)>53 && ChoppinessIndex(12*4,i)<62 && ChoppinessIndex(12*4,i+1)<53) weight_[i]=(iHigh(symbol,15,i)+iLow(symbol,15,i))/2;
   if (weight_[i]!=EMPTY_VALUE && ChoppinessIndex(12*4,i)<62 && weight_[i]==weight_[i+1] && weight_[i]==weight_[i+2] && weight_[i]==weight_[i+3] && weight_[i]==weight_[i+4] && weight_[i]==weight_[i+5] && weight_[i]==weight_[i+6]) {NBEU[i]=weight_[i]+360*Point;
   taxi[i]=weight_[i]; taxi2[i]=weight_[i];
   NBED[i]=weight_[i]-360*Point;
   if (i<200 && NBED[i+1]==EMPTY_VALUE && NBED[i]!=EMPTY_VALUE){
   if (i<50){
    ObjectDelete("MLINE");
      ObjectCreate("MLINE",OBJ_VLINE,0, Time[i], 0);
            ObjectSet("MLINE",OBJPROP_COLOR,clrWhite);
            ObjectSet("MLINE",OBJPROP_WIDTH,3);
            ObjectSet("MLINE",OBJPROP_STYLE,STYLE_DOT);
            
            }}
       if (i<800 && NBED[i+1]==EMPTY_VALUE && NBED[i]!=EMPTY_VALUE){
          ObjectCreate( "Banalisation"+IntegerToString(i), OBJ_HLINE, 0,  Time[0], weight_[i]+1800*Point);
               ObjectSet("Banalisation"+IntegerToString(i), OBJPROP_COLOR, clrPurple );
               ObjectSet("Banalisation"+IntegerToString(i), OBJPROP_WIDTH, 3 );
               ObjectSet("Banalisation"+IntegerToString(i), OBJPROP_RAY_RIGHT, false );
               ObjectSet("Banalisation"+IntegerToString(i), OBJPROP_STYLE, 1 );

The 180 pips comes from 5 (red imperials) x 36 pips.

This is how I gave birth to the Energy Trading.

Calling this lesson 1.