Kiran_Thiru nifty & equity real trades with charts .

kiran_thiru

Well-Known Member
really ? just curious . Wanted to but heard that nowadays, there are really long queues.
i am going for service oriented. we nearly 25 members are group and registered for service for 1 week. this called as "madhava seva" by TTD, any of group of members ( i think it's minimum 10) may do this.
this is my wish to go as service from past 6 years. i have 3 chances for did that. but missed. now it's came true and this is first time to give service.

i will try to get in touch with all of you friends.
 

VJAY

Well-Known Member
i am going for service oriented. we nearly 25 members are group and registered for service for 1 week. this called as "madhava seva" by TTD, any of group of members ( i think it's minimum 10) may do this.
this is my wish to go as service from past 6 years. i have 3 chances for did that. but missed. now it's came true and this is first time to give service.

i will try to get in touch with all of you friends.
Gr8 kiran....please share more about these service after your return also share your experiences of work with us :)
 

XRAY27

Well-Known Member
reached home town yesterday from tirumala. very happy that did some work as "srivari seva" for lord BALAJI & his blessed people.
Good !!! you reached home safely ,with the blessing of Lord balaji :)
 

kiran_thiru

Well-Known Member
total loss-- -57.85. brokerage extra.
3 trades on capital of 5580.

after 2nd trade loss was 213. 3rd trade was in profit and reduced loss.
actually 3rd trade is not as indicator rule. ril stopped rally so i took a chance with sl as previous candle high. my fortune it gave profit.

nifty



reliance
 
kiran_thiru's man is that kama;s Afl ? if not can u share afl code plz ty it;s neat ...

evil smile should have carry forwarded 8000 Pe till Eod today then it would have been blast ^^.
 

kiran_thiru

Well-Known Member
kiran_thiru's man is that kama;s Afl ? if not can u share afl code plz ty it;s neat ...

evil smile should have carry forwarded 8000 Pe till Eod today then it would have been blast ^^.
below code is included with Previous Day High, Low, Close & 54 dma with Kauffman (kama) indicator. this is the total set of my chart. you can modify the color, style & even you can use all indicators separately.

Code:
_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 ) ) ));
Plot( C, "Close", ParamColor("Color", colorDefault ), styleNoTitle | ParamStyle("Style") | GetPriceStyle() ); 
_SECTION_END();

//KAMA

LBPeriods = Param( "LB Periods", 10, 1, 200, 1 );

FSCPeriods = Param( "FSC Periods", 2, 1, 200, 1 );

SSCPeriods = Param( "SSC Periods", 30, 1, 200, 1 );

FastSmoothConst = 2 / ( FSCPeriods + 1 );

SlowSmoothConst = 2 / ( SSCPeriods + 1 );

Direction = abs( Close - Ref( Close, -LBPeriods ) );

Volatility = Sum( abs( Close - Ref( Close, -1 ) ), LBPeriods );

EfficiencyRatio = Direction / Volatility;

SC = ( EfficiencyRatio * ( FastSmoothConst - SlowSmoothConst ) + 
SlowSmoothConst ) ^ 2;

KAMA = AMA( Close, SC );

Plot( KAMA, "KAMA",colorAqua,styleDots+styleNoRescale ); 


_SECTION_BEGIN("MA");
P = ParamField("Price field",-1);
Periods = Param("Periods", 54, 2, 300, 1, 10 );
Plot( MA( P, Periods ), _DEFAULT_NAME(), colorLightblue,styleThick+styleNoRescale ); 
_SECTION_END();

//TIME FRAME CALCULATION
H1 = TimeFrameGetPrice("H", inDaily, -1);       // yesterdays high
L1 = TimeFrameGetPrice("L", inDaily, -1);       //              low
C1= TimeFrameGetPrice("C", inDaily, -1);        //              close
DayO = TimeFrameGetPrice("O", inDaily);         // current day open

Plot(H1, "",colorBrightGreen,styleDots+styleNoRescale);
Plot(L1, "",colorRed,styleDots+styleNoRescale);
Plot(C1, "",colorLightgrey,styleDots+styleNoRescale);
 

Similar threads