Help Req:Please Modify This AFL so that.....

#1
Dear Friends,
Please Modify This AFL so that "A sell down arrow on the price chart when the negative divergence condition occurs..."
Thanx in advance...

_SECTION_BEGIN("Negative Stochastic Divergence");
/*Negative Stochastic divergence for use in
Indicator Builder and Automatic Analysis (scan mode),
by Dimitris Tsokakis*/

ST33=StochD(14);
TR1=HHVBars(ST33,4);
TR2=IIf(ST33>70 AND TR1>0 AND Ref(TR1,-1)==0,Ref(ST33,-1),0);
TRC=IIf(TR2>0,C,0);
vs=ValueWhen(tr2, Ref(st33,-1), 1);
dvs=vs-Ref(vs,-1);
vc=ValueWhen(trc, HHV(H,3), 1);
dvc=vc-Ref(vc,-1);
diver=IIf(dvs<0 AND dvc>0,90,0);
DAS=BarsSince(Ref(TR2,-1)>0);
ddd=IIf(DAS<20 AND C<Ref(C,-1),DIVER,0);
Graph1=TR2;
Graph0=ddd;
Graph0BarColor=4;
Graph1Style=2;
Graph1BarColor=1;
Sell=ddd==90;
_SECTION_END();
 
#4
kargocu

please try the following AFL

vidyasagar

dear friend vkunisetty,

What can I say except for "You are the greatest...!!!"....

Thanks so much for your kindness...
 
#5
kargocu

please try the following AFL

vidyasagar
Thanks again and again....

:confused::confused::confused:

So,how can we invert this AFL for the positive

divergence(for the Buy Signal)...?????

:confused:
 

ranger123

Well-Known Member
#6
http://www.traderji.com/trading-diary/40071-nac-calling-jobbers-scalpers-30.html

Also friends, I have hear that there is software which can place your orders at one key pressing only. Is it true thing?

I should be interested in some software in the share market (not in commodite markets) where I should press only one key to buy and my planned quantiy of my share is sent to the market on IOC basic so I do not have to modfy my orders. In the same way I sell by pressing only one key. For ex. I trading in Reliance Indu shares only so, I select my quantity for trading day as 20 shares, I save my quantity of 20 share in this software, so when I press one key I send 20 buy order on IOC basic at the best selling price at the time. In the same ways for the coverup orders.

Pls guide me if you have come through such software, and if it is free of cost or with money also. I can fast my speed of trading with such helping software pls.

Thank you
 
#8
kargocu and Sgpal

please see the the flollowing attachment for Positive divergence also

vidyasagar
It works.....Great....

All the best with you.....

Thanks a lot for all.....

:clap::clap::clap::clap:
 

lasty66

Active Member
#9
http://www.traderji.com/trading-diary/40071-nac-calling-jobbers-scalpers-30.html

Also friends, I have hear that there is software which can place your orders at one key pressing only. Is it true thing?

I should be interested in some software in the share market (not in commodite markets) where I should press only one key to buy and my planned quantiy of my share is sent to the market on IOC basic so I do not have to modfy my orders. In the same way I sell by pressing only one key. For ex. I trading in Reliance Indu shares only so, I select my quantity for trading day as 20 shares, I save my quantity of 20 share in this software, so when I press one key I send 20 buy order on IOC basic at the best selling price at the time. In the same ways for the coverup orders.

Pls guide me if you have come through such software, and if it is free of cost or with money also. I can fast my speed of trading with such helping software pls.

Thank you
hi rangers... even i am looking for same...:)
 

Similar threads