PureBytes Links
Trading Reference Links
|
Please ignore. Sorted.
--- In amibroker@xxxxxxxxxxxxxxx, "sidhartha70" <sidhartha70@xxx> wrote:
>
> Hi All,
>
> I'm doing some conditional plotting of the form,
>
> PlotOHLC( IIf( WRB AND Ref( H, -1 ) < Ref( L, 1 ), Ref( H, -1 ), Null
> ), IIf( WRB AND Ref( H, -1 ) < Ref( L, 1 ), Ref( L, 1 ), Null ), IIf(
> WRB AND Ref( H, -1 ) < Ref( L, 1 ), Ref( H, -1 ), Null ), IIf( WRB AND
> Ref( H, -1 ) < Ref( L, 1 ), Ref( L, 1 ), Null ), "", colorPaleGreen,
> styleNoTitle | styleCandle );
>
> Followed by other conditional plot statements...
>
> The problem I'm having is visibility because of the graphzorder...
> i.e. when it plots 'null', even though it plots nothing, it still plot
> nothing above the next plot... which then is not visible... because
> what I'm actually doing is highlighting sections of candles.
>
> Any ideas what I can do to make subsequent plots visible...??
>
> TIA
>
------------------------------------
**** 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/
|