Page 1 of 4 123 ... LastLast
Results 1 to 10 of 32
Like Tree3Likes

Thread: Rate my EA creation tool

  1. #1
    JDeel's Avatar
    JDeel is offline Newbie
    Join Date
    Nov 2011
    Posts
    64

    Default Rate my EA creation tool

    Well, if that forums is "Rate my Software", I must be in the right place.

    Hello everyone!
    I just launched my tool for creating an expert advisors (also known as EA generator, creator, builder, maker...) and wanted to share with you!

    It's something that is free by now, so I suppose that I'm not making unwanted advertisement or spam here.

    And it's free because is yet untested and I dont want to sell something that is not confirmed to be great and really working.

    If someone is interested in such a tool...

    ... well, I need to first make 5 posts in forum, because of spammers control, so I'll see you later. But until then you can tell me your thoughts and feelings about those tools for automatic creation of tools for automatic trading (I mean EA's)
    luisfeliz likes this.


  2. #2
    CodeMeister's Avatar
    CodeMeister is offline Master Contributor and Member
    Join Date
    Oct 2009
    Location
    Calgary, Canada
    Posts
    725
    You are asking for a world of trouble. There are already commercial products out there and of course MT5 has one built in.

    The problem with the existing ones is that they only handle the most common and trivial of cases. I must have coded a dozen different Trailing Stop schemes and probably half of them were standard. Things like 3 level TS where the trailing amount decreases as the profit increases or a time dependent TS. Those kind of things can only be hand coded and the people using an EA generator aren't capable of that.

    Plus I have seen things like compile errors and unhandled errors coming out of these products. So be warned the bar is high. Best of luck on your endeavours. My constructive suggestion - post it on FF as their seems to be much more EA demand on that forum than here at BP.
    Last edited by CodeMeister; 11-24-2011 at 05:28 AM.

  3. #3
    JDeel's Avatar
    JDeel is offline Newbie
    Join Date
    Nov 2011
    Posts
    64
    Ahhhhh.... world of trouble, that sounds not so good.
    But I agree, because such tools somehow eliminates the control of the code, and what they can do for you - they will do it, but that's all. There are invisible limits if someone wants to do things that are not included in tool's possibilities. And as you said that possibilities are often very limited.

    But interestingly enough the reason why I decided to code tool like this was quite the same - a world of trouble coding with MQL4 and especially MQL5. I just get tired of managing text information, copying, moving, removing, adding new functions... Trading coding is somehow different from regular coding (of applications, websites...)

    And after all I think that all the expert advisors around are still pretty simple, even though they're created manually. And for me that's because of invisible limits of hand-coding in trading - changes in code must happens very often, and the resulting expert just cannot be more complex and intelligent from some limit beyond.

  4. #4
    CodeMeister's Avatar
    CodeMeister is offline Master Contributor and Member
    Join Date
    Oct 2009
    Location
    Calgary, Canada
    Posts
    725
    Another factor you have to consider is that people always want to tinker or include the latest flash of brilliance in their EAs. Some seem to think that because a "normal" RSI based EA fails, an EA with RSI divergence will work. Others see that doesn't work, but are sure that RSI plus CCI divergence will be the answer. And of course there are the grid / Martingale types with their dozens of variations. So what looks simple at the outset becomes very complex very quickly.

    It sounds like the tool you are building will work well in your hands. Are you intending to use it as a start point to build customized EAs for others?
    JDeel likes this.

  5. #5
    JDeel's Avatar
    JDeel is offline Newbie
    Join Date
    Nov 2011
    Posts
    64
    I just made 5 posts in forum (that I'm proud of) and here it is...

    A simple introduction video (watch it fullscreen for better details of picture):


    And the website: FxDreema: The Creator of expert advisors

    I'm waiting for your reactions

  6. #6
    JDeel's Avatar
    JDeel is offline Newbie
    Join Date
    Nov 2011
    Posts
    64
    Quote Originally Posted by CodeMeister View Post
    It sounds like the tool you are building will work well in your hands. Are you intending to use it as a start point to build customized EAs for others?
    That's for sure, at least I know every aspect of the tool and I can control it. I really want to create something that will be easier to use and actually breaks those invisible limits that can exists.

    That's why I'm trying to include a full control ot own codes in it. Something like you work on MQL, but easier to manage codes, libraries, functions. I called that Library Studio and because it needs more upgrading, I really need opinions from others.

  7. #7
    Shr1k's Avatar
    Shr1k is offline FX-Men Honorary Member
    Join Date
    Feb 2009
    Location
    Great North Woods
    Posts
    1,084
    I will have a look tonight.

    I just registered and took a quick look I didnt try to put anything together but the interface is quite slick. best I have seen.
    Last edited by Shr1k; 11-24-2011 at 03:48 PM.
    JDeel likes this.
    On this gap open we see a bull trap set by bears trying to eat raccoons in the upward secondary tick pattern that is divergent to our Proprietary order flow indicator. You can see the x rated exhaustion level by which all of the sheep will be pulled in and sheared by the smart money

  8. #8
    Shr1k's Avatar
    Shr1k is offline FX-Men Honorary Member
    Join Date
    Feb 2009
    Location
    Great North Woods
    Posts
    1,084
    just playing around so far I tried to put together an EA to test the strat from this thread. 500 to 5 million...


    basically buy at yesterdays high and sell at yesterdays low. the stop is moved each day.
    I was able to get it set up I think (I can code and I have used some very similar EA builders) I exported the MQL when I compiled it I did get an error. Thats no big deal for me. what I am having a hard time with is figuring out what block is creating the code thats giving me the error.

    nevermind I didnt scroll up far enough in the code I see that the blocks are commented out.
    On this gap open we see a bull trap set by bears trying to eat raccoons in the upward secondary tick pattern that is divergent to our Proprietary order flow indicator. You can see the x rated exhaustion level by which all of the sheep will be pulled in and sheared by the smart money

  9. #9
    JDeel's Avatar
    JDeel is offline Newbie
    Join Date
    Nov 2011
    Posts
    64
    First of all, I like to see someone really testing it You are the first that connects some blocks.

    Because of complexity of the whole system, some bugs may appear... like this one. It will be corrected right now.

    Edit:
    Done. By the way the "If opened orders" after "No opened orders" does nothing for second block. But both groups can be used separate. There's no need to have only one beginning block for the whose project. The only thing with blocks is that if some is disconnected (alone) - it will be inactive at all. But will stay there as a reserve.
    Last edited by JDeel; 11-24-2011 at 07:40 PM. Reason: Errors corrected

  10. #10
    Shr1k's Avatar
    Shr1k is offline FX-Men Honorary Member
    Join Date
    Feb 2009
    Location
    Great North Woods
    Posts
    1,084
    I will get back to this later tonight. So far I like what I see. I do have a few questions. I cant see how to do a "IF ELSE" on open orders. IF open orders then do this IF no open orders do this? I need an IF Else on my long or short trade. A simple inverse on the logic will not work in this case.
    On this gap open we see a bull trap set by bears trying to eat raccoons in the upward secondary tick pattern that is divergent to our Proprietary order flow indicator. You can see the x rated exhaustion level by which all of the sheep will be pulled in and sheared by the smart money

Page 1 of 4 123 ... LastLast

Similar Threads

  1. rate this broker
    By olugbenga123 in forum Forex Brokers
    Replies: 2
    Last Post: 10-29-2012, 10:30 AM
  2. Replies: 0
    Last Post: 02-07-2007, 03:40 AM
  3. Out of the rate race...
    By kamoshikasan in forum Newbie Island
    Replies: 3
    Last Post: 02-05-2007, 05:56 PM
  4. Replies: 0
    Last Post: 01-31-2007, 04:54 AM
  5. Replies: 0
    Last Post: 01-19-2007, 10:14 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
"If you worried about falling off the bike, you'd never get on."
Lance Armstrong