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

Re: [amibroker] Ploting reverse price



PureBytes Links

Trading Reference Links

PlotOHLC(-O,-H,-L,-C, "Inverse Bar Chart", colorYellow , styleBar);

-- 
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 05/09/06, RajeevM <rajeevmundra@xxxxxxxxx> wrote:
>
> Plot(-C, "Close", BarColors , styleLine);//THIS LINE PLOTS THE REVERSE
> CHART
> Plot(- C, "Close", BarColors , styleBar);//THIS LINE PLOTS THE USUAL
> CHARTS and not the revsre charts.
>
> Please note that it is -C and not C.
>
> I wish to try the styleBar in reverse charts also.
> Let me know how I can do this.
>
> --
> Regards
> Rajeev
> 
>