????? You are late to the party.
http://www.amibroker.com/bin/UsersGuide.pdf http://www.introductiontoamibroker.com/book.html
Amibroker: VB and JScript : http://www.amibroker.com/guide/a_script.html C++:...
You have been repeating this many times all over this board. You can start form here: If (You_Got_What_It_Takes() ) { ShutTheFuckUp();...
You can do that too. Save analysis project with filter to explore only watchlist 0. Every symbol that will have new tick it will be moved to...
http://youtu.be/tjvJwlg-g9Y
It can be anything: New quote coming Order has been filled 5 min to market close price crosses a certain level new bar on chart mouse button...
Suppose you have saved an exploration as analysis.apx in desktop lets say JScript: AB = new ActiveXObject( "Broker.Application" ); Project...
Actually this is can be done already.
Yes you can. To calculate multiple- security statistics you can use also AddtoComposite() function...
Having used AB for 10 years what i can say is: AB is sort of final destination if go with it you will never look again for any other charting or...
My suggestion to you is : If you can quickly develop your strategy in whatever language, stick to that. If you can not code, start learning...
I have used AB for 10 years, and I have not seen yet anything AB does not allow you to do. Coding skills can be limited AB is an example of...
symbol = Name(); switch ( symbol ) { case "AAPL": Buy = Cross ( Signal(), MACD()); AlertIf(Buy, "", "macd cross"); break ;...
That is absolutely not true. AB lets you do with a few lines what is impossible or "complicated" to do in other platforms. Just try to code...
Separate names with a comma.