Elaboration of MQL5 EA using keltner channel breakthrough of upper and lower bands. Code must be provided.
- The buy or sell order must be sent when there is confirmation of the channel breaking through the closing of the candle.
If the "anticipation" parameter is used, if the candle is closing and there are xx seconds to open the next candle, the operation must be started.
- martingale orders must be plotted when entering position
- After TP or SL, pending orders must be removed (For safety, you can every candle opening, check if there is a pending order and there is no open position. All pending order must be closed)
- Only open one position per trade.
- If there is an opposite sign, do not execute and do not leave the current position.
### Execution ###
Lot Size
TP in points // must be recalculated at each martingale execute. must always be the distance from the average price
SL in points
Loss max daily // 0 for not use
Gain max daily // 0 for not use
Operating costs // $$$$ deduct by each lot in balance
#### Delay time ####
Anticipation in seconds // 0 for not use
#### Trailing Stop #####
start tailing in points // 0 for not use // number of points for execution
Steps in points
#### BreakEven #####
Points // 0 for not use // number of points for execution
entry points // must always be the distance from the average price
#### Keltner Channel ###
MA Period
Range Period
Range Multiplier
#### Martingale ###
# Position one
Trade Size lots // 0 for not use
points
# Position two
Trade Size lots // 0 for not use
points
# Position three
Trade Size lots // 0 for not use
points
Commandes similaires
Description I need an very low latency MT5 Expert Advisor (EA) developed in MQL5 to automate TradingView alerts into MT5 trades for alerts set up done on trading view. The EA must work on both DEMO and LIVE accounts whichever will be attached to MT5 (XM, IC Markets and similar MT5 brokers) and be suitable for fast 1-minute timeframe scalping.End to End solution. Functional Requirements 1. TradingView Integration
1.Sinyal Perdagangan : Sinyal beli: garis MACD utama memotong garis sinyal ke atas (macd_current>signal_current && macd_previous<signal_previous). Sinyal jual: garis MACD utama memotong garis sinyal ke bawah (macd_current<signal_current && macd_previous>signal_previous). Gambar di bawah menunjukkan kasus beli dan jual. 2. Posisi ditutup pada sinyal yang berlawanan: Posisi beli ditutup pada sinyal jual, dan posisi
hello great developer We are looking for someone to create a Ninja Trader bot that can identify liquidity sweeps using lux algos indicator. once liquidity sweep occurs we need the bot to use the fibonnachi tool to idenfity the 61% level and 71% level. then enter the trade for us please check the video for better understanding Here is first video: https://youtu.be/ZaGZGNgzZlc?si=we3poeWB91nWqkz5 Here is Second video
Require the development of a high-speed HFT, fully automated trading Expert Advisor (EA) for MetaTrader 5 , optimized for live trading on both Deriv and Exness . The EA must be designed for fast execution, low latency, and reliability on real-money accounts , with full compatibility across broker-specific contract specifications, tick sizes, tick values, pricing formats, and volume rules. It should automatically
Title: Development of MT4/MT5 Expert Advisor for NASDAQ Hedging Strategy with Optimization & Backtesting Description: I am seeking an experienced MetaTrader 4/5 (MT4/MT5) developer to build a fully automated Expert Advisor (EA) based on a specific NASDAQ hedging strategy. The EA will run on two separate accounts simultaneously with randomized hedging logic. All timing references are in New York Time (UTC-5) . Trading
I have an MT5 expert advisor. The EA trades martingale strategy. I need it converted to a python bot to trade futures in binance, bybit, okx, kucoin and other dexes