PureBytes Links
Trading Reference Links
|
Hi All,
I did post a few days back and didn't get a response. So I'll try again...
I have a PlotForeign() on a chart. First question... in code, how do I
reference the O,H,L,C of the PlotForeign()...??
Second question. I want to set up an alert using the Say() statement
when that PlotForeign() hits a specific number live.
I have tried to use something like,
IIf(LastValue(L)<-25,Say("Figure Minus 25"),Null);
But it doesn't seem to work. Firstly I think the LastValue(L) is
referencing the base ticker of the chart not the PlotForeign() values.
But also I don't think this is going to work.
Any ideas how I'd achieve what I want...?
------------------------------------
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/
|