Okay

It’s that time of the month again when it becomes increasingly difficult to distinguish between a catether and a cat eater.

The trail goes cold and invictus does not become convictus.

Back to business. This time it is different. Why? The bumper line (Green) was exceeded, and price ran away from the Powder Box.

I know, it’s a sin, but the low is in. From now on even the Powder Box gets a fill.

/// insta toffee dn pink

     if (i>0 && Low[i]<guardraild[i] && Low[i]<lowerbumper[i] && iRSI(symbol,0,2,PRICE_MEDIAN,i+1)<1 && iRSI(symbol,0,2,PRICE_MEDIAN,i)<1 && iRSI(symbol,0,2,PRICE_MEDIAN,i-1)>iRSI(symbol,0,2,PRICE_MEDIAN,i)){
         ObjectCreate("LOTUS"+IntegerToString(i),OBJ_VLINE,0, Time[i], 0);
      ObjectSet("LOTUS"+IntegerToString(i),OBJPROP_COLOR,clrDeepPink);
      ObjectSet("LOTUS"+IntegerToString(i),OBJPROP_WIDTH,3);
      ObjectSet("LOTUS"+IntegerToString(i),OBJPROP_BACK,1);
      
           
       ObjectCreate("LOTUSb"+IntegerToString(i), OBJ_RECTANGLE, 0,  Time[i+3], Low[i]-640*Point, Time[i-1], Low[i]-840*Point);
       ObjectSetInteger(0,"LOTUSb"+IntegerToString(i),OBJPROP_COLOR,clrRed);
       ObjectSet("LOTUSb"+IntegerToString(i),OBJPROP_BACK,0);
       ObjectSet("LOTUSb"+IntegerToString(i),OBJPROP_WIDTH,5);   
      
        ObjectCreate("LOTUSc"+IntegerToString(i), OBJ_RECTANGLE, 0,  Time[i+3], Low[i], Time[i-1], Low[i]-640*Point);
       ObjectSetInteger(0,"LOTUSc"+IntegerToString(i),OBJPROP_COLOR,clrDodgerBlue);
       ObjectSet("LOTUSc"+IntegerToString(i),OBJPROP_BACK,1);
       ObjectSet("LOTUSc"+IntegerToString(i),OBJPROP_WIDTH,5);   
       dcount[i]=1;
   }   

The 5-wave correction is in progress. This is Wave 2 down.

Did you ever wonder if I still had my Energy Bands on a chart? Silly!

Is it daylight? I’m hardly ever Doris.