Ports Of Call

Well, aren’t you lucky, today’s the day that we are going to re-invent your entire vocabulary.

See you on the other side

Things to plot: Daily E44 HL2

20-period BB based on that data with 1x standard deviation.

Can be done on the cell by adjusting the Apply to to the Previous Indicator’s Data.

East-16 HL2 (aka The House Of Love)

All of the above in different shades of Blue, because this is monochrome.

Now we can almost invent two different types of markets. How about King and Kong? Hull and Skull? Let’s pick two animals. One with hooves and one with claws. Donkey and Cassowary? Bull and Bear? Maybe,but they both start with a B, and that’s a bit confusing. Everything pertaining to percentages is utter rubbish.

For the switch between the markets let’s introduce the term, constructive closes. These are candles oriented in the direction of the switch with visible bodies. Open & Close both above / below E-16.

I’ll take 3 of those.

Examples.

Stretch condition.

657 pips is certainly an extreme for the Maker-Makee distance. 400+ is already pretty intense.

This is where you start looking for Reversal Divergences.

Use 67-sample momentum to spot a reversal divergence on the upside and 9-sample Stochastic D for a reversal divergence on the downside.

Bill Williams may be too slow for furnishing some of the fractals.

Now that you are in reverse mode, you can either meet your maker or your circuit breaker. God is not a DJ, it is the 20SMA of the 44EMA, sometimes nicked as Zilla.

The circuit breaker lays between the E44 and the closest BB band. It can refuse entrance to Sandman by re-polarizing the light.

The rejection comes in a form of an injection. Vaccination against inevitable death if you will. After a while the market may become comfortably numb to further vaccination.

With another image, the stepping stool to reach the breaker may become loose.

The vaccination of the circus breaker wasn’t effective if the patient does not let go of the handrail. This grabbing on to for dear life period is also known as Omni-comedy.

The tension was almost as exciting as in Sly Stallone’s Racoon Hanger.

All Hail

I decided today to change my maiden name (was given to me by my co-worker) from

The Proper Dark Horse

to

Reactive Volume Plays

How to utilize professional volume prints?

1 lot put on for a fluctuation-size spin -> $320 less commission ($6)

Is this all? That’d be $49.90 Refer to: Reactive Volume Plays

..and next time try to remember who you are talking to: I was a night kitchen porter at the Pullman Hotel on St. Pancras.

First sore thumb signals
A to pro volume, B bounce, C to pro volume #2. What a coincidence!
Print Eastwood says Hi.

Aced that homework, by the way.

Stay On These Roads…

To become an investor for a day, how Wyckoffy do you need to be?

It is a good idea to start utilizing Volume, even if you only have Tick Volume as your proxy in Forex.

It is possible to know what is going to happen next on occasions. I do not suggest to try to learn about every effort & effect divergence, but I did figure something that was easy to include with the trade calls.

My combination is using the MFI reversal signals for emotional foundation, then obeying settled climax volume in the given direction by opening a position at market. Yes, I had to invent a silent alarm for myself for being there at every top of the hour.

Think inside the box.

Look for a Better Volume for MT4 on the net.

Insert the following into the code:

  ///first Climax down        
        if ( white[i+3]==0 && white[i+2]==0 && white[i+1]==0 && white[i]!=0 && red[i+1]==0 && High[i]-Close[i]<180*Point){
                      ObjectCreate("DuhhW"+DoubleToStr(i), OBJ_RECTANGLE, 0, Time[i+3], High[i], Time[i], iClose(symbol,0,i));
                      ObjectSetInteger(0,"DuhhW"+DoubleToStr(i),OBJPROP_COLOR,clrWhite);
                      ObjectSet("DuhhW"+DoubleToStr(i),OBJPROP_WIDTH,3);
                      ObjectSet("DuhhW"+DoubleToStr(i),OBJPROP_BACK,0);
        
        }
        ///first Climax up        
        if ( red[i+3]==0 && red[i+2]==0 && red[i+1]==0 && red[i]!=0 && white[i+1]==0 && Close[i]-Low[i]<180*Point){
                      ObjectCreate("Duhh"+DoubleToStr(i), OBJ_RECTANGLE, 0, Time[i+3], Low[i], Time[i], iClose(symbol,0,i));
                      ObjectSetInteger(0,"Duhh"+DoubleToStr(i),OBJPROP_COLOR,clrYellow);
                      ObjectSet("Duhh"+DoubleToStr(i),OBJPROP_WIDTH,3);
                      ObjectSet("Duhh"+DoubleToStr(i),OBJPROP_BACK,0);
        }

Alternatively, get an MFI Pro w/ a Better Volume Pro from me. See what you could do with an almost guaranteed 60+ pips with very little kick back allowing for extra large size entries.

I also added horizontal reminders for extra large volumes on top of changing the color scheme to something more comfortable (Magenta @ magenta).

