Search results

  1. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    Ok. Backfill can be done from VWAP/Hourly Statistics if NOW or Nest is open.Currently it is done in background after selecting scrips but yes it can be done by selecting all scrips from settings and the scrips need not be present in Marketwatch. However, possible with data table only if the...
  2. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    Declaring global variable in function redefines it when the function is invoked again. That creates memory leak in Autoit. I don't understand what you want. Right now the process is 3 clicks. Click on backfill -- Select Source NEST Plus or VWAP/Stat or Index -- Select All -- Do Backfill. Is to...
  3. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    Use RTD_1.3. Uploaded now. This error removed.
  4. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    Josh1 and Shankar are still amateur programmers. 40 global variables including one array were declared inside functions. Huge memory leak was guaranteed. Moved all of them out side of functions at the top of code. That should take care of the memory leaks. It took three hours of investigation...
  5. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    Are you doing backfill of MCX commodity scrips ? Their data takes ages to retrieve. Makes Nest Trader unstable. Do 2 scrips at a time. In settings -- Plus chart open -- Keep "Yes".
  6. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    @rmike, I have added support for multiplying price of "cde_fo|CNXNIFTY" by 100. Somebody with currency will have to test it on NOW or Nest. if (settings.scrips_array[script_id].topic_name == "cde_fo|CNXNIFTY") newdata.ltp = newdata.ltp * 100 ; new exe is uploaded here...
  7. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    You had earlier created options in settings to hide each component. It was working properly. Now somewhere you mixed the code. Edit - Don't bother, I fixed it.
  8. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    @Shankar, Can you make two separate icons for RTD and RTDMan in tray? If RTDMan window is permanently hidden, it is difficult to find out if a scrip is not connected. Backfill window automatically turns off after some time.
  9. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    Google does not have futures nor options. Only Spot index and cash scrips.
  10. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    Ahh... So it is cde_fo and "CNXNIFTY". There is no space between 'CNX' and 'NIFTY' and it is all CAPS. :cool: I shall incorporate that. Backfill application i.e. RTD fills the gap directly. There is no data loss from XX min to XX min 11 - 14 sec (a gap of about 11 to 15 secs). Are you...
  11. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    Yes.. It gives me volumes. Keep all columns open. Don't hide any.
  12. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    I can open the help file. It is nicely arranged. Some suggestions- 1. Application runs in Windows XP and above. 2.Please include what is and how to activate link to Excel. 3.Highlight the part where Format files are to be extracted to Amibroker\formats folder. 4.Include of snapshot of nest...
  13. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    LVG, It is there in my signature.
  14. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    That is right. However, template are different from layout. You can save templates by right-click on chart. In addition, you can create your own layout. There will be a Default lay out in the layout tab which is on the left side of Amibroker. Right-click on that and save as your name. If blank...
  15. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    rmike, You have not understood my point. I am not talking about backfill at the EOD. That is very easy with $tickmode 1. And we learnt it from you. This is backfill of gaps. Suppose you are watching live market and suddenly there is network disruption for 5-10 minutes. You can do nothing but sit...
  16. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    I will see the second bug when I get time. Edit - It is solved now. First one can be worked around like this- Say you have 30 scrips in settings.ini and you have given update but 15 to preserve there. Now if you select three scrips in Gui_1and click on 'Start RTD' or 'restart' as the case may...
  17. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    @Shankar, This requires lot of testing. If Stop RTD in GUI_1 was clicked, it was creating odd behaviour. Both Gui's stopped responding later to "Start RTD". That's why, if RTD started, I disabled it in GUI_1. I hope you have checked that. Edit - This seems to have been done. There were couple...
  18. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    All done except no.4 Revised exe (including source code) uploaded to Dropbox. One addition is that, now we can add index scrips present in Index value bar from Nest into Settings.ini. Now two things remain. No.4 above and updating Help file. Shankar will do No.4. Somebody please update...
  19. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    1. Backfill window may require Start RTD, at least an icon to start(because have to select script in one gui and start in another it may hard to understand for newbies, and I always switch between scripts ) Will do by Monday. 2. RTD Not hiding automatically after clicking Do Backfill...
  20. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    1) I have to find out how to change chm(help) file. It will be better if some member does it. I don't remember who constructed that file. 2)Backfill window remains hidden permanently if I change the name. I don't want to look into that code. Besides, it doesn't matter much.