Okay

It’s that time of the month again when it becomes increasingly difficult to distinguish between a catether and a cat eater.

The trail goes cold and invictus does not become convictus.

Back to business. This time it is different. Why? The bumper line (Green) was exceeded, and price ran away from the Powder Box.

I know, it’s a sin, but the low is in. From now on even the Powder Box gets a fill.

/// insta toffee dn pink

     if (i>0 && Low[i]<guardraild[i] && Low[i]<lowerbumper[i] && iRSI(symbol,0,2,PRICE_MEDIAN,i+1)<1 && iRSI(symbol,0,2,PRICE_MEDIAN,i)<1 && iRSI(symbol,0,2,PRICE_MEDIAN,i-1)>iRSI(symbol,0,2,PRICE_MEDIAN,i)){
         ObjectCreate("LOTUS"+IntegerToString(i),OBJ_VLINE,0, Time[i], 0);
      ObjectSet("LOTUS"+IntegerToString(i),OBJPROP_COLOR,clrDeepPink);
      ObjectSet("LOTUS"+IntegerToString(i),OBJPROP_WIDTH,3);
      ObjectSet("LOTUS"+IntegerToString(i),OBJPROP_BACK,1);
      
           
       ObjectCreate("LOTUSb"+IntegerToString(i), OBJ_RECTANGLE, 0,  Time[i+3], Low[i]-640*Point, Time[i-1], Low[i]-840*Point);
       ObjectSetInteger(0,"LOTUSb"+IntegerToString(i),OBJPROP_COLOR,clrRed);
       ObjectSet("LOTUSb"+IntegerToString(i),OBJPROP_BACK,0);
       ObjectSet("LOTUSb"+IntegerToString(i),OBJPROP_WIDTH,5);   
      
        ObjectCreate("LOTUSc"+IntegerToString(i), OBJ_RECTANGLE, 0,  Time[i+3], Low[i], Time[i-1], Low[i]-640*Point);
       ObjectSetInteger(0,"LOTUSc"+IntegerToString(i),OBJPROP_COLOR,clrDodgerBlue);
       ObjectSet("LOTUSc"+IntegerToString(i),OBJPROP_BACK,1);
       ObjectSet("LOTUSc"+IntegerToString(i),OBJPROP_WIDTH,5);   
       dcount[i]=1;
   }   

The 5-wave correction is in progress. This is Wave 2 down.

Did you ever wonder if I still had my Energy Bands on a chart? Silly!

Is it daylight? I’m hardly ever Doris.

Where Are You Wrong?

Let’s talk “if you don’t want to be faded”.

