PureBytes Links
Trading Reference Links
|
Hi Jack,
If you mean the parameters window, this should work.
AV = (H+L)/2;
x = Param("Op=1 Hi=2 Lo=3 Cl=4 AV=5",5,1,5,1);
x = IIf(x==1,O,IIf(x==2,H,IIf(x==3,L,IIf(x==4,C,AV))));
Plot(x,"",1,1);
Not sure about your second question.
Regards,
john
--- In amibroker@xxxxxxxxxxxxxxx, "ckinsey2003" <ckinsey2003@xxxx>
wrote:
> Is there a way to set "Close", "Open", "High, "Low" or "Average"
> parameter of the Settings window within AFL. Or must this 1
parameter
> be set in the settings window.
>
> also
>
> The BUY and SELL arrows show when I click for them in the Parameters
> dialog. However, if I display the COMMENTARY window they vanish. Is
> this just my setup ???
>
> Thanks, Jack Kinsey
------------------------ Yahoo! Groups Sponsor --------------------~-->
What would our lives be like without music, dance, and theater?
Donate or volunteer in the arts today at Network for Good!
http://us.click.yahoo.com/Tcy2bD/SOnJAA/cosFAA/GHeqlB/TM
--------------------------------------------------------------------~->
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 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/
<*> 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/
|