An expert advisor using TDI and snake

MQL4 Indicatori Esperti

Specifiche

TDI Expert Advisor Specifications

I am looking for an Expert Advisor that will use the TDI indicator to open buy/sell market orders

·         Traders Dynamic Index(TDI). Here is the link to download the TDI indicator source code: https://www.earnforex.com/metatrader-indicators/Traders-Dynamic-Index/

The EA must use two timeframes to confirm the buy/sell entry(The currently opened timeframe and an optional higher timeframe.

The EA must only open buy/sell orders when the following conditions are met on the closing of the current candlestick on the current open timeframe.

For Buy condition the following two conditions should be met

 

1.       TDI green line must cross over the red line(on the currently open timeframe) EA must open order at point of crossover

2.       And TDI green line must be anywhere ontop of the red line(on the optional higher timeframe)

                                                                                                           

1.Currently opened timeframe crossover(e.g M15)                         2.Optional higher timeframe(e.g H1)

 

For Sell condition the following two conditions should be met

 

1.       TDI red line must cross over the green line(on the currently open timeframe) EA must open order at point of crossover

2.       And TDI red line must be anywhere ontop of the green line(on the optional higher timeframe)

                                                                                              

   1.Currently opened timeframe crossover(e.g M15)                      2.Optional higher timeframe(e.g H1)

 

N.B Another order can only be opened when the current order is closed

 

ALL TDI PARAMETERS SHOULD BE USER DEFINED(These parameters will be applied to both the currently opened timeframe and the optional higher timeframe):

RSI Period = user defined

RSI Price = user defined

Volatility band = user defined

StdDev = user defined

RSI Price line = user defined

RSI Price type = user defined

Trade Signal line = user defined

Trade Signal type = user defined

 

THE FOLLOWING ADDITIONAL PARAMETERS SHOULD BE USER DEFINED

Stop Loss = user defined

Take profit = user defined

Break even option = user defined

Manual Lot site for each trade = user defined

Automatic Lot size(calculated using percentage of equity) = user defined

Magic number for trades

Number of trades per single entry(example entre with 3 trades on one entry)

Option to select trade direction(only buy or only sell)

Optional time frame to confirm entry



Con risposta

1
Sviluppatore 1
Valutazioni
(115)
Progetti
129
18%
Arbitraggio
11
27% / 55%
In ritardo
4
3%
Gratuito
2
Sviluppatore 2
Valutazioni
(346)
Progetti
543
32%
Arbitraggio
24
67% / 8%
In ritardo
15
3%
Gratuito
3
Sviluppatore 3
Valutazioni
(2)
Progetti
4
25%
Arbitraggio
3
33% / 67%
In ritardo
1
25%
Gratuito
4
Sviluppatore 4
Valutazioni
(67)
Progetti
79
33%
Arbitraggio
6
50% / 33%
In ritardo
7
9%
Gratuito
5
Sviluppatore 5
Valutazioni
(45)
Progetti
58
33%
Arbitraggio
12
42% / 42%
In ritardo
7
12%
Gratuito
6
Sviluppatore 6
Valutazioni
(19)
Progetti
35
26%
Arbitraggio
10
30% / 70%
In ritardo
5
14%
Gratuito
7
Sviluppatore 7
Valutazioni
(88)
Progetti
143
39%
Arbitraggio
21
19% / 48%
In ritardo
30
21%
Gratuito
8
Sviluppatore 8
Valutazioni
(14)
Progetti
21
24%
Arbitraggio
9
33% / 44%
In ritardo
8
38%
Gratuito
9
Sviluppatore 9
Valutazioni
(221)
Progetti
369
66%
Arbitraggio
10
50% / 0%
In ritardo
46
12%
Gratuito
10
Sviluppatore 10
Valutazioni
(114)
Progetti
154
47%
Arbitraggio
2
0% / 50%
In ritardo
4
3%
Gratuito
11
Sviluppatore 11
Valutazioni
(199)
Progetti
287
52%
Arbitraggio
0
In ritardo
1
0%
Gratuito
12
Sviluppatore 12
Valutazioni
(2078)
Progetti
2637
61%
Arbitraggio
113
45% / 26%
In ritardo
418
16%
Caricato
13
Sviluppatore 13
Valutazioni
(87)
Progetti
114
26%
Arbitraggio
7
29% / 57%
In ritardo
5
4%
Gratuito
14
Sviluppatore 14
Valutazioni
(41)
Progetti
88
14%
Arbitraggio
30
30% / 53%
In ritardo
36
41%
In elaborazione
15
Sviluppatore 15
Valutazioni
(66)
Progetti
143
34%
Arbitraggio
10
10% / 60%
In ritardo
26
18%
Gratuito
Ordini simili
I want to make a new dashboard using 3 common indicators and the ADX indicator , which you must supply I have a MA dash which you can strip & reuse if it helps you I tried to cover all questions in the attached but i'm sure there'll be more
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px 'Helvetica Neue'} Hello Looking for someone to help me improve my current strategy on my own algorithm and to also add hedging mode
I installed the E.A. into the Experts folder in MT4. When I double click on it nothing happens. When I right click and "attach to chart" nothing happens. The E.A. is not grayed out, it simply will not attach. Any help would be greatly Appreciated
I want a program that will help calculate and enter the market on full margin for me. I just need to put in the price for entry, Stop loss and TP then it will calculate the lot sizes for entering the trade on full margin on Mt5
I am looking to develop an automated trading bot based on a strategy involving the crossing of four Simple Moving Averages (SMA). The bot should be capable of entering trades based on this strategy. Additionally, I would like to incorporate some custom diversions tailored for NinjaTrader
We are seeking a talented and experienced developer to convert two sophisticated TradingView indicators to NinjaTrader 8. These indicators are crucial for our trading strategy, and we need them to function flawlessly in the new environment. The project comes with specific usage restrictions, which will be discussed in detail with the chosen developer. Requirements: Extensive experience with both TradingView and
preciso de um robô com duas médias móveis, uma exponencial high e uma exponencial low. preciso também ter a opção de utilizar e todos os tempos gráficos e alterar os parâmetros das médias. entrada de compra será feita quando um candle de alta romper e fechar a cima da média high e fechará a posição quando um candle de baixa romper e fechar a baixo da média low. a venda será feita quando o candle de baixa romper e
Greetings, As the title suggests, I am trying to convert an indicator that calls itself via an iCustom call like this. iMAArray_Buffer[loop_1] = iCustom ( NULL , Selected_TF, MQLInfoString ( MQL_PROGRAM_NAME ), "calculate" , RPeriod, MType, MPeriod, 1 , shift); Full code will not be provided, only the position that needs fixing. I cannot get this working in MQL5 but the original code runs smoothly in MQL4. Please
I need a chart to replicate/track my equity + Balance Curve into my mt4. Also this chart i need to be able to add Stochastic / Bollingerband / Moving average on the equity/balance curve. Besides the equity curve i would like the indicator to show the Line-chart of my win + 1 and my loss -1 which results in a win-loss curve. ( i will discuss this with the choosen developer in depth. ) More information on what i want
Greetings great developer, I am in search of a highly skilled developer to assist with an exciting project. I need to convert two open-source TradingView indicators to NinjaTrader 8 and implement a usage restriction based on computer IDs. If you have experience with NinjaTrader 8 coding please let me know. I’d be happy to discuss the details further

Informazioni sul progetto

Budget
30 - 100 USD
IVA (21%): 6.3 - 21 USD
Totale: 36.3 - 121 USD
Per lo sviluppatore
27 - 90 USD
Scadenze
a 5 giorno(i)