PureBytes Links
Trading Reference Links
|
NO this doesnt work ....
THE PLOT still PLOTS regardless of IIF statement ..
Still a mystery .
THANKS for trying though :-)
Maurice.
P.S When your able to convert how you think to code AB rarely if ever
hesitates in giving u a way to create how u think . Its just takes
time to get to know AB.
Thanks tomasz
--- In amibroker@xxxxxxxxxxxxxxx, "Anthony Faragasso" <ajf1111@xxxx>
wrote:
> null
> ----- Original Message -----
> From: das300@xxxx
> To: amibroker@xxxxxxxxxxxxxxx
> Sent: Monday, October 25, 2004 11:51 AM
> Subject: [amibroker] SELECTIVE PLOTTING
>
>
>
> LEts say I have a curve I want to plot like C- ATR() but I only
want
> to plot it if another condtion exists like C > MA (c,20) how do
I do
> it?
>
> I tried an IIf loop but then im stuck with what to do if the
> condition ISNOT met ?
>
> eg-
> IIF(cond true, PLOT , do not plot) ;
>
> IIF ( condition met , PLOT( C-ATR(9) , otherwise - what can i
place
> here as I dont want to do anything !! )
>
> regards
> maurice
>
>
>
>
>
>
> Check AmiBroker web page at:
> http://www.amibroker.com/
>
> Check group FAQ at:
http://groups.yahoo.com/group/amibroker/files/groupfaq.html
>
>
> Yahoo! Groups Sponsor
> ADVERTISEMENT
>
>
>
>
>
> --------------------------------------------------------------------
----------
> Yahoo! Groups Links
>
> a.. To visit your group on the web, go to:
> http://groups.yahoo.com/group/amibroker/
>
> b.. To unsubscribe from this group, send an email to:
> amibroker-unsubscribe@xxxxxxxxxxxxxxx
>
> c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service.
>
>
>
> [Non-text portions of this message have been removed]
------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.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/
|