My System - My trades.

toocool

Well-Known Member
sir , we were short both on 10th and 11 th august

market rose on 10 th at 2.55 pm around 200 points , with heavy position , what was the sl or exit strategy there

on 11 aug we were short and again market started rising and in rising market system gave 4 short adds , so the system is vulnerable to huge risk , how do we control and filter taking short in rising market and vice versa
as with any other indicator based system its delayed signals also
 
10th august banknifty rose 180 points at 2.55 pm onwards , how do you suggest we take that rise ?? can you please share the chart showing how to handle that kind of move ??

we were short with this system

on 11 aug again market was short and started rising after 2.30 pm we got 4 short adds in rising market , all must have stopped out
Good point, we can always keep TSL based on last Pivot High/low, so that we dont give back profits to market.
 
hi
Some member asked me afl for ema cloud.
SetChartOptions(0,chartShowArrows|chartShowDates);
_N(Title = StrFormat("{{NAME}} - {{INTERVAL}} {{DATE}} Open %g, Hi %g, Lo %g, Close %g (%.1f%%) {{VALUES}}", O, H, L, C, SelectedValue( ROC( C, 1 ) ) ));
Plot( C, "Close", ParamColor("Color", colorDefault ), styleNoTitle | ParamStyle("Style") | GetPriceStyle() );

_SECTION_BEGIN("EM");

EM=ParamToggle("EM","Off|On",1);

if(EM)
{

Plot( EMA( C, 36 ), "EMA36OBV", ColorRGB(255,0,255), styleLine ,styleNoLabel|styleNoRescale );
Plot( EMA( C, 200 ), "EMA200OBV", ColorRGB(102,255,204), styleLine ,styleNoLabel|styleNoRescale );
m3=EMA(C,36);
m4=EMA(C,200);
PlotOHLC(m3,m3,m4,m4,"Cloud",IIf(m3>m4,colorGreen,colorRed),styleCloud|styleNoRescale,Null,Null,0,-2,0);
}
_SECTION_END();
 

Similar threads