Search results

  1. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    It is called Hourly Statistics in NOW. Available in Market Menu
  2. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    That means your broker is providing currency segment also. I get only BSE/NSE and NFO in NOW. No CDS. However, NOW is better than ZT in terms and speed and accuracy. Edit- I am not getting CDS in ZT also since I haven't subscribed for it.
  3. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    Ohh... Symbol is used by Rtnow for updating equity. Position of that column is used in makecsv() subroutine. Instead of deleting that column, skip it in format file. Use alternate format Edit- My advise is to use RTD or RTDMan as stand alone app. It is more accurate
  4. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    NOW does not support Index feed. Are brokers giving CDS segment in NOW? LTP multiplication can be done. I was thinking of capturing CNX Nifty from Index value Bar from RTD(Autoit) and send it to AmiBroker every three seconds. Or it can be saved in a file every second and RTDMan append it to...
  5. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    I can't help you with one line questions ..... ! I need full information about your setup, with screenshots preferably. Please read first page of this thread.
  6. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    Just remove formula from OI column in RTNow.xlsm and remove the column OI in format file also. It will be sufficient even if you replace OI column in format file with 'skip', OI will not be updated in Amiroker.
  7. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    1. Read the tutorial for RTD 2. Read Amibroker Users' Guide. If you are getting tick charts, you will get 1 min 5 min charts. 3. My utility is for giving data feed to Amibroker. Charts are done by Amibroker. You will have to learn to use it.
  8. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    I hard coded bar period as 1000. in timer. SetWaitableTimer( AB_timer , &start_now, 1000, NULL, NULL, false ); // Bar period hardcoded by Josh1 I use the bar period to decide whether to create 1 sec or 1 min candles Though it did not work on my laptop.
  9. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    Guys, I have uploaded it again after incorporating changes made by Tracerbullet. RTDMan will make crying noise if data feed stops. However, I have not tested this. The file baby_cry.wav should be in the same folder.
  10. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    I am maintaining both minutes separately. However, Data table and Hourly stats now show end of minute. First bar starts at 9:16. That may be the reason. However, that does not matter.
  11. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    I don't understand. Do you have enough data for that ? Press ctrl+1 or ctrl+5 for 1 min and 5 min
  12. josh1

    Any C++ programmers willing to help modify RTDMan?

    Huh...... That solved it..! :):cool: I did not change any file names though. Too tired for that.
  13. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    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...
  14. josh1

    Any C++ programmers willing to help modify RTDMan?

    1) Last error. Rest is solved. worker.obj : error LNK2001: unresolved external symbol __imp__PlaySoundW@12 C:\RTDMan_0.1.4_2\Source\AmibrokerFeeder\Release\RTDMan\RTDMan.exe : fatal error LNK1120: 1 unresolved externals /** 2)Did not opt for stoi(). below code is working [CODE] cur_tm =...
  15. josh1

    How to AUTO Place from Nest Plus API? Apart from Manual Place Button

    It seems auto trading should be enabled by your broker. You are using PlusAPI. I use NestRTD to capture live prices from terminal. However, I have to request my broker to enable it. Same way .........
  16. josh1

    Any C++ programmers willing to help modify RTDMan?

    @mastermind007 As far as I've understood, IMHO, The 15:29 price that you receive neither an error nor an oversight at exchange end. It is not an error but it is implicit nature of RTD Server that whenever connected, it sends data which is already there. Whichever scrips have Last Traded...
  17. josh1

    Any C++ programmers willing to help modify RTDMan?

    Well, you have removed your project from Git and I am too tired to learn it right now. I shall upload it tomorrow in my link google drive as RTDMan_1.0. I have made invasive changes in worker.cpp and worker.h and small change in settings. Rest of it is same. However, code has reduced. I am...
  18. josh1

    Any C++ programmers willing to help modify RTDMan?

    Finally, I solved the issue. RTDMan is creating 1 min bars or 1 sec. bars optionally according to Bar_Period in settings.ini. Today, I ran it for two hours and there is no data loss. I could watch it following data from terminal immediately within a second as it was displayed. I had 27 scrips in...
  19. josh1

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

    I have not used AamAadmiSoftware. This one advocated by Test123 is the same that was developed by Tracerbullet. It is available for free from link in my signature. It is good for getting 1 sec. data intraday, depending upon limit set by your broker, I have tested 60 scrips. It is as fast as your...
  20. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    No utility for metatrader.