Jump to content

FredUrble

⭐ V.I.P.
  • Posts

    258
  • Joined

  • Last visited

  • Days Won

    18

FredUrble last won the day on December 19

FredUrble had the most liked content!

About FredUrble

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

FredUrble's Achievements

  1. Thanks. I filtered the raw list down to just the actual file names. Here is the link: https://workupload.com/file/gHLyVhrWDxa
  2. 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.
  3. 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?
  4. 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
  5. 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.
  6. It is pretty basic to use, but there are also YouTube videos on winevdm as well.
  7. 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
  8. I don't have version 13, but here is version 11. https://workupload.com/file/ctHWJ4wJCqy
  9. 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".
  10. 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
  11. 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.
  12. Please upload to a different site that doesn't require email address and phone number to allow for download. Thanks.
  13. 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.
×
×
  • Create New...