The Purple block is the plot of the D32. It measures out the buy / sell limit listed in the 3rd row: “within 28 pips up to 1.1322” – that’s where this move fizzled out to the pip (also the last swing’s fair price). The U-Turns (red after green and vice versa) are also canes I plot above based on the last call.

The problem with this last green candle was its length. Previous instances that worked out had candles leaving room for acceleration: they were below 25 pips, and the recoil part would had fit in 16. This monster candle was a halted start due to a jump out at 40 pips or so. Back to the starting line.

If you noticed that the CFG (Configuration) went red (BEAR), that is because of the E67 dipped below the E207. May be a quick episode. This however flips the Keltinger Chaos routine, so it is now looking for heads on the upside and plotting the confirmation line on the bottom.

The Waterfall got choked, but so was Walter with his erection. The current squeeze would favor the upside, but this could change in the next hours. I would salvage my longs upon hitting the upper green trend line then lay back and watch for a bit. The last momentum divergences (& MFI) were positive, but this hasn’t gotten us much so far.

In any event, there should be a discharge on the upside, and the 2.8 Safety line is now coasting below 1.1330 – the weekly pivot.

///negative - arrow down
  if (i>0 && i<lookback-10 && D32[i]<D32AVG[i] && D32[i+1]>D32AVG[i+1] && D32[i+1]>20 && D32[i+1]<68 && D32[i+2]<68  && D32[i+2]>D32AVG[i+2] && D32[i+3]>D32AVG[i+3] && (D32[i+1]>20 || D32[i+2]>20  || D32[i+3]>20  || D32[i+4]>20 || D32[i+5]>20) && (D32[i+10]>-30 && D32[i+11]>-30  && D32[i+12]>-30 && D32[i+13]>-30  && D32[i+14]>-30  && D32[i+15]>-30 )) {ADOWN[i]=D32AVG[i]+5; D32AVGR[i]=D32AVG[i]; D32AVGY[i]=EMPTY_VALUE;
  if (i<30 && sizing_and_levels_on){
          ObjectCreate("ObjecST"+DoubleToStr(i), OBJ_TEXT, indicator_window, Time[i+6], 2);
          ObjectSetText("ObjecST"+DoubleToStr(i), DoubleToString(NormalizeDouble(fullsize/4,2),2)+" LOT @ ATM: ("+DoubleToStr(NormalizeDouble(iOpen(symbol,0,i),4),4)+")", 11, "Impact",  Blue); 
          
          ObjectCreate("ObjecSZ"+DoubleToStr(i), OBJ_TEXT, indicator_window, Time[i+6], 10);   
          ObjectSetText("ObjecSZ"+DoubleToStr(i), DoubleToString(NormalizeDouble(fullsize/2,2),2)+" LOT @ HIGH: "+DoubleToStr(NormalizeDouble(iHigh(symbol,0,iHighest(symbol,0,MODE_HIGH,6,i+1)),4),4)+"...or after 6 hours", 11, "Impact",  Blue); 
          
          ObjectCreate("ObjecSY"+DoubleToStr(i), OBJ_TEXT, indicator_window, Time[i+6], 18);   
          ObjectSetText("ObjecSY"+DoubleToStr(i), " within 28 pips down to"+DoubleToStr(NormalizeDouble(iOpen(symbol,0,i)-280*Point,4),4) , 11, "Impact",  Blue); 
          
          
              ObjectCreate("DickW"+DoubleToStr(i), OBJ_RECTANGLE, 0, Time[i+2], Low[i], Time[i], iOpen(symbol,0,i)-280*Point);
                      ObjectSetInteger(0,"DickW"+DoubleToStr(i),OBJPROP_COLOR,clrPurple);
                      ObjectSet("DickW"+DoubleToStr(i),OBJPROP_WIDTH,8);
          
          ObjectCreate("ObjecSS"+DoubleToStr(i), OBJ_TEXT, indicator_window, Time[i+6], 25); 
          ObjectSetText("ObjecSS"+DoubleToStr(i), DoubleToStr(NormalizeDouble(fullsize/4,2),2)+" LOT EXTRA@: "+DoubleToStr(NormalizeDouble(iHigh(symbol,0,iHighest(symbol,0,MODE_HIGH,6,i+1))+150*Point,4),4) , 11, "Impact",  Navy); 
          ObjectCreate("ObjecSX"+DoubleToStr(i), OBJ_TEXT, indicator_window, Time[i+6], 33); 
          ObjectSetText("ObjecSX"+DoubleToStr(i), DoubleToStr(NormalizeDouble(fullsize/4,2),2)+" LOT EXTRA@: "+DoubleToStr(NormalizeDouble(iHigh(symbol,0,iHighest(symbol,0,MODE_HIGH,6,i+1))+300*Point,4),4) , 11, "Impact",  Navy); 
   }  
  }

Cyan is what I use for Pro volume, not Green as you may find it elsewhere.

Discharge 32 Beta

Last program for the year.

A nice little visual aid to help determine if you are finished in a direction or not.

After 2 discharges the market Phase flips.

The configuration I derive from the E67 & E207 moving averages.

