I have uploaded RTDMan_1.0.zip. This version creates 1 min. bar at the option of user.
I have tested it on Now as well as NT/ZT by keeping bar period at 60000 and 27 scrips. It is working well. Captures entire data for all the scrips. Volumes tally at the end. Though internal bars may differ a bit from Data Table/Hourly Stats. (Some data of 1 minute goes to another... I don't know why). Charts are refreshed every second. below
It was found that Amibroker 5.3 and below does not refresh on its own when RTD feed is given. Hence requestrefresh is added.
Those interested can unzip the file and copy RTDMan.exe from Amibrokerfeeder/binaries folder.
See changes in settings.ini
;Keep BarPeriod - 1000 for 1 sec candles and 60000 for 1 min. candles. Refresh period for both is 1 second.
BarPeriod=60000
; ReuqestRefresh should be 1 for Amibroker version 5.3 or below
RequestRefresh=0
I have tested it on Now as well as NT/ZT by keeping bar period at 60000 and 27 scrips. It is working well. Captures entire data for all the scrips. Volumes tally at the end. Though internal bars may differ a bit from Data Table/Hourly Stats. (Some data of 1 minute goes to another... I don't know why). Charts are refreshed every second. below
It was found that Amibroker 5.3 and below does not refresh on its own when RTD feed is given. Hence requestrefresh is added.
Those interested can unzip the file and copy RTDMan.exe from Amibrokerfeeder/binaries folder.
See changes in settings.ini
;Keep BarPeriod - 1000 for 1 sec candles and 60000 for 1 min. candles. Refresh period for both is 1 second.
BarPeriod=60000
; ReuqestRefresh should be 1 for Amibroker version 5.3 or below
RequestRefresh=0