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

Search results

  1. Ludovic

    New EA Elite Tactics

    Hi, this is Elite Tactics EA put the folder MQL4 in your MT4 and enjoy with it. best result in TF = 1H
  2. Ludovic

    Suggestion Mango_Follow_the_Move_V5.2

    Hi, i make EA using specificated indicators. this version is active until 30 june 2025. pleaase can you test it and make different set to help me to optimize the ea. put all the indicators in the indocator folder and try fisrt with the set bellow and make your test and feedback please.
  3. Ludovic

    New EA Expert Awesome

    Hi every body, i found this EA en it seems to have good result in BT. so please some one know it and some one have the mql4 of it? plesae can u test it and return feedback.
  4. Ludovic

    New EA try this ea and give me your result

    i make an EA using grid and martingale with start trading using indicators my test seems to be correct for the first EA and i would like to know if it's ok with other brokers before to finalyze it ( SL etc...)
  5. Ludovic

    adaptative profit target

    Please i need help to code a correct adaptive profit in mql4 actualy i'v done this script: extern double ProfitTarget=5; void OnTick() { if (ProfitTicks == true) { // Vérification du profit if (AccountProfit() > ProfitTarget) { CloseOrders()...
  6. Ludovic

    Question News EA

    Please can you help me to make EA using news to send pending orders X mn before the new is given for duration = y mn after the new is given. pending orders are buy and sell only stop and must be placed are W pips up and down from actual level and each Z pips nomber of orders = nombreOrders...
  7. Ludovic

    Question news impacts to EA

    "Hi I would like to add news indicators to the EA I'm trying to develop because I would like to use them to stop orders from being placed during a defined time before and after when a defined level of impact news is active."
  8. Ludovic

    New EA EA Mango Beta ver 090423

    Hi, I'm trying to make a trading robot that analyzes candles to open positions. Once opened, they adjust based on the stop loss, take profit, and, if applicable, the trailing stop. Can you test it and give me feedback please? It operates on a 1-minute timeframe and on the EUR/USD pair. EA Valid...
  9. Ludovic

    Question Mql4 programmation help

    Hi, i try to devlopt EA using MQL4 language. and now i would like to add a closse all : - open buy orders if the market price is under the average price of buy orders after a define number of candles. - open sell orders if the market price is upper the average price of sell orders after a define...
  10. Ludovic

    Suggestion The Royal Entry

    Hi, if some one is able to dev an EA using this indicator The indicator trace red or green star on the graph you attach it. if first star is red = sell order and if it's green = buy order 2d star = close the open order and place new order corresponding to the color of the star (red= sell and...
  11. Ludovic

    New EA EA Force Dragon

    Hi, i found this EA and BT it with USDCAD and TM=15mn result is ok but always make sell order and never Buy order if someone know it can you tell me if it's normal or it's because is a fix ea and buy order is HS.
  12. Ludovic

    AdvancedNotificationsLib.dll

    Hi, I need the AdvancedNotificationsLib.dll to make work neurotrend EA in attachment. So if someone have it, he'll be very nice to send it to me. Great, Ludo
Back
Top