Jump to content

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

Atomo12345

⭐ V.I.P.
  • Posts

    380
  • Joined

  • Last visited

  • Days Won

    52

Everything posted by Atomo12345

  1. 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.
  2. 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.
  3. 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.
  4. 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.
  5. 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.
  6. For a full registration of all versions of Timingsolution go to:
  7. I tried without success with Optuma. Sorry!
  8. Sure an simple way to crack all versions of TimingSolution. https://workupload.com/file/pGvEa6hp3sX
  9. 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.
  10. Thank you Azazel for these complete Excel files. This is the S&P500 daily file. https://workupload.com/file/WPVkSGZ6eYC
  11. 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.
  12. Torreggiani software "Oscilla". https://e.pcloud.link/publink/show?code=XZo2gEZIbWTBwS4Jw8wubn9gdET75TfKdRy
  13. 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.
  14. Thank you FredUrble for this new book. Here is the software of Giuseppe Migliorino "Battleplan program". https://e.pcloud.link/publink/show?code=XZfnnEZjCRxhqwPPFjrRSXLR5CQj8nBjyny
  15. 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
  16. 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.
  17. 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
  18. 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
  19. For keith551 What dll is missing? I think that these formulas don't use any dll.
  20. For keith551 The complete Walter Bressert Oscillator: https://e.pcloud.link/publink/show?code=XZ5Je6Z5iJjC5ek8qy26AoKWxMPhjl1amy7
  21. Daily,intraday(5min.,1hour) data and all my studies and indicators, for Metastock 11 real time. https://e.pcloud.link/publink/show?code=XZm8VxZ611bkzyXeg5ei3kY6Ycxa5Wp50jX
  22. Historical Quotes Downloader cracked by Atomo12345 and rooster1. https://e.pcloud.link/publink/show?code=XZaUItZxkwektjWd0S8BTojkiEI9yUxu1My
  23. Elwave 10e cracked. First open the Dow Jones exemple file.Then you can use the software. https://e.pcloud.link/publink/show?code=XZ8nEtZLBW2b3jf7gQhvUKuk3BshSs3Kvr7
  24. Here you find the Metastock 11 real time cracked:
  25. For MavKol: I don't know the platforme Thinkorswim, but you can dowload Metastock 11 real time from this forum. I have upload the cracked version on a thread of this forum. Please search it.

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

×
×
  • Create New...