Money flow displacements – that’s where we left off

  if (mfi[i+12]>mfi[i+13] && mfi[i+12]>mfi[i+11] && mfi[ArrayMaximum(mfi,3,i+11)]>mfi[ArrayMaximum(mfi,23,i+15)] && mfi[i+12]>79 && iStochastic(symbol,0,120,3,3,MODE_SMA,PRICE_MEDIAN,MODE_MAIN,i)>28){
            ObjectCreate("Sal"+DoubleToStr(i), OBJ_TEXT, indicator_window+1, Time[i+10], mfi[i]+mfi[i]*.2); 
         ObjectSetText("Sal"+DoubleToStr(i), "Sell Beats: "+DoubleToString(NormalizeDouble(iHigh(symbol,0,iHighest(symbol,0,MODE_HIGH,16,i+1))+80*Point,4),4)+", "+DoubleToString(NormalizeDouble(iHigh(symbol,0,iHighest(symbol,0,MODE_HIGH,16,i+1))+140*Point,4),4)+", shy of "+DoubleToString(NormalizeDouble(iHigh(symbol,0,iHighest(symbol,0,MODE_HIGH,16,i+1))+220*Point,4),4), 22, "Impact", Black); 
         if (iStochastic(symbol,0,120,3,3,MODE_SMA,PRICE_MEDIAN,MODE_MAIN,i+12)<88 || iStochastic(symbol,0,120,3,3,MODE_SMA,PRICE_MEDIAN,MODE_MAIN,i+12)>96.8) ObjectSetText("Sal"+DoubleToStr(i), "MFI strength", 22, "Impact", DimGray);  
      }
      
         if (mfi[i+12]<mfi[i+13] && mfi[i+12]<mfi[i+11] && mfi[ArrayMinimum(mfi,3,i+11)]<mfi[ArrayMinimum(mfi,23,i+15)] && mfi[i+12]<21 && iStochastic(symbol,0,120,3,3,MODE_SMA,PRICE_MEDIAN,MODE_MAIN,i)<72){
            ObjectCreate("Sals"+DoubleToStr(i), OBJ_TEXT, indicator_window+1, Time[i+10], mfi[i]*1.4); 
         if (Low[i]<iBands(symbol,0,240,2,0,PRICE_MEDIAN,MODE_LOWER,i)) ObjectSetText("Sals"+DoubleToStr(i), "Sell Retract: "+DoubleToString(NormalizeDouble(iHigh(symbol,0,iHighest(symbol,0,MODE_HIGH,8,i+1))+80*Point,4),4), 22, "Impact", Crimson); 
        else if (Low[i+12]<iBands(symbol,0,240,2,0,PRICE_MEDIAN,MODE_LOWER,i+12)) ObjectSetText("Sals"+DoubleToStr(i), "Buy Beats: "+DoubleToString(NormalizeDouble(iLow(symbol,0,iLowest(symbol,0,MODE_LOW,16,i+1))-80*Point,4),4)+", "+DoubleToString(NormalizeDouble(iLow(symbol,0,iLowest(symbol,0,MODE_LOW,16,i+1))-140*Point,4),4)+", ["+DoubleToString(NormalizeDouble(iLow(symbol,0,iLowest(symbol,0,MODE_LOW,16,i+1))-220*Point,4),4)+" -> "+DoubleToString(NormalizeDouble(iLow(symbol,0,iLowest(symbol,0,MODE_LOW,16,i+1))-500*Point,4),4)+"]", 22, "Impact", Black); 
        else  ObjectSetText("Sals"+DoubleToStr(i), "Buy Beats: "+DoubleToString(NormalizeDouble(iLow(symbol,0,iLowest(symbol,0,MODE_LOW,16,i+1))-80*Point,4),4)+", "+DoubleToString(NormalizeDouble(iLow(symbol,0,iLowest(symbol,0,MODE_LOW,16,i+1))-140*Point,4),4)+", shy of "+DoubleToString(NormalizeDouble(iLow(symbol,0,iLowest(symbol,0,MODE_LOW,16,i+1))-220*Point,4),4), 22, "Impact", Black); 
      
         if (Low[i+12]<(stratod[i+12]-400*Point)) ObjectSetText("Sals"+DoubleToStr(i), "Buy Beat: "+" ("+DoubleToString(NormalizeDouble(iLow(symbol,0,iLowest(symbol,0,MODE_LOW,16,i+1))-220*Point,4),4)+")-> LL", 22, "Impact", Magenta); 
        
         if (iStochastic(symbol,0,120,3,3,MODE_SMA,PRICE_MEDIAN,MODE_MAIN,i+12)>10) ObjectSetText("Sals"+DoubleToStr(i), "MFI weakness", 22, "Impact", DimGray); 
    
      }
      

How did I come up with the 3 numbers? They are statistics based on the initial move. Since I wait 4 hours for the “initial move” to print, and the money flow itself runs with a delay, there is a good chance that the push already occurred by then and the echo can be predicted. Sort of. Barring no new money coming in during the move towards the echo.

So, where are you wrong? That’s a tricky one and is tied to your broker’s behaviour. You already should stop buying in our example by 1.0533, but you cannot just put a pending order out at that number. There’s usually a 3-pip slippage on top of the increased spread play for the broker to put you in a trade you will regret.

To be extra safe, go 10 more pips and only then double down in the opposite direction.

Blue lining.

If there’s one thing that we learnt from Elliott Wave, it is that large corrections are made up 5 waves, hence he named them ABC corrections.

I had this idea of marking up the start of where a 5-wave correction is imminent.

A bit over optimized, but that’s what I have for now:

