Universal MA Cross EA - a small change, please
1 2

thread: Universal MA Cross EA - a small change, please

  1. #1

    Universal MA Cross EA - a small change, please

    Can somebody help me with a little modifiion?
    I believe to get a programmer is easy.
    You can add to it a BE (Break ) in this manner:




    This EA works great!
    Thank you and hope that I have helped somebody with this little change!
    https://www.cliqforex.com/attachment...81289280628.02
    https://www.cliqforex.com/attachment...30129675730.02

  2. #2
    Junior Member Pelirrojaaa13's Avatar
    17
    Please can somebody assist me with this little addition to EA?
    How long do you think it's likely to take for a person to read and comprehend these 1000 lines of code, then know your condition, then design a solution, then code it, then test it?

  3. #3
    Please can someone assist me with this little addition to EA?
    Additional
    https://www.cliqforex.com/attachment...23832071.02 BE

  4. #4
    added
    Thank you so much.
    Work with this EA?

  5. #5
    Thank you so much.
    Work on this EA?
    Attempt it youself

  6. #6
    attempt it youself
    I have a question!
    When set to true Break_Even_Mode, Trailing Stop is not working?

  7. #7
    try it youself
    Here's what I mean!
    What interests meto activate BE
    And then trailing stop to take action when circumstances are fulfilled
    But It Doesn't happen
    BE traling stop is triggered but does not work when circumstances are fulfilled

    be=Break Even Mode
    is_Break_Even_Mode=1
    secureProfit=two
    secureProfitDistance=10
    EcnBroker=1
    Expert_Name=---------- Universal MA Cross EA v8.1
    MagicNumber=1234
    StopLoss=5.00000000
    TakeProfit=50.00000000
    TrailingStop_Setting=---------- Trailing Stop Setting
    TrailingStopType=1
    TrailingStop=20
    Indior_Setting=---------- Indior Setting
    FastMAPeriod=12
    FastMAType=1
    FastMAPrice=0
    FastMift=0
    SlowMAPeriod=26
    SlowMAType=1
    SlowMAPrice=0
    SlowMift=0
    CossDistance_Setting=---------- Min Cross Distance Setting
    MinCrossDistance=1
    MaxLookUp=5
    Exit_Setting=---------- Exit Setting
    StopAndReverse=1
    PureSAR=0
    ExitOnCross=0
    ThirdEMA_Setting=---------- Third MA Setting
    UseThirdMA=0
    UseCounterTrend=0
    OnlyCounterTrend=0
    ThirdMAPeriod=100
    ThirdMAType=1
    ThirdMAPrice=0
    ThirdMift=0
    CTStopLoss=0
    CTTakeProfit=0
    Pivot.Setting=---------- Pivot Filter Setting
    Use.Pivot.Filter=0
    Order_Setting=---------- Order Setting
    ReverseCondition=0
    ConfirmedOnEntry=1
    OneEntryPerBar=1
    NumberOfTries=10
    Slippage=5
    OpenOrder_Setting=---------- Multiple Open Trade Setting
    MaxOpenTrade=1
    MinPriceDistance=5
    Time_Parameters=---------- EA Active Time
    UseHourTrade=0
    StartHour=10
    EndHour=11
    MM_Parameters=---------- Money Management
    Lots=0.10000000
    MM=0
    AccountIsMicro=0
    Risk=10
    Alert_Setting=---------- Alert Setting
    EnableAlert=1
    SoundFilename=alert.wav
    Testing_Parameters=---------- Back Evaluation Parameter
    PrintControl=1
    Show_Settings=1

  8. #8
    I've a question!
    When set to true Break_Even_Mode, Trailing Stop is not working?
    No. Trailing Stop works irrespetcive of this B_E_M. If you wish to disable TS, place TrailingStop parameter =0
    attempt this one. I left some change.
    https://www.cliqforex.com/attachment...36766487.02 BE

  9. #9
    No. Trailing Stop functions irrespetcive of the B_E_M. If you would like to disable TS, place TrailingStop parameter =0
    I didn't disable TS.
    I want to BE then activate TS

  10. #10
    I didn't disable TS.
    I want to BE and then activate TS
    try these version from post above

  •