

///effort candle on the upside, return in 2
if (Low[i]High[i+1] && High[i+2]>High[i+3] &&
High[i+2]>iBands(symbol,0,30,2,0,PRICE_MEDIAN,MODE_UPPER,i+2)-10Point && (ExtATRBuffer[i]<94 || ExtATRBuffer2[i+2]>130) && (iBands(symbol,0,30,2,0,PRICE_MEDIAN,MODE_UPPER,i)-iBands(symbol,0,30,2,0,PRICE_MEDIAN,MODE_LOWER,i))>400Point
&& Open[i]>=Close[i+1]
){
ObjectCreate(“Firstpulls”+IntegerToString(i), OBJ_TREND, 0, Time[i+2], High[i+2], Time[i], Low[i]);
ObjectSetInteger(0,”Firstpulls”+IntegerToString(i),OBJPROP_COLOR,clrYellow);
ObjectSet(“Firstpulls”+IntegerToString(i),OBJPROP_BACK,1);
ObjectSet(“Firstpulls”+IntegerToString(i),OBJPROP_RAY_RIGHT,false);
ObjectSet(“Firstpulls”+IntegerToString(i),OBJPROP_WIDTH,16);
}
///effort candle on the upside, return in 1
if (Low[i]High[i] && High[i+1]>High[i+2] &&
High[i+1]>iBands(symbol,0,30,2,0,PRICE_MEDIAN,MODE_UPPER,i+1)-50Point && (ExtATRBuffer[i]<94 || ExtATRBuffer2[i+1]>130) && (iBands(symbol,0,30,2,0,PRICE_MEDIAN,MODE_UPPER,i)-iBands(symbol,0,30,2,0,PRICE_MEDIAN,MODE_LOWER,i))>400Point){
ObjectCreate(“Firstpulls”+IntegerToString(i), OBJ_TREND, 0, Time[i+1], High[i+1], Time[i], Low[i]);
ObjectSetInteger(0,”Firstpulls”+IntegerToString(i),OBJPROP_COLOR,clrRed);
ObjectSet(“Firstpulls”+IntegerToString(i),OBJPROP_BACK,1);
ObjectSet(“Firstpulls”+IntegerToString(i),OBJPROP_RAY_RIGHT,false);
ObjectSet(“Firstpulls”+IntegerToString(i),OBJPROP_WIDTH,26);
}

Target: convergence of the two volatility lines, ergo the SOB would have to crack on the way down.
The new album is coming, just have to collect 800 more images first.

Zeberg says USD to 93 by December.