Tying off loose ones in this one.
LimbedIn
Here’s an example of slipping with dishonesty – someone I had to unfollow on LinkedIn. (You should always, always be suspicious of cell phone statement snapshots.) This guy in particular was pretending to have an auto trading routine. He had huge lot sizes, always round ones, 20, 40 lots typically trading gold on Forex. Had a stop loss, as it was proven with occasional losses to make it look more plausible. He seemed to be all overjoyed even over a 1.8 pip gain which was awkward, because when trading for real the slippage on the broker’s side could easily turn that very trade to a losing one. Then with a new statement there was a 20.01 lot trade that transpired. When you delete the previous lot size, the manual trading app defaults to .01 lots. Then you enter 20 not noticing that the 1 micro lot is still there, giving away that you have diddly squat for an auto trading routine and you are not trustworthy due to running a scam.
Shifting a vector
How do you figure out the displacement for a parallel line, when the projection fractal does not coincide in time segment with either of the two known coordinates to be able to make a simple deduction?

/////////// M on the bottom & to find a Zero-Mastodon lower combination...
////////// without the parallel line projection
else if (RSI2[i+1]<6 && RSI2[i]>18 && RSI2[i+3]>6){
ObjectCreate("Panaceadc"+DoubleToStr(i), OBJ_TEXT, 1, Time[i+1], 37);
if (dir[i]>0) ObjectSetText("Panaceadc"+DoubleToStr(i), "M-buy", 42, "Impact", clrChartreuse);
else ObjectSetText("Panaceadc"+DoubleToStr(i), "M.", 42, "Impact", clrOrange);
ObjectSet("Panaceadc"+DoubleToStr(i), OBJPROP_BACK,1);
monbottom[i+1]=true;
if (i>2
// && iLow(symbol,0,iLowest(symbol,0,MODE_LOW,2,i))<=iLow(symbol,0,iLowest(symbol,0,MODE_LOW,2,i-3))
&& iLow(symbol,0,iLowest(symbol,0,MODE_LOW,3,i-1))<=iLow(symbol,0,iLowest(symbol,0,MODE_LOW,22,i+3))
&& RSI2[i+1]<6
&& RSI2[ArrayMinimum(RSI2,16,i+2)]<RSI2[i+1]
) {
ObjectSetText("Panaceadc"+DoubleToStr(i), CharToStr(211), 48, "Webdings", clrGreen);
//ObjectSetText("Panaceadc"+DoubleToStr(i), "M", 42, "Impact", clrPurple);
mastodon[i]=Low[i+1];
ObjectCreate("Panaceadd"+DoubleToStr(i), OBJ_TEXT, 0, Time[i+1], iLow(symbol,0,iLowest(symbol,0,MODE_LOW,4,i-1))-30*Point);
ObjectSetText("Panaceadd"+DoubleToStr(i), "Axis", 22, "Impact", clrBlack);
ObjectSet("Panaceadd"+DoubleToStr(i), OBJPROP_BACK,1);
j=i+6;
while (j<i+13 && !zerodn[j])
{ if (iFractals(symbol,0,MODE_LOWER,j) && Low[j]>iMA(symbol,0,67,0,MODE_EMA,PRICE_LOW,j)) break;
j++;
}
if (j<i+13){
ObjectDelete("Outilery"+j);
ObjectCreate(0,"Outilery"+IntegerToString(j),OBJ_TREND,0,Time[iLowest(symbol,0,MODE_LOW,2,j-1)],iLow(symbol,0,iLowest(symbol,0,MODE_LOW,2,j-1)),Time[iLowest(symbol,0,MODE_LOW,4,i-1)],iLow(symbol,0,iLowest(symbol,0,MODE_LOW,4,i-1)));
ObjectSetInteger(0,"Outilery"+IntegerToString(j),OBJPROP_RAY_RIGHT,true);
ObjectSet("Outilery"+IntegerToString(j),OBJPROP_COLOR,clrYellow);
ObjectSet("Outilery"+IntegerToString(j),OBJPROP_WIDTH,4);
ObjectSet("Outilery"+IntegerToString(j),OBJPROP_BACK,0);
ObjectCreate("Panacead"+DoubleToStr(i), OBJ_TEXT, 1, Time[i+6], 55);
ObjectSetText("Panacead"+DoubleToStr(i), "HEDGE>"+DoubleToStr(NormalizeDouble(iLow(symbol,0,iLowest(symbol,0,MODE_LOW,4,i-1))-20*Point,4),4), 32, "Impact", clrPurple);
ObjectSet("Panacead"+DoubleToStr(i), OBJPROP_BACK,1);
lastlowertrendline[lastlowertrendline_counter] = "Outilery"+IntegerToString(j);
lastlowertrendline_counter++;
ObjectDelete("Outileryy"+j);
ObjectCreate(0,"Outileryy"+j,OBJ_TREND,0,Time[iLowest(symbol,0,MODE_LOW,2,j-1)],iLow(symbol,0,iLowest(symbol,0,MODE_LOW,2,j-1)),Time[iLowest(symbol,0,MODE_LOW,4,i-1)],iLow(symbol,0,iLowest(symbol,0,MODE_LOW,4,i-1)));
ObjectSetInteger(0,"Outileryy"+j,OBJPROP_RAY_RIGHT,true);
ObjectSet("Outileryy"+j,OBJPROP_COLOR,clrBlue);
ObjectSet("Outileryy"+j,OBJPROP_STYLE,1);
ObjectSet("Outileryy"+j,OBJPROP_WIDTH,1);
ObjectSet("Outileryy"+j,OBJPROP_BACK,0);
}
}
}