Sort of busy with other things now, but this is where this indicator starts.

There is a 5-period moving average (1 delay) and when price makes a hump beyond the yellow perforations then crosses back below the average, you want to pay attention to the next leg being printed in the wrong direction particularly if it arrives with a marginal higher high / lower low and utilize it for a holding entry – there is only one V bottom on the sample, and you can see that there was a blip / attempt on the low. The second arrow may arrive late.

//D32 by Macdulio
#property copyright   "Discharges 32 by Macdulio, (c) 2021"
#property link        "http://www.forexfore.blog"
#property description "Discharges 32 by Macdulio"
#property strict

#property indicator_separate_window
#property indicator_buffers    5
#property indicator_level2 20
#property indicator_level3 -20
#property indicator_level4 35
#property indicator_level5 -35
#property indicator_level6 50
#property indicator_level7 -50
#property indicator_level8 70
#property indicator_level1 -70


#property indicator_levelcolor clrYellow
#property indicator_levelstyle STYLE_DOT
#property indicator_levelwidth 1
extern int indicator_window = 2;
extern int lookback = 200;

string symbol = Symbol();
double RSI2[];

//---- buffers
double D32[],D32NEG[],D32AVG[], AUP[],ADOWN[];

int init()
  {
   SetIndexStyle(0,DRAW_HISTOGRAM,EMPTY,5,Blue);
   SetIndexBuffer(0,D32);
   SetIndexStyle(1,DRAW_HISTOGRAM,EMPTY,5,OrangeRed);
   SetIndexBuffer(1,D32NEG);
    SetIndexStyle(2,DRAW_LINE,EMPTY,3,Black);
   SetIndexBuffer(2,D32AVG);
    SetIndexStyle(3,DRAW_ARROW,EMPTY,3,Red);
   SetIndexBuffer(3,ADOWN);
   SetIndexArrow(3,234);  
    SetIndexStyle(4,DRAW_ARROW,EMPTY,3,Green);
   SetIndexBuffer(4,AUP);
   SetIndexArrow(4,233);  

   return(0);  
}
  

int start()
{ 
ArrayResize(RSI2, lookback+1);   
ArrayInitialize(RSI2, 0); 
ArrayResize(D32, lookback+1);   
ArrayInitialize(D32, 0); 
ArrayResize(D32NEG, lookback);   
ArrayInitialize(D32NEG, 0); 
ArrayResize(D32AVG, lookback);   
ArrayInitialize(D32AVG, EMPTY_VALUE); 
ArrayResize(AUP, lookback);   
ArrayInitialize(AUP, EMPTY_VALUE); 
ArrayResize(ADOWN, lookback);   
ArrayInitialize(ADOWN, EMPTY_VALUE); 
   
int    i;
 
for(i=lookback; i>=0; i--){
  RSI2[i]=iRSI(symbol,0,2,PRICE_MEDIAN,i);
  D32[i]=(iMA(NULL,0,32,0,MODE_EMA, PRICE_MEDIAN,i)-(High[i]+Low[i]+Close[i]+Close[i]+Close[i])/5)*-10000;
  if (iMA(NULL,0,32,0,MODE_EMA, PRICE_MEDIAN,i)>Close[i]) D32NEG[i]=D32[i];
  
  if (i<lookback-6) D32AVG[i]=(D32[i+1]+D32[i+2]+D32[i+3]+D32[i+4]+D32[i+5])/5; 
  
   if (i<lookback-10 && D32[i]<D32AVG[i] && D32[i+1]>D32AVG[i+1] && D32[i+1]>22 && D32[i+2]>D32AVG[i+2] && D32[i+3]>D32AVG[i+3] && (D32[i+1]>20 || D32[i+2]>20  || D32[i+3]>20) && (D32[i+10]>-30 && D32[i+11]>-30  && D32[i+12]>-30 && D32[i+13]>-30  && D32[i+14]>-30  && D32[i+15]>-30 )) ADOWN[i]=D32AVG[i]+3;
  
  if (i<lookback-10 && D32[i]>D32AVG[i] && D32[i+1]<D32AVG[i+1] && D32[ArrayMinimum(D32,13,i)]<-22 && D32[i+2]<D32AVG[i+2] && D32[i+3]<D32AVG[i+3] && (D32[i+1]<-20 || D32[i+2]<-20  || D32[i+3]<-20) && (D32[i+10]<35 && D32[i+11]<35  && D32[i+12]<35 && D32[i+13]<35  && D32[i+14]<35  && D32[i+15]<35 )) AUP[i]=D32AVG[i]-3;
  
}

   return(0);
  }
The masters of BPM.

The best synth pop band ever isn’t DM for they have abandoned the genre a lot. It is:

New Neuroactive:

Happy New York, all!

Joilena’s clips are keep on disappearing from YouTube. First the Cleopatra clip, now the motion picture for this one.
Triple M

In case you are wondering, there will be a professional version for $29.90 as usual.