if ( i>0 && RSI2[i+1]<5 && RSI2[i]>5 && RSI2[i]<70 && MFI[i]<5 && RSI2[i+3]>1 && (Close[i+1]<Open[i+1] || Close[i+2]<Open[i+2]) && Low[i+1]>iBands(symbol,0,4,3,0,PRICE_MEDIAN,MODE_LOWER,i+1) 
          && High[i]<iBands(symbol,0,4,3,0,PRICE_MEDIAN,MODE_UPPER,i) 
          && MathAbs(Open[i-1]-Close[i-1])>20*Point
          && iBands(symbol,0,4,3,0,PRICE_MEDIAN,MODE_UPPER,i-1)-iBands(symbol,0,4,3,0,PRICE_MEDIAN,MODE_LOWER,i-1)>300*Point  
          && iStochastic(symbol,0,12,3,3,MODE_SMA,1,MODE_MAIN,i+17)<80
          ){
            ObjectCreate("OPUS"+IntegerToString(i),OBJ_VLINE,indicator_window+1, Time[i], 0);
            ObjectSet("OPUS"+IntegerToString(i),OBJPROP_COLOR,clrBlue);
            ObjectSet("OPUS"+IntegerToString(i),OBJPROP_WIDTH,3);
            ObjectSet("OPUS"+IntegerToString(i),OBJPROP_BACK,1);     
     } 

The only one that was on the iffier side was this rising wedge, since the RSI2 was too slow to register the Wave 2 blip in an articulate manner.

Other corrections visible from 4H space:

& when the brain begins to fault

As you can see, what I’m doing is not throwing shit on the wall. Far from it. I utilize statistics and mechanical awareness.

Unlike one size fits all charlatans selling 2k memberships, I have no products to sell and I am not even venturing to try the same things on a different Forex pair. Yes, I am a one trick horny.

These are the things I can get my head wrapped aound: lowest spread, lowest commission, highest liquidity, specalization – the ability to hedge apples with apples, the aforementioned statistics based indications, projections, some automatization and then you may have a fleeting chance of making it.

I don’t think anyone has picked this exact route before me.

Who are you now?

Whey

Solving this today gave me a warm feeling. Like it was an ad for looking for people with similar thinking. You know that this was made by a human being understanding things about the human abstract thinking. The best part was not giving a hint on how to go about this. Very impressed.

Anyways, the magic ball from yesterday didn’t settle.

Yet, now we have a black ball for final. 55 points for that one. 135% you say? Yes, it is that certain that this is the bottom and no further progress downwards would be made.

Now, on to the terms and conditions part.

You must obtain an understanding of inertia.

Money flowing in causes an acceleration in one direction or another. The market is unable to turn on a dime. Instead it turns on money flow beat divergences.

That’s the money flow caused acceleration and these are the beats.

So when I say wheey-whey, whey you know where the wheat protein is.

The Percentages Are In

The low being in was at 80% (40+20+20) until now. You need 95 to get serious about a reversal.

The Wave structure as follows: the Volatility Whip just took out the swing low made by Wave 4 at 1.0630. The W leg could go back to the upper red trendline.

I would equalize the short and long holdings in the 1.0892-1.0905 area.

Back to music 🙂

The 200-lot Truth

How can I say with certainty that the 200-lot trades are made on demo accounts, quasi they are fake?

First thing is the size of a broker. A small one may limit the opening on a real account to 50 lots per trade. I have a medium size broker, and their limit is 100 pips. Squared Financial had a 2000 lot limit, but they classify themselves as liquidity provider, the max leverage is 300:1 and you would not qualify as a person for an account, guaranteed.

When a scammer specimen shows you 200k made with a 32-pip move, think about what account could sustain such trade even with a 1:1 risk?

Looks like now he’s making a move into the funded account scam world. Seems like nothing’s ever enough, the horses must be costing a lot.

I will make a snapshot of the claimed 200k demo profit on Cable when I see it next, in particular because the numbers don’t add up either. With 200 lots you would need 100 pips, not 32.

Price does not even have to move for you to be stopped out for a 32-pip loss, it is enough if the broker cranks up the spread real high.

What person can afford an istant 200k loss whenever the broker feels frisky?

What kind of money would you have to trust on an offshore broker to not immediately give up on trading? Who in their right mind with 2 million dollars would shovel that in for the riskiest of ventures? The broker would just disappear with your money. They would not even have to leave the island they are on. Come after them if you can. Your lead is a guy named Mark.

