MQL4 OR MQL5 EA Money Manager
-DrawdownLimitPercentage (float) default value = 30.0
-DailyLossLimitPercentage (float) default value = 5.0
-UseDrawdownLimit(boolean) default value= false when true EA stops if DrawdownLimitPercentage is reached for equity balance
-UseDailylossLimit(boolean) default value= false when true EA stops if DailyLossLimitPercentage is reached for equity balance
-Default LotSize value (float)
-Magic number (int)
-Allow 2 way tradings buy and sell order (bool) when false new order cancel or close opposites orders_type on the same Exchange
-useTp1x( boolean) default value =true
-useTp2x ( boolean) default value =true
-useTp3x ( boolean) default value =true
-useTp4x ( boolean) default value =true
-useTp5x (boolean) default value = true
-useTp6x ( boolean) default value =true
-use defauLt lotSize (bool)
-SL Percentage level (float) default value = 0.5
-TP1 Percentage level (float) default value = 0.5
-TP2 Percentage level (float) default value = 1.0
-TP3 Percentage level (float) default value = 1.5
-TP4 Percentage level (float) default value = 2.0
-TP5 Percentage level (float) default value = 2.5
-TP6 Percentage level (float) default value = 3
-Money management Setup (4 booleans OPTIONS(Radio buttons)). 4 optionals Money management inputs :
- OPTION 1 : Self Simple Management (Uses 1 input. Require 1 webhook request to provide: lotsize ,entry, SL, type, order_type, useTp1x...6x and TP1..6_LEVELS, TO Close when SL is touched or CLOSE when TP1 is Touched)
Rules : ~ order_type CANT be NULL or NA
~ if entry null or na entry == buy at market price
~ if lotsize null or na entry == default Lotsize value
~ TP_LEVEL or SL Can Be Null or Na
- input : use Martingale (boolean) when true after a loss lostSize is doubled
- OPTION 2 : Self TrailStoploss Management (Require 1 webhook request to provide: lotsize ,entry, SL, type, order_type useTp1x...6x and TP1..6_LEVELS TO Move SL or SL when TP 1 to 6 is Touched)
Rules : ~ order_type CANT be NULL or NA
~ if entry null or na entry == buy at market price
~ if lotsize null or na entry == default Lotsize value
~ Tp Levels one to six and SL are required
- OPTION 3 : Selfpartial Close ( Has inputs and Require 1 initial webhook request to provide: lotsize ,entry, SL, type, order_type useTp1x...6x and TP1..6_LEVELS TO totally close when SL_Touched and partially close when TP_Touched)
- inputs are:
- lotsize partial close percentage on TP1 (float) ; default value = 60
- lotsize partial close percentage on TP2 (float) ; default value = 20
- lotsize partial close percentage on TP3 (float) ; default value = 20
- lotsize partial close percentage on TP4 (float) ; default value = 20
- lotsize partial close percentage on TP5 (float) ; default value = 20
- lotsize partial close percentage on TP6 (float) ; default value = 20
Rules : ~ order_type CANT be NULL or NA
~ if entry null or na entry == buy at market price
~ if lotsize null or na entry == default Lotsize value
~ Tp Levels one to six and SL are required
- OPTION 4 : Client Selfpartial Close (Uses Self partial Close inputs. Require 1 initial webhook inbound request to provide: orderTicket or comment i dont know, lotsize ,entry, SL, type, order_type useTp1x...6x and TP1..6_LEVELS TO totally close when SL_Touched and partially close when TP_Touched. Also Require Additional inbound Webhook Requests to partially or fully close)
Rules : ~ orderTicket or comment cant be null as it is required to modify the right order
~ order_type CANT be NULL or NA
~ if entry null or na entry == buy at market price
~ if lotsize null or na entry == default Lotsize value
~ Tp Levels one to six and SL are required
File Delivery Format MQL4 or MQL5
Pinescript has nos secret for me if needed i can provide a pinescript money management function who pick entry and tracks when TPS or SLS are touched
i usually purchase from fiverr this is my first order here please professional ill try my best too.
Also we might have to agree on a testing time, protocol or plan since i will code the client (JSON will be the format) My client could Post in telegram chat (as i see its popular) or else we will see
I HOPE THERE IS FEASIBILITY i rather pay and have my own solution than using solution like tradingview.to , https://www.mql5.com/en/market/product/70538?source=External%3Ahttps%3A%2F%2Fwww.google.com%2F#description, etc... i just want my own stuff
THANK YOU ALREADY
-Martin
Similar orders
Im looking for an EA with Code. An EA that can capture big impulsive move on any instrument. Open trades only with multiple confirmation and a very high probability setup intraday or swing trading That can do top down/multi time frame analysis like D1 H4 H1 and then implement the trade on shorter time frame to catch the moves from the start. As i want to catch only the impulsive moves so there must be a Volume
I am looking for an experienced MT5 Expert Advisor developer. Goal: Create a custom MT5 EA that replicates the behavior of a profitable copy trading strategy (behavior-based, not code copying). Specifications: - Symbol: XAUUSD only - Max 1 trade at a time - Fixed risk per trade: 1% - Trades per week: 2–4 - Trading days: Monday to Thursday only - No trading during high-impact USD news (news filter required) - No
I need a custom MT5 Expert Advisor named “Dark Venus”. Strategy details: - Timeframe: M5 / M15 - Market: Forex (all major pairs) - Strategy type: Trend + Scalping - Indicators: • EMA (Fast & Slow) • RSI filter • ATR for Stop Loss & Take Profit - Trades only during low-spread sessions (London & New York) Trade Rules: - Buy when fast EMA crosses above slow EMA + RSI confirmation - Sell when fast EMA crosses below
//+------------------------------------------------------------------+ //| FXE Trader Smart AI EA (Deriv MT5 Forex) | //+------------------------------------------------------------------+ #property strict #include <Trade/Trade.mqh> CTrade trade; // ===== INPUTS ===== input double RiskPercent = 1.0; // % risk per trade input int FastEMA = 50; input int SlowEMA = 200; input int RSI_Period = 14; input int
I have an issue with my ninja script and i would like you to help me straighten things I wanted to create an indicator and i have the source code already but i am getting compiling errors on my NinjaTrader And i tried fixing the error it still same I sent 3 images here for you to understand the errors and i would like to ask if you can help me fix it so i can go ahead and compile my source code. Thanks
Good day, I would like to build an automated trading system for Ninjatrader using 2 MACD, a Supertrend, and a moving average indicator. I want the option to adjust the indicator settings, the ability to trade at three different times, and the option to receive alerts. I want to get an idea of what that will cost me. It will enter trades on all blue take one contract out at a fixed point, move the stop to break even
I need an MQL5 indicator that identifies reversals without repainting or placing signals with an offset. The goal is to minimize lag and reduce whipsaw trades. Desired results are similar to the attached image. Requirements: - No repainting - No signal offset - Emphasis on reducing lag - MQL5 compatible - Clear, concise code If you have the expertise to create a reliable, high-performance indicator, let's discuss
I'm looking for a skilled trader/developer to share a proven scalping strategy on M1-M5 timeframes without using Martingale, Grid trading, or Hedge. Requirements: - Minimum trade duration: 2 minutes - Lot size: <20 - Proof of skill: Provide MT4/MT5 trade history report (PDF/HTML) - No High Frequency Trades - GMT+1 timezone, flexible hours - Price negotiable, performance-based compensation possible If you're a
Good day, I would like to build an automated trading system for Ninjatrader using 2 MACD, a Supertrend, and a moving average indicator. I want the option to adjust the indicator settings, the ability to trade at three different times, and the option to receive alerts. I want to get an idea of what that will cost me. It will enter trades on all blue take one contract out at a fixed point, move the stop to break even
I have an indicator i need automated i use it manually and it plots arrows. Can you automate it for my Ninjatrader8? Do you need to see file? Expert Ninjatrader Developer can Bid for this project