Nifty technicals

PGDIMES

Well-Known Member
#33
Very good trending market. wow!wow!wow!:thumb::thumb::thumb::cool:
 

linkon7

Well-Known Member
#35
vikas, if you dont want to post your afl, what do you expect us to do here? praise you for your achievement and say wow:confused:
kindly search for a member named " loveguru ",he used to post his charts like this here few months back.
come on, appreciate the fact that he is trying to share his experience with us. He took the pains to back test the system and post his findings here.

Vikas, please do continue wt the good work...!


Code:
_SECTION_BEGIN("vikas ka magic");
shift = Param("shift close to",1,1,20,1);
Plot (Close, "close",colorBlue, styleDots+styleLine);
Plot(Ref(Close,-(shift)),"stoploss",colorRed,styleDots+styleLine);
Buy=Close > Ref(Close,-(shift));
Sell = Close < Ref(Close,-(shift));
Buy = ExRem(Buy,Sell);
Sell = ExRem(Sell,Buy);
PlotShapes ( shapeUpArrow*Buy,colorGreen);
PlotShapes ( shapeDownArrow*Sell,colorRed);
_SECTION_END();
 

praveen taneja

Well-Known Member
#37
come on, appreciate the fact that he is trying to share his experience with us. He took the pains to back test the system and post his findings here.

Vikas, please do continue wt the good work...!


Code:
_SECTION_BEGIN("vikas ka magic");
shift = Param("shift close to",1,1,20,1);
Plot (Close, "close",colorBlue, styleDots+styleLine);
Plot(Ref(Close,-(shift)),"stoploss",colorRed,styleDots+styleLine);
Buy=Close > Ref(Close,-(shift));
Sell = Close < Ref(Close,-(shift));
Buy = ExRem(Buy,Sell);
Sell = ExRem(Sell,Buy);
PlotShapes ( shapeUpArrow*Buy,colorGreen);
PlotShapes ( shapeDownArrow*Sell,colorRed);
_SECTION_END();
Thnx bro for posting which others were waiting but how did u got which was not with others???:p:p:p:p
 

trader.trends

Well-Known Member
#38
Vikas

Interesting piece of work. The only thing scary would be that the SL is based on EOD figure. If the stops are hit at opening and the trend continues till the EOD, we do nothing? We will end up taking a deeper loss than if we had cut it when stops were hit. Perhaps the exit should be when the SL is hit at any time during the day and reverse the trade with an initial SL a some % points. Would that be possible in the system?
Since this thread is to discuss your new strategy, would it be better if the options trades are discussed in your other Daily Options Trade thread. It will keep this thread free of clutter.

Good initiative. Keep going.
 

findvikas

Well-Known Member
#40
Very good trending market.
2-4 aise din aur aa jayen to I will buy a house next to jhunjhunwala :D :D
waise I am expecting atleast 1-2 months of good volatility and a short range... not like market experts who are predicting that market will be ranged in 4500-5200... really? not in 0-5200 :) :)
 

Similar threads