PureBytes Links
Trading Reference Links
|
Hello,
array = Cum(1);
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: "Luca" <lpizzi99@xxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Thursday, July 29, 2004 12:07 PM
Subject: [amibroker] Help..problem filling an array..
> I'll try to explain my problem with my bad english..
>
> I want to fill an array with a value that rise 1 point for any
> bar...(ex:1,2,3,4,5,6...)
>
> I have tried writing:
>
> myarray = Ref(myarray,-1) +1;
>
> but it dont work and if i try to initialize myarray to zero first,
> the result is always 1.
>
> How can i resolve this problem..???
>
> Thank in advance..
> Luca
>
>
>
>
>
>
>
>
> Check AmiBroker web page at:
> http://www.amibroker.com/
>
> Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
> Yahoo! Groups Links
>
>
>
>
>
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
Yahoo! Domains - Claim yours for only $14.70
http://us.click.yahoo.com/Z1wmxD/DREIAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> 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/
|