In Search of a system that need no chart no TA/FA

This type of system In This world


  • Total voters
    77
  • Poll closed .
Hi,

Ya just checked that AFL ...give you the result of the same for comparison....

As per AFL sbin equity of nse ATP is 2476.77 on 4 jan 2013.

but it should be 2475.68(value/traded qty)--(3393163841/1370595)...

So we need to update ATP of nse into amibroker...to use it correctly.

Regards,
Kedar
its dynamic atp try the other one
Code:
_SECTION_BEGIN("Floor pivots");
SetChartOptions(0,chartShowArrows|chartShowDates);
_N(Title = StrFormat("{{NAME}} - {{INTERVAL}} {{DATE}} Open %g, Hi %g, Lo %g, Close %g (%.1f%%) Vol " +WriteVal( V, 1.0 ) +"
{{VALUES}}", O, H, L, C, SelectedValue( ROC( C, 1 )) ));

Plot( C, "Close", ParamColor("Color", colorBlack ), styleNoTitle | ParamStyle("Style") | GetPriceStyle() );

H1=SelectedValue( TimeFrameGetPrice( "H", inDaily, -1 ));
L1=SelectedValue(TimeFrameGetPrice( "L", inDaily, -1 ));
C1=SelectedValue(TimeFrameGetPrice( "C", inDaily, -1 ));

/*PIVOT Calculation*/
p = ( H1+ L1 + C1 )/3;
s1 = (2*p)-H1;
r1 = (2*p)-L1;
s2 = p -(H1 - L1);
s3 = S1 - (H1-L1);
r2 = p +(H1 - L1);
r3 = R1 +(H1-L1);

Plot (p,"Pivot",25,1);
Plot (r1,"R1",12,1);
Plot (r2,"R2",12,1);
Plot (r3,"R3",12,1);
Plot (s1,"S1",3,1);
Plot (s2,"S2",3,1);
Plot (s3,"S3",3,1);
_SECTION_END();
 
Last edited:
Friends I am Damn serious I want a syatem that need no chart TA/FA no FIBO number etc but can give us some good return:)

Can someone throw somelight on this????????????????

Basically trading with TUKKA that give return no doubt but not enough so I can plan a good retired life after 70-80 years:p

Requirement is for a starting capital of Rs ONE LAC:thumb:
Get some more capital and Start your own brokerage house. Advertise as hell and convert lots of traders into having account with you and then sit back and relax. Those traders will then earn for you using their money/time.
 
Last edited:
hey guys,

Guess I have found a chart-indicator-TA_FA free trading method.

Its called Obama-Indicator.

Every time he opens his mouth for big speech, US market falls!
and NIFTY follows!

so you have atleast one chart free method :)
Great Analysis. Now can you please go and create some code for Indicator that can tell us when he is going to open his mouth? :)
 
Get some more capital and Start your own brokerage house. Advertise as hell and convert lots of traders into having account with you and then sit back and relax. Those traders will then earn for you using their money/time.
I liked this one. But yes, i really know one in which no TA FA no chart no number not even looking at quotes one can trade & earn reasonable good return but i will not tell as good things never comes free.
 
I follow chart only in intraday......... but positional....I have a system don't required chart or Technical......infinity percent sure method.....
 
I follow chart only in intraday......... but positional....I have a system don't required chart or Technical......infinity percent sure method.....
I know some people will laugh...because they are limited in books.......so today I will tell my infinity percent method.....will open a thread today.....:thumb:
 

Similar threads