There is only one guy out there that seems to be doing fine trading 200-lot blocks as Contract For Difference at 1:100 leverage and that is Trader Tom, but he is the kind of guy that wold come out of the dildo shop disappointed, but then he would spot a lamp post. Trust me, his losses are outsized as well.

Remember what I said about 200 lots, and then look at these brain trusts again:

Have a rectally safe day!

After a 200K trade, the daily profit/loss (up right) shows +£841.75 and the balance is £15.376 Million. Any questions?

Scarf Face

It’s the blind leading the blind.

Get the balance right as DM said.

Now, the TA. The 0 got closed below 4x and got a back test from below. That’s the Hijack function where the Zero gets broken, not the Aggression. Then comes wave count to the downside.

Step outside 1x, 2x, 3x a lady.

Look, Lionel, since the last swing that came off of the Recoil point (move back beyond the 8EMO) exceeded 60 pips, we consider this to have gone parabolic. No more need of 3 breaks outside the 30-sample BB.

As for the 4H money flow reversal signal, as it turns out that hijacking becomes priority. Something to remember. It’s a sucker’s game after all.

No excuses for experimental incompetence. A Faith Healer can be broken. A QE+QE meant only 40% chance for the low being in.

My stubbornness resulted in a few k-s of opportunity cost.

The devil is in the retail – always said so. I actually had someone calling me “The Freshly Shaven Devil”. He was later taken to custody in Canada at a trafic stop and was handed back over to Hungary over an outstanding warrant.

It seems that all Orange Sneezes would always discharge away from the daily E9 (The Green River).

   

“Blind Leading The Blind” lyrics

Geto Boys Lyrics

“Bling Leading The Blind”

hey yo, check dis dope ass beat out
willie back in da muthafuckin house and i got my niggas
da menace clan on dis one to help me out
and we representin our god damn selves
cuz how da fuck
you gona tell me how to get to where i’m goin
when you dont know where da fuck you goin
man das da blind leadin da muthafuckin blind

I could’ve been a leader not a follower a coach not a balla
I could’ve had progress
i could’ve lived wit less stress
but i took it upon myself and played da card i wuz delt
thought about my self
fuck everyone else
and they said fuck me too
but it was cool like that
see my mission was paper chasin and puttin da hood aon da map
now i’ve done been there
done that
took one step and dew back
for da life i wuz takin
wut da fuck wuz i thinkin
should’v slowed it down but i wuz speedin
and i wuz stuck with a code
and niggas waitin around to see if i wuz gonna come up befo
but i can fold like a bitch
seen da chance to switch
but i wuz brought up yo make it
seen da chance to take it
find a rule and break it
take a badge and shake it
and against all odds
get da fuck outta dodge
but I’m a nigga wit records dat da state can’t file
young, blind, and wild
an uncontrollable child in da ghetto
but seddling fo mo everyday
and when i make up my mind i’m gonna get back in line but now i’m
[chorus x2]

blind leadin da blind
in a world of wars i search for peace of mind my stabillity
fo my niggas and me said da way life wuz supposed to be in da ghetto

I looked out my window wut did i see
it wuz a crack head nigga starin dead at me
he said can i get a muthafuckin nickle for three
i told his ass to da better in his rorock swetta
he got a daughter he aint fed her
he’d rather get high
in his eye i see da demon
i can hear babies screamin
feenin
it demeaning to see him
to be in the ghetto
but this is where i settle
now wut would you do wit a strap in yo hand
gangstas do wut dey wunt to
suckas do wut dey can
my role modle sips on a forty botlle
in his footsteps i follow grab da brew and take a swallow
i’ve been livin on da streets since da age of thirteen
cuz i wuz sick of being raised by a dope fiend i so seen
babies need similac money dat wuz meant for similac wuz spent on crack
now do you wanna
no i dont and its a liquor sto on every cona
and niggas aint da owna
now listen, we cant afford to send our kids to school but dey got da
knowledge
to spend dey money on da chaps when we could send our kids to college
now here we are: hoes, dopes, dealers, and bums
at da white man’s table still beggin fo crumbs but its da
[chorus x2]

