PureBytes Links
Trading Reference Links
|
i wish to create a expert advisor highlight to display the buy trend
from "entry long" to "exit long" on my oscillator ( see
http://xoomer.alice.it/usbana/Immagine_a.JPG)
The formula for this oscillator is:
a:=(((Mov(C,112,E)/Mov(C,810,E))-1));
b:=ROC(a,421,$);
d:=Mov(b,38,E);
I Want buy entry when d>b AND b<-0.008 ( see
http://xoomer.alice.it/usbana/Immagine_b.JPG )
and buy exit when d>b AND b>0.008 ( see
http://xoomer.alice.it/usbana/Immagine_c.JPG )
unfortunately using these conditions on expert highlight, I do not
succeed to visualize the condition for all the duration of the trend.
in particular, I wish that the condition always is verified between
(d>b AND b<-0.008) and (d>b AND b>0.008).
I have tried to use the combined functions IF and CROSS, but without
result...
you have some suggestion?
Thanks in advance
Usbana
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/equismetastock/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:equismetastock-digest@xxxxxxxxxxxxxxx
mailto:equismetastock-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|