PureBytes Links
Trading Reference Links
|
Also you can use this for poth stop and stop loss,
Sell = C < Ref(L,-3) OR Cross(MDI(4), PDI(4));
Regards
--- In amibroker@xxxxxxxxxxxxxxx, "Mohammed" <softnews2003@xxx> wrote:
>
> Hi alex,
>
> If you want to sell if the close less than Low of yesterday.than
use:
>
> Sell = C < Ref (L,-1);
>
> Regards
> Mohammed
>
> --- In amibroker@xxxxxxxxxxxxxxx, "dralexchambers"
> <dralexchambers@> wrote:
> >
> > 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,
> >
> > PDI > MDI cross on Monday
> > In Tues, Stop loss triggered on Thurs
> > On Friday, PDI is still > MDI and DMI gap < 3 - this triggers a
> trade
> > for Monday.
> >
> > 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/
|