Niludeepak : 15 Min Time Frame Trading in Nifty

#12
Re: Backtesting result : 1 lac turns into 28 lacs in 1 y 2 m 10d for a bit active tra



buy signal came at 5331, already i m in buy, had not taken the just previous sell signal.
 
#13
Re: Backtesting result : 1 lac turns into 28 lacs in 1 y 2 m 10d for a bit active tra

how to get this chart in Ami
here's the afl :


_SECTION_BEGIN("Price");
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 ) ) ));
TrendUp = C > Ref(HHV(H,8),-1);
TrendDn = C < Ref(LLV(L,8),-1);
TrendUp = ExRem(TrendUp,TrendDn);
TrendDn = ExRem(TrendDn,TrendUp);
Plot(Ref(HHV(H,8),-1),"\n 8 Hi", colorBlue);
Plot(Ref(LLV(L,8),-1),"8 Lo", colorRed);

up=Ref(((Ref(HHV(H,8),-3))+(Ref(LLV(L,8),-3)))/2,-1)<((Ref(HHV(H,8),-3))+(Ref(LLV(L,8),-3)))/2;
dn=Ref(((Ref(HHV(H,8),-3))+(Ref(LLV(L,8),-3)))/2,-1)>((Ref(HHV(H,8),-3))+(Ref(LLV(L,8),-3)))/2;
Vcolor=IIf( BarsSince(up) < BarsSince(dn),colorBrightGreen ,colorOrange);
Plot(((Ref(HHV(H,8),-3))+(Ref(LLV(L,8),-3)))/2,"\n8 Pivot 3 back shifted", Vcolor);
_SECTION_BEGIN("Chart");
D=IIf( C > Ref(HHV(H,8),-1), colorBlue ,IIf( C < Ref(LLV(L,8),-1), colorRed ,0 ));
Vcolor1=IIf( (trendup),colorBlue,IIf((trenddn), colorRed,D));//
GraphXSpace = 5;
PlotOHLC( Open, High, Low, Close, "", vcolor1, styleCandle | styleThick );
PlotShapes(IIf(trenddn, shapeDownArrow, shapeNone), colorRed, 0,High, Offset=-20);
PlotShapes(IIf(trendup, shapeUpArrow , shapeNone), colorGreen, 0,Low, Offset=-20);
 

onlinegtrash

Well-Known Member
#15
Re: Backtesting result : 1 lac turns into 28 lacs in 1 y 2 m 10d for a bit active tra

HTML:
losing trades : 234
lost rs : 1,43,37,460

winning trades : 165
earned rs : 1,70,74,944

net profit : 27,37,484
system lost 1.4 lacs and earned 1.7 lacs, that's almost like tossing a coin,
don't put your money just because TA said so ! (unless you fully understand what you are doing!)
 
#18
Re: Backtesting result : 1 lac turns into 28 lacs in 1 y 2 m 10d for a bit active tra

HTML:
losing trades : 234
lost rs : 1,43,37,460

winning trades : 165
earned rs : 1,70,74,944

net profit : 27,37,484
system lost 1.4 lacs and earned 1.7 lacs, that's almost like tossing a coin,
don't put your money just because TA said so ! (unless you fully understand what you are doing!)
system lost 1.4 crores and earned 1.7 crores
TA in not simple coin tossing !!

onlineg i ve not found a system giving this much of return even in backtesting
if u have found one suggest us
 

gurmy.

Well-Known Member
#19
Re: Backtesting result : 1 lac turns into 28 lacs in 1 y 2 m 10d for a bit active tra

dear
kindly explain the reason of not taking the signals generated by the system
 

columbus

Well-Known Member
#20
Re: Backtesting result : 1 lac turns into 28 lacs in 1 y 2 m 10d for a bit active tra

new sell signal at 5314, not taking this either
Hi niludeepak,

http://www.traderji.com/day-trading/27421-bollingerbands.html#post701460


The above link shows EMA-7 and SMA-20 within Bollinger Band (20,2).
Basically it is POSITIONAL in nature.SMA-20 is shown in 2 colours.
If candles are above EMA-7 (SMA-20 is bullish colour) we go for BUY.
The rationale is simple ,EMA-7 is more sensitive than SMA-20.
timepass is adding good commentary to it.
 

Similar threads