Hello everybody,
thsi is a job fpr experienced developers and traders. English skills are a must.
I want to autmise my exisiting strategy based on the standard built-in MACD Indicator, This shoudl be fully integrated into the EA with all settings. Second is a so called Renko Range Box Indicator. The principel of the indicator could be seen here: https://www.fxblue.com/appstore/42/renko-indicator-mt4 I have an own version of it, code is available and must be fully integrated into the EA code.
The EA must have follwing inputs
Start Trade hh:mm - The EA starts trading if the condition met
Stop Trade hh:mm - The EA doesnt open NEW trades or places NEW pending orders
Close Trade hh:mm - The EA closes ALL trades and deletes ALL pending orders
The EA will only use the MACD Histogram, you must be fimilar with it. Is actual more positive then previous = long, if it is more negatve than previous = short.
There is always only ONE actual Renko Range Bar wih a High and a Low, it can be seen as a grid, which has an actual active grid. Check fxblue indicator. Box Size is the difference betwenn Box High and Low, its static.
Entry: (Of course the actual time > Start Trade)
Actual price level > Renko Range Box High (the price is ABOVE actual RRB)
-- MACD Histo long Signal: Stop Buy at Actual Box High plus Box Size
-- MACD Histo Short Signal: Stop Sell at Actual Box High
Actual Price level somewhere inside Actual Box
-- MACD Histo long: Stop Buy at Actual Box High
-- MACD Histo short: Stop SEll at Actual Box low
Actual price below Actual Box
-- MACD Histo long: Stop Buy at Actual Box low
-- MACD Histro short: Stop Sell at Actual Box low minus Bos Size
The Signal of the MACD Histo can change witrhout triggering a pending order, in this case the pending order must be deleted and a new pewnding order mustr be created regarding logic above.
Example: Price is above Actual Box, Histo was short, Stop Sell placed at High of Actual Box. Signal of Histo changes from short to long. The Stop SEll is deleted and a new Stop Buy order at Box High + Bos Size is placed.
Take Profit / Stop Loss settings are multiplicators of Box Size, e.g. TP 1.5 and Boxsize is 100 Points the TP is 150 Points, same with SL, Zero means no TP / SL
Riskmanagment Input: Lotsize to be calculated on % of Balance or Equity (to choose) or as a fixed Input
Break Even: on / off -- If on, then the SL shoulod be moved to BE when opposite condition are met. Example: We are in a long trade, actual prize is above actual box. The MACD histo is short, so the EA will place a pending Stop Sell order at Box High. This was the level where the actual trade was triggered. In this case the SL should be moved to BE.
Martingale: Multiply lot sizes in case of a loss, Zero means no martingale
Trailing stop: as usual, Zero means no trailing stop
EA must wotk on all assets, with different digits, Correct order handling (no Order send errors in any case). In case of MT4 failure and shutdown, the EA must restart properly. EA must be backtestable and fast.
Looking for a good cooperation
Artnaf
Ähnliche Aufträge
I need a high-speed Expert Advisor (EA) for MT5 designed specifically for XAUUSD (Gold) scalping. The bot should focus on fast entries and quick profits with high efficiency. Main requirements: 1. Symbol: XAUUSD (Gold only). 2. Platform: MetaTrader 5. 3. Strategy type: Scalping (fast trades, quick profit). 4. The bot should open trades frequently based on fast market movements. 5. Small Take Profit (quick profit
import MetaTrader5 as mt5 import pandas as pd import time from datetime import datetime # ================== CONFIG ================== SYMBOL = "XAUUSD" TIMEFRAME = mt5.TIMEFRAME_M1 LOT = 0.01 MAX_OBS = 12 # keeps signals frequent ATR_PERIOD = 14 IMPULSE_FACTOR = 1.5 # strong candle = impulse SESSION_START = 8 # GMT (London open) SESSION_END = 20 # GMT (NY close) MAX_SPREAD = 30 #
I have existing compiled indicator and script files (EX4) and would like to have them recreated in both MQL4. ⚠️ Important: This project is NOT for decompiling or reverse engineering. Instead, the goal is to: Analyze the behavior and output of the provided files Recreate equivalent functionality from scratch Deliverables: 1 MQL4 indicator source code (.mq4) 1 MQL4 script source code (.mq4) Requirements: The recreated
I need a good programmer to help convert an existing indicator to a trading EA that can work on both MT4 and MT5. The expected features on the EA is as follows: Max Spread: Magic Number: Take Profit: Stop Loss: Trailing Stop: Fixed Lot Size: Money Management: false/true Min Lot Size: Max Lot Size: Risk to Trade %: Daily Profit Target %: Add news filter. Get my jobs with source code
Merge nearby zones yes/no Alert on/off Label on/off Show only current relevant zones near price yes/no Distance filter from current price Zone transparency Colors Preferred Output on Chart: I want the indicator to show only: the strongest nearby support zones under price the strongest nearby resistance zones above price major higher timeframe zones clean chart view I do not want excessive clutter. Entry Assistance
Criei um Robô para a venda alta precisão que automatiza a estratégia de correção média de Larry Williams. Possui filtros de tendência seletiva, controle de lote por risco percentual e execução rápida. Compatível com contas Hedge e Netting. Configuração simples e otimizada para mercados de alta volatilidade. *55(16) 993786056
I want already build FULLY AUTOMATED order block MT5 XAUUSD HTF H4 ENTRY LTF M15 - Show result on live account. m15 ob entry in the direction of h4 ob bias the developper to provide source code in the end
I need an MT5 Expert Advisor built as a high-precision volumizer for Forex. Its core purpose is to generate controlled trading volume for rebates, while still maintaining low-risk account growth. I am not looking for aggressive profit chasing. I am looking for a stable, intelligent EA that can produce volume in a disciplined way without damaging the account. The ideal system should trade major currency pairs, avoid
1. IF price forms: - Higher highs + higher lows → TREND = BUY - Lower highs + lower lows → TREND = SELL ELSE → NO TRADE 2. IF: - Trend = BUY - Price retraces to support zone - Bullish engulfing candle forms - TDI green crosses above red (optional) THEN: - Execute BUY 3. IF: - Trend = SELL - Price retraces to resistance - Bearish engulfing forms - TDI confirms THEN: - Execute SELL 4. Risk per trade = 1% of account Lot
I need a high frequency trading robot for gold in one or 5 minute timeframe the robot should have spread filter where it should only open trades below a set spread should have news filter to allow trading during fundal news or not the robot should have input in number of minutes to close all open trades and remove pending orders before fundamental news as part of news filter. It should also have the number of minutes