In case you’re wondering, the 5-weeks gain was 667% before I withdrew $1,300 @ 3,833.26.

The Equity isn’t aligned to the USD scale on the right, but is showing percentage changes.
Was trading the wrong side, just like you were – out of boredom instead of utmost consideration. This is why I made this indicator on the same day as the result.
I had this dilemma of have I seen the bottom or not with a Full discharge that was followed by a partial discharge. This indicator’s answer: it does not matter what kind of a discharge you get for the second run. What matters is the presence of the undercut / undercut attempt.

The pro version adds: be ready to pull your pants down for up to the next 40 pips beyond the swing point. If price whooshes by 64+ pips, you are utterly wrong, and something else is up. There was one trendline break during the last year where this happened.

A golden trendline cannot be crossed over by more than 2x the fluctuation size. No indicator would be able to prepare you for this change of tone. Take the loss or hedge + reverse direction.

D32PRO V1.3 comes with size calculations, levels and other instructions

When Volatility Is Back

Volatility is above all, speed. It has to be an optimal one at that to be able to cover large grounds.

Too fast is counter-productive. Too slow and everyone went to sleep already.

As for the duration of the pitching tremor I find the golden ratio of the sweet spot to be 3-6 hours long and in length 25+, all the way up to 34 pips. If 32 pips is a fluctuation length, then 25 pips is just over 78% of that.

When you are trending down, and the optimal speed of volatility (distance/time) is back, it is a no brainer to go short even at market and add on the rise and ride the waterfall all the way to a 67-sample momentum reversal divergence.

Now, when you are trending upwards, it is a lot harder to cope with the presence of the “right speed”, for it can turn on itself from the get go. For instance on the example below the Waterfall landed on a 14-sample momentum divergence (green vertical and trend line combo). Not a jolly start. From then on the fall happened upwards. to the effect of 75+ pips. (I introduced these white projection bars with red and green tails and number plots – see the 1.1339 in red over the red tail.)

On the next example there is optimal volatility down for starters, but the trend is up (higher heads / the yellow confirmation line is stair-stepping up) and to make matters worse, the up move also qualifies with its instant 75+ pips projection to the upside from the swing low.

Now what? Who’s got the upper hand over the ultimate direction? The previous example showed that the last word logic does not necessarily stand. How about concentrating on where the first deep M gets printed and deeming it the wrong direction?

The reality is that currently there is no direction of any sort, due to the volume being put on mute (no sultans of swing with their invisible touch/pull), the Pendulum is currently idling. This is the period when moves don’t play out.

If you scroll down, you can see the last “full” swing was between the two P letters. I actually had to give a few pips of discount for the plot to even appear for the last one for it was already starting to fall short. Ever since the 2.8 and 0.28 safety lines were safe from any attack. The Money Flow reversal displacements and even the deep M fresh support / resistance lines made the pendulum turn with ease.

The final point of what this minisquelity report is trying to get across is the displacement I use for the MFI break out levels (spelled out in blue letters and plotted with orange moratorium lines with 18 pips of a shift) are corresponding to the fractals highlighted by the orange diamonds – the last MFI reversal-divergent legs. They would have to put in some effort to swing hard towards one of these moratorium lines, which would most likely result in a counter-swing of a similar magnitude.


The Deep M is was talking about. The Wedge reminders help me stay on cue.

A couple of Sultans are back now.

P/NR = point of no return.
/////partial up
      if (i>0 && High[i]>AxelU[i]-20*Point  && Close[i]<AxelU[i] && High[i-1]<High[i] && High[i+1]<AxelU[i+1] && !( High[i+1]>AxelU[i+1]-20*Point && Close[i+1]<AxelU[i+1] && High[i]<High[i+1] && High[i+2]<AxelU[i+2])
         && !(High[i+2]>AxelU[i+2]-20*Point  && Close[i+2]<AxelU[i+2] && High[i+1]<High[i+2] && High[i+3]<AxelU[i+3]) && !(High[i+3]>AxelU[i+3]-20*Point  && Close[i+3]<AxelU[i+3] && High[i+2]<High[i+3] && High[i+4]<AxelU[i+4])
      )
     {
                      ObjectCreate("Talz"+IntegerToString(i), OBJ_TEXT, 0, Time[i], High[i]+50*Point); 
                      if (High[i]-iMA(NULL,0,32,0,MODE_EMA, PRICE_MEDIAN,i)>300*Point) ObjectSetText("Talz"+IntegerToString(i), "P/NR", 26, "Impact", PowderBlue);
                     else ObjectSetText("Talz"+IntegerToString(i), "P"+DoubleToStr(NormalizeDouble(High[i]-200*Point,4),4), 26, "Impact", PowderBlue);
     }
     /////partial down
          if (i>0 && Low[i]<AxelL[i]+20*Point && Close[i]>AxelL[i]+10*Point && Low[i-1]>Low[i] && Low[i]<Low[i+2] && Low[i+2]>AxelL[i+1] && Low[i]>AxelL[i]-100*Point)
     {
                            ObjectCreate("Talz"+IntegerToString(i), OBJ_TEXT, 0, Time[i], Low[i]+20*Point);
                            if (iMA(NULL,0,32,0,MODE_EMA, PRICE_MEDIAN,i)-Low[i]>330*Point) ObjectSetText("Talz"+IntegerToString(i), "P/NR", 26, "Impact", PowderBlue);
                     else ObjectSetText("Talz"+IntegerToString(i), "P"+DoubleToStr(NormalizeDouble(Low[i]+220*Point,4),4), 26, "Impact", PowderBlue);
     }

