It’s More Fun To Commute

A commuter market is a long term out of oversold and out of overbought market. 10 4-hour closes above the E-89(4H) is a Commuter Buy until a Coda print (excess Thrust).

A preview of what I am working on. The world’s first Commuter Market indicator.

My first step towards becoming a CTA.

Ja Voll, No Vol

A Douglas Lehrer compilation.

There was some wedding reception at the restaurant. The guy handed over his card in advance. His name read Justin Short.

After he walked off, Douglas showed the card and said: that’s what he sais on his wedding night. “I’ll be…”

One time he drew some praying hands on the blackboard, a head of lettuce and a hose sprinkling water over it. He wrote on top: “Lettuce spray”.

Some relative of his, around a 3 years old child asked about why dogs bark one time. He was told that this is how they were talking to one another.

Later the kid farted, and was questioned about it.

– Did you fart? – they asked.

– No – he responded. – It’s just my butt talking to other butts.

Another relative wanted to know what faggot meant. He memorized the answer well, and cursed at a driver that cut them off: You, bunch of sticks!


Today’s lesson is gonna be short & sweet as there is no turn out again.

Use your corrective tool.

During low vol / no vol volatility breaks can’t sustain, and they bring about a 3-point turn.

Yellow markers show where the 14-sample RSI HL2 has moved 2 standard deviations. The next leg would complete the reversal 10+ pips out. Outside the 30-sample hourly HL2 BB price is on borrowed time, lighten on holdings.

You had a question about quantitative pleasing.

The quantitative pleasing started when my supervisor at Bloomberg told me during my appraisal that my smile defrosts her heart.

Happy New York, everyone!

Blow Your Walls Down

Going naked?

Naked what? Naked lunch? Naked gun? Gunning down Peterr?

When you are not in Rome, do what not Romans do: punch above your hate.

This used to be my greyhound.

If it makes you feel crappy, it can’t be that good.


Oh yeah, you came here to learn something. Sorry about that.

Neverending Wave 2

Seen similar recently, but admittedly this does not happen too often. Most Wave 2s are over within 8-12 hours.

Blue diagonal up is the W2. The dirt box of course is just above.

These schmucks bought the top of the rising wedge, the bottom of the rising wedge and all other buy signals to the R1.

Once price finally drops below the wedge, all hell will break loose. I don’t think the Daily 20 sma would get to say “HI”. This squeeze would result in some serious business.

B 1.0576, B 1.0597

R1: 1.0655

Despite of the daily embedding being lost.

The previous example of a neverending Wave 2 was this:

It lasted 10×4 hours.

Transceptor Technology

deletetxt1("Telecom");
deletetxt1("Ucount");

if (Period()==240){
   for (i = lookback; i >=0; i--) {
      if (iFractals(symbol,0,MODE_UPPER,i) && High[i]>iBands(symbol,0,30,2,0,PRICE_MEDIAN,MODE_UPPER,i)-100*Point) {
         j=i+4;
         while (j<i+20){ 
            if (iFractals(symbol,0,MODE_UPPER,j) && High[j]>iBands(symbol,0,30,2,0,PRICE_MEDIAN,MODE_UPPER,j) && High[j]<High[i]) break;
         j++;
         }     
      }
      if (j<i+20 && j>i+1 && iFractals(symbol,0,MODE_UPPER,j) && iFractals(symbol,0,MODE_UPPER,i) && High[i]>iBands(symbol,0,30,2,0,PRICE_MEDIAN,MODE_UPPER,i)-100*Point){
         ObjectCreate("Telecom"+DoubleToStr(i), OBJ_TEXT, 0, Time[i], High[i]+80*Point); 
         ObjectSetText("Telecom"+DoubleToStr(i), "T", 34, "Impact",  Violet);
         k=i-1;
         int ucount = 1;
         while (k>=0){
             if (ucount<7){  
             if (ucount>2){
             ObjectCreate("Ucount"+DoubleToStr(k), OBJ_TEXT, 0, Time[k], High[k]+80*Point); 
             ObjectSetText("Ucount"+DoubleToStr(k), IntegerToString(ucount), 14, "Impact",  Gray);}
             if (Low[k]<iMA(symbol,0,8,0,MODE_EMA,PRICE_OPEN,k)-130*Point) ObjectSetText("Ucount"+DoubleToStr(k), IntegerToString(ucount), 14, "Impact",  Crimson);              
             if (k>5 && Low[k]>iMA(symbol,0,8,0,MODE_EMA,PRICE_OPEN,k) && Low[k+1]>iMA(symbol,0,8,0,MODE_EMA,PRICE_OPEN,k+1)  && Low[k+2]>iMA(symbol,0,8,0,MODE_EMA,PRICE_OPEN,k+2)) ObjectSetText("Ucount"+DoubleToStr(k), IntegerToString(ucount), 14, "Impact",  Green);   
            ucount++;   
            }
            k--;         
         }
           
         
      } 
   
   
   }
}

