Hi everyone,
I’m currently testing the Norgate Trial Data before deciding to purchase the full package. So far, everything is working fine except for the fundamental data.
The issue is that the fundamental data shows only a single value repeated across all timestamps for each ticker, instead of historical fundamental values.
Could someone please help me figure out what might be causing this or how to fix it?
My setup:
AmiBroker: 7.00.1 (64-bit)
Norgate Data Updater (Trial): 4.2.2.65
#include_once "Formulas\Norgate Data\Norgate Data Functions.afl"
//Market Cap Filter
MarketCap = NorgateFundamentals("mktcap");
Filter = 1;
AddColumn(Close, "Close", 1.2);
AddColumn(MarketCap, "MarketCap", 1.2);
Thank you very much for your help.
