Pride's Intra-Day Strategy [Profit Everyday]

Status
Not open for further replies.
hi i have just saw this thread nd want to test this strategy.....i have very limitd knowldege of tech....so guys plz help me in this regard plz tell me =

1) how to get this slow nd fast stochastic in amibroker...... nd whts this Stochastic Setting is 8,3,4 for this system

2) amibvroker doesnot show 30-min time frame chrt it shows either 20-min or hourly so how to tackel that

thnxxxxx in advance i hope any senior member will be kind enough to help
I am tackling the same problem
i got the .....the signals..... p
Can you help me as to what signals you got
Thanking you in advance
regards,
:)
 
Hi guys, i wanted to knw if its possible to scan diffrent time frames simultaneosly with single AFL. For example i want to scan for stocks in which 5ema cross 13 ema on 5 mint, and stoch is up on 5-15n 30 mint. Now this is afl n i can scan stoch condition on 5 mint only , not on 15 n 30.

x = EMA(Close,13);
y = EMA (Close,5);

Buy=Cross(y,x)

AND (
( StochK( 5, 3)>StochD( 5, 3, 3 ))
AND StochK( 5, 3 ) < 80
);
Sell= Cross(x,y)
AND (
( StochK( 5,3) < StochD(5,3,3))
AND StochK (5,3) > 20
);
Filter=(Volume>50000) AND (Buy OR Sell) AND (Close>200);
AddColumn(Close,"Close",1.4);
AddColumn(Buy,"buy",1.2);
AddColumn(Sell,"sell",1.2);

Now in automatic analysis- setting-general-periodicity, i can choose time frames , but i want all these conditions met from single afl so that i dont hav to change periodicity for every scan. Can sum1 help me pls
 
DEAR FRIENDS,

I AM ATTACHING THE LIST OF
PHP:
SCRIPS
PHP:
WHICH HAVE GENERATED LATEST BUY SIGNAL AS PER THE
PHP:
EMA CROSSOVER
PHP:
STRATEGY.. THESE STOCK MAY BE PURCHASED BOTH FOR
PHP:
SHORT TERM
PHP:
AS WELL AS
PHP:
MEDIUM TERM
PHP:
PERSPECTIVE.. THE SCRIPS WITH THE MOST RECENT EMA UPWARD BUY
PHP:
CROSSOVER
PHP:
HAS BEEN SORTED FROM TOP TO BOTTOM..


I REQUEST OTHER EXPERTS TO GIVE THEIR COMMENTS/ANALYSIS ON THESE SCRIPS FOR TRADERS/ INVESTORS 2ND OPINION.. THIS WILL ALSO HELP TO IMPROVE MY TECHNICAL ANALYSIS


FOR ANY QUERIES PLZ REPLY TO MY POST..

HAVE A NICE DAY,
SID2060

 
As many of the members have been following this system day to day basis either by trading or testing , I would just like to request to them of just asking them to give an average of the points earned in Nifty intraday trades on a monthyl basis(month end) by following this system.
This would help us understand the profit potential.I am not asking for the reports , just an average number of points.
And also if someone could report how did this system perform in a very choppy month of March 2010.How many points were earned in this month.

Thanks.
 
Status
Not open for further replies.

Similar threads