Extended Time Play

The extended time play is capitalizing in on a daily embedded stochastic condition.

Breaks in the market are buys to dump somewhere beyond the daily Bollinger – or the target I’m about to suggest. Rinse and repeat until the embedding persists.

(Yet another Decisive move got storno-ed due to too deep pullback.)

Tell me that it isn’t an important piece of information, that sellers just got trapped – as shown by Axel H: S-Box.

Or that it isn’t useful to know where the Ionosphere line is and be able to aim for it in real time.

/////Long Target - Code 87 AXEL H

if( OrderType()==OP_BUY && OrderStopLoss()==.87 && OrderTakeProfit()!=NormalizeDouble(iMA(symbol,30,64,0,MODE_EMA, PRICE_MEDIAN,0)+870*Point,4) && OrderOpenPrice()<NormalizeDouble(iMA(symbol,30,64,0,MODE_EMA, PRICE_MEDIAN,0)+870*Point,4)-40*Point
 ) 
       { OrderModify(OrderTicket(), OrderOpenPrice(), OrderStopLoss(), NormalizeDouble(iMA(symbol,30,64,0,MODE_EMA, PRICE_MEDIAN,0)+870*Point,4), OrderExpiration());
          Print("LONG Target Set to AXEL H @ "+DoubleToStr(NormalizeDouble(iMA(symbol,30,64,0,MODE_EMA, PRICE_MEDIAN,0)+870*Point,4),4));}

/////Short Target  - Code 87 AXEL H

if( OrderType()==OP_SELL && OrderStopLoss()==8.7 && OrderTakeProfit()!=NormalizeDouble(iMA(symbol,30,64,0,MODE_EMA, PRICE_MEDIAN,0)-870*Point,4) && OrderOpenPrice()>NormalizeDouble(iMA(symbol,30,64,0,MODE_EMA, PRICE_MEDIAN,0)-870*Point,4)+40*Point
 ) 
     {  OrderModify(OrderTicket(), OrderOpenPrice(), OrderStopLoss(), NormalizeDouble(iMA(symbol,30,64,0,MODE_EMA, PRICE_MEDIAN,0)-870*Point,4), OrderExpiration());
           Print("SHORT Target Set to AXEL H @ "+DoubleToStr(NormalizeDouble(iMA(symbol,30,64,0,MODE_EMA, PRICE_MEDIAN,0)-870*Point,4),4));  }    
      

J. Gundlach just mentioned that the Dollar has likely peaked – after 1200 pips rally on the Euro. At least this was a better call from him then when he suggested a triple top forming in the Dollar at 102.

Yea, I said something about the bottom too, but that was more than 2.5 months ago.

in the blog entry dated above..

You have to wonder at times how the hell these people make money at all.

In closing some notes on the commuter market.

The E-67 band on the 4H seems to be a preferred reloading area (the E-89 does not get violated) to target a British Telecom on the upside.

This last buy was a front that got pushed forward – thanks to the Daily Embedding allowing for it. The extended time play was the # to !

I would think that the next move would have to come down to the band & if E-89 gets crossed over, it is over.

The rising wedge first breaks in the wrong direction.

Axel H + Tie Machine

Tie Fighter & Electric Typewriter – 70s technology both.

Tie Machine – I made it in 2022, but to be fair, I am 70s technology myself.

Dead Giveaways

Have not settled on the pink glowing line’s name yet, but Ionosphere may be a good fit.

A Dead Giveaway is when the market tips its hand. A 90+ pips move in 2 hours is a Decisive Move. If from the fractal print the pullback goes too deep (i.e. 40+ pips), the move is called off. The whole thing was a trap.