The point of this part was to display out the limitations of human thinking, or at least the sensation of having nothing to grip on to which brings us to…
Einstein’s Fish
Use the following premises…
The Englishman lives in the red house.The Swede keeps dogs.The Dane drinks tea.The green house is just to the left of the white one.The owner of the green house drinks coffee.The Pall Mall smoker keeps birds.The owner of the yellow house smokes Dunhills.The man in the center house drinks milk.The Norwegian lives in the first house.The Blend smoker has a neighbor who keeps cats.The man who smokes Blue Masters drinks bier.The man who keeps horses lives next to the Dunhill smoker.The German smokes Prince.The Norwegian lives next to the blue house.The Blend smoker has a neighbor who drinks water.
…to conclude who keeps Fish.
It took me 41 minutes to figure out this one.
Trendline violation in mt4

The point of this entry was to show that to avoid fake breaks, you need to include displacements for the close that may be as much as 5 pips.
///trendline crossover vertical highlight (you need to know the exact syntax of the lines plotted)
locounter[i]=locounter[i+1];
upcounter[i]=upcounter[i+1];
j=0;
while (j<lastlowertrendline_counter){
llowertrendline = lastlowertrendline[j];
Print("LL: "+llowertrendline);
if ((Open[i]>ObjectGetValueByShift(llowertrendline, i) && Close[i]<ObjectGetValueByShift(llowertrendline, i)-30*Point))
{
ObjectCreate("PitusB"+lastlowertrendline[j]+IntegerToString(i),OBJ_VLINE,0, Time[i], 0);
ObjectSet("PitusB"+lastlowertrendline[j]+IntegerToString(i), OBJPROP_COLOR, clrTomato );
ObjectSet("PitusB"+lastlowertrendline[j]+IntegerToString(i), OBJPROP_WIDTH, 4 );
ObjectSet("PitusB"+lastlowertrendline[j]+IntegerToString(i), OBJPROP_STYLE, 2 );
ObjectSet("PitusB"+lastlowertrendline[j]+IntegerToString(i), OBJPROP_BACK, 1 );
if (mastodon[i]>High[i] && ObjectGetValueByShift(llowertrendline, i)-High[i]<200*Point){
ObjectCreate("PitusOBUP"+DoubleToStr(i), OBJ_TEXT, 0, Time[i], Low[i]+20*Point);
ObjectSetText("PitusOBUP"+DoubleToStr(i), CharToStr(240), 29, "Wingdings", clrFireBrick);
ObjectSet("PitusOBUP"+DoubleToStr(i), OBJPROP_BACK, 1 );
}
}
Werk-file
…to show you some of my English raw materials currently on my phone – offering you this less harmful way to utilize your creative energy versus scamming other people out of their money.
Republican Dominic in the Dominican Republic
Rancho de Poncho de Sancho
Afterfile
Obsession in session
Habanero & Fulgewicht
Oat meal & goat milk
The Phoenix will rise again & will order fries again
Poisoned Magnet
Los Gerberas Des Abusivos
Brass hole
Now that we’ve found love
Now that we’ve found sex
What are you gonna flex?
On the train to training
But what am I saying
On this little bitty land
Trains have gone extinct
This dish is childish
Tears on my window
Hit & hiss
Nightfall, 9th floor.
Republican Dominic in the Dominican Republic
Hi,
I’m from the communications department, and I would like to ask, what the fuck?
Buttered wings of a butterfly
Caught between a rock and a fart in the face
Flavor intensive
Amino cardiac acid
It stands to reason that
There is a reason to stand
Modest living
After a dance with no confidence
Sitting in a setting
On the brink of drinking
Nothing thrills the nostrils
Coming out of the dark
Naked
Maybe you should know
There will be life
At the end of the tunnel
Rag doll in the Trapdoor
Take it from the confidentist
It’s not too late to granulate
You cannot just stay
Dumbass-ticated 4ever
Too tame is too lame
Vanitatum Was Ist Los
Dandruff & Dandelions
Exploring new horizons?
We’ll just play it by the fear
The right man for the nightmare
Gets to play with
The underbelly of the underdog
Gets to say things
Like stranger than danger
Gets to take a deep threat
Before flipping a bird like that
Re-fried dreams
Sweet peas are made of these
& who am I to re-fry beans?
I trouble the world & the 7 seas
Everybody is choking on something
Shard Shooter
How bad are things? I read artists as arthritis.
I could stay awake, just to hear you crying…