Jump to content

Recommended Posts

Posted (edited)

Hi all, here is a levels indi to check out--

All thanks go to john.maddog.doe for taking the time to fix it for us.

 

http://[email protected]/file/8xxhbs

@=a

 

------UPDATE-----

quote_icon.png Originally Posted by futuretrader viewpost-right.png (http://indo-investasi.com/showthread.php?p=282965#post282965)

i got intensive CPU usage after loading this indicator for a while, if i unload this indicator, CPU usage returns to normal. plus i found this indicator has a method to get my IP(see the following code from this indicator), i don't feel it's safe.

private string GetIP()

{

return new WebClient().DownloadString("http://www.whatismyip.com/automation/n09230945.asp");

}

 

Hi futuretrader, thanks for the heads up, and taking the time to give it a good going over. Knowing this now I would agree with you on not using it myself.

 

and posted by bassmark(Thanks bassmark)

"It checks mySQL DB on the remote server if the user is authorized, then gets bunch of market data from 184.168.30.239 server. So, basically, you would be using a cracked software which sends your IP to access somebody elses server. In my book that's too much risk. I wouldn't touch this indi with any kind of pole. But that's just me. Cheers. BM"

 

That is one of the things that makes this forum Great! Is others helping others as well as having their backs and looking out for one another.

Thanks again for checking it out and reporting.

Have a great weekend all!

newbie0101

 

p.s so keep above and below in mind and if do decide to use--Use at your own risk

Edited by newbie0101
Posted

just wonder what info are being sent to this IP 184.168.30.239 in this indicator:

protected override void OnStartUp()

{

try

{

this.connString = "server=184.168.30.239;port=3306;User Id=mpplusclient;password=*90E462C37378CED12064BB3388827D2BA3A9B689;Persist Security Info=True;database=mpplus";

Posted

i got intensive CPU usage after loading this indicator for a while, if i unload this indicator, CPU usage returns to normal. plus i found this indicator has a method to get my IP(see the following code from this indicator), i don't feel it's safe.

private string GetIP()

{

return new WebClient().DownloadString("http://www.whatismyip.com/automation/n09230945.asp");

}

Posted
i got intensive CPU usage after loading this indicator for a while, if i unload this indicator, CPU usage returns to normal. plus i found this indicator has a method to get my IP(see the following code from this indicator), i don't feel it's safe.

private string GetIP()

{

return new WebClient().DownloadString("http://www.whatismyip.com/automation/n09230945.asp");

}

Hi futuretrader, thanks for the heads up, and taking the time to give it a good going over. Knowing this now I would agree with you on not using it myself.

That is one of the things that makes this forum Great! Is others helping others as well as having their backs and looking out for one another.

thanks again.

Have a great weekend all!

Posted
The only reason i don't like this indicator is the fact that algo and levels are not inside the dll but on vendor server. All indicator does is grab levels calculated on a server and plot it on your charts. Basically, you are first of all tied to a handful of instruments (can not use with any instrument you want) and, second of all, you depend on the vendor. If next month he decide the service is not profitable and close it, indicator will just stop working.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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...