Hop Hip

Me monkeying around on the 30-min RSi2.

//////buy (yellow)
   if ((RSI2[ArrayMaximum(RSI2,5,i)]>92) 
      && RSI2[ArrayMaximum(RSI2,5,i)]>=RSI2[ArrayMaximum(RSI2,12,i)] 
  // && (ExtATRBuffer2[ArrayMaximum(ExtATRBuffer2,30,i)]<37 || ExtATRBuffer2[ArrayMaximum(ExtATRBuffer2,30,i)]>60)
   && RSI2[i]<14 
   && RSI2[i+1]>10 
   && RSI2[i+12]>10 
   && RSI2[i+7]<90
   && RSI2[ArrayMaximum(RSI2,4,i)]<84 
   //&& ExtATRBuffer[ArrayMinimum(ExtATRBuffer,30,i)]*-1<ExtATRBuffer2[ArrayMaximum(ExtATRBuffer2,30,i)]
   && iBands(symbol,0,30,2,0,PRICE_MEDIAN,MODE_UPPER,i)-iBands(symbol,0,30,2,0,PRICE_MEDIAN,MODE_LOWER,i)>150*Point
   
   ){
         ObjectCreate("Popper"+IntegerToString(i),OBJ_TREND,indicator_window+1,Time[i],RSI2[i],Time[ArrayMaximum(RSI2,7,i)],RSI2[ArrayMaximum(RSI2,7,i)]);
         ObjectSetInteger(0,"Popper"+IntegerToString(i),OBJPROP_RAY_RIGHT,false);
         ObjectSet("Popper"+IntegerToString(i),OBJPROP_COLOR,clrYellow);
         ObjectSet("Popper"+IntegerToString(i),OBJPROP_WIDTH,16); 
         ObjectSet("Popper"+IntegerToString(i),OBJPROP_BACK,1); 
   }  
   
   
   ////sellside (red)
     if ((RSI2[ArrayMinimum(RSI2,12,i)]<14) 
     && (RSI2[ArrayMinimum(RSI2,6,i)]>28) 
    // && (RSI2[ArrayMinimum(RSI2,8,i)]<28)  
    //  && RSI2[ArrayMinimum(RSI2,5,i)]<=RSI2[ArrayMinimum(RSI2,12,i)] 
  // && (ExtATRBuffer2[ArrayMaximum(ExtATRBuffer2,30,i)]<37 || ExtATRBuffer2[ArrayMaximum(ExtATRBuffer2,30,i)]>60)
   && RSI2[i]>94 
  // && RSI2[i+1]<90 
  // && RSI2[i+11]<90 
   && RSI2[i+6]<80
   && RSI2[ArrayMinimum(RSI2,7,i)]>16 
   //&& ExtATRBuffer[ArrayMinimum(ExtATRBuffer,30,i)]*-1<ExtATRBuffer2[ArrayMaximum(ExtATRBuffer2,30,i)]
   && iBands(symbol,0,30,2,0,PRICE_MEDIAN,MODE_UPPER,i)-iBands(symbol,0,30,2,0,PRICE_MEDIAN,MODE_LOWER,i)>200*Point
   && High[i]>iBands(symbol,0,30,2,0,PRICE_MEDIAN,MODE_UPPER,i)
   ){
         ObjectCreate("Popper"+IntegerToString(i),OBJ_TREND,indicator_window+1,Time[i],RSI2[i],Time[ArrayMinimum(RSI2,7,i)],RSI2[ArrayMinimum(RSI2,7,i)]);
         ObjectSetInteger(0,"Popper"+IntegerToString(i),OBJPROP_RAY_RIGHT,false);
         ObjectSet("Popper"+IntegerToString(i),OBJPROP_COLOR,clrRed);
         ObjectSet("Popper"+IntegerToString(i),OBJPROP_WIDTH,16); 
         ObjectSet("Popper"+IntegerToString(i),OBJPROP_BACK,1); 
   }  

What I think is going to happen next is that the swing high does not get confirmed by the price closing above 1.0870.

Vax did not exceed its potential by plotting it on the hourly. Here I went with 18-sample.

A Major Swing has 611+ pips in one direction.

If you remember these numbers:

A swing high from the peak to the first down close seems to have no less than 91 pips as a rule of thumb.

1.0949->1.0858 would be a verifying weekly close – something above would remain in doubt.

Shapak Thukur presenting Achilles Dent’s poems

Could win…