niggas shoot ball
(niggas shoot da logs)
nigas shoot da doves
(niggas shoot to love)
niggas shoot up
(niggas shoot pool)
but watch out cuz niggas shoot niggas too
so wut da fuck am i to do when niggas fallin down like flies
and dis muthafuckin money starin me in da eyes
and my brother sayin come on in stop buggin
but we done already lost 3 uncles and 5 cousins
to da streets niggas shit deep
no room fo da maple leafs
cuz muthafuckas play fo keep
i wunt respect when i step on da field
saw a nigga dat killed i gotta kill befo deez niggas get sum bright ideals
and start thinkin we hoes or sumthin
so when i see dat muthafucka nigga nigga staight dumpin

Getting High

When dealing with indicators, there’s always the question, are you even looking for the right thing?

Nothing personal against Barry Taylor. In his latest video from 9:40 he talks about the Euro and he has no turning signals, none of the 3 he is using, i.e.: bullish divergence, exhaustion sell, flash pattern.

I have been having good success with Money Flow divergences / turn projections and this weekend I invented some 4H MFI plots.

The thick green below is a complete Wrap of Money Flow.

I believe this divegence is the equivalent of what was printed at the top.

And this seems like a really strong signal, not in terms of being an exact top or exact bottom, but from the view point of these points not getting exceeded for quite some time, they are the origin of a new money flow trending move.

Time will tell if was monitoring for the right signals.

     if ( RSI2[i+1]<8 && RSI2[i]>8 && RSI2[i]<70 && MFI[i]>10 && iFractals(symbol,0,MODE_LOWER,i+1)){
            ObjectCreate("OPUS"+IntegerToString(i),OBJ_VLINE,indicator_window+1, Time[i+1], 0);
            ObjectSet("OPUS"+IntegerToString(i),OBJPROP_COLOR,clrGreen);
            ObjectSet("OPUS"+IntegerToString(i),OBJPROP_WIDTH,13);
            ObjectSet("OPUS"+IntegerToString(i),OBJPROP_BACK,1);     
     } 
  
       if ( RSI2[i+1]>90 && RSI2[i]<90 && RSI2[i]>30 && MFI[i]<-5 && iFractals(symbol,0,MODE_UPPER,i+1) && High[i+1]==iHigh(symbol,0,iHighest(symbol,0,MODE_HIGH,7,i+1)) && iHigh(symbol,0,iHighest(symbol,0,MODE_HIGH,20,i+1))==iHigh(symbol,0,iHighest(symbol,0,MODE_HIGH,40,i+1)) ){
            ObjectCreate("OPUS"+IntegerToString(i),OBJ_VLINE,indicator_window+1, Time[i+1], 0);
            ObjectSet("OPUS"+IntegerToString(i),OBJPROP_COLOR,clrCrimson);
            ObjectSet("OPUS"+IntegerToString(i),OBJPROP_WIDTH,13);
            ObjectSet("OPUS"+IntegerToString(i),OBJPROP_BACK,1);     
     } 
  

AO Smith

After a low is made, the fractal stage setting commences. There would have to be at least two hourly fractals before the market can try for a Wave 1.

The triangles are the fractals. Wave 1 up is the beat of the 2nd fractal down.

A = Aggression. 0 = Zero.

This is where the bull – bear show down takes place (The Clash). On the image above you can see that Zero gets back tested, but only one 30-minute close would be claimed. A break down failure. The bulls get to write a 3/60. This means 3 waves that breaks outside the 30-minute 30 sample Bollinger (or a single wave with a 60+ pips parabolic move from the recoil point.)

The 3rd Wave in this example had a 3-part sequence to it. See how there’s no multiple closes below the Magenta, 8 EMO – until it is too late. After the 3rd Wave the bears had the opportunity to carry on with the down trend.

Also, see how all the price action was taking place above the Aggression entry with the pullbacks bouncing off of the A. This is not a must, you could see higher lows as well.

Why am I teaching you all of this? Because a new low was just made. A Wave 1 took out the second fractal from above. A Zero is being printed. What should you be expecting next?

The Charlotte Letter (PG26)

Turning point. Why pick a day, why not the hour?

I had to find some uniquie icon for this whirlwind woman, Scarlet Johanssen.

I settled on the bellhop bell with the double meaning of “checking out”.

