Jump to content

FredUrble

⭐ V.I.P.
  • Posts

    261
  • Joined

  • Last visited

  • Days Won

    18

Everything posted by FredUrble

  1. I did find an older copy of the trial software. Here is the link to it: https://workupload.com/file/Ndf95Bp3JXC
  2. Mikula sells his own charting software called Market Warrior. The charts are likely from an older version of this program. Here is the link to the software. He does mention that his distribution server was in the Ukraine and is down currently, so you cannot download anything as of now. https://mikulaforecasting.com/marketwarrior-5-free-trial/
  3. The utility seems to be pretty old, but here is a link to a source that is still offering the conversion program: http://store.cashcowtraders.com:8003/TC4S%3A/Trading Software/HistoryCentre 2.0?sort=size&ascending=0
  4. Thanks. I filtered the raw list down to just the actual file names. Here is the link: https://workupload.com/file/gHLyVhrWDxa
  5. The "download" name in the link you are using has been discontinued. You cannot download comma delimited historical data from that link any longer. However, if you replace "chart" instead of the word "download" you will get output, but it is in JSON format. As mentioned in earlier posts, YLOADER has been repaired and is working. It can output and append data to existing files. Also, Amibroker has a component that allows for downloading that was patched here as well. I fixed the patch to also append data.
  6. Here is the NTVDM folder on my WIndows 11 machine after the download and copy into a folder called NTVDM. The "dos" folder is showing up here. Did you run the install.bat after downloading the app?
  7. NTVDM was originally meant to allow for running DOS programs in 64 bit modes. In 2020, they added the ability to run 16-bit Windows apps, which is what MESA2002 needs. Here is the section of notes from the github site. Perhaps you may want to run WINEVDM instead. I want to run 16bit Windows applications --------------------------------------------------------------------------- As of 05/2020, NTVDMx64 now generally supports WOW32, so your applications should run. However, they currently only work with the CCPU build and we know that the CCPU is slow, so I still recommend wineVDM: https://github.com/otya128/winevdm The loader tries to detect if winevdm is installed and if so, it gets precedence over NTVDMx64. If you restore original registry entries, WOW32 will be handled by NTVDMx64 again. The crucial registry key for the check is: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NtVdm64\0OTVDM If it is present, NTVDMx64 won't load its WOW32 implementation. Please note, that detection of the key is done upon inital load of ldntvdm.dll into the process address space, so if you toggle the 0OTVDM, the process where you are launching your 16 bit application from needs to be restarted. If unsure, you can reboot your machine after installation/uninstallation of WineVDM handlers. To debug wow32, before launching your application: set WOWTRACE=C:\log.txt set WOWLOGLVL=16 For more detailled information about debugging, please refer to doc\debug-wow.txt
  8. You are correct that it is a 32 bit program, but it was meant to run in WIndows 95 under Visual Basic 5. The program doesn't execute because it is trying to run a 16 bit command in a VB5 DLL. If you install an emulator like the one I quoted earlier or install the one I use called NTVDM at https://github.com/leecher1337/ntvdmx64 the program will run and prompt you for the registration code. You can then use the keygen program to generate your code. I just tried this and was able to run the program with no errors.
  9. It is pretty basic to use, but there are also YouTube videos on winevdm as well.
  10. 16 bit applications are not able to run on Windows 11 as native. Third party software can emulate an older machine and allow a 64-bit machine to run these types of apps. Here is a free app: https://github.com/otya128/winevdm/releases
  11. I don't have version 13, but here is version 11. https://workupload.com/file/ctHWJ4wJCqy
  12. Limit orders will be filled at or near your requested price when the limit is hit. Market orders will be filled immediately at the current bid or ask price which may mean a larger hit to your expected price. Would be used if you have to/want to just "get out".
  13. Here are a couple on links on the method: https://www.forexfactory.com/attachment.php%3Fattachmentid%3D1029464%26d%3D1346336346&ved=2ahUKEwjdjoexu-GJAxXqkokEHY_oLNMQFnoECBcQAQ&usg=AOvVaw0Lb9OzPrj5KxETWVk_pa6R https://www.ifcmarkets.com/pdf_files/forexbook/en/Trading-Indicators-by-Bill-Williams-eBook.pdf https://www.scribd.com/document/349124533/Alligator-and-Fractals-of-Bill-Williams
  14. Thanks for the information. This site does not seem to have many items past 2022 and I would expect there has been more scams in the last couple of years.
  15. Please upload to a different site that doesn't require email address and phone number to allow for download. Thanks.
  16. I just tried the link below and it returned the data in JSON format: https://query1.finance.yahoo.com/v7/finance/chart/TSLA?period1=1695497364&period2=1727119764&interval=1d&events=history&includeAdjustedClose=true The only difference between your original link and the one above here is that the word "download" was changed to "chart" in the new link. I left everything else the same. You don't need to log into Yahoo. You can simply click on the link and it will return the data in JSON format.
  17. You might also look into using Yloader which is free. They also ran into the problem and quickly fixed the access so their program still works. www.yloader.com/dload
  18. Yahoo has changed their free access to the historical data download you could do from the online screen and are now charging for it. There is some good news, in that you can still download historical data, but the output is not in CSV. It comes over as JSON format, so you have to read and reformat that. Here is your link with the new format to continue to get historical data. You simply change "download" to "chart". https://query1.finance.yahoo.com/v7/finance/chart/TSLA?period1=1695497364&period2=1727119764&interval=1d&events=history&includeAdjustedClose=true
  19. Also, when using the patched quote.exe, it does not output the data on the "from" date. It starts output with the next data date after that. Probably an issue with the unpatched quote.exe as well. Thanks again to atomo12345 for the patch!
  20. I don't use Amibroker with the Amiquote data directly either. How do you append new data after you convert it to Metastock? Do you download the full history each day from Amiquote and convert it into Metastock again?
  21. Thanks so much for the quote fix! I ran the program and it works. The only setting I changed was to click on the "append" radio button, but each time I try to run the process, it still overwrites the existing file with only the new date range. Anyone else having this issue and if so, how to fix this? I didn't want to have to download years worth of historical data every day and only want to append the new data to the end of each file.
  22. This setup file is a 16-bit executable and will not run on more recent Windows operating systems.
  23. I am looking for anyone who had signed up with Gary and Stafford (gann.co.uk) for their data and software. If you or anyone you know was a subscriber, please message me. Thanks!
×
×
  • Create New...