PureBytes Links
Trading Reference Links
|
George,
you can copy paste the scans/screens into AA (automatice analysis
= ! Icon) or the indicators into Indicator Builder =(Hammer Icon) or
commentary codes into Guru = Newspaper roll Icon.
Once a code is copied and pasted, then save it in the AFL or Formula
folder under Amibroker. (you have other folders to choose from it
you want to use them). Once saved, you can access the code via
either option (AA, IB, or Guru). Some codes can be used for all 3
options. Some codes are "Composites" that must be scanned in AA
first, then you can apply the "Indicator" that was formed from the
composite scan.
AB does take some learning. I had TC for 3 years and never liked
their code language. For me (someone who is not a programmer), AB
was easier to learn and has more variables or expandability of use.
When you paste a code in AA, then you can set your parameters on
which you which to screen/scan (under the "apply to" and "range").
You can filter out certain watchlists, markets that you dont want to
screen/scan and you can choose how far back you want to scan.
Once you get results from a screen/scan, then right click it and you
have options (save to watchlist, export to excel, etc)
Hope that helps some...Good Trading!!!
Brian
--- In amibroker@xxxxxxxxxxxxxxx, Terry <MagicTH@xxxx> wrote:
> 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@xxxx> 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/
|