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

Re: [amibroker] Code help



PureBytes Links

Trading Reference Links

Steve,

Thanks, that seems to have worked, by breaking the parts down, will continue with
code.

Anthony.

Steve Wiser wrote:

> Got it wrong after reviewing it when I got it back:
> try
> code:
> y1 = 14;
> y2 = 2;
> x1 = Sum(cum(1),y2);
> x2 = Sum(cum(1),y1);
> result = (x1 ^ y1) - (x2 ^ y2)
>
> Sorry
>
> Steve
>
> >At 05:28 PM 11/10/2001 -0500, you wrote:
> >>Tomasz;
> >>
> >> I know that Pwr(x,y) in metastock is translated to x ^ y in Amibroker
> >>Could you translate this line: Pwr(sum(cum(1),2),14) - Pwr(sum(cum(1),14),2)
>
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/






  • References: