Search results

  1. josh1

    Simple Coding Help - No Promise.

    Range = (H-L); AveragePrice = (H+L)/2; RangePercent = Range/AveragePrice * 100; Plot(RangePercent,"RangePercent",ParamColor("Percent Color", colorBlue),styleLine); ARP = MA(RangePercent,Param("ARP MA Period",10,5,100,1)); Plot(ARP,"ARP",ParamColor("ARP Color", colorTan),styleLine); The above...
  2. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    keep Plus data table delay = 20. Try another backfill. If your PC takes more than 2 minutes for backfilling 22 days of one scrip, your PC is busy with some other job in parallel. It could be a virus also. Check free memory available in Task manager.
  3. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    Provide snapshot of settings window.
  4. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    There is no change in installation process. People do not view Videos properly or do not follow all instructions. Then they do not get realtime data. Then they post a query here stating "I followed everything as per videos but I am not getting real time charts." I am using Nest 3.16 32-bit...
  5. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    I you are backfilling multiple scrips, you will not be able to enter trades at that time. Autoit or AHK whatever you use, temporarily takes control of the windows which interferes with manual controls. There is no problem with data stream. There are no missing quotes in backfill since backfill...
  6. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    @john302928 I keep my SL TSL 3pts away from S\R in case of BNF, 2pts away in case of NF, 15 paise away for TataSteel. I do not face this issue. Filter is meant for that. Situation happened on Thursday 24-1-19 at 9:48 bar 3min. NEST/NOW data feed showed high of 27235 while GDFL, and NEST/NOW data...
  7. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    There is no solution to this issue since this is not an issue. I have experienced that it doesn't make a damn difference in trading if your trading rules are set right and you are observing them. As far as backfill is concerned, I never backfill unless there is a network outage. Backfill every...
  8. josh1

    Another Bhavcopy Downloader (ABCD)

    I have updated ABCDCurl.r It will now create separate files for each AMC for historical data. for example, 01-Jan-2006 to 31-Dec-2010-26 Taurus Mutual Fund.txt Also uploaded MF_List.txt file for reference numbers. AMCs from this can be copy pasted into MF_Numbers.txt.
  9. josh1

    Another Bhavcopy Downloader (ABCD)

    You have to copy curl.exe in the same folder as ABCDCurl.r
  10. josh1

    Another Bhavcopy Downloader (ABCD)

    Both apps are downloading EQ file for me. Try ABCDCurl and let me know. If it works, we will stop maintaining ABCD. I don't want to maintain two apps unnecessarily.
  11. josh1

    Another Bhavcopy Downloader (ABCD)

    @murthymsr Amfi's method of providing data is different from BSE, NSE. Amfi gives entire historical data in single file. BSE, NSE have kept every day files separately. Since, you have provided list of funds in earlier post, I will provide different facility to download historical data.
  12. josh1

    Another Bhavcopy Downloader (ABCD)

    I will check. Do you really need eod data of weekly options? Is it useful?
  13. josh1

    Another Bhavcopy Downloader (ABCD)

    ABCDCurl will run properly from from ABCD folder only. ABCD folder should be in root of drive. e.g. c:\abcd, d:\abcd. If you want another location, go ahead and tinker with the code. Amfi keeps historical data linked to numbers. These are not fund IDs...
  14. josh1

    Another Bhavcopy Downloader (ABCD)

    ABCDCurl is uploaded. It is able to download Mutual Fund NAV from Amfi site. It is able to download all other files. However, I need testing. Those interested may download files in "ABCD" folder in root of any drive. copy the "ABCDCurl.lnk" shortcut file to desktop. Please note ABCDCurl will...
  15. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    It has to be admin first time. Is excel connect ing
  16. josh1

    You have to wait to get sufficient data

    You have to wait to get sufficient data
  17. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    Obviously old version not supported
  18. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    All should be admin or all without admin
  19. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    It's Finvasia 32 bit Nest trader. I use it. It has no problems. Problem is with your windows. Either there is virus or some unwanted process is running. You got to identify using task manager which one. Sort them by memory usage descending
  20. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    This is also very high. It should be around 1.5gb.