Jump to content

⤴️-Paid Ad- Check advertising disclaimer here. Add your banner here.🔥

Atomo12345

⭐ V.I.P.
  • Posts

    310
  • Joined

  • Last visited

  • Days Won

    49

Everything posted by Atomo12345

  1. For petercruz: Download the file here: https://workupload.com/file/rtmWKgG7cgN Tank you very mutch banker2882. I have reintalled Timingsolution and I live it in my computer because I find useful the function "Pattern Similarity". This one here is the unique useful function really pratice and it's worth the price of the software.
  2. The exact string to search in x64dbg: Search for Current module pattern in Hex: write 8B95E8FDFFFF8D85ECFDFFFFB900 Set the breakpoint (press F2) in this line. Yuor name appears. Press F8 until your unique serial appears.
  3. The exact string to search in x64dbg: Search for Current module pattern in Hex: write 8B95E8FDFFFF8D85ECFDFFFFB900
  4. Address web for "R". R: The R Project for Statistical Computing
  5. A free very good complete and praticse program for time series predictions. https://www.timeserieslab.com/
  6. If you can't intall it, simply copy the formulas above and create them with the "indicator builder".
  7. Sorry.But the instructions are partial and incomplete. I don't use this software.I have just uninstalled it. I don't know how to login to activate the TI menu or the AI Expert.
  8. I just try the installation of this software and it works very well. When it appears the login pannel , put your user name and a random password. Or better close simply the pannel. The software run very well.
  9. I just try the installation of this software and it work very well. When it appears the login pannel , put your user name and a random password. Or better close simply the pannel. The software tun very well.
  10. My method find the serial key for your hardware id. This hardware id is unique for your computer. So you must applied my instruction. A new passage: "Check all occurences in References, until appears yor Username. Press F2 to set a breakpoint. Go to REGISTRATION Panel and enter a casual series.Pres OK. Press F8 until yuor series appears." Have a good Sunday.
  11. My method find the serial key for your hardware id. This hardware id is unique for your computer. So you must applied my instruction. A new passage: "Check all occurences in References, until appears yor Username. Press F2 to set a breakpoint. Go to REGISTRATION Panel and enter a casual series.Pres OK. Press F8 until yuor series appears." Have a good Sunday.
  12. For a full registration of all versions of Timingsolution go to:
  13. I tried without success with Optuma. Sorry!
  14. Sure an simple way to crack all versions of TimingSolution. https://workupload.com/file/pGvEa6hp3sX
  15. Does anyone have Edson Gould's book "Stock Market Forecast" (1974). On the US 10-year model of the Dow Jones Industrial Average. Or similar texts on the 10-year model. Thank you very much.
  16. Thank you Azazel for these complete Excel files. This is the S&P500 daily file. https://workupload.com/file/WPVkSGZ6eYC
  17. These are my server met to update the server.met from address. http://upd.emule-security.org/server.met http://www.gruk.org/server.met http://update.adunanza.net/servers.met http://edk.peerates.net/servers.met Saluti.
  18. Torreggiani software "Oscilla". https://e.pcloud.link/publink/show?code=XZo2gEZIbWTBwS4Jw8wubn9gdET75TfKdRy
  19. Here is a guide for Emule. Is in Italian, but you can selected "Opzioni" (Options) and watch the pictures for settings. The last version is 0.70b. https://www.emule.it/guida_emule/home.asp If all settings are ok, is possible that your provider don't allows the connection with Emule. Here in Italy there are some providers that don't allows the connection with Emule or utorrent.
  20. Thank you FredUrble for this new book. Here is the software of Giuseppe Migliorino "Battleplan program". https://e.pcloud.link/publink/show?code=XZfnnEZjCRxhqwPPFjrRSXLR5CQj8nBjyny
  21. Giuseppe Torreggiani book "Il metodo Torreggiani". It's in Italian. Please translate it in English by Internet. https://e.pcloud.link/publink/show?code=XZn2nEZNGzIu3CqPR5IiQAasQKpKbmJtpby
  22. In this forum, basically, you don't ask money for anithing and for any software. It should be all free. Ask money for a software that work is a contraddition, because you can make money whit the same software. I'll let you decide to the Moderators.
  23. In this site are the Hurst formula for Metastock and a complete guide to his theory. Without use a silly and confused program like Sentient Trader. https://www.trade2win.com/threads/samadams-hurst-cycles-analyses-on-commodities.167476/#post-3213112
  24. I am sure that these formula don't use any dll, because I write them. Here are the complete formulas. Please translate them in English: Onde di Elliott ABC rialziste (Terza onda) MinimoA:=Input("Minimo onda A=",0,1000000,4835.4); MassimoA:=Input("Massimo onda A=",0,1000000,5481.34); RitracciamentoB:=Input("Ritracciamento onda B=",0,1000000,5101.63); ObietminondaC:=RitracciamentoB+((MassimoA-MinimoA)*0.618); ObietmedioondaC:=RitracciamentoB+((MassimoA-MinimoA)); ObiettipicoondaC:=RitracciamentoB+((MassimoA-MinimoA)*1.272); ObietmassondaC:=RitracciamentoB+((MassimoA-MinimoA)*1.618); ObietmassondaC; ObiettipicoondaC; ObietmedioondaC; ObietminondaC Onde di Elliott ABC ribassiste (Terza onda) MassimoA:=Input("Massimo onda A=",0,1000000,6147.43); MinimoA:=Input("Minimo onda A=",0,1000000,5504.65); RitracciamentoB:=Input("Ritracciamento onda B=",0,1000000,5783.62); ObietminondaC:=RitracciamentoB-((MassimoA-MinimoA)*0.618); ObietmedioondaC:=RitracciamentoB-((MassimoA-MinimoA)); ObiettipicoondaC:=RitracciamentoB-((MassimoA-MinimoA)*1.272); ObietmassondaC:=RitracciamentoB-((MassimoA-MinimoA)*1.618); ObietminondaC; ObietmedioondaC; ObiettipicoondaC; ObietmassondaC Onde di Elliott rialziste (Quinta onda) Minimo1:=Input("Minimo onda 1=",0,1000000,4835.4); Massimo1:=Input("Massimo onda 1=",0,1000000,5481.34); Ritracciamento2:=Input("Ritracciamento onda 2=",0,1000000,5101.63); Massimo3:=Input("Massimo onda 3=",0,1000000,5968.61); Ritracciamento4:=Input("Ritracciamento onda 4=",0,1000000,5767.41); Obietminquintaonda:=(Massimo3-Minimo1)*0.618+Ritracciamento2; Obiettipquintaonda:= (Massimo3-Minimo1)+Ritracciamento2; Obietmassquintaonda:=(Massimo3-Minimo1)*0.618+Massimo3; Obietmassquintaonda; Obiettipquintaonda; Obietminquintaonda Onde di Elliott ribassiste (Quinta onda) Massimo1:=Input("Massimo onda 1=",0,1000000,1576.09); Minimo1:=Input("Minimo onda 1=",0,1000000,1270.05); Ritracciamento2:=Input("Ritracciamento onda 2=",0,1000000,1440.24); Minimo3:=Input("Minimo onda 3=",0,1000000,741.02); Ritracciamento4:=Input("Ritracciamento onda 4=",0,1000000,943.85); Obietminquintaonda:=Ritracciamento2-( Massimo1-Minimo3)*0.618; Obiettipquintaonda:= Ritracciamento2-( Massimo1-Minimo3); Obietmassquintaonda:=Ritracciamento2-( Massimo1-Minimo3)*1.272; Obietminquintaonda; Obiettipquintaonda; Obietmassquintaonda
  25. For keith551 What dll is missing? I think that these formulas don't use any dll.

⤴️-Paid Ad- Check advertising disclaimer here. Add your banner here.🔥

×
×
  • Create New...