A truly amazing EA

Discussion in 'Forex' started by ElectricSavant, Sep 30, 2018.

Thread Status:
Not open for further replies.
  1. destriero

    destriero


    It needs 1000x (WTF). The guy has been trading for thirty years and it shows!
     
    #61     Oct 7, 2018
  2. Folks...so there you have it...I will continue to post if you wish or I can put you all on ignore and block you...Just kidding...take it easy.

    ES


    [​IMG]
     
    #62     Oct 7, 2018
  3. qlai

    qlai

    You don't need them talking to each other. One will trade longs and paper/sim trade shorts, the other will do the opposite. I don't think fills would be a problem. If they diverge for some reason ... restart.
     
    #63     Oct 7, 2018
  4. qlai,

    Give it a try and report back here if you would be so kind...

    ES

     
    #64     Oct 7, 2018
  5. Trading manually compared to using strategy to trade automation is sorta' the same but different.

    In trading automation the "individual triggers" to go long and short do not need to be decided upon. The EA takes over the strict enforcement of these decisions and any subsequent trades.

    This EA I am presenting here left to its own devices will blow up your account. You must trade it.

    For those of you that came to this thread looking for a "set & forget" solution to your quest for some side income while working full time you will be disappointed. I can further tell you that such an EA does not exist. It might for a while. I have searched for this elusive EA for over a decade to no avail.

    I view this EA as an ATM machine. I stand in line with my card and press some buttons and take some money out for the day. Tomorrow I get back in line. The ATM machine is closed on Weekends.

    ES

    upload_2018-10-7_9-24-13.jpeg
     
    Last edited: Oct 7, 2018
    #65     Oct 7, 2018
  6. How do you make it go long only and short only in MT5? I think we need to add a chunk of code in the EA itself don't we? Does FIFO affect this EA?
    Es

     
    #66     Oct 7, 2018
  7. qlai

    qlai

    I know nothing about MT.

    Yes code needs to be changed. Don't have to split along long /short ... Split along pairs. So your code will be something like:

    BuyPair( thePair )
    If thePair is on paper list :
    FakeFill
    Else
    SendOrder

    GetPosQty( thePair)

    If thePair is on paper list :
    return fake_qty
    Else
    return real_qty


    I printed the code, but don't when/if I get to it.
     
    #67     Oct 7, 2018
  8. Something to note...

    When you're flat from Friday do not turn the EA on at MOO on Sunday...wait until the spread settles down or you will have 50 bucks to make before you get to BE if trading 0.05.

    This EA needs a spread input telling it not to trade until it gets to the input value..

    I need to eliminate the need for the "close by equity percent" EA and build it in to this EA. This should work together with the input to keep open or close the EA after it takes profit.

    Also the ATR calculation inputs could be included eliminating the manual ATR adjustments.

    Es
     
    Last edited: Oct 7, 2018
    #68     Oct 7, 2018
  9. Attached are the current ATR settings. I made a small change in them. The four pair that are trading now relate to the EUR/USD and not the USD/CHF. So I installed the ATR indicator on the EUR/USD (the chart with the black background that has the 2nd. "close by equity percent" EA that is not trading).

    2018-10-07_145102 ATR.png
    2018-10-07_152325 CHART.png
     
    Last edited: Oct 7, 2018
    #69     Oct 7, 2018
  10. Does anybody have any questions?
     
    #70     Oct 7, 2018
    qlai likes this.
Thread Status:
Not open for further replies.