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

Atomo12345
⭐ V.I.P.-
Posts
310 -
Joined
-
Last visited
-
Days Won
49
Content Type
Profiles
Forums
Articles
Everything posted by Atomo12345
-
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.
-
Simple and sure way to crack TimingSolution.
⭐ Atomo12345 replied to ⭐ Atomo12345's topic in Trading Platforms
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. -
The exact string to search in x64dbg: Search for Current module pattern in Hex: write 8B95E8FDFFFF8D85ECFDFFFFB900
-
Accurate calculation of Elliott waves for Metastock.
⭐ Atomo12345 replied to ⭐ Atomo12345's topic in Trading Platforms
If you can't intall it, simply copy the formulas above and create them with the "indicator builder". -
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.
-
Simple and sure way to crack TimingSolution.
⭐ Atomo12345 replied to ⭐ Atomo12345's topic in Trading Platforms
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. -
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.
-
Simple and sure way to crack TimingSolution.
⭐ Atomo12345 replied to ⭐ Atomo12345's topic in Trading Platforms
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. -
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.
-
For a full registration of all versions of Timingsolution go to:
-
Simple and sure way to crack TimingSolution.
⭐ Atomo12345 replied to ⭐ Atomo12345's topic in Trading Platforms
I tried without success with Optuma. Sorry! -
Sure an simple way to crack all versions of TimingSolution. https://workupload.com/file/pGvEa6hp3sX
-
Thank you Azazel for these complete Excel files. This is the S&P500 daily file. https://workupload.com/file/WPVkSGZ6eYC
-
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.
-
Torreggiani software "Oscilla". https://e.pcloud.link/publink/show?code=XZo2gEZIbWTBwS4Jw8wubn9gdET75TfKdRy
-
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.
-
Thank you FredUrble for this new book. Here is the software of Giuseppe Migliorino "Battleplan program". https://e.pcloud.link/publink/show?code=XZfnnEZjCRxhqwPPFjrRSXLR5CQj8nBjyny
-
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
-
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.
-
Accurate calculation of Elliott waves for Metastock.
⭐ Atomo12345 replied to ⭐ Atomo12345's topic in Trading Platforms
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 -
Accurate calculation of Elliott waves for Metastock.
⭐ Atomo12345 replied to ⭐ Atomo12345's topic in Trading Platforms
For keith551 What dll is missing? I think that these formulas don't use any dll.