EA with ICHIMOKU and other indicators

MQL5 Esperti

Lavoro terminato

Tempo di esecuzione 3 ore
Feedback del cliente
Dutiful, quick to understand, and expert in implementing the idea.
Feedback del dipendente
Very Professional.

Specifiche

Indicators - Ichimoku, RSI, MACD, DeMarker. Use default values for all indicators.


To make the explanation simpler for Ichimoku:

Tenkan-sen = red

Kijun-sen = blue

Senkou-span A (Up Sumo)  = brown

Senkou-span B (Down Kumo) = thistle

Chikou span is not needed.


For the first signal, there is the Previous candle and Signal candle.


Sell signal 1 : Red crosses and goes above blue from below at the close of a candle (The signal candle). Thistle above brown. Red and blue below brown. Red, blue, brown and thistle above the market before and after the crossing (i.e on the signal candle and the previous candle). Open trade on the next candle.

Buy signal 1: Blue crosses and goes above red from below at the close of a candle (The signal candle). Brown above thistle. Red and blue above brown. Red, blue, brown and thistle below the market before and after the crossing (i.e on the signal candle and the previous candle). Open trade on the next candle.


For the second signal, there are two signal candles (one is for confirmation)


Sell Signal 2:  Red becomes level (same value) with blue from below at the close of a candle (The first signal candle). Check the close of the next candle (The second signal candle) to see if the value for red and blue remains the same (equal and same as the first signal candle), so it should be a straight horizontal line ideally. Thistle above brown, and they are both above the market in the second signal candle. For the second signal candle: RSI within a given range. MACD within a given range. DeMarker within a given range. Open trade on the next candle.

Buy Signal 2:  Blue becomes level (same value) with red from below at the close of a candle (The first signal candle). Check the close of the next candle (The second signal candle) to see if the value for red and blue remains the same (equal and same as the first signal candle), so it should be a straight horizontal line ideally. Brown above thistle and they are both below the market in the second signal candle. For the second signal candle: RSI within a given range. MACD within a given range. DeMarker within a given range. Open trade on the next candle.


NB -  the market should not be within the Senkou cloud at any point.


Inputs:

Lot size - int/float

SL - int, number of pips, ignore the input if set to 0

Tp - int, number of pips, ignore the input if set to 0

Clock for buy - int, countdown in minutes to close trade. If set to 10, close trade after 10mins if sl or tp is not hit, ignore the input if set to 0

Clock for sell - int, countdown in minutes to close trade. If set to 10, close trade after 10mins if sl or tp is not hit, ignore the input if set to 0

Trade type - dropdown options - buy,sell or both.

Buy signal - dropdown options - signal 1, signal 2, or both

Sell signal - dropdown options - signal 1, signal 2, or both

RSI upper range - int, signal valid if RSI < the given value, ignore the input if set to 0

RSI lower range - int, signal valid if RSI > the given value, ignore the input if set to 0

MACD upper range - int, signal valid if MACD < the given value, ignore the input if set to 0

MACD lower range - int, signal valid if MACD > the given value, ignore the input if set to 0

DeMarker upper range - int, signal valid if DeM < the given value, ignore the input if set to 0

DeMarker lower range - int, signal valid if DeM > the given value, ignore the input if set to 0


For the indicators with range, there are times when I would need just an upper range, so value < 90 for example. In that case, only the upper range would be set, and lower range would be left as 0 indicating it should not be used. Any questions, feel free to ask. I believe it is very straightforward.




Con risposta

