- Joined
- 27 November 2017
- Posts
- 1,200
- Reactions
- 1,887
The Insert Linked option will not create a copy. I am not sure what the benefits of creating a copy is so maybe someone can enlighten me, but having multiple copies can only lead to some confusion.
I did find another useful trick today with the Norgate date update and automating the maintenance function, by creating a batch file and scheduling the update.
All very cool stuff
https://norgatedata.com/amibroker-usage.php
View attachment 103916
actually will be useful, just finished installing AB and Premium data on aws, ideally i auto update after market close, run explore and email me the buy/sell to order automaticallyYeh, who wants to right click the "Maint" button once a day anyway haha, Disclaimer: i use the batch lol
You can also set dynamic watchlists in in NDU also, can be handy
Righto I'm back with another piece of useless information for the AmiBroker users
One of favourite sites is Market Index which I find very useful to check out the latest announcements for stocks that I am interested in and you can link that directly to which code you have a chart open on to the web research panel....confusedwell let me try to explain a bit better with pictures
Now if you are still confused just put me on ignore and carry on....
Thanks for your reply.@CNHTractor I also use Norgate but I dont have the .au suffix issue and not sure how to strip it out.
When you enter symbol for a chart do you just put in the code as per below
View attachment 104021
@CNHTractor I was just looking up the AmiBRoker help file and you could try the following or variation ?
https://www.marketindex.com.au/asx/{t0}{t1}{t2}
The above should grab the first three characters of your ticker as what I use just grabs the whole ticker but I don't have any ".au" issues
View attachment 104022
Great indeed, i used option 2 but as the BT code is often shareable, these other options are probably actually betterI was looking at the Custom Backtest (CBT) interface again this week and learnt something which I thought would be good to share.
As usual there is more than one way to do something and here I have discovered 3 ways to do the same thing....wow what is this magic I hear you ask
When you have some CBT code you want to run you can do it via one of the below options;
Option 1 - on the Analysis settings -- Portfolio tab select you CBT .afl code to load
View attachment 104344
Option 2 - Insert your CBT code within your main .afl system code
View attachment 104345
Option 3 - have a single line of code in your main .afl system code which loads your CBT .afl code
SetCustomBacktestProc("c:\\Program Files\\AmiBroker\\Formulas\\Custom\\CBT_CustomBackTest.afl");
So there you go, another interesting tip for you to digest or even better share one of your own.
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?