Subordinate Clause

Gonna lose you with the colors again, but here we go.

A yellow on one side followed by 2 plums on the other is a direction picked.

Missing tooth in the middle.

What is missing here? A yellow print on the upside followed by 2 plums down.

The plum basically a move that consolidates before breaching volatility. The oppressed or subordinate side is the dusk before the dawn.


ExtATRBuffer[i]= -1*(iHigh(symbol,0,iHighest(symbol,0,MODE_HIGH,sample-1,i+1))-Low[i])*10000;
 if (ExtATRBuffer[i]<-80) ExtATRBuffer[i]=-80;
else if (ExtATRBuffer[i]<-28 && ExtATRBuffer[i]>-58 
&& Low[i]<iBands(symbol,0,30,2,0,PRICE_MEDIAN,MODE_LOWER,i)) ExtATRBuffer6[i]=ExtATRBuffer[i];
else if (ExtATRBuffer[i]<-28 && ExtATRBuffer[i]>-58 
&& Low[i]>iBands(symbol,0,30,2,0,PRICE_MEDIAN,MODE_LOWER,i)) ExtATRBuffer7[i]=ExtATRBuffer[i];

 ExtATRBuffer2[i]=(High[i]-iLow(symbol,0,iLowest(symbol,0,MODE_LOW,sample-1,i+1)))*10000;
 if (ExtATRBuffer2[i]>80) ExtATRBuffer2[i]=80;
 else if (ExtATRBuffer2[i]>28 && ExtATRBuffer2[i]<58 
 && High[i]>iBands(symbol,0,30,2,0,PRICE_MEDIAN,MODE_UPPER,i) ) ExtATRBuffer6[i]=ExtATRBuffer2[i];
 if (ExtATRBuffer[i]<-58) ExtATRBuffer3[i]=ExtATRBuffer[i];
else if (ExtATRBuffer2[i]>28 && ExtATRBuffer2[i]<58 
  && High[i]<iBands(symbol,0,30,2,0,PRICE_MEDIAN,MODE_UPPER,i) ) ExtATRBuffer7[i]=ExtATRBuffer2[i];
 if (ExtATRBuffer[i]<-58) ExtATRBuffer3[i]=ExtATRBuffer[i];
 else if (ExtATRBuffer2[i]>58) ExtATRBuffer3[i]=ExtATRBuffer2[i]; 

   SetIndexBuffer(0,ExtATRBuffer);   
   SetIndexStyle(0,DRAW_HISTOGRAM,STYLE_SOLID,4,indicator_color1);
   SetIndexBuffer(1,ExtATRBuffer2);   
   SetIndexStyle(1,DRAW_HISTOGRAM,STYLE_SOLID,4,indicator_color2);
     SetIndexBuffer(2,ExtATRBuffer3);   
   SetIndexStyle(2,DRAW_HISTOGRAM,STYLE_SOLID,4,indicator_color3); 
        SetIndexBuffer(3,ExtATRBuffer4);   
   SetIndexStyle(3,DRAW_HISTOGRAM,STYLE_SOLID,4,indicator_color4); 
   SetIndexBuffer(4,ExtATRBuffer5);   
   SetIndexStyle(4,DRAW_HISTOGRAM,STYLE_SOLID,4,indicator_color5);
      SetIndexBuffer(5,ExtATRBuffer6);   
   SetIndexStyle(5,DRAW_HISTOGRAM,STYLE_SOLID,4,indicator_color6);
      SetIndexBuffer(6,ExtATRBuffer7);   
   SetIndexStyle(6,DRAW_HISTOGRAM,STYLE_SOLID,4,indicator_color7);
#property indicator_color1  clrPink
#property indicator_color2  clrPowderBlue
#property indicator_color3  clrPurple
#property indicator_color4  clrGreen
#property indicator_color5  clrRed
#property indicator_color6  clrYellow
#property indicator_color7  clrPlum

So this was about posting clips again?