An Expert Advisor with Entry/Exit signals triggered by Zigzag, BB, CCI, RSI, MA, with reverse logic available

MQL5 Experts

Termos de Referência

Trading Rule:

Entry signals will be triggered with Zigzag, BB, CCI, RSI, MA. On every tick, when one entry signal is selected, a trade will be placed when the signal's entry condition is satisfied. If more than one entry signal is selected, all entry requirements have to be satisfied for trades to be placed.

However, when multiple exit signals are selected, all trades will be closed if any of the selected exit signals is satisfied.




Input:

Fixed Start Lot:

Lot Multiplier: second lot size will be multiplied by this variable, rounded up to the nearest 0.01 lot

Min Trade lot size:

Max Trade lot size:

Magic Number:

Comment:

== Zig Zig Signal ==

(Sell signals if on any tick, price breaks above the last peak of the zigzag. Buy signals if on any tick, price breaks below the last trough of the zigzag.)

(If Reverse Logic is True: Buy signals if on any tick, price breaks above the last peak of the zigzag. Sell signals if on any tick, price breaks below the last trough of the zigzag.)

Use Zig Zag For Entry: True or False

Use Zig Zag For Exit: True or False

Reverse Logic: True or False

ZZ Entry Timeframe: 1min, 5min, 15min, 30min, 1H, 4H

ZZ Entry Depth:

ZZ Entry Deviation:

ZZ Entry Backstep:

ZZ Exit Timeframe: 1min, 5min, 15min, 30min, 1H, 4H

ZZ Exit Depth:

ZZ Exit Deviation:

ZZ Exit Backstep:

== Bollinger Bands Signal ==

(Buy signals if on any tick, price breaks below the current BB lower band. Sell signals if on any tick, price breaks above the current BB upper band.)

(If Reverse Logic is True: Sell signals if on any tick, price breaks below the current BB lower band. Buy signals if on any tick, price breaks above the current BB upper band.)

Use Bollinger Bands For Entry: True or False

Use Bollinger Bands For Exit: True or False

Reverse Logic: True or False

BB Entry Timeframe: 1min, 5min, 15min, 30min, 1H, 4H

BB Entry Period:

BB Entry Deviation:

BB Exit Timeframe: 1min, 5min, 15min, 30min, 1H, 4H

BB Exit Period:

BB Exit Deviation:

== CCI Signal ==

(Buy signals if on any tick, CCI breaks below the Entry Over Sold Level. Sell signals if on any tick, CCI breaks above the Entry Over Bought Level.)

(If Reverse Logic is True: Sell signals if on any tick, CCI breaks below the Entry Over Sold Level. Buy signals if on any tick, CCI breaks above the Entry Over Bought Level.)

Use CCI For Entry: True or False

Use CCI For Exit: True or False

Reverse Logic: True or False

CCI Entry Timeframe: 1min, 5min, 15min, 30min, 1H, 4H

CCI Entry Period:

CCI Entry Over Bought Level:

CCI Entry Over Sold Level:

CCI Exit Timeframe: 1min, 5min, 15min, 30min, 1H, 4H

CCI Exit Period:

CCI Exit Over Bought Level:

CCI Exit Over Sold Level:

-- RSI Signal –

(Buy signals if on any tick, RSI breaks below the Entry Over Sold Level. Sell signals if on any tick, RSI breaks above the Entry Over Bought Level.)

(If Reverse Logic is True: Sell signals if on any tick, RSI breaks below the Entry Over Sold Level. Buy signal if on any tick, RSI breaks above the Entry Over Bought Level.)

Use RSI For Entry: True or False

Use RSI For Exit: True or False

Reverse Logic: True or False

RSI Entry Timeframe: 1min, 5min, 15min, 30min, 1H, 4H

RSI Entry Period:

RSI Entry Over Bought Level:

RSI Entry Over Sold Level:

RSI Exit Timeframe: 1min, 5min, 15min, 30min, 1H, 4H

RSI Exit Period:

RSI Exit Over Bought Level:

RSI Exit Over Sold Level:

— MA Signal –

(Buy signal when on any tick, Fast MA cross Slow MA from below. Sell signal when on any tick, Fast MA cross Slow MA from above)

(If Reverse Logic is True: Sell signal when on any tick, Fast MA cross Slow MA from below. Buy signal when on any tick, Fast MA cross Slow MA from above)

Use MA For Entry: True or False

Use MA For Exit: True or False

Reverse Logic: True or False

MA Entry Timeframe: 1min, 5min, 15min, 30min, 1H, 4H

Entry Fast MA Period:

Entry Slow MA Period:

MA Exit Timeframe: 1min, 5min, 15min, 30min, 1H, 4H

Exit Fast MA Period

Exit Slow MA Period

==Time Range Filter -

(If True, specify the time which entry trades can be made)

Use Time Range Filter: True or False

Start Time (Server Time)

End Time (Server Time)

==Min Price Gap Filter –

