Hi Terry,
Noticed you reccomended these 2 books...I have absolutely no problem coding in Amibroker,but I do run into problems with coding such as this..
for( i = 0; i < *BarCount*; i++ )
{
if( priceatbuy == 0 *AND* *Buy*[ i ] )
{
priceatbuy = *BuyPrice*[ i ];
priceatbuy = *BuyPrice*[ i ];
How would one become proficient/knowledgable in writing code such as this???
Is this AFL??? or
Is this sort of language inherent in every language?
Would either of the 2 books you reccomended assist me in this task?
If you or anyone could point me in the direction of a "Dummies " book,that would be great.I would just like to be proficient at writing/understanding code such as the snippet above
Someone reccomended Beggining Programming for Dummies by Wang...
Any thoughts deeply appreciated
Allan
----- Original Message -----
From: Terry <[EMAIL PROTECTED]> Date: Sunday, July 16, 2006 9:34 pm Subject: RE: [amibroker] Re: I am lost > Great book for macro and function coding:> http://www.wrox.com/WileyCDA/WroxTitle/productCd-0764543717.html
>
> Excel for Dummies:
> http://www.amazon.com/gp/product/1568840500/sr=1-
> 1/qid=1153099963/ref=sr_1_1/104-1895807-1075905?ie=UTF8&s=books
>
>
>
> --
>
> Terry
>
> -----Original Message-----
> From: [email protected] [mailto:[EMAIL PROTECTED] On
> Behalf Of MillowenaJuno
> Sent: Sunday, July 16, 2006 08:36
> To: [email protected]
> Subject: Re: [amibroker] Re: I am lost
>
>
>
> Hi Ton!
>
>
>
> Is there a Programming Excel for Dummies?
>
>
>
> Thanks!
>
>
>
> Millowena
>
>
>
> __._,_.___
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
- Visit your group "amibroker" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
