I need a trading robot based on price action and candle stick patterns (No indicators involved)

MQL5 Experts

Trabalho concluído

Tempo de execução 7 dias

Termos de Referência


The ROBOT should have the following Functionalities:

  1. If the Robot is put on the chart and activated, when I click BUY, It should keep BUYING after the close of every BUY (BULLISH) candle. Same way, if I click SELL, It Should Keep SELLING after the close of every BEARISH Candle based on the Time Frame specified in the parameter box. Eg; If the Robot is activated on the 15 Mins Time Frame Chart and I Click BUY, after every 15 Mins BUY (BULLISH) candle that closes, a new position/trade should be opened. Same way when I Click SELL, after every  15 Mins SELL( BEARISH) candle that closes, a new position/trade should be opened.

  2. The Robot should NOT SELL/BUY when there are pullback candles closing or forming. Eg When market direction is UP TREND (BULLISH) and I Click BUY on 15 Mins Chart, The ROBOT should keep opening trades after every 15 Mins BUY (BULLISH) candle closes and NOT SELL anytime there are BEARISH candles closing or forming, whiles previously opened BUY trades keeps running till PRICE reaches my TAKE PROFIT in the BUY (BULLISH) DIRECTION. Same way,  when market direction is BEARISH and i click SELL on the 15 Mins Chart, The ROBOT should keep opening trades after the close of every 15 Mins SELL (BEARISH) candles close and NOT BUY anytime there are BULLISH candles closing or forming, whiles previously opened SELL (BEARISH) trades keeps running till PRICE reaches my TAKE PROFIT in the SELL (BEARISH) DIRECTION.

 3. The Robot should open a specified number of positions after the close of every candle based on the Time Frame when specified in the "Number of Positions" section of the parameter box. eg when I specify "2" in the NUMBER OF POSITIONS section of the parameters, after the close of every BULLISH OR BEARISH candle, "2" positions should be opened.

 4. When spread is more than a specified number of pips in the "Spread Filter" section of the parameter box,it should not open any more trades or positions.

 5. The Robot should automatically adjust Stop Losses of all opened positions/trades on a currency pair to a specified price on the chart when specified in the Hyper SL (Stop Loss) section in the parameter box.

 6. The Robot should automatically adjust Take Profits of all opened positions/trades on a currency pair to a specified price on the chart when specified in the Hyper TP (Take Profit) section in the parameter box.

 7. The Robot should work on all Time Frames (1M, 5M, 15M, 1H, 4H etc). The Time Frame in the parameter box should contain a drop down menu of all the Time Frames. The ROBOT should open trades based on the Time Frame selected in the drop down menu.

NOTE: The ROBOT should work the same way when activated on multiple currency pairs at the same time. Eg When I activate the ROBOT on a specified currency pair like GBP/USD based on the parameters provided and trades are actively running, when I activate the ROBOT on another specified currency pair like XAU/USD based on the parameters, trades on both GBP/USD and XAU/USD currency pairs should be actively running at the same. 


The robot should have the following parameters.

1. Currency Pair:

2. Lot size:

3. Buy/Sell:

4. Number of positions:

5. TF (Time Frame):

6. Spread Filter:

7. Hyper SL (Stop Loss):

8. Hyper TP (Take Profit):  


If you need more info or clarity, when you are selected, i will keep you posted.


Respondido

