• 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 :)

Recent content by WannesAndrea

  1. WannesAndrea

    New EA EA Super Tahan Badai (development)

    not work ... Error 4051 : After opening a position, the ticket is not saved. And the next time you run start, the ticket variable is initialized to zero. You need to declare it as static or global so that its value is saved. It is also useful to control the execution of the OrderSelect...
  2. WannesAndrea

    100 % signal forex

    what are these levels brother? fibo?
  3. WannesAndrea

    Suggestion Non Repaint Mt4 Indicators

    Hello! judging by your screen, it shows only Buy signals? or why didn't it show a good SELL signal? just a question
  4. WannesAndrea

    New EA GOLD_fix EA

    thank you bro!
  5. WannesAndrea

    New EA GOLD_fix EA

    if(Ask-Bid>25*Point && totalTrades==0){Alert("Big spread now > 25. Points:" + (Ask-Bid)/Point);return;} the parameter is highlighted in red, it can be done in the main menu of EA parameters .... extern int max spread = 25; if(Ask-Bid>max spread*Point && totalTrades==0){Alert("Big spread now...
  6. WannesAndrea

    New EA GOLD_fix EA

    The adviser was not threatened on a real account, and is provided here for acquaintance and test on history! There are no restrictions on demo, or real accounts.
  7. WannesAndrea

    New EA GOLD_fix EA

    When testing, set the maximum fixed spread 20 - and everything will be fine
  8. WannesAndrea

    New EA GOLD_fix EA

    Parametr >>> Average_spread
  9. WannesAndrea

    New EA GOLD_fix EA

    The spread parameter is regulated in EA
  10. WannesAndrea

    New EA GOLD_fix EA

    GOLD_fix EA Default Time frame M5 Pair: XAUUSD XAUEUR The adviser was not threatened on a real account, and is provided here for acquaintance and test on history! There are no restrictions on demo, or real accounts.
  11. WannesAndrea

    New EA CoreX G V1.6 MT4

    share set.files ... not pdf ... thanks
  12. WannesAndrea

    New EA XAUUSD M5 SCALPER

    It looks promising .... Which couples are best correlated with XAUUSD?
  13. WannesAndrea

    New EA EA Tahan Banting

    hello, what is you broker?
Back
Top