MFI

Christmas Present to be able to utilize Money Flow dip displacements for an entry.

////MFI by Macdulio
#property copyright   "MFI by Macdulio, (c) 2021"
#property link        "http://www.forexfore.blog"
#property description "MFI by Macdulio"
#property strict

#property indicator_separate_window
//separate_window
#property indicator_minimum    -50
#property indicator_maximum    50
#property indicator_buffers    2
#property indicator_level1 0
#property indicator_levelcolor clrYellow
#property indicator_levelstyle STYLE_DOT
#property indicator_levelwidth 1
extern int indicator_window = 1;
extern int lookback = 600;

string symbol = Symbol();
double RSI2[];

//---- buffers
double MFI[],MFINEG[];

int init()
  {
   SetIndexStyle(0,DRAW_HISTOGRAM,EMPTY,5,Green);
   SetIndexBuffer(0,MFI);
   
    SetIndexStyle(1,DRAW_HISTOGRAM,EMPTY,5,Crimson);
   SetIndexBuffer(1,MFINEG);

   return(0);  
}
  

int start()
{ 
ArrayResize(RSI2, Bars);   
ArrayInitialize(RSI2, 0); 
ArrayResize(MFI, Bars);   
ArrayInitialize(MFI, 0); 
ArrayResize(MFINEG, Bars);   
ArrayInitialize(MFINEG, 0); 
   
int    i;
 
for(i=Bars-60; i>=0; i--){
  RSI2[i]=iRSI(symbol,0,2,PRICE_MEDIAN,i);
  MFI[i]=iMFI(symbol,0,14,i)-50;
  if (MFI[i]<0) MFINEG[i]=MFI[i];
}



deletetxt1("Cinnamon");
for (i = lookback ; i >0; i--) {
   if (MFI[i]<MFI[i+1] && MFI[i+1]<MFI[i+2] && MFI[i]>0 && MFI[i-1]>0 && MFI[i-1]>MFI[i] && i>0){
   
      if (i<46) ObjectCreate("Cinnamon"+IntegerToString(i), OBJ_RECTANGLE, 0,  Time[i+1], High[i+1]+100*Point, Time[0], High[i+1]+150*Point);
      else  ObjectCreate("Cinnamon"+IntegerToString(i), OBJ_RECTANGLE, 0,  Time[i+1], High[i+1]+100*Point, Time[i-1], High[i+1]+150*Point);
          ObjectSetInteger(0,"Cinnamon"+IntegerToString(i),OBJPROP_COLOR,clrPink);
          ObjectSet("Cinnamon"+IntegerToString(i),OBJPROP_BACK,0);
          ObjectSet("Cinnamon"+IntegerToString(i),OBJPROP_WIDTH,1);
   }
    if (MFI[i]>MFI[i+1] && MFI[i+1]>MFI[i+2] && MFI[i]<0 && MFI[i-1]<0 && MFI[i-1]<MFI[i] && i>0){
   
      if (i<56) ObjectCreate("Cinnamon"+IntegerToString(i), OBJ_RECTANGLE, 0,  Time[i+1], Low[i+1]-100*Point, Time[0], Low[i+1]-150*Point);
      else  ObjectCreate("Cinnamon"+IntegerToString(i), OBJ_RECTANGLE, 0,  Time[i+1], Low[i+1]-100*Point, Time[i-1], Low[i+1]-150*Point);
          ObjectSetInteger(0,"Cinnamon"+IntegerToString(i),OBJPROP_COLOR,clrChartreuse);
          ObjectSet("Cinnamon"+IntegerToString(i),OBJPROP_BACK,0);
          ObjectSet("Cinnamon"+IntegerToString(i),OBJPROP_WIDTH,1);
   } 
   

}



deletetxt1("Harley");

////Captain America
for(i=lookback; i>0; i--){


   if (Period()==60 && High[i]>High[i+1] && High[i]>High[i-1] && i>0 && High[i]-380*Point<iHigh(symbol,0,iHighest(symbol,0,MODE_HIGH,2,i+4)) && High[i]>iMA(symbol,60,207,0,MODE_EMA, PRICE_LOW,i) && High[i]-250*Point>iHigh(symbol,0,iHighest(symbol,0,MODE_HIGH,2,i+4))
  //&& RSI2[i]<84
   && (RSI2[i+4]<15 || RSI2[i+4]>16)
   )
   {
     ObjectCreate("Harley"+DoubleToStr(i), OBJ_TEXT, 0, Time[i], High[i]+100*Point); 
     ObjectSetText("Harley"+DoubleToStr(i), CharToStr(181), 68, "Wingdings", clrCrimson);
   }

 if (Period()==60 && Low[i]<Low[i+1] && Low[i]<Low[i-1] && i>0 && Low[i]+380*Point>iLow(symbol,0,iLowest(symbol,0,MODE_LOW,2,i+4)) 
     //&& High[i]>iMA(symbol,60,207,0,MODE_EMA, PRICE_LOW,i) 
     && Low[i]+250*Point<iLow(symbol,0,iLowest(symbol,0,MODE_LOW,2,i+4)))
   {
     ObjectCreate("Harleys"+DoubleToStr(i), OBJ_TEXT, 0, Time[i], Low[i]+100*Point); 
     ObjectSetText("Harleys"+DoubleToStr(i), CharToStr(181), 68, "Wingdings", clrYellow);
   }   


   if (Period()==60 && Low[i]<Low[i+1] && Low[i]<Low[i-1] && i>0 && Low[i]+380*Point>iLow(symbol,0,iLowest(symbol,0,MODE_LOW,2,i+4)) && Low[i]<iMA(symbol,60,207,0,MODE_EMA, PRICE_HIGH,i) && Low[i]+250*Point<iLow(symbol,0,iLowest(symbol,0,MODE_LOW,2,i+4)))
   {
     ObjectCreate("Harley"+DoubleToStr(i), OBJ_TEXT, 0, Time[i], Low[i]+100*Point); 
     ObjectSetText("Harley"+DoubleToStr(i), CharToStr(181), 68, "Wingdings", clrDarkGreen);
   }


}



// WindowRedraw();
   return(0);
  }
