PureBytes Links
Trading Reference Links
|
Buy = Cross(C,MA(C,30));
Buy = Ref(Buy,-1); BuyPrice = Open;
Best Regards
--- In amibroker@xxxxxxxxxxxxxxx, "electricwally77" <soundmaker@xxx>
wrote:
>
> Looking to understand how to tell the AFL wizard to "Enter Long THE
> NEXT DAY at the open" when the 30 day SMA closed less than the close
> (the day before)
>
> In other words, I'm assuming this code tells the system to enter long:
>
> Enter Long when
> MA(Close,30) < Close)
>
> Does this mean the system is entering long at the close of the same day?
>
> I'm trying to write a system the uses the same basic formula except
> that the system enters long at the open THE NEXT DAY based on the what
> the formula did the day before (at the close).
>
> Thank you
>
------------------------------------
**** IMPORTANT ****
This group is for the discussion between users only.
This is *NOT* technical support channel.
*********************
TO GET TECHNICAL 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/
|