Anatolij of the Rabbit

Today we’re talking about Rabbits and pieces.

Remember this image?

I was trying to get the “moratorium net” to be visualized a bit easiser. White Rabbit down.

How good are the White Rabbit signals? If you had to ask, you obviously can’t afford the answer.

The White Rabbits either confirm that a high / low is in place or provide you with the allowance before the signal gets called off and hedging becomes necessary. That’s about the best signal in the world.

They are not all over the place, either.

I pinky swear that the pinks are different by having larger energy reserves to begin with. If a white one gets broken, a pink would have the last word (so take those “post” breaches seriously). If a pink shows first, you are still expecting a White Knight.

 if (
      (ExtMapBuffer[i]>ExtMapBuffer[i+1]+4 && ExtMapBuffer[i+1]<StdDevLoBuffer[i+1]+5 )     ||
       (ExtMapBuffer[i]>ExtMapBuffer[i+1]+3 && ExtMapBuffer[i+1]>44 && MathAbs(ExtMapBuffer[i+1]-ExtMapBuffer[i+2])<.44 && ExtMapBuffer[i+2]<45 )  ||
            (ExtMapBuffer[i+1]<StdDevLoBuffer[i+1] && ExtMapBuffer[i+2]<StdDevLoBuffer[i+2] && ExtMapBuffer[i+3]<StdDevLoBuffer[i+3] && ExtMapBuffer[i+4]<StdDevLoBuffer[i+4] && ExtMapBuffer[i+5]<StdDevLoBuffer[i+5] && ExtMapBuffer[i]<35 && StdDevLoBuffer[i]<38 && (ExtMapBuffer[i+1]>33 || ExtMapBuffer[i+1]<25) )
      || (ExtMapBuffer[i]>ExtMapBuffer[i+1]+2 && ExtMapBuffer[i+1]<StdDevLoBuffer[i+1] && StdDevLoBuffer[i]>44) 
      || (ExtMapBuffer[i]<34 && ExtMapBuffer[i+1]>34 && ExtMapBuffer[i]<StdDevLoBuffer[i] && StdDevLoBuffer[i]<38)
      )
      {
     //    ObjectCreate("FOCUS"+IntegerToString(i),OBJ_VLINE,2, Time[i+1], 0);
         
         if (Close[i+1]>iMA(symbol,0,480,0,MODE_SMA,PRICE_MEDIAN,i+1)) ObjectCreate("FOCUS"+IntegerToString(i),OBJ_TREND,indicator_window, Time[i+1], 43.5, Time[i+1], 80 );
         else  ObjectCreate("FOCUS"+IntegerToString(i),OBJ_TREND,indicator_window, Time[i+1], 43.5, Time[i+1], 0 );
         if (ExtMapBuffer[i+2]>StdDevLoBuffer[i+2] && !(MathAbs(ExtMapBuffer[i+1]-ExtMapBuffer[i+2])<.44)) ObjectSet("FOCUS"+IntegerToString(i),OBJPROP_COLOR,clrNONE);
      else ObjectSet("FOCUS"+IntegerToString(i),OBJPROP_COLOR,clrWhite);
            ObjectSet("FOCUS"+IntegerToString(i),OBJPROP_WIDTH,4);
      ObjectSet("FOCUS"+IntegerToString(i),OBJPROP_BACK,1);
      if (MathAbs(Close[i+1]-iMA(symbol,0,480,0,MODE_SMA,PRICE_MEDIAN,i+1))<200*Point) ObjectSet("FOCUS"+IntegerToString(i),OBJPROP_COLOR,clrRed);
      if (ExtMapBuffer[i+1]<34 || ExtMapBuffer[i+2]<34 || ExtMapBuffer[i+1]>46) { ObjectSet("FOCUS"+IntegerToString(i),OBJPROP_COLOR,clrMagenta);
            if (ExtMapBuffer[i+1]>46) ObjectSet("FOCUS"+IntegerToString(i),OBJPROP_COLOR,clrPink);
      
            if (Close[i+1]<iMA(symbol,0,480,0,MODE_SMA,PRICE_MEDIAN,i+1) && Low[i+1]>iBands(symbol,0,480,2,MODE_SMA,PRICE_MEDIAN,MODE_LOWER,i+1) ){
                ObjectCreate("Failb"+IntegerToString(i), OBJ_TEXT, indicator_window, Time[i], 55); 
            ObjectSetText("Failb"+IntegerToString(i), " Buy LL @ "+DoubleToStr(NormalizeDouble(iLow(symbol,0,iLowest(symbol,0,MODE_LOW,100,i))-50*Point,4),4), 31, "Impact", Maroon);
            ObjectCreate("Failbx"+IntegerToString(i), OBJ_TEXT, indicator_window, Time[i], 55); 
            ObjectSetText("Failbx"+IntegerToString(i), "Buy LL @ "+DoubleToStr(NormalizeDouble(iLow(symbol,0,iLowest(symbol,0,MODE_LOW,100,i))-50*Point,4),4), 31, "Impact", Chartreuse);}
          if (Close[i+1]>iMA(symbol,0,480,0,MODE_SMA,PRICE_MEDIAN,i+1) && Low[i+1]>iMA(symbol,0,1424,0,MODE_SMA,PRICE_LOW,i+1) && ExtMapBuffer[i+1]<46){
                ObjectCreate("Failb"+IntegerToString(i), OBJ_TEXT, indicator_window, Time[i], 55); 
            ObjectSetText("Failb"+IntegerToString(i), " Sell HH @ "+DoubleToStr(NormalizeDouble(iHigh(symbol,0,iHighest(symbol,0,MODE_HIGH,100,i))+200*Point,4),4), 31, "Impact", Maroon);
            ObjectCreate("Failbx"+IntegerToString(i), OBJ_TEXT, indicator_window, Time[i], 55); 
            ObjectSetText("Failbx"+IntegerToString(i), "Sell HH @ "+DoubleToStr(NormalizeDouble(iHigh(symbol,0,iHighest(symbol,0,MODE_HIGH,100,i))+200*Point,4),4), 31, "Impact", Red);}
         
      
      
      
           if (!((ExtMapBuffer[i+1]>ExtMapBuffer[i+2]+4 && ExtMapBuffer[i+2]<StdDevLoBuffer[i+2]+5 )     ||
       (ExtMapBuffer[i+1]>ExtMapBuffer[i+2]+3 && ExtMapBuffer[i+2]>44 && MathAbs(ExtMapBuffer[i+2]-ExtMapBuffer[i+3])<.44 && ExtMapBuffer[i+4]<45 )  ||
            (ExtMapBuffer[i+2]<StdDevLoBuffer[i+2] && ExtMapBuffer[i+3]<StdDevLoBuffer[i+3] && ExtMapBuffer[i+4]<StdDevLoBuffer[i+4] && ExtMapBuffer[i+5]<StdDevLoBuffer[i+5] && ExtMapBuffer[i+6]<StdDevLoBuffer[i+6] && ExtMapBuffer[i+1]<35 && StdDevLoBuffer[i+1]<38 && (ExtMapBuffer[i+2]>33 || ExtMapBuffer[i+2]<25) )
      || (ExtMapBuffer[i+1]>ExtMapBuffer[i+2]+2 && ExtMapBuffer[i+2]<StdDevLoBuffer[i+2] && StdDevLoBuffer[i+1]>44) 
      || (ExtMapBuffer[i+1]<34 && ExtMapBuffer[i+2]>34 && ExtMapBuffer[i+1]<StdDevLoBuffer[i+1] && StdDevLoBuffer[i+1]<38)
          )
          && !((ExtMapBuffer[i+2]>ExtMapBuffer[i+3]+4 && ExtMapBuffer[i+2]<StdDevLoBuffer[i+3]+5 )     ||
       (ExtMapBuffer[i+2]>ExtMapBuffer[i+3]+3 && ExtMapBuffer[i+3]>44 && MathAbs(ExtMapBuffer[i+3]-ExtMapBuffer[i+4])<.44 && ExtMapBuffer[i+5]<45 )  ||
            (ExtMapBuffer[i+3]<StdDevLoBuffer[i+3] && ExtMapBuffer[i+4]<StdDevLoBuffer[i+4] && ExtMapBuffer[i+5]<StdDevLoBuffer[i+5] && ExtMapBuffer[i+6]<StdDevLoBuffer[i+6] && ExtMapBuffer[i+7]<StdDevLoBuffer[i+7] && ExtMapBuffer[i+2]<35 && StdDevLoBuffer[i+2]<38 && (ExtMapBuffer[i+3]>33 || ExtMapBuffer[i+3]<25) )
      || (ExtMapBuffer[i+2]>ExtMapBuffer[i+3]+2 && ExtMapBuffer[i+3]<StdDevLoBuffer[i+3] && StdDevLoBuffer[i+2]>44) 
      || (ExtMapBuffer[i+2]<34 && ExtMapBuffer[i+3]>34 && ExtMapBuffer[i+2]<StdDevLoBuffer[i+2] && StdDevLoBuffer[i+2]<38)
          ) 
     // && !(ExtMapBuffer[i+1]>ExtMapBuffer[i+2]+4 && ExtMapBuffer[i+2]<StdDevLoBuffer[i+2]+5 )     ||
    //   (ExtMapBuffer[i+1]>ExtMapBuffer[i+2]+3 && ExtMapBuffer[i+2]>44 && MathAbs(ExtMapBuffer[i+2]-ExtMapBuffer[i+3])<.44 && ExtMapBuffer[i+4]<45 )  ||
    //        (ExtMapBuffer[i+2]<StdDevLoBuffer[i+2] && ExtMapBuffer[i+3]<StdDevLoBuffer[i+3] && ExtMapBuffer[i+4]<StdDevLoBuffer[i+4] && ExtMapBuffer[i+5]<StdDevLoBuffer[i+5] && ExtMapBuffer[i+6]<StdDevLoBuffer[i+6] && ExtMapBuffer[i+1]<35 && StdDevLoBuffer[i+1]<38 && (ExtMapBuffer[i+2]>33 || ExtMapBuffer[i+2]<25) )
    //  || (ExtMapBuffer[i+1]>ExtMapBuffer[i+2]+2 && ExtMapBuffer[i+2]<StdDevLoBuffer[i+2] && StdDevLoBuffer[i+1]>44) 
    //  || (ExtMapBuffer[i+1]<34 && ExtMapBuffer[i+2]>34 && ExtMapBuffer[i+1]<StdDevLoBuffer[i+1] && StdDevLoBuffer[i+1]<38)
    //      ) 
    )
      {if ( ExtMapBuffer[i]>53){ 
         if (Close[i+1]>iMA(symbol,0,480,0,MODE_SMA,PRICE_MEDIAN,i+1)){
             ObjectCreate("Faila"+IntegerToString(i), OBJ_TEXT, 0, Time[i], iHigh(symbol,0,iHighest(symbol,0,MODE_HIGH,100,i))-530*Point); 
            ObjectSetText("Faila"+IntegerToString(i), " Buy 4 HH (before white rabbit up)@ "+DoubleToStr(NormalizeDouble(iHigh(symbol,0,iHighest(symbol,0,MODE_HIGH,100,i))-540*Point,4),4), 21, "Impact", White);
            ObjectCreate("Failax"+IntegerToString(i), OBJ_TEXT, 0, Time[i], iHigh(symbol,0,iHighest(symbol,0,MODE_HIGH,100,i))-530*Point); 
            ObjectSetText("Failax"+IntegerToString(i), "Buy 4 HH (before white rabbit up)@ "+DoubleToStr(NormalizeDouble(iHigh(symbol,0,iHighest(symbol,0,MODE_HIGH,100,i))-540*Point,4),4), 21, "Impact", LimeGreen);
            }
          else {
            ObjectCreate("Faila"+IntegerToString(i), OBJ_TEXT, 0, Time[i], iLow(symbol,0,iLowest(symbol,0,MODE_LOW,100,i))+540*Point); 
            ObjectSetText("Faila"+IntegerToString(i), " Sell 4 LL (before white rabbit dn)@ "+DoubleToStr(NormalizeDouble(iLow(symbol,0,iLowest(symbol,0,MODE_LOW,100,i))+530*Point,4),4), 21, "Impact", Maroon);
            ObjectCreate("Failax"+IntegerToString(i), OBJ_TEXT, 0, Time[i], iLow(symbol,0,iLowest(symbol,0,MODE_LOW,100,i))+540*Point); 
            ObjectSetText("Failax"+IntegerToString(i), "Sell 4 LL (before white rabbit dn)@ "+DoubleToStr(NormalizeDouble(iLow(symbol,0,iLowest(symbol,0,MODE_LOW,100,i))+530*Point,4),4), 21, "Impact", OrangeRed);}
         }
      }
      }
      else if (MathAbs(Close[i+1]-iMA(symbol,0,480,0,MODE_SMA,PRICE_MEDIAN,i+1))<200*Point) ObjectSet("FOCUS"+IntegerToString(i),OBJPROP_COLOR,clrRed);
          
            
      if (!((ExtMapBuffer[i+1]>ExtMapBuffer[i+2]+4 && ExtMapBuffer[i+2]<StdDevLoBuffer[i+2]+5) 
      || (ExtMapBuffer[i+2]<StdDevLoBuffer[i+2] && ExtMapBuffer[i+3]<StdDevLoBuffer[i+3] && ExtMapBuffer[i+4]<StdDevLoBuffer[i+4] && ExtMapBuffer[i+5]<StdDevLoBuffer[i+5] && ExtMapBuffer[i+6]<StdDevLoBuffer[i+6] && ExtMapBuffer[i+1]<35 && StdDevLoBuffer[i+1]<38)
      || (ExtMapBuffer[i+1]>ExtMapBuffer[i+2]+2 && ExtMapBuffer[i+2]<StdDevLoBuffer[i+2] && StdDevLoBuffer[i+1]>44) 
      ))
      {
      if ( ExtMapBuffer[i+2]<StdDevLoBuffer[i+2] || ExtMapBuffer[i+1]>46 || MathAbs(ExtMapBuffer[i+1]-ExtMapBuffer[i+2])<.44){
         if (Close[i+1]>iMA(symbol,0,480,0,MODE_SMA,PRICE_MEDIAN,i+1) ){
             ObjectCreate("Fail"+IntegerToString(i), OBJ_TEXT, 0, Time[i], iClose(symbol,0,iHighest(symbol,0,MODE_CLOSE,100,i))+60*Point); 
            ObjectSetText("Fail"+IntegerToString(i), " Sell @ "+DoubleToStr(NormalizeDouble(iClose(symbol,0,iHighest(symbol,0,MODE_CLOSE,100,i)),4),4), 31, "Impact", White);
            ObjectCreate("Failx"+IntegerToString(i), OBJ_TEXT, 0, Time[i], iClose(symbol,0,iHighest(symbol,0,MODE_CLOSE,100,i))+60*Point); 
            ObjectSetText("Failx"+IntegerToString(i), "Sell @ "+DoubleToStr(NormalizeDouble(iClose(symbol,0,iHighest(symbol,0,MODE_CLOSE,100,i)),4),4), 31, "Impact", OrangeRed);
           ObjectCreate("Faily"+IntegerToString(i), OBJ_TEXT, 0, Time[i], iClose(symbol,0,iHighest(symbol,0,MODE_CLOSE,100,i))+360*Point); 
            ObjectSetText("Faily"+IntegerToString(i), " Stop @ "+DoubleToStr(NormalizeDouble(iClose(symbol,0,iHighest(symbol,0,MODE_CLOSE,100,i))+300*Point,4),4), 31, "Impact", Maroon);
            ObjectCreate("Failxy"+IntegerToString(i), OBJ_TEXT, 0, Time[i], iClose(symbol,0,iHighest(symbol,0,MODE_CLOSE,100,i))+360*Point); 
            ObjectSetText("Failxy"+IntegerToString(i), "Stop @ "+DoubleToStr(NormalizeDouble(iClose(symbol,0,iHighest(symbol,0,MODE_CLOSE,100,i))+300*Point,4),4), 31, "Impact", Lime);
            
              
            }
         else { 
         ObjectCreate("Fail"+IntegerToString(i), OBJ_TEXT, 0, Time[i], iClose(symbol,0,iLowest(symbol,0,MODE_CLOSE,100,i))-60*Point); 
            ObjectSetText("Fail"+IntegerToString(i), " Buy @ "+DoubleToStr(NormalizeDouble(iClose(symbol,0,iLowest(symbol,0,MODE_CLOSE,100,i)),4),4), 31, "Impact", Maroon);
               ObjectCreate("Failx"+IntegerToString(i), OBJ_TEXT, 0, Time[i], iClose(symbol,0,iLowest(symbol,0,MODE_CLOSE,100,i))-60*Point); 
            ObjectSetText("Failx"+IntegerToString(i), "Buy @ "+DoubleToStr(NormalizeDouble(iClose(symbol,0,iLowest(symbol,0,MODE_CLOSE,100,i)),4),4), 31, "Impact", Lime);
         
         ObjectCreate("Faily"+IntegerToString(i), OBJ_TEXT, 0, Time[i], iClose(symbol,0,iLowest(symbol,0,MODE_CLOSE,100,i))-360*Point); 
            ObjectSetText("Faily"+IntegerToString(i), " Stop @ "+DoubleToStr(NormalizeDouble(iClose(symbol,0,iLowest(symbol,0,MODE_CLOSE,100,i))-300*Point,4),4), 31, "Impact", White);
               ObjectCreate("Failxy"+IntegerToString(i), OBJ_TEXT, 0, Time[i], iClose(symbol,0,iLowest(symbol,0,MODE_CLOSE,100,i))-360*Point); 
            ObjectSetText("Failxy"+IntegerToString(i), "Stop @ "+DoubleToStr(NormalizeDouble(iClose(symbol,0,iLowest(symbol,0,MODE_CLOSE,100,i))-300*Point,4),4), 31, "Impact", OrangeRed);
       }
      }

Story time.

Warning! The curiosity of some of my stories may come close to Nicholas Cage’s double headed snake.

Anatolij, or Tolja in short was the partner of my mom’s best drinking buddy, Csöcsös (cca Keggy or Racky in English). This guy was rather philosophycal, he used to capitalize on the meaningful name: “Tolja” in Hungarian means, “he’s pushing it”.

– Tolja – he said and took a meaningful pause -, but how far (de meddig)?!

So this guy was wise enough to know ahead of time the exact day of his death. After Keggy died in Embolio, he lingered on for a bit, then casually jumped out of the 4th floor.

This was the dry, Russian, communist sense of humor I grew up with.

Speaking of Rabbi(t)s, when my hebrew teacher found out that I was going to go to Egypt, she wanted to refuse educating me any further: “Why are you going to the enemy?” – she asked.

Then there was that semi-croatian girl, that I was thinking of taking with me for the trip, but she declined because she was afraid that I would sell her for camels. I did what anyone else would had done in my place, in her presence I immediately dialled another girl and instructed her to bring her passport to the train station to get the visa started. Then after the return I did what anyone else would had done, visited the first girl and gave her one of the sculptures I bought for a souvenir.