Search code examples
c++pluginsamibroker

Amibroker - How to update data for all DB symbols?


I made my own plugin for IBKR. How can I force the data refresh for all symbols in DB? I need fresh data before launching an analysis or other options who needs them. I can update only the actives symbols with:

PostMessage(g_hAmiBrokerWnd, WM_USER_STREAMING_UPDATE, 0, 0);

but I can't chose which symbol update and get all DB symbols.

Can I use "wParam" and "lParam" for it?

Is there any option in Amibroker to do this?

BR


Solution

  • Amibroker doesn't let refresh a specific ticker. Just call scanner 2 times or select a ticker 2 times, 1 for downloading + 1 store data.

    Your IB + Investing plugin are gread!

    Good job!