Create and Semi Automated Martingle EA

작업 종료됨

실행 시간 2 일
고객의 피드백
Highly recommended. Keep up good work. Will back to you for upgrade.
피고용인의 피드백
Good customer with good communication skill. Thanks for your job.

명시

Hello

I will explain roughly about parameters first :

·         EA Type :

·         Magic Number

·         RSI (Period) : Place 1 stSell / Buy based on RSI(Period)

·         Random : Randomly place 1st Sell or Buy

·         Auto Buy : True/False : Allow EA to Buy automatically

·         Auto Sell : True/False : Allow EA to Sell automatically

·         Start Exponent Lots : Exponent Lot from which order number

·         Lot Exponent: To determine the Lot exponent 3 rdorder . The 1 stand 2 ndorder are same lot

·         Lots (Lot) : Initial Lot

·         Take Profit(Point) : Count by Point (Exclude Spread)

·         Profit 0 (Order) : Example EA are openning 5 trades, the trade 6 th  will calculate Lot size to make  5 openning trades become 0 Profit if hit Target (set by TakeProfit)

·         Pipstep (Point) : When price are moved N Points , the EA trigger Buy/Sell . Exclude Spread.

·         Order Buy Max (Order) : Maximum number of Buy position

·         Order Sell Max (Order) : Maximum number of Sell Posistion

·         Timeframes : Determine how RSI’s preiod

·         Apply to : Open or Close price or bar/candle

·         OPEN BUY <= : System will trigger Buy if Price move N points and RSI(Period) < this parameter

·         OPEN SELL >= : System will trigger Sell if Price move N points and RSI(Period) > this parameter

·         START TIME : Before Start time, Set above OPEN BUY <0 , Set OPEN SELL >100

·         END TIME : After End Time, Set above OPEN BUY <0 , Set OPEN SELL >100

·         There are 2 button : BUY LIMIT and SELL LIMIT and one Manual input Limit Price . This is to trigger last order to balance all Pre-Openned Positions and Modify TP of ALL postions to same TP (see images 2). This is key thing when want to system to SOFT CLOSE all position , will open last buy Manually by technical analyst .

 

System Logical :

1.      Setup initial Lots for Intial Buy or Sell (Buy/Sell 1) by RSI(2) AND Price move XXX Point from when Auto Trading Enabled.

2.      Price move N points (PipStep) AND RSI(Period) is : EA will open 2nd buy/sell and modify TARGET PRICE of combination Buy/Sell 1 + Buy/Sell 2. So both Buy/Sell 1 and Buy/Sell2 will have same TP

3.      Price move N points : EA will open 3rd buy/sell with new Lots = LotExponent * Inital Lots and modify TP of Buy/Sell1 , Buy/Sell2, Buy/Sell3 so all 3 Positions will have same Target Price.

4.      Continue until MAX Open Order is hit.

5.      Buy/Sell determine by Random or RSI (Period) 

6.      There are 2 button : BUY LIMIT and SELL LIMIT and one Manual input Limit Price . This is to trigger last order to balance all Pre-Openned Positions and Modify TP of ALL postions to same TP (see images 2). This is key thing when want to system to SOFT CLOSE all position , will open last buy Manually by technical analyst .

1.      Start time , Stop time

-          Before Start time , After Stop time : : OPEN BUY <=0, OPEN SELL >=100 : So AUTO TRADING Still keep enable without need to Stop.

-          Between Start time and Stop time : Follow by Parameter

2.      Options to start Exponents Lot number from which orders (examples Exponents from 4 thorders,…)

3.      Option to select BUY&SELL , ONLY SELL , ONLY BUY

4.      Basket Close to close all orders if Target Profit is hit or SL is reach

5.      STOP EA (STOP Same as Start Time and End time above ) Before Red news N hours


I will provide more details 

Thanks


응답함

