I have already changed Intraday setting (Allow Mixed EOD/Intraday data) but it seems not working. I still cannot use Base Time Interval End-of-Day. For Other Base time Interval is fine just only End-of-Day. Thank you
You did not contact us as instructed in the docs and you did not receive plugin ID.
Data plugins not registered with us will be blocked.
ADK documentation says:
For testing purposes you may use PIDCODE( 'T', 'E', 'S', 'T'), but for release to the public you should contact us at adk at amibroker.com to receive unique plugin identifier for your data plugin.
Now the problem:
You did not read docs and accompanying examples carefully enough.
To support given interval, plugin must export and properly implement SetTimeBase function. Details are described in documentation. Read it.
No, No, no!
Mixed mode must be implemented PROPERLY in the plugin. Obviously original poster has no idea what he did, so mixed mode is definitely NOT supported by his plugin.
Hi Tomasz, Do you have any coding example for Setting Base time interval End-of-day in C++ Plugin. I have already looked into ADK docs but still not found the solution. My C++ plugin can be set for any base time interval except End-of-Day.