Need a trading robot that BUYS when certain conditions are true in the Bollingerband and Keltner channels

Lavoro terminato

Tempo di esecuzione 7 giorni
Feedback del cliente
Absolutely a fabulous experience working with Le Huu Hai! Precise problem solver always exceeding expectations. 100% recommend!
Feedback del dipendente
Thank you!

Specifiche

Thank you for viewing my request!  Successful completion of this task will lead to additional projects!

I request a MT4 EA Robot that does the following:

1) The bot should work on all time frames and reference the chart the EA is installed on. Action is taken as soon as the candle has closed. in other words, if on the hourly, the bot must look at the hourly candles. 

2)These two indicators are to be referenced

  • Keltner Channels: Factor 1.5, Length 20, Price Close, Simple averages
  • Bollingerbands: Price Close, length 20, Deviations 2/-2.

3) The bot should place a BUY at market each time the following is true, once per candle:

  • Looking at the previous candle close, the bottom line of the Bollingerband is ABOVE the Keltner Channel bottom line. 

  • Looking at the same previous candle close, the Price action closed below the 20 SMA

4) Behavior. Here are some critical behaviors that needs to occur.

  • The first order that is placed becomes the "Order of reference."  All subsequent orders for this set should contain the same TP values and SL values as this Order of Reference. 
  • When the first order is made, make a variable to remember what the value of the top +2dev bollingerband is, we'll use this for a stoploss later after TP1 is closed.
  • When all orders are closed, the next order to open becomes a new set. 
  • Each set should have it's own identifier so that multiple sets can be made with the EA across several different charts at the same time.
  • The stoploss placed for the first order should be -4 standard deviations.
  • This order should have a take profit #1 (close half open lots) at 3 standard Deviations and a take profit #2 (final half) at 4 standard Deviations. 
  • When #1 Take profit is hit, move the stop loss to the +2 standard Deviations variable.
  • After an order is opened and the next candle closes with the qualifying requirements as described in number 3) are still true, open up another order. The new order that opens should have the same take profit and stoploss that match the "Order of reference" and not be recalculated based on it's new opening levels.
5) User Defined variables.  Here are the customization items that should be included in the menu settings.  Most of them are to have the core process customizable.
  • Max Orders: Default 10.There should be a user definable "max orders".  This is the number of orders the bot is allowed to have open per set at the same time per chart.
  • Order size: Default 0.02
  • Stop Loss Deviation: Default -4
  • Take Profit 1: Default +3 Deviations
  • Take Profit 1 Percent close: Default 50% (This is what percentage of the open orders close at TP1)
  • Take Profit 2: Default 4 Deviations
  • After take Profit 1, move stop loss to Deviation #: Default 2. (0 would be Break Even).
  • MagicNumber

7) Particulars and details.

  • Sometimes a situation will occur where the candle close triggers a new set of trades but the next candle closes above the 20sma (no new trade), but the candle after that closes below the 20sma and the bottom bollingerband is still above the Keltner channel bottom line, making trade number two. This trade is still apart of the first set, even though one candle in between did not trigger a trade.
  • Please check out the attachment image for how a trade will take place. I am happy to make more examples.

8) Absolute requirements. 

  • I must retain full exclusive rights to the EA the code in all appropriate formats and receive the final version's code in it's entirety that matches the final EA provided.
  • I must retain the rights to modify, improve, and/or destroy the final product and all other iterations at my discretion.
  • i must retain the rights to improve the bot with another developer after our project is completed.
  • I must retain the rights to distribute the code at my discretion, even if for monetary gain that doesn't benefit the programer.

I am willing to support you the programmer with any details that you require. I am a loyal customer and will return with additional projects in the future if you want them!


Robert




















































































































































File:

Con risposta

