Search results

  1. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    @TB Sending Tick data to Amibroker is not that difficult. I had found the way. /******************************************************************************************************************** Data from RTD server comes in pairs of Topic_id and field_id. We have topic _id as row numbers...
  2. josh1

    Simple Coding Help - No Promise.

    This AFL gives me Previous Day OHLC and also Day Hi Lo for different time intervals. However, It becomes very slow when I move the chart backwards. Can it be made faster any way? I am more concerned for Previous day Hi Lo. _SECTION_BEGIN("PreDHLCDayHLRN"); PreDHLC = ParamToggle("Show...
  3. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    @Snake.head You can make Amibroker to take time stamp as 9:15:00 9:16:00 Tools -- Preferences -- Intraday -- Start Time of Interval (recommended)
  4. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    That is not a problem with my version of RTDMan. If I get code from TB I shall incorporate it.
  5. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    @TB source code? Have you graduated to Forex and NT ? :):) NT users will have a party. Edit- I don't understand how do you use archive to backfill if there is network loss for say 10 minutes?
  6. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    Then there is some issue with your PC. Attach another wifi or modem to your PC and check.
  7. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    Are you logging in to both terminals with the same ID
  8. josh1

    Another Bhavcopy Downloader (ABCD)

    Read help file first
  9. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    Ram No. I mean are they attached to same router? Have you tried starting RTD as Administrator?
  10. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    RAM Are you operating both on same network? Backfill no happening... Means what? Give details
  11. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    That is lot of information. We will take years to analyse it. If you want a faster solution, read the help file.
  12. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    I know. I had removed that. I will reincorporate it rather than spending time in coding connect_topic.
  13. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    Rename nifty futures as NIfty-F. Does it sound bad? Read FAQ in Help file.
  14. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    hmm... in that case ignoring volume of 1st tick should be better solution. I am not doing that currently so I get volume spike on restart.
  15. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    @TB I think adding topics should be enough. We can have another file instead of same ini. Say we have 20 topics. A topic file will contain - scrip21= ......... If RTDMan detects the file, it adds the topic and immediately deletes the file. Remove topic can be achieved by say - scrip6=0 ...
  16. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    Can you add connect disconnect topics? Currently, we use restart but that is clumsy for volumes.
  17. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    No need for my version of RTDMan. It is 99.9% accurate. I have tested EOD backfills and did not find any difference.
  18. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    RTD_1.30 takes care of all this. Why DT only? Some times NOW becomes unreliable if there is frequent net disconnection. Order entry also stops working. Press F1 or F2 place order and nothing happens. Exit and restart is the only option. I don't understand the bold part..exactly what you are...
  19. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    Start RTD1.30 as administrator. Your problem will be solved. Next time, right+click on NOW icon and go to properties. Check in compatibility tab whether checkbox for 'Run this program as administrator' is checked. Remove the check and thereafter you will not need to run both of them as...
  20. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    Yes for column headers i used an external library. I like it as i can write in java/c like syntax instead of VBA like and its open source. @Tracerbullet Please point me to the external library