3 fractal prints at the E-32 is a soft reset. Higher high / break out guaranteed.

3 fractal prints at the E-32 is a soft reset. Higher high / break out guaranteed.

& this is the moment to acknowledge the new feature, the BUY / SELL boxes. Think about a market profile. When do you ever know if you are bouncing on a block that was a trapped net buy or net sell?

Implications & Complications

Hitting 2 Sell / Buy boxes are even better.

The Yellow Dee-Lite circles are Gender Fluid. Marks the approximate time, and turn around is pretty much the general idea.

if ((stratou[i+1]>iBands(symbol,0,60,2,0,PRICE_MEDIAN,MODE_UPPER,i+1) && stratou[i]<iBands(symbol,0,60,2,0,PRICE_MEDIAN,MODE_UPPER,i) ) ||
        (stratou[i+1]<iBands(symbol,0,60,2,0,PRICE_MEDIAN,MODE_UPPER,i+1) && stratou[i]>iBands(symbol,0,60,2,0,PRICE_MEDIAN,MODE_UPPER,i)) 
        && Close[i]<iBands(symbol,0,60,2,0,PRICE_MEDIAN,MODE_UPPER,i)
     ){
         ObjectCreate("Edgar"+DoubleToStr(i), OBJ_TEXT, 0, Time[i], stratou[i]+55*Point); 
        {ObjectSetText("Edgar"+DoubleToStr(i), CharToStr(165), 32, "Wingdings", Crimson); 
          ObjectCreate("Tal"+IntegerToString(i), OBJ_RECTANGLE, 0,  Time[i+1], iHigh(symbol,0,iLowest(symbol,0,MODE_HIGH,2,i))+50*Point, Time[i+3], iHigh(symbol,0,iLowest(symbol,0,MODE_HIGH,2,i))+150*Point);
            ObjectSetInteger(0,"Tal"+IntegerToString(i),OBJPROP_COLOR,clrPurple);
            ObjectSet("Tal"+IntegerToString(i),OBJPROP_BACK,0);
            ObjectSet("Tal"+IntegerToString(i),OBJPROP_WIDTH,5);
             ObjectCreate("Talm"+DoubleToStr(i), OBJ_TEXT, 0, Time[i+2], iHigh(symbol,0,iLowest(symbol,0,MODE_HIGH,2,i))+150*Point); 
            ObjectSetText("Talm"+DoubleToStr(i), "S", 32, "Impact", Crimson);
              if (MathAbs(High[i]-E32L[i])<280*Point) ObjectSetText("Talm"+DoubleToStr(i), "S", 32, "Impact", Yellow); 
         
        }
        if (iBands(symbol,0,60,2,0,PRICE_MEDIAN,MODE_UPPER,i)>stratou[i] && Close[i]>iBands(symbol,0,60,2,0,PRICE_MEDIAN,MODE_UPPER,i)+20*Point) ObjectSetText("Edgar"+DoubleToStr(i), CharToStr(165), 32, "Wingdings", Lime); 
        if (Close[i]<stratou[i] && Close[i+1]>iBands(symbol,0,60,2,0,PRICE_MEDIAN,MODE_LOWER,i+1)-20*Point && iBands(symbol,0,60,2,0,PRICE_MEDIAN,MODE_UPPER,i+1)<stratou[i+1]) ObjectSetText("Edgar"+DoubleToStr(i), CharToStr(165), 32, "Wingdings", Lime); 
        if (Close[i]<iBands(symbol,0,60,2,0,PRICE_MEDIAN,MODE_LOWER,i)){ ObjectSetText("Edgar"+DoubleToStr(i), CharToStr(165), 32, "Wingdings", Yellow); 
         ObjectDelete("Tal"+IntegerToString(i));
          ObjectDelete("Talm"+DoubleToStr(i));
        }
    
     } 
    
    
       if ((stratod[i+1]>iBands(symbol,0,60,2,0,PRICE_MEDIAN,MODE_LOWER,i+1) && stratod[i]<iBands(symbol,0,60,2,0,PRICE_MEDIAN,MODE_LOWER,i) ) ||
        (stratod[i+1]<iBands(symbol,0,60,2,0,PRICE_MEDIAN,MODE_LOWER,i+1) && stratod[i]>iBands(symbol,0,60,2,0,PRICE_MEDIAN,MODE_LOWER,i)) 
        && Close[i]>iBands(symbol,0,60,2,0,PRICE_MEDIAN,MODE_LOWER,i) && Close[i+1]<iBands(symbol,0,60,2,0,PRICE_MEDIAN,MODE_UPPER,i+1)+70*Point 
     ){
         ObjectCreate("Edgar"+DoubleToStr(i), OBJ_TEXT, 0, Time[i], stratod[i]+55*Point); 
        {ObjectSetText("Edgar"+DoubleToStr(i), CharToStr(165), 32, "Wingdings", Lime); 
          ObjectCreate("Tal"+IntegerToString(i), OBJ_RECTANGLE, 0,  Time[i+1], iLow(symbol,0,iHighest(symbol,0,MODE_LOW,2,i))-50*Point, Time[i+3], iLow(symbol,0,iHighest(symbol,0,MODE_LOW,2,i))-150*Point);
            ObjectSetInteger(0,"Tal"+IntegerToString(i),OBJPROP_COLOR,clrPurple);
            ObjectSet("Tal"+IntegerToString(i),OBJPROP_BACK,0);
            ObjectSet("Tal"+IntegerToString(i),OBJPROP_WIDTH,5);
             ObjectCreate("Talm"+DoubleToStr(i), OBJ_TEXT, 0, Time[i+2],  iLow(symbol,0,iHighest(symbol,0,MODE_LOW,2,i))-50*Point); 
            ObjectSetText("Talm"+DoubleToStr(i), "B", 32, "Impact", Lime);
            if (MathAbs(Low[i]-E32L[i])<280*Point) ObjectSetText("Talm"+DoubleToStr(i), "B", 32, "Impact", Yellow); 
        }
        if (((Close[i]>iBands(symbol,0,60,2,0,PRICE_MEDIAN,MODE_UPPER,i) && iBands(symbol,0,60,2,0,PRICE_MEDIAN,MODE_UPPER,i)>stratou[i+1])  || (Close[i+1]>iBands(symbol,0,60,2,0,PRICE_MEDIAN,MODE_UPPER,i)  && iBands(symbol,0,60,2,0,PRICE_MEDIAN,MODE_UPPER,i)>stratou[i])) && Close[i+1]<iBands(symbol,0,60,2,0,PRICE_MEDIAN,MODE_UPPER,i+1)+70*Point) {ObjectSetText("Edgar"+DoubleToStr(i), CharToStr(165), 32, "Wingdings", Crimson); 
           ObjectDelete("Tal"+IntegerToString(i));
           ObjectDelete("Talm"+DoubleToStr(i));
           ObjectCreate("Tal"+IntegerToString(i), OBJ_RECTANGLE, 0,  Time[i+1], iHigh(symbol,0,iLowest(symbol,0,MODE_HIGH,2,i))+50*Point, Time[i+3], iHigh(symbol,0,iLowest(symbol,0,MODE_HIGH,2,i))+150*Point);
            ObjectSetInteger(0,"Tal"+IntegerToString(i),OBJPROP_COLOR,clrPurple);
            ObjectSet("Tal"+IntegerToString(i),OBJPROP_BACK,0);
            ObjectSet("Tal"+IntegerToString(i),OBJPROP_WIDTH,5);
             ObjectCreate("Talm"+DoubleToStr(i), OBJ_TEXT, 0, Time[i+2], iHigh(symbol,0,iLowest(symbol,0,MODE_HIGH,2,i))+150*Point); 
            ObjectSetText("Talm"+DoubleToStr(i), "S", 32, "Impact", Crimson);
            if (MathAbs(High[i]-E32L[i])<280*Point) ObjectSetText("Talm"+DoubleToStr(i), "S", 32, "Impact", Yellow); 
      
     }
     }

How do you figure an attainable distance based on the 3-DAY ATR?

With my 15-min ATR Pro. The high was 1.0673

   BowBuffer=(iClose(symbol,15,i))-ATRAVG[i]*1.30;
   BighBuffer=iClose(symbol,15,i)-ATRAVG[i]; 
   BowBuffer2=iClose(symbol,15,i)+ATRAVG[i];
   BighBuffer2=(iClose(symbol,15,i))+ATRAVG[i]*1.30; 

Hey Dec, you’ve got that backing track?

Never Enough

A light, Sunday afternoon read.

Karma Comedian

As a famous film producer, Ridley Squat once said – or was it Diddly Scott? You know, the singer of Ivory & Savory? He had a joke about the Planet Vulcan: what do they call their dating site? Lava-Life!
So much for stand up comedy ambitions.
Whatever I ever do seems to have no audience.

I withdrew 10k this month – a mile stone. Wanted to buy a Samsung 85″ Q60B for £1,578, but it is no longer discounted, so I’ll just wait.

I have gotten awfully close to releasing my Kracken article, but I decided that some warming up to it may be necessary.

The rest should be thought & knife provoking.

Quick Status Quo

Weekly chart – how extended price is here?

The magenta lines are 5 1/4 std 14-sample window envelopes.

The 59 EMA is the ultimate limit of the Bear Market. 3 weekly closes above is the switch.

