- Joined
- 15 February 2017
- Posts
- 9
- Reactions
- 0
I"m a new Amibroker user, fairly impressed with the power and flexibility. Back testing is amazing, once you get into the AFL formulas.
Now I want to run a LIC (Listed Investment Company) back test that buys based on NTA discounts but I don't see how any historical values can be stored, other than price.
The data I need to store is DATE, TICKER, PRICE, NTA
e.g.
31 January 2017, XYZ, 400, 420
31 December 2016, XYZ, 390, 405
30 November 2016, XYZ, 391, 403
(I have the monthly close NTAs going back a few years.)
First, I though fundamental information might be the right place but isn't it overwritten after each change so I would not be able to see what the NTA was in like 2002?
Then I thought I might have to do a nasty hack and fill the Open price with NTA and rely on the the close alone for true price information.
I hope there is a cleaner solution as Amibroker seems to have thought of everything else.
Now I want to run a LIC (Listed Investment Company) back test that buys based on NTA discounts but I don't see how any historical values can be stored, other than price.
The data I need to store is DATE, TICKER, PRICE, NTA
e.g.
31 January 2017, XYZ, 400, 420
31 December 2016, XYZ, 390, 405
30 November 2016, XYZ, 391, 403
(I have the monthly close NTAs going back a few years.)
First, I though fundamental information might be the right place but isn't it overwritten after each change so I would not be able to see what the NTA was in like 2002?
Then I thought I might have to do a nasty hack and fill the Open price with NTA and rely on the the close alone for true price information.
I hope there is a cleaner solution as Amibroker seems to have thought of everything else.