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

Re: [amibroker] Plot on final day only



PureBytes Links

Trading Reference Links

You could try this for plotting only the current day

plot( iif(dateneum()==now(3), YourVariable, null), "", colorgreen,
styleline);


-- 
Cheers
Graham
AB-Write >< Professional AFL Writing Service
Yes, I write AFL code to your requirements
http://e-wire.net.au/~eb_kavan/ab_write.htm


On 23/09/06, hasija7 <hasija7@xxxxxxxxx> wrote:
>
> When looking at a 4 day intraday chart is there a way that I can write
> the Plot function to only Plot a study on the current day and leave
> the previous days clean looking?
>
> I installed DateTime Function Plugin but not having much luck.
>
> Thanks,
> Marin
>
>
>
>
>
>
>
> 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
>
>
>
>
>
>
>
>
>
>