newbie0101 Posted June 28, 2013 Report Share Posted June 28, 2013 (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----- Originally Posted by futuretrader (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 June 29, 2013 by newbie0101 lipe.fx, Traderbeauty, tradershare and 5 others 8 Quote Link to comment Share on other sites More sharing options...
futuretrader Posted June 28, 2013 Report Share Posted June 28, 2013 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"; newbie0101 1 Quote Link to comment Share on other sites More sharing options...
omaron Posted June 28, 2013 Report Share Posted June 28, 2013 From what that code looks, is trying to verify if a user and password exist in a database. newbie0101 1 Quote Link to comment Share on other sites More sharing options...
Guest caliente Posted June 28, 2013 Report Share Posted June 28, 2013 Working here, Thanks Quote Link to comment Share on other sites More sharing options...
futuretrader Posted June 28, 2013 Report Share Posted June 28, 2013 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"); } iksak, Traderbeauty, bassmark and 3 others 6 Quote Link to comment Share on other sites More sharing options...
newbie0101 Posted June 28, 2013 Author Report Share Posted June 28, 2013 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! Quote Link to comment Share on other sites More sharing options...
bassmark Posted June 29, 2013 Report Share Posted June 29, 2013 (edited) *********************** Edited April 19, 2014 by bassmark ⭐ flipper26, newbie0101 and peterfischer 3 Quote Link to comment Share on other sites More sharing options...
mauro33 Posted June 30, 2013 Report Share Posted June 30, 2013 (edited) .................... Edited May 15, 2014 by mauro33 newbie0101 and bassmark 2 Quote Link to comment Share on other sites More sharing options...
omaron Posted June 30, 2013 Report Share Posted June 30, 2013 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. bassmark, newbie0101 and k33 3 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.