1
Sviluppatore 1
Valutazioni
(11)
Progetti
16
25%
Arbitraggio
4
25% / 25%
In ritardo
1
6%
Gratuito
2
Sviluppatore 2
Valutazioni
(600)
Progetti
933
46%
Arbitraggio
31
39% / 29%
In ritardo
93
10%
In elaborazione
3
Sviluppatore 3
Valutazioni
(11)
Progetti
26
27%
Arbitraggio
3
0% / 0%
In ritardo
1
4%
Caricato
4
Sviluppatore 4
Valutazioni
(215)
Progetti
349
16%
Arbitraggio
22
41% / 32%
In ritardo
18
5%
Occupato
5
Sviluppatore 5
Valutazioni
(173)
Progetti
246
22%
Arbitraggio
17
65% / 18%
In ritardo
1
0%
Caricato
6
Sviluppatore 6
Valutazioni
Progetti
1
0%
Arbitraggio
2
0% / 0%
In ritardo
0
In elaborazione
7
Sviluppatore 7
Valutazioni
(100)
Progetti
111
58%
Arbitraggio
0
In ritardo
0
In elaborazione
8
Sviluppatore 8
Valutazioni
(44)
Progetti
62
52%
Arbitraggio
3
0% / 0%
In ritardo
1
2%
Gratuito
Ordini simili
Project Overview: The project is to convert a high-frequency trading strategy from TradingView’s PineScript into an automated MQL5 Expert Advisor (EA). Additional features will be added to the EA which are not part of the TradingView PineScript, details are added below. Key Requirements: Experience: Strong expertise in both TradingView PineScript, MQL5, and FOREX trading is essential. The MQL5 EA must closely
Dear All, I need an RISK to REWARD Ratio expert advisor for top to bottom, support and resistance and order block strategy. If the developer has any good risk to reward strategy, I will apprecaite. Kindly provide me the EA, I will test it on my demo account from Monday till friday - And the payment gets released on Friday upon the results The EA should also be able to give TRUE and honest back test results. The ea
Hello, I am looking for a programmer who can develop or already has an EA in their portfolio that works with the Breakout technique. It must have the ability to select the candles on which to calculate the highs and minis, it must give the ability to set the time of day in which to enter pendindig orders and if present also a chart panel seems welcome. It must be performant and already with SET file ready
The EA should have the input of the indicator for i will be putting my own settings Buy/sell order conditions to be met before an order is executed 1. BUY ORDERS; a weak/strong low signal appears and must be touching/sitting on a previous buy order block while discount lower band block is also touching the previous buy OB 2. Trade per OB: in the EA input it should have an option of trade per OB and the no.of trades
Please kindly assist me to modify my EA for free. The EA is working already working on candlestick patterns and staking position. So modify it if the reversal candlestick closed, open a pending limit positions on the OB/FVG on any time frame of my choice on the input parameters H1 , H4 or D1 , before it starts staking positions on M5,M15 TF
I have created a Timeframe Panel indicator in mql5. The indicator scans for all open charts on the platform and it creates a panel that contains all the open symbols and next to it it contains all the timeframes for each symbol. When i attach the indicator to 4-5 charts then it makes many times the chart to freeze and the price feed of the chart stops. I want an experienced mql5 to make the indicator not to freeze
Hi, I will use: 5 indicators to find main trend , 5indicators to find current trend, find pivot point, support/resistance, reversel candle then entry.......indicators are available on mt5. *Dashboard chart will show on the chart as all indicators result,,,,as MA,MACD, bullish or bearish ,,,,add all others features days of trading,,,,hrs,,,etc
Ea already has it way of placing order by putting pending orders when candle open in the direction of the previous candle .All function of the ea should be maintained nothing should change. I want ea should have a compounding order function,which allow ea place multiple pending order in the form of grid with a compounding pips interval function(the distance between two pending orders) in accordance to original ea
I want Ea tht will work on boom and crash only. The ea must work in m1 / m5 and it must scalp . I want the ea grow small account like 10 usd to 100/50 usd daily.. boom and crash no loss . The developer must came with the strategy... this ea is for small account
I need someone who can get a very profitable set-file for my EA I have an EA which opens trade after every candle or only once a signal is confirmed if selected. The EA can switch from selling to buying using MA depending on the trend. The EA can generate signals from more than one time frame if selected before executing trades. For example, it can analyse H1,M30,M15,M5 and enter trades if all the signals are in one

Informazioni sul progetto

Budget
30+ USD
Per lo sviluppatore
27 USD
Scadenze
a 1 giorno(i)