1
개발자 1
등급
(611)
프로젝트
711
33%
중재
45
49% / 42%
기한 초과
14
2%
작업중
2
개발자 2
등급
(772)
프로젝트
1039
44%
중재
50
8% / 50%
기한 초과
116
11%
무료
3
개발자 3
등급
(117)
프로젝트
138
41%
중재
30
7% / 77%
기한 초과
17
12%
무료
4
개발자 4
등급
(1931)
프로젝트
3552
88%
중재
73
40% / 15%
기한 초과
268
8%
무료
비슷한 주문
Hello, I want this project to be a complete redesign, not just an update. My goal is to build an institutional-grade TradingView indicator that is extremely accurate, stable, fast, and completely non-repainting. You are free to modify, delete, replace, or completely rewrite any part of the code if it improves the final result. I don't care about preserving the current code or appearance—I only care about building the
{ "strategy_name": "M5 EMA Scalper", "timeframe": "M5", "indicators": { "ema_fast": 20, "ema_slow": 50, "rsi": 14, "atr": 14 }, "entry_rules": { "buy": [ "EMA20 > EMA50", "Price closes above EMA20", "RSI > 55" ], "sell": [ "EMA20 < EMA50", "Price closes below EMA20", "RSI < 45" ] }, "risk_management": { "risk_per_trade": 1.0, "stop_loss_atr": 1.5, "take_profit_rr": 2.0
Hola, traders e inversores: Desarrollamos soluciones de trading algorítmico para MetaTrader 4 y MetaTrader 5. Creamos bots, indicadores y herramientas a medida que convierten estrategias manuales en sistemas automáticos, configurables y orientados a una gestión de riesgo sólida. Hemos trabajado en automatizaciones que integran entradas y salidas por reglas, cálculo de lotaje, control de drawdown, filtros de horario y
Hello, I need a custom Expert Advisor for MetaTrader 5. I am trading from mobile only. **Account & Style:** - Capital: $5,000 - $10,000 - Risk: Moderate/Balanced - Trading Style: Scalping **Pairs & Timeframe:** - Symbols: EURUSD and XAUUSD - Timeframe: M5 **Strategy:** - BUY: RSI(14) < 30 AND Price > 20 EMA - SELL: RSI(14) > 70 AND Price < 20 EMA - Only 1 trade per symbol at a time - No Martingale / No Grid **Risk
> "I am looking for a reliable and profitable Expert Advisor (EA) or trading robot for MetaTrader. The EA should have a proven track record, good risk management, and stable performance in live market conditions. Please share the name of the EA, a brief explanation of how its strategy works, and any relevant performance statistics or backtest reports to help me evaluate it."
We are seeking an experienced MQL4/MQL5 programmer to develop a high-performance, fully automated Expert Advisor (EA). The bot must execute a sophisticated multi-currency hedging strategy across correlated forex pairs. Key Responsibilities Develop Multi-Currency Logic : Build an EA capable of scanning and trading multiple currency pairs simultaneously from a single chart or setup. Implement Hedging Strategy : Code
I am looking for an experienced MetaTrader 5 expert. I already have 3 MT5 trading accounts. I need someone to: 1. Help me choose a reliable Windows VPS. 2. Connect to my VPS remotely (AnyDesk or TeamViewer). 3. Install 3 MetaTrader 5 terminals. 4. Configure: - 1 Master Account - 2 Slave Accounts 5. Install and configure a professional Trade Copier. 6. Copy all trades from the Master account to both Slave
I have an MT4 custom indicator (.ex4) that I use regularly, and I would like an identical MT5 version. Important: I do not have the source code (.mq4). I only have the compiled MT4 indicator. I am looking for an experienced MQL developer who can recreate the indicator's functionality and appearance for MT5 by analyzing its behavior. The MT5 version should match the MT4 version as closely as possible, including
Mac200 50+ USD
I need a Trend following Bot. Here we took entries by looking at two indicator which are 200 period ema and 12 26 9 MacD. Rules for entry exit are: Buy trade: When market is above 200 ema and MacD Line cross over the signal line and this cross over happened below the zero line of MacD indicator. We simply put Buy trade. Sell trade: When market is below 200 ema and MacD line crosses below the signal line and this
I I would like to create a trading robot based on 2 ema crossing. The robot is pretty simple, it should open buy position when fast ema cross slow ema and vise versa. Also it should use martingale after the loss position. It should has expiration period inside the code and alerts l

프로젝트 정보

예산
50 - 100 USD