PureBytes Links
Trading Reference Links
|
George,
Well, I know how you feel...which is why I answered your question first.
My first programming course was also in Fortran in the 60's. The
weirdest part about Amibroker programming, for those used to Fortran,
Basic, etc. is the Array processing. Simply said, each function is
processed ONCE for all bars and your code essentially never comes back
there again so you can't forward reference a value that hasn't been
computed yet. You can make AB look more like traditional programming if
necessary using Looping code. Remember that you need to use array
subscripts if you use looping.
Best way to learn is to get simple examples and learn to understand how
they work. Then work your way up to more complex stuff. The manual is
helpful, but often times it's VERY hard to track down the topic you
want. The Index section is the quickest way to a function explanation.
The search usually gets you there with some searching around since so
many results always come up.
Otherwise ask this group, after you have searched help.
Good luck!
Terry
george plant wrote:
>Terry, I have been reading tutorials but some parts
>are unclear to me because I don't understand the use
>of some of the terms, nothing like programming in TC.
>In the mid '60s I took a crash course in Fortran IV
>and wrote simulations for chemical reactors for 2
>years. There is a little simularity but not as much as
>I need. Maybe it is my age creeping up on me, I'm 75.
>
>My problem is not being stupid or lazy, just I am lost
>with word meanings here, and there is nothing that
>goes back ot the beginning and defines that I have
>found so far.
>
>Thanks for your help.
>--- Terry <MagicTH@xxxxxxxxxxx> wrote:
>
>
>>George,
>>
>>You can copy and paste the formula into the Formula
>>Editor and click the
>>Apply button.
>>
>>Then it sounds like some reading is in order. Go to
>>HELP, Contents,
>>Tutorial.
>>
>>Terry
>>
>>George Plant wrote:
>>
>
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
In low income neighborhoods, 84% do not own computers.
At Network for Good, help bridge the Digital Divide!
http://us.click.yahoo.com/EpW3eD/3MnJAA/cosFAA/GHeqlB/TM
--------------------------------------------------------------------~->
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
<*> 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/
|