CAPtivating to see this many CAPs without price returning to the 20 SMA.

The Bitching part: From Bags to Bitchez

Much of the YouTube trader / statements videos are made up rubbish. Random numbers entered in a purpose made (forgery) software to grease you up to wanting to buy whatever they got for sale.

Dude, where did that 25K jump come from when your average winning trade is $1,206?

Notice the “Add Trade” – build a bear button. No “sync” to account anywhere.

Dude, what is up with that 100% win rate?

Oh yeah, we’re selling hopes and dreams here.

Dude, what’s up with that commission for one day?

“The numbers are all messed up” – he says in this video. No shit.

I remember still that on ES futures with a half point I was making or losing $7 and $14 on a handle per lot. Where did the 10 cents come from? (All charts shown are ThinkOrSwim).

Total random numbers. These people never traded futures in their lives.

I have warned you about people “trading” with 1-minute charts.

Not giving a link to the video, you can look up Umar Ashraf who’s making money selling stuff like the TradeZella “trading wishing on a star database maker” and posing as a trader, but he ends up winning regardless with the YouTube views.

Tie Machine

Market timing, intraday.

Doc Serverson used to use Market Timer.

Emini-Watch has cycle / sine waves for market timing.

DeMark counts to 9 & 13 for a pause & effect within days.

I said intraday, man. This B-52 indicator was born out of fear.

I just could not get myself to go long the Euro for weeks. I was sitting and watching 3K to 9K draw downs develop thinking all along that I would be screwing myself if I went long now.

So the idea was out there, convergence. Mark up the BB and the stratosphere converging. Filter for color based on closing outside or inside.


    if ((stratou[i+1]>iBands(symbol,0,60,2,0,PRICE_MEDIAN,MODE_UPPER,i+1) && stratou[i]<iBands(symbol,0,60,2,0,PRICE_MEDIAN,MODE_UPPER,i) ) ||
        (stratou[i+1]<iBands(symbol,0,60,2,0,PRICE_MEDIAN,MODE_UPPER,i+1) && stratou[i]>iBands(symbol,0,60,2,0,PRICE_MEDIAN,MODE_UPPER,i)) 
        && Close[i]<iBands(symbol,0,60,2,0,PRICE_MEDIAN,MODE_UPPER,i)
     ){
         ObjectCreate("Edgar"+DoubleToStr(i), OBJ_TEXT, 0, Time[i], stratou[i]+55*Point); 
        ObjectSetText("Edgar"+DoubleToStr(i), CharToStr(165), 32, "Wingdings", Crimson); 
     }
    
    
       if ((stratod[i+1]>iBands(symbol,0,60,2,0,PRICE_MEDIAN,MODE_LOWER,i+1) && stratod[i]<iBands(symbol,0,60,2,0,PRICE_MEDIAN,MODE_LOWER,i) ) ||
        (stratod[i+1]<iBands(symbol,0,60,2,0,PRICE_MEDIAN,MODE_LOWER,i+1) && stratod[i]>iBands(symbol,0,60,2,0,PRICE_MEDIAN,MODE_LOWER,i)) 
        && Close[i]>iBands(symbol,0,60,2,0,PRICE_MEDIAN,MODE_LOWER,i)
     ){
         ObjectCreate("Edgar"+DoubleToStr(i), OBJ_TEXT, 0, Time[i], stratod[i]+55*Point); 
        ObjectSetText("Edgar"+DoubleToStr(i), CharToStr(165), 32, "Wingdings", Lime); 
        if (Close[i]>iBands(symbol,0,60,2,0,PRICE_MEDIAN,MODE_UPPER,i) || Close[i+1]>iBands(symbol,0,60,2,0,PRICE_MEDIAN,MODE_UPPER,i+1)) ObjectSetText("Edgar"+DoubleToStr(i), CharToStr(165), 32, "Wingdings", Crimson); 
     }

