Search results

  1. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    Option given to divide volume by LotQty or not for MCX
  2. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    Keep datadelay sufficient at least for 10 seconds
  3. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    Volume is derived from volume traded today. That is consistent. Qty field is misleading
  4. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    Files remove Files--remove scrips then login again
  5. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    RTD_1.60 uploaded. It is working with Nest Trader 3.16 from Zerodha. I have done some bug fixes and simplified code with proper comments. It will install in RTD_1.60 folder on C or any other drive. After installation, copy RTDMan.ini file from RTD_1.50 folder to this folder and you are set to...
  6. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    That does not mean backfill starts from 9:16. It means ticks from 9:15:01 to 9:16:00 are consolidated in 1 min candle of 9:16. In other case, ticks from 9:15:00 to 9:15:59 are consolidated as 9:15.
  7. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    Did you open Nest as well as RTD in admin mode?
  8. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    In case of MCX, data table used to give volume as a multiple of tradedQty x LotQty. RTD was therefore dividing backfill volume by LotQty since users opted that way. Now one user (Broker is Tradejini ) says realtime volume is in multiple of LotQty. When he backfills, his volume data gets screwed...
  9. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    Open plus chart for one index
  10. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    RTD_1.50 is working with Nest trader 3.16 except for backfill from vwap. After opening 3.16, log into nestplus.( It may not log into nestplus automatically. ) There after open plus chart and data table for at least one scrip. After that, you should be able to backfill seemless my from nest data...
  11. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    Is nest trader 3.16 working for all brokers?. I have started coding for it. It doesn't have invisible market watch headers like 3.13/14/15.
  12. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    But it is already having realtime charts charts
  13. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    Dude, any data imported by Amibroker goes into its arrays. You can import data from TWS(only whatever data provided by IB) through plugin in realtime as well as backfill. Thereafter it is up to you how to use it. You may develop AFLs for your use. FYI - Whenever you start Amibroker, it takes...
  14. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    Nest trade Nest trader is main window. Market watch is a control inside it. RTD can find Nest trader with partial window text. If you enter wrong window text RTD will take you directly to settings and will not start until you correct the text.
  15. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    @John, I can see that you know some programming. RTD is not able to read the header text of market watch columns in Nest 3.14/15. That is the reason you are getting "trading symbol not present" error though it is present. Autoit V3 can read header text of listview columns. However, if the...
  16. josh1

    Simple Coding Help - No Promise.

    Thanks. Changed the code a bit and it works well. _SECTION_BEGIN("Candle Color @ 14:01 "); SetChartOptions(0,chartShowArrows|chartShowDates); _N(Title = StrFormat("{{NAME}} - {{INTERVAL}} {{DATE}} Open %g, Hi %g, Lo %g, Close %g (%.1f%%) {{VALUES}}", O, H, L, C, SelectedValue( ROC( C, 1 ) )...
  17. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    It will work LVG but I still would not approve opening them all in admin mode all the time.
  18. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    RTD does not work with Nest 3.13, 3.14 etc. Try 3.11 or 3.16 zerodha
  19. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    Ramdisk is required for Temperory csv file which is imported by AMIbroker (see settings). 20 mb is much much more than enough. Enter Install Amibroker in C:\Amibroker and Nest Trader in C:\omnesys\nest3.