[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [amibroker] code help request



PureBytes Links

Trading Reference Links

Find out when the negative MACD cycle started:
 
MD             = MACD(...);
MACD_Bars = BarsSince(0,MD);  
LowPrice     = LLV(Low,MACD_Bars);
----- Original Message -----
Sent: Wednesday, January 09, 2008 11:43 PM
Subject: [amibroker] code help request

What function(s) should I be looking at for the following pseudo code?

When MACD crosses positive, buy, and use the lowest price during the
previous negative MACD swing as a stop.

I'm pretty sure I can write the buy conditioned on the cross with little
problem. But at this point I have no idea how to write that stop.

I am not a programmer at all, but I once got a Unix box to output, "Hello,
world!" It was probably dumb luck.
__._,_.___

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




Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___