But there’s more. What if a buy convergence is about to happen, but this is out of the visible area?

This was the idea behind the Tie Machine.

When the white ones zero in on the base lines, prepare to take action.

  bbu[i]=iBands(symbol,30,60,2,0,PRICE_MEDIAN,MODE_UPPER,i);
     bbd[i]=iBands(symbol,30,60,2,0,PRICE_MEDIAN,MODE_LOWER,i);
      plusdiff[i]=MathAbs(stratou[i]-bbu[i]);
    minusdiff[i]=-MathAbs(stratod[i]-bbd[i]);

I couldn’t ask for another.

3, 2, 1, Yoko

Swear with me for a minute.

Ok. Let’s try to explain things coherently.

There are 3 lines in discussion here.

The Teal colored bands are the 60-sample 30-min HL2 Bollinger Bands.

In White we have the 30-minute 64-sample HL2 EMA displaced by + / – 45 pips.

The SlateBlue is 15-minute 9-sample swing high and low displacements at 105 pips with some consolidation mean filtering fitted onto the 30-minute chart.

The Yellow-Green combo line is the 15-min consolidation mean again fitted onto the 30-min chart.

The main ideas of this blog post is pointing out what is ultimately support / resistance: the last line out from the 3.

The interrupted Yellow is the 64-sample HL2 EMA which may serve as a soft reset turning price back to which end it came from.

This is how I made the conversion happen:

dermia[0]=termia[0];
dermia2[0]=termia2[0];
saxi[0]=taxi[0];
saxi2[0]=taxi[0];

j=1;

for (i = 1; i <=100; i++) {
  dermia[j]=termia[i*2-1]; 
  dermia2[j]=termia2[i*2-1]; 
  saxi[j]=taxi[i*2-1]; 
  saxi2[j]=taxi[i*2-1]; 
  j++;
}

The last thing is about the dirt boxes and the wave count. I see the mirror image of the previous cascading trend with the bullish wave count with each swing low dipping into the previous one’s dirt box.

The dirt box can be 50-pips deep, that does not change anything on the setup.

Wave 5 down should end up on the 2nd 4-H Fractal that prints outside the 30-sample HL2 Bollingers.

The End Is The Beginning

…is the end.

If you still have some faith in the idealistic Elliott Wave theories, abandon now or forever be entertained by this Rocky Horror Picture Show.

Wave 1 down is Wave 2 down.

3 examples from this recent run up.

Meet the Baritonos & the T.R.A. voltage.

The Baritonos Beat at the knee cap.

The TRA voltage is a power surge.

Good eye, Septic! The last TRA did not make it outside the 30-samp BB. The front row is yours.

My mistake was trying to find a Wave 2 up when all Wave 2s were printing down.

CAP means Capiche?! Wirklich!

You ain’t seen nothing yet. Behold the market trending lower with a bullish wave count.

So let’s define the final thrust.

The FT is a Wave 1 attempt in the prevailing direction. It is a clash of volatilities, it is a contract for the rights of the movie sequel. The second part / the counter move (prospect Wave 2) gives or denies the approval for drumming up enough funds. The shooting starts when the dirt box arrives with a ton of cash raised from selling Puregold sculptures.

Cure? You knew it was coming.

Just an interesting picture showing the buy triggers tripped whilst the sell trigger got rained on.

The way these operate is that the small wire gets tripped and up to 30-pips there’s a block for additional chunks to add. An accummulation box, yes. Nothing is guaranteed, but even the weakest signal should take price to the next Axel H line. E32 in this case.

Make it, or take it.

Santa Kraus is going to drown.

In a world, where you could be anything, don’t be a summa cum laude Pascal Programmer whom finished in 1992.

Could you spot the very first Wave 2 up since the 10th of October?