You see I was hot and heavy on associating percentages to my balls and other tangible conditions, i.e.: black ball 55%, green ball 25%, QE: 20%, magic ball 95%, liqudity re-visits 1% at a time, when I noticed a particularly peculiar divergence.

See I’m an RSI2 guy. A rare event is when a fractal prints and the RSI2 coasts further out on the next hourly print falls shy of following up.

I was firts thinking an S and an H combination, as in SHape SHifter pyromaniac paninaro, but a bell would do.

i.e.:

///SH turn pick up
if (i>0 && RSI2[i]>RSI2[i-1] && RSI2[i]>85 && RSI2[i]<95 && High[i]<iBands(symbol,0,6,3,0,PRICE_MEDIAN,MODE_UPPER,i) && iBands(symbol,0,6,3,0,PRICE_MEDIAN,MODE_UPPER,i)<iBands(symbol,0,6,3,0,PRICE_MEDIAN,MODE_UPPER,i+1)  && iBands(symbol,0,6,3,0,PRICE_MEDIAN,MODE_UPPER,i+1)<iBands(symbol,0,6,3,0,PRICE_MEDIAN,MODE_UPPER,i+2)
&& High[i]>iBands(symbol,0,30,2,0,PRICE_MEDIAN,MODE_UPPER,i)-100*Point
) {
     ObjectCreate("Punktums"+i,OBJ_TEXT, 0, Time[i+2], High[i]+50*Point);   
        ObjectSetText("Punktums"+i, CharToStr(230), 46, "Webdings", clrGold);
     ObjectCreate("Punktumss"+i,OBJ_TEXT, 0, Time[i+2], High[i]+50*Point);   
        ObjectSetText("Punktumss"+i, CharToStr(230), 52, "Webdings", clrBlack);
           
}

Good day today.

The Last Sun

It was the music of Atomic. I looked it up & found some treasrure.

Topic: fractal evaluation.

Black dot – reversal in progress / finished: hourly fractal at/outside the hourly 30 sample BB an LL or HH with the prior two candles being both bull or bear or the last candle was an inside print, i.e:

if (i>0 && iFractals(symbol,0,MODE_UPPER,i) && High[i]>iBands(symbol,0,30,2,0,PRICE_MEDIAN,MODE_UPPER,i) &&
      ((Open[i+2]<Close[i+2] && Open[i+1]<Close[i+1]) || (Open[i+2]>Close[i+2] && Open[i+1]>Close[i+1]) || (High[i+1]<High[i+2] && Low[i+1]>Low[i+2]))
     && Low[i+2]>iBands(symbol,0,30,2,0,PRICE_MEDIAN,MODE_LOWER,i+2) && Close[i]<iBands(symbol,0,30,2,0,PRICE_MEDIAN,MODE_UPPER,i)+150*Point
     && iBands(symbol,0,30,2,0,PRICE_MEDIAN,MODE_UPPER,i)-iBands(symbol,0,30,2,0,PRICE_MEDIAN,MODE_LOWER,i)>450*Point
     ){
     j=i+2; 
     while (j<i+100){
      if (iFractals(symbol,0,MODE_UPPER,j)) break; 
      j++;
     }
     if (j<i+100 && iFractals(symbol,0,MODE_UPPER,j) && High[j]<High[i]){
          ObjectCreate("Punktum"+i,OBJ_TEXT, 0, Time[i-1], High[i]+50*Point);
        ObjectSetText("Punktum"+i, CharToStr(108), 46, "WingDings", clrBlack);
     }
}    

Green dot – retracement started: the last two candles do not fit the criteria for a black dot -> retracement to the 30 SMA / prior hourly fractal.

From here it is only half a step to figure a Qualified Exit condition.


I have no memory of selling my Amiga. Probably was too traumatic. The scene was pure overflow of creativity. People aspired, people did things. I applied with a demo group (Defcon One) as a graphics artist and sent them a bunch of logos and images. I was providing material for Terror News diskmag and also the IQ Depo. I held the only scrore greater than 1 million on Klondike. I grabbed a disk editor and transferred the Porsche from Test Drive 2 to Test Drive 1. All random stuff, all was worthwhile. We were gonna have our own future and not settle for second best.

Internet = loss of romace.