LL

Honed in on the LL and plotting reminders now for the entry.

With the thrust, W3F should be the target.

  //////////LL
      if (i>0 && MFI[i]>22 && MFI[i]<68 && Drive[ArrayMinimum(Drive,28,i)]<0 && Low[i]==iLow(symbol,0,iLowest(symbol,0,MODE_LOW,40,i))
      && Low[i-1]>Low[i] && thrust[i]<1 && thrust[i+1]<1 && thrust[i+2]<1  && thrust[i-1]<1
      && L80[i]>L63[i]
      ){
                            ObjectCreate("PINUSXY"+IntegerToString(i),OBJ_TEXT, 0, Time[i],Low[i]-50*Point);
                           ObjectSetText("PINUSXY"+IntegerToString(i),"LL", 26, "Impact", clrCrimson);
                           ObjectCreate("PINUSXX"+IntegerToString(i),OBJ_TEXT, 2, Time[i],70);
                           ObjectSetText("PINUSXX"+IntegerToString(i),"S/L53+/S30+", 26, "Impact", clrCrimson);
                     }

To my surprise, the main filter was actually an MFI range.

…The yellow trendline was undercut.

The upside configuration would start printing as soon as the 8.3-day high would be within 80 pips.

From 1.05278 to 1.0413 is no man’s land, and the price does not have a lot of profile to work with. A consolidation of 17+ pips above 1.05278 would be a complete regime change. One possibility is marking time and bringing the upper limit closer. 6 more days sideways would bring the upper line lower by 55 pips. The close was just below the required 91+ pips to call a swing low yet.


Album #39