//+------------------------------------------------------------------+
   void deletetxt1(string text){
   for(int iObj=ObjectsTotal()-1; iObj >= 0; iObj--){
      string   on = ObjectName(iObj);
      if(StringFind(on, text) == 0)  ObjectDelete(on);
}  }

The pro version knows all the reversal divergences (vertical line markers for control) and gives you the break out levels to be ready for hedging 1/2 risk. $29.90 with Axel S pro bundled in.

Carrots & Sneeze

Today we’ll be talking about one of these modern symbols.

The Axel Springer is now firing on 8 cylinders, as we are now slave to the music.

Disco Dis-Charges

A Partial discharge is price spiking, but not closing over a Safety line.

A Full discharge is price making a hourly close over a Safety line.

The symbol logo is a reminder to be looking for 2 Full discharges (in a row, 1st safety line 1st and 2nd as second) or at least 2 attempts and a mixed bag of success/failure at the 1st safety line.

The 3rd door is that price fails to clear the E44 and you get a new lower low / higher high first.

Now, are the discharges control functions?

2 full discharges in a sequence is definitely a good entry location for a reversal.

The 5.9 and 0.59 are not the displacement, but reminders for myself which cropper routine to call with adjusting the target to these values.

The P-s

A partial can be followed up by 2 full ones if price fails to touch base @ E16 (E8 gets purchased).

A partial can get a volatility tremor (control function) and call off the whole charge.

A P in general is an obstacle that would either trigger a relapse or is a continuation swing point, the first P print is typically not the end of the road.

It is not a control function, it needs a volatility tremor, but it is definitely an exit which guarantees a pullback to at least the E8 and makes a pullback to beyond E44 highly likely.

The triple M print (control function shaping up the bottom of the B wave) is made up of a reversal and a continuation divergence.
The WaterFall call got cut short / given a new direction by the 14-sample momentum reversal divergence printed by the very same swing low.

The butterfly with the 1.1267 buy level could not had been more accurate.

Trading the Pendulum

The Pendulum Extremis is a fully charged market ready to make 2 discharges on the safety lines.

Obi Wan (E44) is the last hope for a continuation, so put a protective stop loss upon the approach.

A good discharge is a close outside the safety line. A bad / partial discharge is a quick fake out.

  • The straight for the hills is an exhaustive run closing beyond the 1st safety line and tackling the second one soon after. Get out right beyond the close outside the 2nd safety line and perhaps participate in the full reversal.
  • If the first discharge is a partial one, but the resulting pullback does not come back beyond the E-16, count the following discharge as first and be on the train for the real second discharge from the pull back zone (E16 & E32).
  • If the start rolls over to the new LL / HH, the two safety discharges are entry opportunities in the opposite direction for additional new LLs / HHs until a new Pendulum Extremis is printed.

Play partial discharge as this: wait for an M print on RSI2 and put out a stop order 2 pips beyond the swing. Target the safety line – of course, but pay attention to volatility tremors along the way.

Set Yourself on Morti-fire

The only way to succeed as a trader is to make hundreds of great risk/reward trades & become the casino. That is your edge. (SMB Capital)

