Page 2 of 4 FirstFirst 1234 LastLast
Results 21 to 40 of 69

Thread: Make your own EA, guaranteed service.

      
  1. #21
    My Pips Are Growing 4xteam's Avatar
    Join Date
    Jun 2008
    Posts
    37
    Rep Power
    0

    Default Re: Make your own EA, guaranteed service.

    This is good. I have tested hundreds of EAs in back and live tests.

    I've learned some hard lessons about the programming of the Eas let me ask you some questions since most people that give you a strategy to automate probably won't understand there's more to an EA than just where to enter and exit.

    Do the EA's you make adapt to ECN brokers?
    Do they check return codes and issue other error messages?
    Are you pgramming for 4 or 5 digit brokers?
    How do you program stop loss for long and short? Are they both the same?
    How do you handle buy/sell force buy/force sell settings?

    Thanks

    ~Dave, 4xteam

  2. #22
    Show Me The Money! Harrison's Avatar
    Join Date
    Mar 2008
    Location
    San Fran
    Posts
    97
    Rep Power
    17

    Default Re: Make your own EA, guaranteed service.

    I have a question that wasn't asked yet.

    I remember a year or so ago I bought an EA and I was required to give them the account on my MT4. And when I switched to a different account the EA stopped working.

    I emailed them and they needed the new account number.

    So what happened was the EA was able to check their server to see if the EA was active for my account number... that way they were able to stop people from sharing the EA, you had to register your MT4 account number with them in order for the EA to work basically.

    Can you do this for us Mario? It would go hand in hand with what you say about starting our own business with your programming.

    Thank you

  3. #23
    Contributor mnuonno's Avatar
    Join Date
    Mar 2012
    Posts
    29
    Rep Power
    0

    Default Re: Make your own EA, guaranteed service.

    Quote Originally Posted by 4xteam View Post
    This is good. I have tested hundreds of EAs in back and live tests.

    I've learned some hard lessons about the programming of the Eas let me ask you some questions since most people that give you a strategy to automate probably won't understand there's more to an EA than just where to enter and exit.

    Do the EA's you make adapt to ECN brokers?
    Do they check return codes and issue other error messages?
    Are you pgramming for 4 or 5 digit brokers?
    How do you program stop loss for long and short? Are they both the same?
    How do you handle buy/sell force buy/force sell settings?

    Thanks

    ~Dave, 4xteam
    Do the EA's you make adapt to ECN brokers? If you refer to non fixed spread or very volatile spread, yes if it applies. Most of them do not have yet Metatrader, and we only develop for MT4, but now in the market there are some products that makes a bridge from MT4 to for example DukasCopy, so you can run your EA in MT4 but the order will be sent though this bridge to DukasCopy or Curenex. . I there is a particular characteristic of this type of Broker that I’m missing now, please just let me know.

    Do they check return codes and issue other error messages? Yes, but depends on which of those error will be critical for the secure execution of the EA, for example, if an EA that have to trade at the brokers day change probably you will get a lot of Server Busy or Context is Busy or Requotes, that has to be handle in the robot.

    Are you programming for 4 or 5 digit brokers? Yes. We put on notice to the client if in the coding process the EA is going to have visible implications for 5 digits that will be reflected in the input parameters.

    How do you program stop loss for long and short? Are they both the same? This data for almost every EA are customizable input parameters.

    How do you handle buy/sell force buy/force sell settings? This info must be feed into the EA from an indicator that the EA handle, can be any, just has to pass a “Remote Control Test” that we do, with another EA, before entering in the development process.

  4. #24
    Contributor mnuonno's Avatar
    Join Date
    Mar 2012
    Posts
    29
    Rep Power
    0

    Default Re: Make your own EA, guaranteed service.

    Quote Originally Posted by Harrison View Post
    I have a question that wasn't asked yet.

    I remember a year or so ago I bought an EA and I was required to give them the account on my MT4. And when I switched to a different account the EA stopped working.

    I emailed them and they needed the new account number.

    So what happened was the EA was able to check their server to see if the EA was active for my account number... that way they were able to stop people from sharing the EA, you had to register your MT4 account number with them in order for the EA to work basically.

    Can you do this for us Mario? It would go hand in hand with what you say about starting our own business with your programming.

    Thank you
    That Account thing, is just one of the thousand tricks there are to avoid the EA to be copied and shared to other people for free. The answer is, yes, it can be done, but is no easy and will take some time because you have to synchronize a lot of software and hardware components.

    There are other ways to get those same results, you have to be clear on which your objectives are, and the complexity of the EA copy protection level, will be hand by hand of its performance… all must be studied and designed first, like any other quality software project.

    As and advice, if you allow me, I think, before to think in how to protect the EA, you should be worried on its performance, not always a strategy that work manually, Works in an EA, for a lot of factors. My truly and honest adviceis to star from the beginning, first code the EA, after make the “Operational Feasibility study” just then, you have your product ready to be commercialized and of course protected.

    Of course I have the experience to take you hand by hand and make it work and most important reduce your design and development period (means your business formulation phase) that mormaly takes years, to some months, that will save you money for sure.

  5. #25
    My Pip Hand Is Weak Grekko's Avatar
    Join Date
    Dec 2007
    Posts
    11
    Rep Power
    0

    Default Re: Make your own EA, guaranteed service.

    Hi there mnouno. I follow a complicated set of indicators, maybe too hard to program into an EA let me get a synapses together and I will email you.

  6. #26
    Contributor mnuonno's Avatar
    Join Date
    Mar 2012
    Posts
    29
    Rep Power
    0

    Default Re: Make your own EA, guaranteed service.

    Quote Originally Posted by Grekko View Post
    Hi there mnouno. I follow a complicated set of indicators, maybe too hard to program into an EA let me get a synapses together and I will email you.
    Hi. As I always say if those indicators are just MT4 standard indicator, there is no problem even if you use all of them. In those cases the limitation can come for example the Metatrader itself, because the EA turns to be heavy and will run slowly and perhaps you will not be able to use it in many charts at the same time.

  7. #27
    Hindsight Hero! DickP's Avatar
    Join Date
    Nov 2007
    Location
    United States
    Posts
    4,019
    Rep Power
    38

    Default Re: Make your own EA, guaranteed service.

    Are you all going to hound this man with question after question!? Step up and make an EA!




    "I came to make pips and chew bubble gum...damn, I'm all out of gum..."
    -DickP, 2011

  8. #28
    Administrator Mike's Avatar
    Join Date
    Nov 2007
    Location
    North Jersey
    Age
    40
    Posts
    3,976
    Rep Power
    10

    Default Re: Make your own EA, guaranteed service.

    The fact that so many of you have questions is a good sign, and Mario is willing to address them all which proves he is willing to work with you to give you exactly what you want (within reason).

    I'm not sure if anyone else has contacted Mario about programming an EA out of your strategy, but I did last week and am very satisfied with his abilities! The system I did automate will be tested over the next month or so, but as far as programming ability thus far, Mario has proved himself to be first rate.

    All in all Mario exceeds all expectations!

    For an affordable cost, he will automate your strategy, provide updates, test the EA, and even makes a user manual with instructions.

    I will be employing Mario again for other strategy automation very soon so get yourself in line ahead of me if you're interested; great work.

    Highly recommended!


  9. #29
    I Don't Post Much Pips M.D.'s Avatar
    Join Date
    May 2010
    Posts
    8
    Rep Power
    0

    Default Re: Make your own EA, guaranteed service.

    yea depending on the price I have a very good strategy it only makes sense to automate.

    i will be in contact soon.

  10. #30
    Will Work For Pips
    Join Date
    Apr 2012
    Posts
    2
    Rep Power
    0

    Default Re: Make your own EA, guaranteed service.

    Quote Originally Posted by mnuonno View Post
    Name:  Milan-NT RO16.gif
