• Welcome back! Thank you for being a part of this Traders Community. Let's discuss and share :)
    Selamat datang kembali! Trimakasih telah menjadi bagian dari Komunitas Trader ini. Mari berdiskusi dan berbagi :)

Question PeakTrough EA - Only 1% DD!

PeakTroughEA Break Even Function by Celooo
  • Use it on h1-h4 seperately and different magic numbers.
    Also you can try it on JPY and GBP but only in H4.


    Do not use swing period higher than 4 (drawdawn gets bigger)
    Use trailling stop 5
    Trailling step 3

    Someone must add break even to this code, if not profits eaten by commissions mostly.
    I'm still working on it.

    extern bool Break_Even = True;
    extern int Break_Even = 13;



    And you must be patient on trying this. It tooks days to get profits sometimes.

    Attached a new improvement, now with Breakeven function.

    UseBreakeven - enable or disable breakeven function
    BEStartAt - how many points (plus spread) , from order open price, breakeven will start
    BEStep - how many points (plus spread), from order open price, breakeven stop will be placed

    Added UseTrailing too, to enable or disable trailing function.

    I did not have time to test... i'm running a long optimization in another EA. Someone please run BT and leave a feedback.

    Don't forget to adjust the parameters... it's not pre defined.
     

    Attachments

    Last edited:
    Broker comparison by SeizeTheDay
  • Then you are using standart acc. type. If u wanna use this strategie you must use raw ecn acc. types.

    I'm trading for a long time dilong. I have real accounts on many brokers.
    If you are asking which one is the best? All brokers has some cons and pros.
    I dont suggest someone trade with a broker not ethical.
    But my best trading experience was with finfx. Extremely low slippages even volatility times. But spreads a little bit high.
    Australian brokers like Ic markets, tickmill, go markets, globalprime, vantagefx etc... good brokers for small capitals.
    FinPRO ecn is a rising star at the moment also and Vipro markets.
    Also forex.com, fxcm and myfxchoise are good in average trade execution for big capitals.
    Stay away from FXCC, FxPro, AAAFx, Yadix, InstaForex and AxiTrader. Big slippage brokers, big spreads etc.
    Also if wanna trade with gold u must try ThinkForex. But not for other pairs.

    I havent try a broker yet dont know how :Exness.
    Somebody has an opinion for this broker please share with me.
     
    Last edited:
    Back
    Top