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.