Maket Vol

Don’t ask why, but 14.5 pips is where the volatility tips the scale on the Euro (per hour), hence I made a plot for it.

 ///14.5-pip push up
 if ((Close[i+2]-Low[i+2])<140*Point && (Close[i+1]-Low[i+1])<140*Point && (Close[i]-Low[i])>145*Point && stoch60[i]>stoch60[i+1] ){
          ObjectCreate("Frogo"+IntegerToString(i), OBJ_RECTANGLE, 0,  Time[i+2], Low[i], Time[i+1], Close[i]);
          ObjectSetInteger(0,"Frogo"+IntegerToString(i),OBJPROP_COLOR,clrChartreuse);
          ObjectSet("Frogo"+IntegerToString(i),OBJPROP_BACK,0);
          ObjectSet("Frogo"+IntegerToString(i),OBJPROP_WIDTH,11);
 }
 

 ///14.5-pip push up
 if ((High[i+1]-Close[i+1])<140*Point && (High[i]-Close[i])>145*Point && stoch60[i]<stoch60[i+1]){
          ObjectCreate("Frogo"+IntegerToString(i), OBJ_RECTANGLE, 0,  Time[i+2], High[i], Time[i+1], Close[i]);
          ObjectSetInteger(0,"Frogo"+IntegerToString(i),OBJPROP_COLOR,clrTomato);
          ObjectSet("Frogo"+IntegerToString(i),OBJPROP_BACK,0);
          ObjectSet("Frogo"+IntegerToString(i),OBJPROP_WIDTH,11);
 }

I find this very useful, a minimal effort glance can provide you with a volatility V turn information, call attention to a continuation fact, and often give you the are to go long/short.


Udio was acting out and producing 80-90% junk for almost a week.

It always amazes me how different tastes the audience may have on various platforms. It’s either that or YouTube choosing between promoting or not makes or breaks anything.