Search results

  1. josh1

    Another Bhavcopy Downloader (ABCD)

    You have to redirect your shortcut to ABCDCurl.r. I have not created installer for it yet since ABCD was working. Else start it from command line like this - "Rebol.exe ABCDCurl.r " without quotes from the same directory.
  2. josh1

    Another Bhavcopy Downloader (ABCD)

    I have uploaded changed file ABCD.r Please keep old file in backup. NSE may change URL again :mad:
  3. josh1

    Another Bhavcopy Downloader (ABCD)

    Friends, Use ABCDCurl Open ABCDCurl.r located in folder ABCD in notepad. Find this line ------ NSE_Url: rejoin ["curl -e https://www.nseindia.com/products/content/equities/equities/homepage_eq.htm --url " NSE_Url "-o /ABCD/NSE/cm" Sd "bhav.csv.zip " ] Replace homepage_eq.htm with...
  4. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    WhaT will they provide for trading? Pi and kite? I have not used them. But users said both are bad. Anyway, shift to others who charge less than Rs.20. 5 paisa, finvasia, kotak, ,achiievers, prostocks, angel ........
  5. josh1

    100 ms is too fast. Keep it 250 ms or above from settings.

    100 ms is too fast. Keep it 250 ms or above from settings.
  6. josh1

    Bid ask rates, qty not present in scrip lines. You are editing ini file manually. Select scrips...

    Bid ask rates, qty not present in scrip lines. You are editing ini file manually. Select scrips from select window and start rtd from there. RTD_1.60 will write the ini file properly.
  7. josh1

    Cancel

    Cancel
  8. josh1

    Settings are correct. Open rtdman.ini file and show it.

    Settings are correct. Open rtdman.ini file and show it.
  9. josh1

    Nothing is stopped. Did you enable bid ask rates and qty in setting?

    Nothing is stopped. Did you enable bid ask rates and qty in setting?
  10. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    What does it mean? State what you did step by step and in the correct thread.
  11. josh1

    This should not happen. Right click mkt watch and refresh scrips. Close select window and open...

    This should not happen. Right click mkt watch and refresh scrips. Close select window and open again. Then check.
  12. josh1

    Simple Coding Help - No Promise.

    It's GDFL. I think ZERODHA is having collaboration with them.
  13. josh1

    Simple Coding Help - No Promise.

    Wow.. Thanks. Please don't call me 'Sir' . All members are equal here. Guess, I should be able to solve my issue in Post #5918 also with code similar to these two lines code.
  14. josh1

    Simple Coding Help - No Promise.

    _SECTION_BEGIN("Open Range Breakout"); xf = ParamList("TF","5M|10M|15M|30M|H",2); ShowORB = ParamToggle("Show Opening Range", "Show|Hide", 1); if(ShowORB == 1) { SetBarsRequired(-2,-2); //Turn Quick AFL Off spacer = IIf(xf == "5M",500,IIf(xf == "10M",1000,IIf(xf == "15M",1500,IIf(xf ==...
  15. josh1

    Simple Coding Help - No Promise.

    Thank you. That takes care of 1st point. Now it remains to see whether we can something to increase font by replacing line 282. However, that is not urgent.
  16. josh1

    Simple Coding Help - No Promise.

    The attached code inserts selected Text Symbols on to chart. It is an alternate to the "abc" Text tool of Amibroker. As you can see in below chart. double-Click on the color circle to pick color- then click symbol in aqua color rectangle on left. Then click on chart to paste the symbol. It can...
  17. josh1

    I don't know how to use multiple cores. The utility has two threads. One collects quotes from...

    I don't know how to use multiple cores. The utility has two threads. One collects quotes from Nest Trader in an array and the other pushes them to Ninja/Amibroker. Ninja is slow in accepting quotes. It starts lagging when scrips are more than 3.
  18. josh1

    Yes you can. But Ninja will work for at most 3 scrips at a time.

    Yes you can. But Ninja will work for at most 3 scrips at a time.
  19. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    Option contract data is there. I was using it last week.
  20. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    RTD works with 32bit version. You must have forgotten some config. Source code is distributed with the program. Download Autoit and compile 64 bit program. I am not sure whether it will work with Nest. Most of Windows programs work 32bit.