(If True, next order have to have minimum distance of X points. E.g. Min Price Gap of 100 points, means if Buy at 1.0000, next Buy has to be 0.9990. If Sell at 1.0000, next Sell has to be 1.0010

Use Min Price Gap Filter: True or False

Min Price Gap, points

==Min Time Gap Filter –

(If Min Time Gap Filter is True, e.g. if Min Time Gap is 100 seconds, then within the next 100 seconds of the last entry, no orders will be placed even if entry signal is triggered. After 100 seconds, entry signals will be valid again.)

Use Min Time Gap Filter: True or False

Min Time Gap, seconds

==Alternate Trades Filter

(If last trade is Buy, next trades has to be Sell, and vice versa)

Use Alternate Trades Filter: True or False

==Max Spread Filter ==

Use Max Spread Filter: True or False

Max Spread, points

== Max Trades Filter ==

(Specify total number of Trades, as well as total number of Buys and Sells)

Use Max Trades Filter: True or False

Max Total Trades

Max Buy Trades

Max Sell Trades

== Basket SL & TP ==

Use Basket SL & TP: True or False

Basket SL, points

Basket TP, points

== SL & TP $$$ ==

(If True, specify SL and TP in $ of account currency for each trade)

Use SL & TP $$$: True or False

SL, $$$

TP, $$$

== SL & TP Points ==

(If True, specify SL and TP in points for each trade)

Use SL & TP Points: True or False

SL, points

TP, points

== Profit & Loss $$$ ==

(If True, If Total Account Profit reached Profit $$$ Total, all trades will be closed.

  If Total Account Loss reached Loss $$$ Total, all trades will be closed.

  If Profit of all Buy orders reached Profit $$$ Buys, all Buy trades will be closed.

  If Loss of all Buy orders reached Loss $$$ Buys, all Buy trades will be closed.

  If Profit of all Sell orders reached Profit $$$ Sells, all Sell trades will be closed.

  If Loss of all Sell orders reached Loss $$$ Sells, all Sell trades will be closed.)

Use PnL $$$: True or False

Profit $$$ Total

Loss $$$ Total

Profit $$$ Buys

Loss $$$ Buys

Profit $$$ Sells

Loss $$$ Sells

== Close Daily ==

(If True, all trades will be closed at the Closing time specified in HH:mm format, server time)

Use Close Daily: True or False

Closing Time



Respondido

1
Desenvolvedor 1
Classificação
(233)
Projetos
292
27%
Arbitragem
15
47% / 33%
Expirado
9
3%
Carregado
2
Desenvolvedor 2
Classificação
(418)
Projetos
660
33%
Arbitragem
31
74% / 6%
Expirado
20
3%
Trabalhando
3
Desenvolvedor 3
Classificação
(206)
Projetos
310
34%
Arbitragem
57
37% / 37%
Expirado
100
32%
Trabalhando
4
Desenvolvedor 4
Classificação
(1)
Projetos
1
0%
Arbitragem
0
Expirado
0
Trabalhando
5
Desenvolvedor 5
Classificação
(464)
Projetos
912
76%
Arbitragem
25
16% / 68%
Expirado
99
11%
Carregado
Publicou: 1 artigo, 6 códigos
6
Desenvolvedor 6
Classificação
(295)
Projetos
525
35%
Arbitragem
63
33% / 35%
Expirado
189
36%
Carregado
7
Desenvolvedor 7
Classificação
(10)
Projetos
15
27%
Arbitragem
0
Expirado
3
20%
Livre
8
Desenvolvedor 8
Classificação
(2598)
Projetos
3280
67%
Arbitragem
77
48% / 14%
Expirado
342
10%
Trabalhando
Publicou: 1 código
9
Desenvolvedor 9
Classificação
(6)
Projetos
10
30%
Arbitragem
0
Expirado
2
20%
Livre
10
Desenvolvedor 10
Classificação
(2258)
Projetos
2845
62%
Arbitragem
118
46% / 25%
Expirado
428
15%
Trabalhando
11
Desenvolvedor 11
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
12
Desenvolvedor 12
Classificação
(15)
Projetos
34
24%
Arbitragem
3
0% / 33%
Expirado
2
6%
Trabalhando
13
Desenvolvedor 13
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
14
Desenvolvedor 14
Classificação
(1)
Projetos
2
0%
Arbitragem
1
0% / 0%
Expirado
0
Livre
15
Desenvolvedor 15
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
16
Desenvolvedor 16
Classificação
(1)
Projetos
0
0%
Arbitragem
2
0% / 0%
Expirado
0
Carregado
17
Desenvolvedor 17
Classificação
(369)
Projetos
475
24%
Arbitragem
51
61% / 20%
Expirado
55
12%
Carregado
18
Desenvolvedor 18
Classificação
(5)
Projetos
4
25%
Arbitragem
1
0% / 100%
Expirado
0
Livre
19
Desenvolvedor 19
Classificação
(11)
Projetos
14
0%
Arbitragem
1
0% / 100%
Expirado
3
21%
Livre
20
Desenvolvedor 20
Classificação
(10)
Projetos
10
10%
Arbitragem
2
0% / 0%
Expirado
2
20%
Ocupado
21
Desenvolvedor 21
Classificação
(4)
Projetos
6
33%
Arbitragem
4
25% / 25%
Expirado
1
17%
Livre
22
Desenvolvedor 22
Classificação
(290)
Projetos
296
70%
Arbitragem
2
100% / 0%
Expirado
0
Livre
Publicou: 1 código
23
Desenvolvedor 23
Classificação
(1)
Projetos
1
0%
Arbitragem
0
Expirado
0
Livre
24
Desenvolvedor 24
Classificação
(574)
Projetos
945
47%
Arbitragem
303
59% / 25%
Expirado
125
13%
Livre
25
Desenvolvedor 25
Classificação
(156)
Projetos
280
35%
Arbitragem
14
29% / 50%
Expirado
42
15%
Livre
Pedidos semelhantes
Ethereum Trading EA 30 - 35 USD
I am looking for an Expert Advisor (EA) that performs well on Ethereum. Ideally, it should be an HFT-style EA; a swing trading EA is also acceptable. I require the full MQL5 source code — the EA must be written entirely in MQL5 (no external languages such as Python). Performance target: Minimum 70% win rate with a 1:1 risk:reward. Input variables required: Stop Levels: Stop Loss (SL) and Take Profit (TP) Trailing
EA Strategy Description — “V75 Momentum Scalper” 1. Market & Instrument Instrument: Volatility 75 Index (Deriv MT5 synthetic index). Account type: Synthetic account. Timeframe: Tick-based / any chart (logic runs on tick updates). 2. Entry Conditions At the start of each new candle , record the open price . For the next N seconds (user-defined input) , measure price movement from that open. If the price moves ≥ X
Looking for a reliable, low-lag reversal indicator for Forex that does not repaint and does not place signals with an offset. Key features: Signals only after confirmation (uses closed bar logic), so alerts are final and do not repaint. No offset placement — arrows/markers appear on the same candle/bar that triggered (or on the close of that bar) to avoid confusion. Tunable sensitivity: adjustable lookback and
Developing multi platform based copytrading solution Need a develper who can enahance funtionality of our existing MVP EAs for master and slave traders EAs are connected with REST API and Socket Server Master EA can broadcast trading signals from MT5 terminal as he performs actual trades on the platform. those trade could be using any bot or alogorithem or manula that is not in scope but realtime broadcast to server
Here's a detailed description of an Expert Advisor (EA) based on a candlestick-dependent strategy: Strategy Overview The EA will implement a trading strategy based on candlestick patterns, opening trades when a bullish candle is detected and avoiding trades when a bearish candle is detected. Key Features 1. *Candlestick Pattern Identification*: The EA will identify bullish and bearish candles based on their open and
I AM LOOKING FOR A DEVELOPER WHO CAN CREAT A TRADING BOT FOR ME BASED ON ICT TRADING STRATEGY AND THAT BOT CAN BE CONNECTED BY TRADING VIEW OR ON META TRADER 4 OR 5 AND EXECUTE TRADE AUTOMATICALLY I WANT THIS BOT TO PERFORM TRADING ON FUNDED ACCOUNT AND MY PERSONAL ACCOUNT BOTH
there is spesific indicator in trading view , i wanna to have this indivator in my mql5 so all we need to do is to converting this code to mql5 indicator thats it code script is available and indicator name is liquidity ditection from Tflb //@version=5 indicator("Liquidity Finder Alerts (Wrapper)", overlay=true) // ایمپورت کتابخونه اصلی TFlab import TFlab/LiquidityFinderLibrary/1 as Liq // ورودی‌ها (مثل اندیکاتور
How can we create an EA including a LLM like deepseek or chatgpt API? My main idea is the LLM makes the market analysis, a threshold on its confidence defines the risk per % it will use and also a dynamic valuation of the prediction/analysis should close trades earlier or later than the TP. Did you already build EAs based on LLMs
📌 DOGE/USDT Trading Bot – Full Strategy Current DOGE/USDT price: ≈ 0.2714 USDT (for reference only). Exchange: Binance Futures Margin type: Isolated Margin Leverage: x2 Pair: DOGE/USDT Language: Python (Binance API) ⸻ 🔹 Strategy Logic 1. Initial Entry • Open a Market Order with 2000 USDT as the base trade. • Base remains fixed for each cycle. 2. Reinforcement (During Downtrend) • Every 5 minutes during a price
I need a robot that combines several custom indicators I designed, used on two higher timeframes for market analysis, with entries on the 1-minute timeframe. It requires intelligent Martingale and Hedge money management. I need someone with sufficient expertise in hedging and Martingale. This strategy is very detailed, but I firmly believe it will definitely be profitable

Informações sobre o projeto

Orçamento
100 - 200 USD

Cliente

Pedidos postados1
Número de arbitragens0