PureBytes Links
Trading Reference Links
|
--- In amibroker@xxxx, traders10@xxxx wrote:
> Well, that is one way to get a good gain. :-)
>
> column2=100*(column1/column0-1);
> change it to
> column2=100*(column1/column0)-1);
me too.... :-(
column2=100*((column1/column0)-1);
>
> Cheers
> Trader
>
> --- In amibroker@xxxx, "Dimitris Tsokakis" <TSOKAKIS@xxxx> wrote:
> > Dear David,
> > Here you are again.
> > Thank you very much.
> > DT
|