Views: 675
Size:  9.9 KB

    This is the graphic result of the back testing of one EA made for a completely satisfied customer.

    Back testing for 3 years from Jan 2009 to Dec 2011 in EURUSD using our own off-line databases.

    If the EA seems to be good we offer the client the EA Operational feasibility study that guarantee in with parameter and pairs the EA can work and between with risk ranges. The study is done minimum in 5 pairs.
    Greetings. I just saw ur advertisement on facebook. What recommendations do u have for an ea not asking for u to divulge any secrets but u clearly have made some great ea here.

    generally speaking what was it based on?

  11. #31
    My Charts Talk To Me ACE's Avatar
    Join Date
    Jan 2008
    Location
    atl/georgia
    Posts
    600
    Rep Power
    0

    Default Re: Make your own EA, guaranteed service.

    How much does this cost on average?

  12. #32
    Contributor mnuonno's Avatar
    Join Date
    Mar 2012
    Posts
    29
    Rep Power
    0

    Default Re: Make your own EA, guaranteed service.

    Quote Originally Posted by ACE View Post
    How much does this cost on average?
    Depends on what it is necessary to do to make it, the Price is defined once we know that the strategy must do, just based on that, we know for real with an 80% of accuracy that has to be done, always reserve a 20% of unknown or unforeseen problems. Remember to implement a robot, the bottom line is that we are simulating with a coded programmatic logic and an algorithm, a human “behavior” or predefined procedures that is used to trade, and for that reason each case is different.

    So the best way to know how much is going to cost, is to write to us and we will be pleased, free of change, make you a customized budget. You will not be disappointed and we are sure we will match your budget.

  13. #33
    Contributor mnuonno's Avatar
    Join Date
    Mar 2012
    Posts
    29
    Rep Power
    0

    Exclamation Re: Make your own EA, guaranteed service.

    Quote Originally Posted by Oleg.Hajar View Post
    Greetings. I just saw ur advertisement on facebook. What recommendations do u have for an ea not asking for u to divulge any secrets but u clearly have made some great ea here.

    generally speaking what was it based on?
    Well actually what you see are two robots working together as one. One analyzes the market and the other, based on that information wait for potential trades.

    The analyzer robot run and extensive statistical analysis over all historical database on the same pair the other robot, the trading robot, is trading.

    The historical database covers 10 years of historical database in M1 timeframe… Yes wowww!!! Is indeed a lot of data, just the plain ASCII file has over 200 MB and the database for just one pair has over 45 millions of record.

    Now is time for a little cruel reality:

    Couple of weeks ago surfing on Forex related Web sites I found this piece of information.

    “All major banks without exception use their own trading robots. As much as 70% of trading on average and even higher in Forex is done using trading robots.”

    I don’t know if is a 100% truly information, but at least sounds fairly logic, because they have the economical resources to do it, will be ridiculous to believe that if this technology is available, which is a true fact, they will not have it yet and not is being used too. Technology changes everything.

    My dear friends, I want to leave a thought and I hope that you can give it a very serious consideration.


    “ONE OF THE CONCEPTS OF MADNESS IS TO DO THE SAME THING OVER AND OVER AND TRYING TO GET DIFFERENT OR BETTER RESULTS, WHY STILL TRADE 100% MANUAL?”

  14. #34
    Will Work For Pips RichBastards's Avatar
    Join Date
    Apr 2012
    Posts
    1
    Rep Power
    0

    Default Re: Make your own EA, guaranteed service.

    Do you guys know about the Guide to Getting Rich With Forex Robots? They claim that following the guide will turn any losing robot into a winning robot with their secret tricks. Just wanted to know if it worth http://www.guidetogettingrichwithforexrobots.com/

    Dislikes jugarde, Johnston disliked this post

  15. #35
    Show Me The Money! Johnston's Avatar
    Join Date
    Jun 2011
    Posts
    90
    Rep Power
    14

    Default Re: Make your own EA, guaranteed service.

    Quote Originally Posted by RichBastards View Post
    Do you guys know about the Guide to Getting Rich With Forex Robots? They claim that following the guide will turn any losing robot into a winning robot with their secret tricks. Just wanted to know if it worth http://www.guidetogettingrichwithforexrobots.com/

    Nice marketing ploy...........

    they say to get real results from testing a bot you need 99% modelling accuracy, and for $87 they teach us how.

    which I don't even think is possible, best iever got was 90% with offline tick data right frmo a broker

    plus part of the strategy to get the promised $50000 a month is to rent out your signals....like we needed to pay to realize this..?


  16. #36
    Will Work For Pips
    Join Date
    Apr 2012
    Age
    52
    Posts
    1
    Rep Power
    0

    Default Re: Make your own EA, guaranteed service.

    I wanted to thank you for giving a full detail on the EA I had bought and letting me know what the strategy it uses.
    Now I know it's a risky EA, need to look for another EA with a better strategy.

  17. #37
    I Don't Post Much Dispater's Avatar
    Join Date
    Apr 2012
    Posts
    3
    Rep Power
    0

    Default Re: Make your own EA, guaranteed service.

    My strategy is really complicated but Id love to see if it could be automated to save a lot of time.

    Can you program an EA that will only take trades only when certain markets are open?

  18. #38
    Pips Are My Game FxFreedom's Avatar
    Join Date
    Jun 2010
    Posts
    147
    Rep Power
    15

    Default Re: Make your own EA, guaranteed service.

    Thanks for the email alert to this!

    I shall be in contact i'll have to write up a summary of my strategy.


  19. #39
    Contributor mnuonno's Avatar
    Join Date
    Mar 2012
    Posts
    29
    Rep Power
    0

    Default Re: Make your own EA, guaranteed service.

    Quote Originally Posted by Dispater View Post
    My strategy is really complicated but Id love to see if it could be automated to save a lot of time.

    Can you program an EA that will only take trades only when certain markets are open?
    Of course, is and usual way to trade, you can adjust the robot time to the platform time and make these two match the timing of the opening time of the market you just want to trade.

  20. #40
    Contributor mnuonno's Avatar
    Join Date
    Mar 2012
    Posts
    29
    Rep Power
    0

    Default Re: Make your own EA, guaranteed service.

    Quote Originally Posted by RichBastards View Post
    Do you guys know about the Guide to Getting Rich With Forex Robots? They claim that following the guide will turn any losing robot into a winning robot with their secret tricks. Just wanted to know if it worth http://www.guidetogettingrichwithforexrobots.com/

    Sorry but convert any strategy in profitable????

    Robot = Strategy, so any strategy profitable? It means that you can enter the market at virtually any point and you will profit???

    So all technical analysis, Dow Theory, Eliot Waves, the traders Bible “Financial Market Analysis” by John Murphy, etc, are not necessary anymore because no matter what you do, you will win every trade applying a magic trick to any robot???

    And is getting worst

    Robots are very useful and I think that are indeed indispensable tool, as a complement for the 21 century trading, but from there to say that will make you rich from night to day and will make you win no matter what you do, I don’t think so.

    Another thing, robots are a COMPLEMENT, so is going to be a bit hard to believe that a robot will make rich a person that don’t know anything about the market… so for me, the proposal “just open an account, pay a couple of hundred Dollars to buy a Robot, turn it on and start making thousands of Dollars for ever….”, is discussable.

    By the way to get 90% or 99% accuracy in the tester is the least of your problems and for real, says nothing, they are just a guide, depending on the timeframe. Never try to put the market in a frame and represent it like a single number, the market is always a range of values.

    My dear friends, the only thing that will pay back, is a good and honest effort to make anything in which you believe.

    Once a friend who is really a millionaire say to me:
    "You want to be millionaire?, Stop believing that another person is going to make you millionaire."

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •