PureBytes Links
Trading Reference Links
|
Hello - I having trouble coding the following in AFL:
The first part of my system is a DMI cross. This works as follows:
Buy = Cross(PDI(4), MDI(4);
My stop loss is the low of each day
Sell = L < LongStop;
It is the second part here that I am having trouble with:
If the PDI(4) is still greater than the MDI(4) and has not crossed
over in the opposite direction, and I have been stopped out, my re-
entry criteria for long trades would be when the gap between the PDI
and MDI < 3.
So, to give an example:
PDI > MDI cross on Monday
In Tues, Stop loss triggered on Thurs
On Friday, PDI is still > MDI and (PDI - MDI) < 3, then a trade is
triggered for the next day.
Thanks - alex
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
For other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|