I'd like to ask what the differences are when writing data plugging DLLs between AMIBROKER 7.00.XX and 6.10.X. I previously wrote a data plugin DLL and tested it with version 6.10.0, and it received data normally. However, after switching to the latest version 7.00.x, I no longer receive real-time ticks. Is there something I'm not aware of? Thank you.
There is no difference in the API. Our plugins work for all 6.00 till 7.00 without problems.
Check if you installed the runtime you plugin is compiled with.
1 Like
Thank you, I found the problem. It was my setting error. My data plugin collects ticks, but I set it to collect end of day. After correcting it, the data collection is normal. Thank you.
This topic was automatically closed 100 days after the last reply. New replies are no longer allowed.