Best Nifty Strategy-Must Read

Recommendation:
Buy at / above: 4761 Targets: 4775.87 - 4793.16 - 4810.48 - 4827.83
Stoploss : 4743.76
Sell at / below: 4743.76 Targets: 4728.92 - 4711.74 - 4694.59 - 4677.47
Stoploss : 4761
How u can Give This Its From Chart then u can Load screen shot Of Your So We can Some Learn From u
 
It is simple, Replace the buy and sell lines with the below lines.

Buy=Cross(C, EMA( P, Periods)) AND TimeNum()<150000 ;
Sell = Cross(EMA( P, Periods),C) OR TimeNum()>151500 ;
Short=Cross(EMA( P, Periods),C)AND TimeNum()<150000;
Cover=Cross(C, EMA( P, Periods)) OR TimeNum()>151500 ;



The above lines ensure that no trade is initiated after 03:00 and no trade is carried beyond 03:15 pm.


can u Help Me For creating This type of code

Thanks Dear For Your Try But Your code Not Complete my Condition
Condition is Like
1) IF Price candle Close above EMA Then Buy Signal
IF price candle Close Below EMA Then Sell Signal
2) At End Of the Day Clear All Intraday position Like
If last call in buy Then Next call At End OF the day(3.15) Is Sell Signal
If last call in Sell then Next call at End Of the day(3.15) Is buy Signal
3) From Next day continue With 1)st Condition With 1st candle I mean If Yesterday Price Trend belove EMA And 2) Condition clear position With buy Signal at 3.15 Then If next Day Market Also Open Belove EMA So First candle Give Sell Signal And Then continue As 1) ,2),3)

If u can Complete this With My AFL Ya your Then Please Post Here Full AFL
 

Similar threads