Hello,
I would like you to create EA executes a trade when the following three indicators agree:
1. Buy above VWAP line when Candlesticks cross and Sell below VWAP line when candlestick cross below the VWAP Line
a. It draws daily VWAP line with standard deviation lines, but you can also add weekly VWAP line .
b. VWAP line works on all timeframes
c. VWAP line has the following standard deviation lines: 0.5 1 2 3.
d. Start drawing the VWAP Line from a specific time of the day.
e. Alert when one of the VWAP Line standard deviation is touched.
AND
2. 2nd it must confirm execution of trade using MACD Crossover strategy
a. MACD crossover as an 2nd entry indicator
i. Entry signal is when the MACD line crosses over the signal line in the direction of the trend.
ii. A bullish signal is present when the MACD line crosses ABOVE the signal line and is below the zero line. When the crossover takes place, EA must confirm upward trend by waiting for the MACD line to cross over the zero line before opening a long position.
iii. Likewise, a bearish signal is present when the MACD line crosses BELOW the signal line and is above the zero line. Once again, confirmation can be seen when the MACD line crosses below the zero line.
AND
3. When confirmed by the MACD Zero Lag.
When the MACD zero lag line crosses over the signal: a buy signal can be generated.
When the MACD zero lag crosses under the signal line: a sell signal can be generated.
4. When all indicators agree a trade will be executed.
5. Lot Size Selection: 1/2
(a) Lots 1: Manual Entry 0.01
(b) Lots 2: % of balance
6. Using MQL4
7. Must include:
- Checks that will help to prevent a possible errors
-All of the algorithm "bottlenecks" should be exhaustively thought out and accurately processed
-The Expert Advisor should be able to restore its normal work after a temporary disconnection, reconnection to the account, or a reset of the client terminal.-
-If you can not set the pending or stop orders, they need to be tracked virtually, and when the price of their levels is reached, executed on the market price.
-If you can not open position on the market prices within N attempts, the maximum allowable slippage should be increased.
-At the triggering of a pending or stop order, by a level, not provided by the algorithm, and with slippage (eg, with a price gap), the levels of all of the dependent orders should be adjusted (and, perhaps, even their volumes).
-All functions that operate on the size of the deposit (for example, the calculation of the lot), should normally accept non-trade operations with a balance (balance or withdrawal).
-The Expert Advisor should work fine with different brokers, take into account the list of available instruments, their specifications, and other server settings (the maximum number of pending orders, the Stop Out levels, the opportunity to open the positions/orders in opposite directions (for MetaTrader 4 only), and so on)
8. Should work on all charts but optimized for GBPUSD
Benzer siparişler
i want help on puting my ea in mql5 for sale, help for 10percentage on every sales a higher profit scalper on gold 5minute trader non martingale none hedging mt4 version
Sniper Strategy EA -Presicion Forex Trading Bot for MT4 and MT5 Sniper Strategy EA is a fully automated Expert Advisor that executes high-probability forex trades using EMA 50/200 trend detection, RSI 14 momentum filtering, and automatic Support and Resistance zone identification. This bot does not chase price — it waits for price to come to key levels and confirms with multiple indicators before entering, just like
Hello, I’m looking for an experienced MQL4 developer to build a custom MT4 Expert Advisor based on a Koncorde-style indicator strategy. Here are the main requirements: 🔹 General Overview The EA must be a master EA , running on a single chart and managing multiple currency pairs simultaneously No need to attach EA to each chart Must support a configurable list of symbols 🔹 Indicator Requirement Develop a custom
I will pay 3000+ USD (negotiable) for an EA for existing MT5 that generates a minimum of 15-20% or higher a month consistently (provide source code after final deal) Looking for a highly profitable EA Please send demo version directly subject (Buying profitable EA Budget up to $ 3000 USD), past results and optimal settings so I can test, if it performs in a strategy tester i will also need option to forward test it
I want to find a Developer to perform this work and settle payments in this Application. I undertake not to communicate with Applicants anywhere else except this Application, including third-party
Looking to acquire a good MT5 based EA that works on Gold, forex pairs or BTC. Must be suitable for current market conditions and profitable in backtests. Suitable on 1 Min timeframe to be used on, Must be actively opening many positions throughout the day. Share me the details if this matches something you have or developed. Looking to get this finalised within the weekend
Strategy:Identify Supply and demand zones and generate buy and sell signals based on the price action within these zones. Confirmation:Use MA filter to confirm trading directions. Risk - Reward Ratio: 1:5. Risk Management: Limit risk to a predefined percentage of account balance . Additional features: include alerts for signal generation, SL and TP
i want to make trading bot for my xauusd trading. who can provide me code for good algo for auto trading? which logic is safe for trading?i want expert who can made code for me. thanks
#property copyright "Amanda V" #property version "1.01" #property indicator_chart_window #property indicator_buffers 0 #property indicator_plots 0 input int InpSwingLookback = 30 ; // Swing Lookback Period input double InpMinWickPct = 30.0 ; // Min Rejection Wick % input color InpBullColor = clrAqua ; // Bullish Sweep Color input color InpBearColor =
Description: I need an MT5 Expert Advisor built to exactly replicate a TradingView Pine Script strategy. This is a range mean reversion system . All logic must be followed precisely. No optimisation, no interpretation. The EA must behave identically to the logic below. Market & Timeframe Primary: NAS100 (but must work on any symbol) Timeframe: 5-minute Must work regardless of broker (handle symbol digits properly)