If you can make 1000% in a short period of time (i.e. a month or two) and don’t forget to pull out some gains, I have nothing more to teach you. No one does. You would make it on a deserted island as long as you have internet, electricity and a trading account with some funds on it.

As somebody smart with a thick accent once said, be best – it sure isn’t worth to be anything else.

The best trader is a subjective thing. Some people would swear on someone who can get large returns with small risks, but this would require having means from start. I’m more of the double or nothing, pull yourself up by the shoestrings, making it despite of having next to nothing to begin with type of guy.

Double or nothing does not mean that I’m a gambler by default, but being a pro gambler is no small feat. Finding and exploiting edges is the only way to improve on your odds.

When I started school, the first thing we had to learn was the alarm chain. This was a route you had to follow to notify all of your class mates during an air raid. After putting down the quill pen, at home there wasn’t always bread without mold, there wasn’t always milk. Sometimes all we had was potatoes growing sprouts and flour. This was the end of the 70s. Until 1989 we were only allowed to leave the country to the West three times per year at a maximum and the amount of currency we could buy was regulated. We first received a landline (telephone) with our 5-digit number when I was in 4th grade. I was the school year who had mandatory Russian lessons until the end of secondary in 1991. Ours was the last tall concrete building facing south 30km from the border. During the bombing of Kosovo we were kept entertained by the ironing taking on the resonance brought on by the explosions.

You may take freedom for granted, capital for granted – I don’t.

So let’s make it official & commemorate the power lift made in 28 trading days. On this day of National Defense, forget the meaning of soaking paper, put on this gas mask and run with me.

Let’s change the name of the business to Morti Finance and let’s design a Zero-Mastodon logo.

That’ll do. Almost as good as Sparkasse from Picasso.

’cause I believe in miracles, words & heavy doses. (Neneh + bit of correction by me)


Inside heads with low counter directional RSI volatility (<55%) will get broken than oppose the direction of the outside head.

Every move ends with a mastodon, but looking back history you may find that they got turned into an S by the time of the settlement of the given time segment.

A mastodon preceded by a zero print is a head. A sequence of outside 3M prints (without a zero) can reverse price equally.

A zero is only qualified if it manages to take price 30+ pips from E44 HL2. A zero can be voided by price touching down on the E44.

Add to your holdings when the momentum turns in your favor.

Monitor counter-directional volatility. An opposing swing move of 25-33 pips (fluctuation size overbought) is a P1, a preliminary tremor of the soon arriving quake of P2; 55, 66, or 75-149 pips long.

White lines are the P1 tremors, the P2s are the following swings down.

A Waterfall (Tremor below the yellow confirmation line) ends in a 67-sample Momentum divergence>

(P1+P2 was another a book of mine.)

I know where I’m going and where I’m coming from, so here I come. (Second Neneh Cherry quote to finish with.)

Let’s check if you have learnt anything here so far.

What is wrong with this picture (3 points) made by a guy who’s selling a course for $2,500?

I always suspected that this guy was a statement-forger. I got my proof & removed him. You should too.

My inspiration can only be one name.

This Math is Crystal. I arrest my case 🙂

Bears can make some money, bulls can make some money before they walk into he market makers’ operated slaughter house.

It’s no laser sword. My father had a gun like that: it is for shooting pigs in the head.

There is already an asian kid, who can do this better than you. Yet, for an ancient white dinosaur, I think this was a good showing & Dutch would be proud of his favorite Hungarian right now.

The equity curve for the last 28 days:

Approx. 600% gains.

I do wonder sometimes about which record isn’t associated with my name at my current broker.

What about 2 million percent gains then?

That was 7 dollars turned into 140k. Authentic, pure magic. Rest assured, you won’t be able to open a micro lot out of $18 on a 30:1 ESMA account.

Do not rush things, until now you had yet to meet someone capable of making 1000% not ROI, ROR but ROC. This is where we are at right now.

Sometimes you need a Hungarian to make things right.

Your world may be of bored millionaires ready to put up 260k for Stocks they get put with to make thirteen thousand in 5 weeks, but I seem to exist in an alterate reality which is an eluding cocktail of blood diamonds and strictly come strychnine & I’m in in from the lignite to the ligaments.

I juat want to see a tree. No, I won’t.

The Pendulum Market Model

The Pendulum is the basis of the Holy Graph.

To reposition the hanging point of swinging axis (~E32) the Sultans of Swing occasionally must reach in with an Invisible Hand with a Visible Touch to apply pull and hold technique.

Those red & green arrows are the E-32 arrows – breaking suddenly 14+ pips away from the E-32 in the new direction. E-32 is the Divider line & E-16 is the Suppressor (SP).
///E32 down arrow
  
  if (Close[i+7]>E32[i+7]-70*Point && Close[i+6]>E32[i+6]-70*Point && Close[i+5]>E32[i+5]-70*Point && Close[i+4]>E32[i+4]-70*Point && Close[i+3]>E32[i+3]-70*Point && Close[i]<E32[i]-70*Point  && Close[i]>E32[i]-140*Point
         ){
         ObjectCreate("OverDriveObot"+DoubleToStr(i), OBJ_TEXT, 0, Time[i], iLow(symbol,0,iLowest(symbol,0,MODE_LOW,2,i))+40*Point); 
        ObjectSetText("OverDriveObot"+DoubleToStr(i), CharToString(234), 24, "Wingdings",  Crimson);
   }

