Search results

  1. josh1

    Sir johny pareek/kelvin hand....seeking help

    As per my information, it is "Nifty Trading System" by Ajeet Singh
  2. josh1

    Programming help Extarck csv file from Nest

    My applications are doing that for more than six months it is free
  3. josh1

    Any C++ programmers willing to help modify RTDMan?

    Guys, Please don't make this prestige issue. I have found out where the problem is. I shall revert with specifics.
  4. josh1

    Any C++ programmers willing to help modify RTDMan?

    @Tracerbullet, There is nothing wrong with your code. All data from RTD server is received. It comes sequentially in pairs like this. topic_id - ltp, topic_id - ltt, topic_id - volume_traded_today, topic_id - oi These are accumulated into mydata structure. I created a condition to push...
  5. josh1

    Any C++ programmers willing to help modify RTDMan?

    @mastermind007 No luck. It is not working. :mad: Edit- Data is received from all scrips. However, something wrong is happening when it is transferred to second array.
  6. josh1

    Any C++ programmers willing to help modify RTDMan?

    Thanks. I will check that. There is no virus in files. Google complains because it thinks Autoit is a virus.
  7. josh1

    Any C++ programmers willing to help modify RTDMan?

    1. No this is not the same code I pmed you before. 2. Not tried that yet. I did not want to send duplicate quotes to Amibroker. 3. I am using forward_list since it is fastest and simplest form of array compared to list and vector (as I understand from Cplusplus.com ). However, it does not...
  8. josh1

    Any C++ programmers willing to help modify RTDMan?

    Yes. I am aware of that. I have 8 Mbps connection and it is stable. Captures 2,3 ticks per second. I am capturing about 10 scrips in parallel.
  9. josh1

    Any C++ programmers willing to help modify RTDMan?

    Are you using NOW or Nest Trader as your trading terminal? If yes, it is easy. You can obtain the application free from my other thread. Here -...
  10. josh1

    Any C++ programmers willing to help modify RTDMan?

    I created new structure RTDData to hold tic data and two forward_lists, array1 and array2 containing the structure. Thread Process_RTDdata receives real time data from RTD server and puts it into array1 with push.front. Thread Amibroker_Poller copies array1 into array2 -- clears array1 --...
  11. josh1

    Any C++ programmers willing to help modify RTDMan?

    In my first attempt, I made changes to the way in which thread A (worker::processRTDdata) was maintaining OHLC of scrips. Entire processing is done in that thread and thread B (AmibrokerPoller) accesses the bars every second and pushes them to Amibroker. The new code is here- New header file-...
  12. josh1

    Any C++ programmers willing to help modify RTDMan?

    Well, Original source code for RTDMan_0.1.4_2 is available from the link in my signature. It can be compiled in VC++ express 2010 or above. ATL MFC is also required which I can provide or it can be downloaded from Microsoft. Tracerbullet has done the job of polling real time data from...
  13. josh1

    Any C++ programmers willing to help modify RTDMan?

    Thanks test123. kelvinhand and Mastermind know C++. tracerbullet seems busy. Anyway I shall post the code with comments tonight. The code is working but there is a stupid bug. It was quite an effort for me to learn C++ let's see.
  14. josh1

    Any C++ programmers willing to help modify RTDMan?

    Most members here know RTDMan used to feed RT data from NOW/Nest to AmiBroker. Original application builds 1 sec. bars. I have modified it to create 1 min. bars. However there are small glitches which I am not able to understand. It will be great if some C++ programmer helps to remove the...
  15. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    Start-- Run -- cmd and you will get DOS terminal. Change directory to where RTDMan is and start it. See what error you get. Check whether it is connecting. Check if there is quotes.rt file in temporary folder given by you in settings. What does it contain?
  16. josh1

    GUi-Based Free RealTime Data NOW NEST 2 AmiBroker, Fcharts

    Why don't you look at the link before passing that comment? Readme file is separate from zip file.
  17. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    Start RTDMan in Command window and see what error you get.
  18. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    No...! That will require a lot of additional coding.
  19. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    Read the tutorial.
  20. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    Msoffice is not required. I don't have it on Windows7 setup. Ram disk can be installed in virtual box. You need only 5mb disk