1
Sviluppatore 1
Valutazioni
(272)
Progetti
401
27%
Arbitraggio
39
41% / 49%
In ritardo
1
0%
Gratuito
2
Sviluppatore 2
Valutazioni
(28)
Progetti
36
31%
Arbitraggio
1
100% / 0%
In ritardo
7
19%
Caricato
3
Sviluppatore 3
Valutazioni
(308)
Progetti
553
35%
Arbitraggio
79
32% / 42%
In ritardo
200
36%
Caricato
4
Sviluppatore 4
Valutazioni
(2642)
Progetti
3357
68%
Arbitraggio
77
48% / 14%
In ritardo
342
10%
Gratuito
Pubblicati: 1 codice
5
Sviluppatore 5
Valutazioni
(116)
Progetti
137
36%
Arbitraggio
16
13% / 69%
In ritardo
9
7%
Gratuito
6
Sviluppatore 6
Valutazioni
(206)
Progetti
333
35%
Arbitraggio
66
12% / 58%
In ritardo
87
26%
Gratuito
7
Sviluppatore 7
Valutazioni
(2)
Progetti
2
50%
Arbitraggio
0
In ritardo
0
Gratuito
8
Sviluppatore 8
Valutazioni
(19)
Progetti
33
55%
Arbitraggio
5
80% / 20%
In ritardo
3
9%
Gratuito
9
Sviluppatore 9
Valutazioni
(11)
Progetti
14
43%
Arbitraggio
1
100% / 0%
In ritardo
0
Gratuito
10
Sviluppatore 10
Valutazioni
(64)
Progetti
77
55%
Arbitraggio
4
0% / 25%
In ritardo
1
1%
In elaborazione
Pubblicati: 6 codici
11
Sviluppatore 11
Valutazioni
(119)
Progetti
169
38%
Arbitraggio
9
78% / 22%
In ritardo
15
9%
Gratuito
12
Sviluppatore 12
Valutazioni
(574)
Progetti
945
47%
Arbitraggio
309
58% / 27%
In ritardo
125
13%
Gratuito
13
Sviluppatore 13
Valutazioni
(68)
Progetti
111
69%
Arbitraggio
1
100% / 0%
In ritardo
2
2%
Gratuito
14
Sviluppatore 14
Valutazioni
(72)
Progetti
80
10%
Arbitraggio
38
8% / 58%
In ritardo
6
8%
Gratuito
Ordini simili
Adapt existing MT5 EA to trade directly on crypto exchange (BingX/Bitmart/Bitget/XT.com) instead of forex broker. Required Work: 1. Market Data DLL WebSocket connection for real-time exchange prices Custom symbol in MT5 (e.g., FIGHTUSDT) Live OHLCV data feed to chart 2. Trading Library DLL Functions: SendOrder, GetPositions, GetBalance, ClosePosition, ModifyOrder API authentication (HMAC-SHA256) Support for
2 FX pairs M15 execution with higher timeframe bias Session-based trading (UK time) Fixed % risk per trade Controlled pyramiding (add to winners only) Strict daily loss limits (FTMO-style) Proper order handling (SL always set) Basic logging (CSV) Strategy logic will be provided in detail after NDA / agreement. Must deliver: Source code (.mq5) Compiled file (.ex5) Clean, well-commented code Short support window for
Hi, are you able to create a script/indicator on tradingview that displays a chart screener and it allows me to input multiple tickers on the rows. then the colums with be like "premarket high, premarket low, previous day high, previous day low" . When each or both of the levels break, there will pop up a circle on the chart screener, signaling to me what names are above both PM high and previous day high or maybe
I need an Expert Advisor for MetaTrader 5 (MQL5) to trade XAUUSD based on a simple price movement cycle. Strategy logic: • The EA opens a Buy and a Sell at the same time (one pair per cycle). • Only ONE Sell position must exist at any time. • Every Buy must be opened together with a Sell. Cycle rules: • Step movement = 10 USD in gold price. • CycleEntryPrice = the OPEN PRICE of the last cycle BUY order. • If price
I am looking for a professional MQL5 developer to build a MetaTrader 5 Expert Advisor from scratch. The EA will be called LadyKiller EA. It must trade only the following instruments: • XAUUSD (Gold) • US30 / Dow Jones Index Requirements: • Strong and reliable buy and sell entry logic • Stop Loss and Take Profit system • Risk management (lot size control) • Maximum trades protection • Drawdown protection • Trend
I need an mql5 EA which can be used with 100$ capital very low drawdown The EA should be high frequency trading special for XAUUSD and btcusd or binary options but also the EA should be testable via strategy tester and demo test for five days is needed NO SELECTION CAN BE DONE WITHOUT TESTING when applying make sure you send the backtester results with demo EA testable via strategy tester
Hello, I'm looking to find out the cost of creating a mobile trading robot. I've tried to describe it as thoroughly as possible in the following document. I look forward to your response. I'd like to know the costs, delivery time, and how you plan to implement it before making a decision
I have an existing MT5 Expert Advisor (“E-Core”). I need an experienced MQL5 developer to integrate a structured risk management upgrade and a higher timeframe trend filter into the current code. Two files will be provided: 1️⃣ E-Core Source Code (Current Version) 2️⃣ Update Instructions File (contains exact inputs, functions, and logic to integrate) The developer must: Integrate the update logic
DO NOT RESPOND TO WORK WITH ANY AI. ( I CAN ALSO DO THAT ) NEED REAL DEVELOPING SKILL Hedge Add-On Rules for Existing EA Core Idea SL becomes hypothetical (virtual) for the initial basket and for the hedge basket . When price hits the virtual SL level , EA does not close the losing trades. Instead, EA opens one hedge basket in the opposite direction. Original basket direction Hedge basket direction (opposite) Inputs
Billionflow 30 - 100 USD
Trading specifications: Indicators: Bollinger band ( Period 40, Deviation 1 apply to close) Moving Average (Exponential ) Period 17 applied to high Moving Average ( Exponential ) Period 17 applied to low But Signal enter a buy trade when prices crosses the lower band of the bollinger band up and also crosses the moving average channel of high and low the reverse is true for sell signal

Informazioni sul progetto

Budget
100+ USD