///E32 up arrow

    if (Close[i+7]<E32[i+7]+70*Point && Close[i+6]<E32[i+6]+70*Point && Close[i+5]<E32[i+5]+70*Point && Close[i+4]<E32[i+4]+70*Point && Close[i+3]<E32[i+3]+70*Point && Close[i+2]<E32[i+2]+70*Point && Close[i]>E32[i]+70*Point  && Close[i]<E32[i]+140*Point){
         ObjectCreate("OverDriveObot"+DoubleToStr(i), OBJ_TEXT, 0, Time[i], iHigh(symbol,0,iHighest(symbol,0,MODE_HIGH,2,i))+30*Point); 
        ObjectSetText("OverDriveObot"+DoubleToStr(i), CharToString(233), 24, "Wingdings",  Green);
   } 

To pull again on the pendulum, the most convenient MA is the E16. A late action would be grabbing a hold at the E44 and little Bruford effort can be applied at E8 or even the E4 to keep up the swinging motion a bit longer.

Every consolidation that takes place away from the axis is a repositioning win for the side with additional length on the price scale becoming possible.

As you can see, it is rather rare to see the price exceeding the overdrive levels – hence my grand exit & 2Far plots.


///Lower Grand Exit
    
    if (i>0 && Low[i-1]>Low[i] && Low[i]<(E32[i]-(ODU[i]+50*Point-ODD[i])/100*42) ){
         if (ExtMapBuffer2[i-1]==EMPTY_VALUE) 
       //  dir[i]=1;
    // Low[i]<ODU[i]+50*Point-(ODU[i]+50*Point-ODD[i])/100*95      
          ObjectCreate("OverDrive2Far"+DoubleToStr(i), OBJ_TEXT, 0, Time[iLowest(symbol,0,MODE_LOW,4,i)], iLow(symbol,0,iLowest(symbol,0,MODE_LOW,4,i))-70*Point); 
          ObjectSetText("OverDrive2Far"+DoubleToStr(i), "Grand Exit: "+DoubleToString(NormalizeDouble(iLow(symbol,0,iLowest(symbol,0,MODE_LOW,4,i)),4),4)+"    ", 14, "Impact",  DarkGreen);
    }


///Upper Grand Exit

    
    if (High[i]>(E32[i]+(ODU[i]+50*Point-ODD[i])/100*42) && i>0 && High[i-1]<High[i]  && High[i]>High[i+1]){
    //&& Close[i]<ODU[i]+50*Point-(ODU[i]+50*Point-ODD[i])/100*8 
          ObjectCreate("OverDrive2FarZ"+DoubleToStr(i), OBJ_TEXT, 0, Time[iHighest(symbol,0,MODE_HIGH,4,i)], iHigh(symbol,0,iHighest(symbol,0,MODE_LOW,4,i))+70*Point); 
          ObjectSetText("OverDrive2FarZ"+DoubleToStr(i), "Grand Exit: "+DoubleToString(NormalizeDouble(iHigh(symbol,0,iHighest(symbol,0,MODE_LOW,4,i)),4),4)+"                         ", 14, "Impact",  Maroon);
    }
    

In the light of the above things you could define a trending/repositioning market as the kind where they are buying the E16-E32 field in the direction of the last move and idling market when they are letting price cross.

The manner of approaching this zone could be taken as a clue: you want the Kennedy Approach to be quick, reach space harbor from a preferably new outer space limit relative to the previous fractal within 3 hours to get excited about future prospects, optimally 2.5 hours & 1 hour would be too quick.

If the manner of approach isn’t satisfactory, then E44 is Obi Wan Kenobi.

I had a blog entry about Axel S and the download link can be found in the ForexFacory EurUsd only forum. Axel S was my attempt to provide Pendulum elevator music for the masses.

Now you have an idea of how I came up the effect-counter effect projection of 1.1354 (zero likes, yes): that was the location of the overdrive line at the swing low. Bats and crabs my ass. Laws of physics.

I have given you the values a number of times. 28 pips, 38 & 2.2x Fluctuation Maximum (7/5 fluctuation size) or a slightly less complicated 83.6 pips for the overdrive.

How do you say Africa with one image without having anything from Africa on it?

This is how!
Steve Lukather, yes. Desert Inn, Las Vegas. Training for the Paris Daiquiri-Cointreau rally with Vodka neat in a water glass.

E-16 in blue, E44 in dodger blue

The Stochastic reading is the price’s location relative to the current Overdrive lines.

As you can see, the Holy Graph is a really well thought out tool.
int twodigits = NormalizeDouble(100-((ODU[0]-Close[0])/(ODU[0]-ODD[0])*100),0);