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
Ordini simili
I have 2 trading view indicators by GainzAlgo that I want code to mt5 , could u advise? I need you to give me response if you can convert This
I am looking to acquire an EXISTING and PROVEN MetaTrader 5 Expert Advisor. I am NOT looking for someone to develop a random new strategy from scratch. The objective is to find a robust EA with an existing track record, verify its performance and robustness, and purchase the MQL5 source code together with clearly defined commercial rights. MAIN REQUIREMENTS The EA should meet most or all of the following
Project Description I am looking for an experienced MQL5/MT5 Expert Advisor developer to develop an automated trading EA for XAUUSD on the M3 timeframe , running on an Exness account . The EA will automate a manual strategy based on SNR/GAP zones , using two setup types: Price Rejection Price Correction The EA should identify valid BUY/SELL setups around predefined SNR/GAP areas, apply configurable RSI, SMA, EMA and
Looking for an experienced Sierra Chart ACSIL/C++ developer to customize footprint chart. I need 3 things: 7-Day ATR – calculate and display a configurable 7-day ATR. Custom Footprint – footprint chart to match my preferred layout/data display. Automatic LVN – detect and plot Low Volume Nodes automatically based on volume distribution. I need to build one from scratch . Experience with Sierra Chart, ACSIL
Looking for an experienced Sierra Chart ACSIL/C++ developer to customize an existing footprint chart. I need 3 things: 7-Day ATR – calculate and display a configurable 7-day ATR. Custom Footprint – modify my existing footprint chart to match my preferred layout/data display. Automatic LVN – detect and plot Low Volume Nodes automatically based on volume distribution. I already have a working footprint chart, so no
//———————————————————————————————————————————————————————————————————— struct S_MCAV { double matureSum; double totalSum; double value; void Init () { matureSum = 0.0; totalSum = 0.0; value = 0.5; } void AddContext (int ctx) { totalSum += 1.0; if (ctx == 1) matureSum += 1.0; } void ApplyDecay (double rate) { matureSum *= rate; totalSum *= rate; } void Update () {
I am looking for a Senior MQL5 Developer to create a new MetaTrader 5 Expert Advisor from scratch. I will provide a complete Requirements Specification containing objective entry, exit and risk-management rules. This is not a request to copy or decompile an existing product. Project requirements: Clean and modular MQL5 source code. Exact implementation of the supplied strategy. One signal evaluation per configured
NinjaTrader 8 / NinjaScript Phase 1 build: convert an existing Auction Market Theory (AMT) strategy into objective, alert-only decision-support logic. Not a bot, no auto-execution — trades stay manual. Covers NQ/MNQ, ES, CL, MGC using 30-min TPO/Volume Profile context with 5-min confirmation: one 5-min close outside VAH/VAL = acceptance, close back inside = rejection. Dashboard shows bias, auction state, location
Hi i need help to connect my chat gtp with ninja trader I have all tools. Just need supervision and seeking a professional who can do that for me. This the bridge extension https://crosstrade.io/blog/chatgpt-to-ninjatrader-mcp-walkthrough
MetaTrader 5 (MT5) Price-Level Monitoring & Automated Phone Call Alert System Developer Needed Project Overview I am looking for an experienced developer to build a custom trading assistant for MetaTrader 5 (MT5) that monitors important price levels I manually mark on my charts and immediately calls my phone when the market reaches or interacts with those levels. This is Phase 1 of a larger trading assistant project