Jump to content

Trade Miner


Recommended Posts

Yes I see the Fap boys are turning more into affiliates than traders....that is who sent me my spam anyway....but yes the system looks like a signaler....for $97 it will be here just give it time.

 

I just noticed you have an affiliate link also....:))

Edited by wades-world
Link to comment
Share on other sites

here you go :)

 

TradeMiner Forex:

 

TradeMiner Stocks:

 

TradeMiner Futures:

 

All in One Link:

 

EDIT: Oops, didn't see you need a key to run the software :(

Edited by c0py
Link to comment
Share on other sites

For the key... try working this out:

 

public boolean isValidKey()

{

boolean result = false;

int pid = 0;

switch (1.$SwitchMap$com$trademiner$common$util$Validation$Market[this.market.ordinal()]) { case 1:

pid = 518; break;

case 2:

pid = 520; break;

case 3:

pid = 519; break;

default:

pid = 0;

}

if ((this.key != null) && (!this.key.isEmpty())) {

String[] keyParts = this.key.split("-");

if (keyParts.length == 4) {

int r1 = Integer.parseInt(keyParts[3], 16);

int r2 = Integer.parseInt(keyParts[1], 16);

int r3 = Integer.parseInt(keyParts[2], 16);

 

int c2 = (r1 + pid * 2) / 2;

int c3 = (r1 + r2) / 2;

 

if ((r2 == c2) && (r3 == c3)) {

switch (1.$SwitchMap$com$trademiner$common$util$Validation$Market[this.market.ordinal()]) {

case 1:

if (!"TMS".equals(keyParts[0])) break;

result = true; break;

case 2:

if (!"TMF".equals(keyParts[0])) break;

result = true; break;

case 3:

if (!"TMFX".equals(keyParts[0])) break;

result = true; break;

default:

result = false;

}

}

}

}

 

return result;

}

 

found this function when decompiling the software.

 

It looks like the key format for TradeMiner Forex should be: TMFX-XXXX-XXXX-XXXX

 

PID for TMFX is 519, now work out r1,r2,r3 + c2 & c3 then you have the key. My head hurts will all this maths :)

Link to comment
Share on other sites

For the key... try working this out:

 

 

 

found this function when decompiling the software.

 

It looks like the key format for TradeMiner Forex should be: TMFX-XXXX-XXXX-XXXX

 

PID for TMFX is 519, now work out r1,r2,r3 + c2 & c3 then you have the key. My head hurts will all this maths :)

 

Where is this part of code segment in your PC ?

Link to comment
Share on other sites

yes we just need to command out most of part and make result=true

 

as My browser somehow I am unable to download the install sections.

 

so I only can tell you guys on what the code been posted.

 

would someone upload to another site for the installations file?

Edited by mtuppers
Link to comment
Share on other sites

yes we just need to command out most of part and make result=true

 

as My browser somehow I am unable to download the install sections.

 

so I only can tell you guys on what the code been posted.

 

would someone upload to another site for the installations file?

 

Hi mtuppers, I have uploaded to 4shared. I would do it myself but I had no idea which of these files to edit :)

 

xxx.4shared.c0m/file/OSMHATvm/TradeMinerC0mmon.html

 

Replace 0(Zeros) with o

Link to comment
Share on other sites

yes we just need to command out most of part and make result=true

 

as My browser somehow I am unable to download the install sections.

 

so I only can tell you guys on what the code been posted.

 

would someone upload to another site for the installations file?

 

Here you go.

 

hxxp://[email protected]/file/YBymsuA6/TradeMinerCommon.html

 

OOPS!!! That was quick, LOL while I was creating a link and posting, it was already being posted.

Edited by newbie111
Link to comment
Share on other sites

For the key... try working this out:

 

 

 

found this function when decompiling the software.

 

It looks like the key format for TradeMiner Forex should be: TMFX-XXXX-XXXX-XXXX

 

PID for TMFX is 519, now work out r1,r2,r3 + c2 & c3 then you have the key. My head hurts will all this maths :)

 

may I ask do you know which the file?

Link to comment
Share on other sites

  • 2 weeks later...

Is testtt still around? He is gifted when it comes to dll's. Or how about musketeer....There is a thread in II for educating stuff like this. I will find it and place this there.

 

 

 

Update: Files were posted to this thread, let's see what happens and report back here-----

http://indo-investasi.com/showthread.php/9799-Put-Your-UNEDUCATED-Decompiled-MQ4-File-Here-I-Will-Give-It-A-Good-EDUCATION-4-You!/page7?highlight=expired

Edited by wades-world
Link to comment
Share on other sites

Ok, I'm new to this education business, but do have a background to tinker with apps.

 

This is a standalone java windows app, nothing like metatrader. There are several DLL files that need to be decomped likely the key is stored there somehow. But there is surely communication with the main website, so once you know where the datastream is posting to, you can redirect it with a web server, I've seen this done on Ninjatrader hacks.

 

Will see what I can come up with

Link to comment
Share on other sites

I tried looking for assistance from one of the new members but all I got was a biased opinion about standalone programs.....lol. He could have just said that he didn't have the time, or my opinion, that it was over his head and moved on.

Hi!

 

Since TradeMiner is ***NOT*** a MetaTrader EA or Indicator, I find it useless. I only work with MetaTrader as trading platform. Decompiling and analyzing DLL-files takes a lot more time than doing the same miw compiled mq4-files for MetaTrader. And unfortunately, I don't have that spare time to do it.

 

Good luck anyway.

 

Cheers,

 

Pierre

 

There is a bunch of people including myself trying to get this working....I was wondering if you would mind helping us with the dll and whole program in general..TY

 

http://indo-investasi.com/showthread.php/13853-Trade-Miner?goto=newpost

 

 

When did people get so hateful here at II. Is this the new face of our beloved forum?

Well cheers to you too PeeAir....:P

Edited by wades-world
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...