Shape

The answer to what finally brings on the turn. To be exact, a shape that makes a break at 80 pips.

That would mean 1.0980 if this shape were to do it.

Frankly, I don’t think that this is the Shape, since it is too high up from the 240 BB.

Some examples of how this happens.

Been trying to get the filters right.

 ///shape long
   if (ExtATRBuffer[i]<52 && ExtATRBuffer[i+1]>52 
   && ExtATRBuffer2[ArrayMinimum(ExtATRBuffer2,10,i)]>2
   && ExtATRBuffer[ArrayMaximum(ExtATRBuffer,10,i)]<64)

A couple of albums are out this weekend.

currently, the price would have to make a 52+ -pip 10-sample drop for the needed directional volatility burst to trigger the possibility of the next shape print. 1.0880-

tensharp[i]=iLow(symbol,0,iLowest(symbol,0,MODE_LOW,10,i))+520*Point;
         if (Close[i]<iMA(symbol,0,240,0,MODE_EMA,PRICE_MEDIAN,i)) tensharp[i]=iHigh(symbol,0,iHighest(symbol,0,MODE_HIGH,10,i))-520*Point;