Jump to content

Hacker1713006064

Members
  • Posts

    278
  • Joined

  • Last visited

Posts posted by Hacker1713006064

  1. Im a real fan of passing values between modules using the GlobalVariables

    You do this using

     

    GlobalVariableCheck

    GlobalVariableSet

    GlobalVariableDel

     

    Commands...

     

    Inside one indicator you calculate/set a global variable to the value you want... And then inside the other module you check the global variable and use the returned value for you needs.

     

     

    Here is an example I use in an indicator to tell an ea when it OK to trade..

     

    //use global flags to signal time to trade to ea.

    GlobalOkToTradeSymbolFlag="GlobalTradeFlag_"+MagicNumber;

     

     

    if (GlobalVariableCheck(GlobalOkToTradeSymbolFlag)) GlobalVariableDel(GlobalOkToTradeSymbolFlag);

     

    for(int cnt=1; cnt<=5; cnt++)

    {

    if (DebugLogFile) log( "Setting GlobalOkToTradeSymbolFlag - Try#: " +cnt+" "+Symbol()+ " "+ Period() );

    Error = GetLastError();

    GlobalVariableSet(GlobalOkToTradeSymbolFlag,0);

    Error = GetLastError();

    if (Error>0)

    {

    GlobalSymbolTrend=99;

    if (DebugLogFile) log (" GlobalOkToTradeSymbolFlag Error: " + ErrorDescription(Error));

    Sleep(500);

    }

    else

    {

    GlobalSymbolTrend=0;

    if (DebugLogFile) log (" GlobalOkToTradeSymbolFlag SetOK: " + GlobalSymbolTrend);

    break;

    }

    }

     

    I also record a log file on my stuff so you will see code in here for error debugging

     

    Now the EA has similiar code in it to READ the global variable an do actions based on that...

  2. Subj: NEW SOFTWARE MEMO:

     

    To: All Staff Members

    CC: Management

    From: Development

    Date: Today!!

     

    --------------------------------------------------------------------------------

     

     

    This memo is to announce the development of a new firm-wide software system.

     

    We are currently building a data center that will contain all company data Since

    Year 2000. The program is referred to as the

     

    "Millennia Year Application Software System" (MYASS).

     

    Next Monday at 9:00 there will be a meeting in which I will show MYASS to everyone.

    We will continue to hold demonstrations throughout the month so that all employees

    will have an opportunity to get a good look at MYASS.

     

    As for the status of the implementation of the program, I have not addressed

    the networking aspects, so currently only one person at a time can use MYASS.

    This restriction will be removed after MYASS expands. Several people are using the

    program already, and have come to depend on it. Just this morning I walked into a

    subordinate's office and was not surprised to find that he had his nose

    buried in MYASS.

     

    I've noticed that some of the less technical personnel are somewhat afraid of

    MYASS. Just last week, when asked to enter some information into the program, I had

    a secretary say to me: "I'm a little nervous, since I've never put anything in MYASS

    before." I volunteered to help her through her first time, and when we were through,

    she admitted that it was relatively painless, and she was actually looking forward

    to doing it again. She went so far as to say that, after using SAP and Oracle, she

    was ready to kiss MYASS.

     

    I know there are concerns over the virus that was found in MYASS upon initial

    installation, but I am pleased to say the virus has been eliminated and we were able

    to save MYASS. In the future, however, protection will be required prior to

    entering MYASS.

     

    We planned this database to encompass all information associated with the business.

    So, as you begin using the program, feel free to put anything you want into MYASS.

    As MYASS grows larger, we envision a time when it will be commonplace to walk by an

    office and see a manager hand a paper to an employee and say,

    "Here, stick this in MYASS".

     

    This program has already demonstrated great benefit to the company during recent

    OSHA and EPA audits. After requesting certain historical data the agency

    representatives were amazed at how quickly we provided the information. When asked

    how the numbers could be retrieved so rapidly our Environmental Manager

    proudly stated:

     

    "Simple, I just pulled them out of MYASS".

  3. Re: Bogie-HedgeHog ,, Please see real money results!

     

    nothing, this is a martingale EA and your account will get wiped out when the proper condition are in place.

     

    Group been runnin this EA over a year I havnt heard of any blowups.. Unless you on group and runnin it then you really arnt knowledgeable on the subject.. Sorry.

     

    Tell you what.. I just built yet another test machine last night and I will start the EA tonight and post results.. I will probably use a GoMarkets demo if thats OK..

     

    But really this is a product of the Yahoo group and most discussions should stay with that group. Its a wide open public group which anyone could join if they wanted. They have several other EA that are doing pretty good as well..

  4. Re: [REQ]Bl@ck P@nth3r

     

    Would you be kind enough to list the DLL name that you think was downloaded from 4sh@red as you mentioned

     

    Well I wish I could. But when I told WinPatrol to NOT install it got deleted. Norman asked the same..

     

    I went to 4shared and re-did the download on the test machine I was using but the malware didnt come this time. Thats been my experience from time to time with these download sites. Its usually not the site itself that has the infection but one of the banner ads that is always rotating.

     

    Even this site here has had the ocassional malware getting sent to machines. There are several threads here of people having pop-ups of malware being detected. Its one of the main problems of adding advertising/banners to ANY site. You never know where stuff is coming from.

     

    Get yourself WallWatcher and hook it up to your internet firewall and watch all the different places you actually go to when you go someplace like this.. If you really want to have fun go visit cnn.com. You will amazed at all the different things that actually become that pretty web page you are reading.

  5. Re: Bogie-HedgeHog ,, Please see real money results!

     

    Could someone please help me here? I never joined a Yahoo Group before,, I tried to search for the group of this particular System but with no results!!

     

    I clicked on the links provided already on this thread but notyhing has appeared about the System

     

     

    Could someone run a backtest on this system? I always preffer to check this forum to find a profissional and honest openion about any trading system

     

    All that stuff is readily available inside the FREE yahoo group.. Get Brave.. Just sign up..

     

    http://finance.groups.yahoo.com/group/MetaTrader_Experts_and_Indicators/

     

    There are actually several groups within the Financial section of yahoo groups. I think I am a member of 3 or 4..

  6. Re: [REQ]Bl@ck P@nth3r

     

    Which program are you using to track what the installer does when active?

     

    Im using WallWatcher which sees whatever my firewall is doin..

     

    And WinPatrol to see what is happin to Windows..

     

    The more I think about this CodeGuard thing the more I dont like it.

    The origional Panther author has to PAY a monthly maintaince fee to CodeGuard to keep his side runnin and to keep the local EA's runnin. Depending on how many units he sells the fee can get pretty high. If the author isnt makin enough on sales he could just decide to walk and your EA will quit within a week or so.

     

    The Panther EA would have to really good for me to even consider it in its current protected form. So far this site only has one user that is demoing the product. I wouldnt trust 4xrobots for a truthful evaluation when they think USDbot is the greatest.. I mean really....

  7. Re: [REQ]Bl@ck P@nth3r

     

    OK Ive been goofin with the install of Black Panther and heres what is happin so far.

     

    Clicked on the Black Panther install program.

     

    Install Program did a internet connection to crl.usertrust.com

    usertrust is tracking every IP address that runs the install program.

     

    Install program added new Startup program to Windows

    Program Files\ForexCodeGuard\ForexCodeGuardLoader.exe

    File Came from a company called MTIntelligence.com

     

    People that are trying to install Panther on a VPS probably dont have ADMIN

    Rights to Program Files thus the CodeGuard can not install

     

    Install program added new Startup DLL to Windows

    ForexCodeGuard.dll

    File Came from a company called MTIntelligence.com

     

    People that are trying to install Panther on a VPS probably dont have ADMIN

    Rights to Windows thus the CodeGuard can not install

     

    If the CodeGuard can not run when you first fire up MT4 then MT4 will see the Panther EA as corrupted and MT4 will delete the EA.

     

    I found that the third DLL I reported earlier actually came from 4shared where I downloaded Panther from.

     

    Panther itself only installs the CodeGuard exe and dll and of course panther EA

     

    The Panther EA that gets installed is actually not a usable EA until CodeGuard patches the EA upon validation. Before the patch is applied MT4 thinks its corrupted. After the validation then MT4 can run Panther.

     

    I also found it interesting that CodeGuard is the same people at 4xrobots.com which is heavily promoting USDbot EA..

     

    Ormazd can you upload you patched Panther that you are now runnin so we can take a look at one that has been patched.

     

    The best hope is to get CodeGuard out of the picture completly. CodeGuard checks its sever evey week or so to see if your Validation Code is still vaild. IF not then CodeGuard will delete the EA..

     

    Ormazd on second thought DONT upload the file in public.. You validation code is probably in it. But would you mind PM me the file.

  8. Re: [REQ]Bl@ck P@nth3r

     

    I'm gonna be OFF topic here a minute.

     

    I keep all the stuff I download stored on a usb hard drive. Some of this Forex stuff is 6 or 7 years old.

     

    So out of curiousty I did a complete scan of that drive during lunch just to see what was there. Now a lot of this stuff I download and then never run/use unless I want to look at it or actually try a demo on.

     

    On that hard drive/forex folder were 4 trojans in different packages (scan took 2 hours on 330,000 items).

     

    One in particular Trojan Bancos was in the Neuro_Shell_DayTrader. Which I download from this site back last August. Only reason I never detected it before is I never actually ran the setup.exe program to do the install.

     

    Just read about Trojan Bancos and it is designed to capture/steal usernames/passwords of financial instutions and report them back to the author.

     

    I guess my point being an EA doesnt always come by itself. And ANY Setup.exe should be run with caution..

     

    Get yourself some kind of install watcher like WinPatrol or TeaTimer, its the only way to really know what happin.

     

    OK enough of that.. Back to your regulary scheduled show..

  9. Re: [REQ]Bl@ck P@nth3r

     

     

     

    what dlls are they? so i can make sure theyre removed from my system <):)

     

    Sorry When I told WinPatrol to not install the dll it deleted it.. Tonight I will do the full install again and I will write down the names so you can kill them.. But on my machine it was a random name, just like so many other malware are.

  10. Re: [REQ]Bl@ck P@nth3r

     

    Can someone just post the .ex4 and DLL that goes with it? That way not everyone is running the exe on their machines. I don't have a test machine where I can try it.

     

    Thanks in advance!

     

    You cant crack the ex4 it protected. and you gotta have a KeyCode from the developer or it will just un-install itself as has already been stated.

     

    Just give it a few and see if it can be educated or not.

     

    Scan some of the other forums and see if you can find any anyone using it and gettin results. Remember this just came out Today 23Mar10.

  11. Re: [REQ]Bl@ck P@nth3r

     

    What possibly can author wanted by using trojan?! Maybe it has connection with EA protection. Wierd...

     

    Why do most trojan exist. KeyLoggers to get usernames/passwords.. You name it..

     

    Ive been around this stuff for many years and youd be suprised.

     

    Hey I aint saying for sure this is a trojan but if it smells like a fish it is probably a fish. Thats why I am gonna put this behind its own firewall tonight so I can see what it is doin.

     

    And the origional author may not even know this trojan was in his zip file. If his machine is infected and the trojan is smart enought it would just attach itself..

  12. Re: [REQ]Bl@ck P@nth3r

     

    My Antivirus didn't find any trojan in any file. Test it now. I will post my results as test proceed.

     

    Yea Im runnin malware bytes right now and so far nothin..

    But I run WinPatrol on all my Machines so I stopped the wierd dll from installing.

     

    But as soon as I did the setup.exe for this WinPatrol popped up 3 things that were being put into Windows Itself. One was the ForexEaProtector and a dll for that. THe 3 thing was a Random named dll. Those are usually Tojans of some sort.

     

    But if this is a brand new trojan written by Panther than none of the scanners will pick it up. Too New.. Too small of target users.. Tonight I am gonna setup test machine with FireWall watcher and see just what it does.

     

    EveryOne should be runnin WinPatrol or something similiar so you can see installs as they happin..

  13. Re: [REQ]Bl@ck P@nth3r

     

    The setup.exe file will install 2 .dll's into windows itself. One looks like a trojan to me.. Be very careful of this. IF you buy and test this I would recommend using a test computer instead of a machine you would normally work from.

     

    And Stormin.. We only beaten if the EA itself actually did profit trading... Other than the sellers marketing web site Ive not seen any proof of that yet.

×
×
  • Create New...