1
Desenvolvedor 1
Classificação
(21)
Projetos
25
8%
Arbitragem
6
17% / 17%
Expirado
3
12%
Ocupado
2
Desenvolvedor 2
Classificação
(10)
Projetos
25
28%
Arbitragem
1
0% / 0%
Expirado
1
4%
Trabalhando
3
Desenvolvedor 3
Classificação
(50)
Projetos
56
7%
Arbitragem
18
17% / 39%
Expirado
3
5%
Ocupado
4
Desenvolvedor 4
Classificação
(171)
Projetos
282
15%
Arbitragem
20
40% / 35%
Expirado
14
5%
Ocupado
5
Desenvolvedor 5
Classificação
(2406)
Projetos
3020
65%
Arbitragem
77
47% / 14%
Expirado
340
11%
Trabalhando
6
Desenvolvedor 6
Classificação
(138)
Projetos
199
80%
Arbitragem
17
29% / 47%
Expirado
10
5%
Trabalhando
7
Desenvolvedor 7
Classificação
(9)
Projetos
14
14%
Arbitragem
1
0% / 100%
Expirado
1
7%
Trabalhando
8
Desenvolvedor 8
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
9
Desenvolvedor 9
Classificação
(6)
Projetos
9
0%
Arbitragem
0
Expirado
0
Trabalhando
10
Desenvolvedor 10
Classificação
(435)
Projetos
492
34%
Arbitragem
25
40% / 48%
Expirado
7
1%
Carregado
11
Desenvolvedor 11
Classificação
(3)
Projetos
1
0%
Arbitragem
2
0% / 100%
Expirado
0
Trabalhando
12
Desenvolvedor 12
Classificação
(13)
Projetos
21
19%
Arbitragem
7
43% / 29%
Expirado
3
14%
Trabalhando
13
Desenvolvedor 13
Classificação
(55)
Projetos
163
69%
Arbitragem
4
100% / 0%
Expirado
1
1%
Livre
Pedidos semelhantes
I don't see signals on the chart .... On mt4 it's perfect...but when I converted it to Tradingview by a guy on this platform it doesn't show any signals, kindly bid on it and let me know if you can do it, And also check it thoroughly that you can do it okay
Build EA Trading Utilitis to Fixed SL and Trailing by Pips in all Trade open from MT5 Account.. Utilities setting will allow us to add fix Stop Loss and Take Profit values in Pips, Automatic break even, Allow to Add multiple Trailing stop, Partial closing
Designing and programming a trading strategy for an automated trading robot requires a comprehensive approach that involves several steps: 1. **Define Strategy**: Decide on the trading strategy you want to automate (e.g., moving average crossover, mean reversion, breakout strategies). 2. **Choose Platform**: Select a trading platform or framework that supports automated trading. Examples include MetaTrader (MQL)
I need someone who can code a robot using a channel indicator. I have the indicator with me but it isn't mine and I don't have the source code as well. If you can generate something similar to that , then it would be cool KINDLY NOT THAT MY BUDGET IS FOR BOTH MT4 AND MT5 PLATFORMS The EA should have 1. An option that I can change it parameters 2. The EA should sell on every bearish candle that closes after it touches
// @version= 5 strategy ( "Supertrend Strategy" , overlay = true , default_qty_type = strategy.percent_of_equity , default_qty_value = 15 ) // Input parameters atrPeriod = input ( 10 , "ATR Length" ) factor = input.float ( 3.0 , "Factor" , step = 0.01 ) trailATR = input.int ( 1 , "ATR Trail" , minval = 1 ) // Calculate Supertrend [ _ , trendUp ] = ta.supertrend ( factor , atrPeriod ) // Entry conditions longEntry =
I have an indicator which highlights order blocks with break of structure in line with the smc/ict concept. I further want to enhance the indicator to have a bulk entry and bulk close feature with auto sl and tp on each entry. Isit possible, if yes, hit me up
Convert MT4 EA to MT5 30 - 50 USD
Specification o I want Hidden Stop-Loss and Take-Profit EA for MT4 that will operate on MT5 platform. o It will function in both forex demo and real account. o It will apply to any currency pair, in any time frame. o MQL5 Source Code required on completion. You can download a free copy of MT4 Hidden Stop-Loss and Take-Profit EA for MT4 along with its source code at
there is an existing free expert advisor by the name Expert_RSI_Stochastic_MA which soothes my trading strategy but it will perform better if a custom indicator by the name daily percentage change added as a main condition to be met before other conditions and the trade executed. i mean for a long trade to be considered the DPC indicator must be green while for a short trade the DPC must be in red percentage. in
I have these two scripts for placing orders with stoploss, and modify current positions and close partial orders. My scripts are mt5 to dxtrade bridge, and mt5 to tradelocker bridge. I can provide demo accounts for your testing. Your job is to make them work without errors
I don't see signals on the chart .... On mt4 it's perfect...but when I converted it to Tradingview by a guy on here it doesn't show any signals, I need an expert that can help me to work on it, that can also work on more projects, Thanks, I have $20 for this project now, If you think is too small and you want to charge $30, i can pay you the rest later on

Informações sobre o projeto

Orçamento
30 - 60 USD
Desenvolvedor
27 - 54 USD
Prazo
de 1 para 7 dias