Re: Free RealTime Data NOW Nest ODIN Trade Tiger Google Yahoo to AmiBroker, Fcharts M
@Shankar
I tried it today. RTD did not work for NOW. Nestplus backfill from NOW worked. I will look into the source when I get time.
Edit - Okay.... I installed into wrong folder. My Amibroker is in H:\Amibroker. Default install for RTD was to D drive. I do not know why you crated a third Format file when original two were sufficient.
Edit2 - No.... I had given CSV folder as R:\. RTDMan's Error Log said - "Could not create folder R:\" . I changed it to "R:\rtd". Now it is working with NOW.
That means you are using the same old format files. Will have to find out which one is redundant.
So you have combined NowVwapBackfill, NestVwapBackfill and RTDMan. Good work.
1. May be we can combine NestIndexBackfill and DeleteRTTics also. User Interface almost the same.
2. Backfill saves data after backfill of each scrip. That increases time. (This was problem in original code). That may be done away with.
3. We may give option to preserve original tick data in backfill. That will skip DeleteTics function with a small conditional statement. (To be done only if many users want it. This will add the volume of tick data to 1 min data in higher timeframe since there time stamps are not same)
4. Will have to see Aditya's changes also.
@Shankar
I tried it today. RTD did not work for NOW. Nestplus backfill from NOW worked. I will look into the source when I get time.
Edit - Okay.... I installed into wrong folder. My Amibroker is in H:\Amibroker. Default install for RTD was to D drive. I do not know why you crated a third Format file when original two were sufficient.
Edit2 - No.... I had given CSV folder as R:\. RTDMan's Error Log said - "Could not create folder R:\" . I changed it to "R:\rtd". Now it is working with NOW.
That means you are using the same old format files. Will have to find out which one is redundant.
So you have combined NowVwapBackfill, NestVwapBackfill and RTDMan. Good work.
1. May be we can combine NestIndexBackfill and DeleteRTTics also. User Interface almost the same.
2. Backfill saves data after backfill of each scrip. That increases time. (This was problem in original code). That may be done away with.
3. We may give option to preserve original tick data in backfill. That will skip DeleteTics function with a small conditional statement. (To be done only if many users want it. This will add the volume of tick data to 1 min data in higher timeframe since there time stamps are not same)
4. Will have to see Aditya's changes also.
Last edited: