Re: Free RealTime Data NOW Nest ODIN Trade Tiger Google Yahoo to AmiBroker, Fcharts M
For those who are using excel utilities-
Open the Developer-Visual Basic tab in Excel. Find this line in module 1 and remove it. ---
Call AB.RefreshAll
Instead, set the refresh period in Amibroker-preferences->intraday -> Realtime chart refresh interval to 1 second.
Also Refresh period in Cell B3 of main sheet can be kept at 1 second.
This will increase the real time chart refresh speed a lot.
I have tried 70 scrips with this method.
Those who cannot change code can download latest files. I have made the changes and uploaded.
For those who are using excel utilities-
Open the Developer-Visual Basic tab in Excel. Find this line in module 1 and remove it. ---
Call AB.RefreshAll
Instead, set the refresh period in Amibroker-preferences->intraday -> Realtime chart refresh interval to 1 second.
Also Refresh period in Cell B3 of main sheet can be kept at 1 second.
This will increase the real time chart refresh speed a lot.
I have tried 70 scrips with this method.
Those who cannot change code can download latest files. I have made the changes and uploaded.