T3 EA

MQL5 Indicatori Esperti

Lavoro terminato

Tempo di esecuzione 2 giorni
Feedback del cliente
Another EA developed, another job very well done. 5 stars.
Feedback del dipendente
Thank you for your order.

Specifiche

T3 EA

EA Rules:

T3 Indicator: T3 is an indicator which is very similar to the moving average indicator. The only difference from the moving average indicator is that the line drawn by T3 is smoother in comparison to the moving average line.

 Buy Signal:

1.       Price of a bar B1 should open below the T3 line but close above the T3 line.

2.       Once the price closes above the T3 Line:

a.       EA should calculate the entire bar length of B1 (low to high). If B1 is 50 pips in length, the EA should place a pending buy order at 50/2 (half of B1) and place a SL 1 pip below the low of B1. (see image at the end for further clarification)

b.      If on the bar open of B2, the price is already at or below 50/2 (half of B1). The EA should open a buy position immediately and place an SL 1 pip below the low of B1.

3.      If the pending buy order is not hit during B2, the pending buy order should be deleted at the close of B2.

4.      The EA should have a "SL_2_BE" field in the settings. When this field is checked the EA should move the SL to BE on the start of B3.

Sell Signal:

1.       Price of a bar B1 should open above the T3 line but close below the T3 line.

2.       Once the price closes below the T3 Line:

a.       EA should calculate the entire bar length of B1 (high to low). If B1 is 50 pips in length, the EA should place a pending sell order at 50/2 (half of B1) and place a SL 1 pip above the high of B1. (see image at the end for further clarification)

b.      If on the bar open of B2, the price is already at or above 50/2 (half of B1). The EA should open a sell position immediately and place an SL 1 pip above the high of B1.

3.       If the pending sell order is not hit during B2, the pending buy order should be deleted at the close of B2.

4.      The EA should have a "SL_2_BE" field in the settings. When this field is checked the EA should move the SL to BE on the start of B3. 

EA Modes:

EA should have the following modes:

1.       Buy: If “BUY” mode is selected, the EA should only open buy positions. In “BUY” mode there is no signal to sell or close the buy position. I would either close the position manually or use a TP to close the position.

2.       Sell: If “SELL” mode is selected, the EA should only open sell positions. In the “SELL” mode there is no signal to buy or close the sell position. I would either close the position manually or use a TP to close the position.

3.       Buy_Sell: If “Buy_Sell” mode is selected, the EA should open both buy and sell positions. In the “Buy_Sell” mode, if a buy position is open-the EA will close it once the price closes below the T3 line. The EA would then try to open a sell position by following the sell signal rules.

Time Frames:

1.       The settings of EA should allow me to specify the time frame on which to use the EA.

2.       The EA can be specified on multiple timeframes i.e. I should have the possibility of running the EA on both H8 and D1 and the EA would then open a buy position is signaled on either of H8 or D1 for that forex pair. There should be some checkbox mechanism whereby I could check any number of timeframes and the EA would then work on all of those timeframes.

3.       Once a position is opened, the EA should not open more positions on the forex pair till this position is closed.

EA Settings:

The T3 EA should have all of the existing T3 indicator variables:

·         Period of T3 average

·         Coefficientx100

·         Applied price

·         Horizontal shift in bars

·         Vertical shift in bars

In addition to this, the EA should have the following variables:

·         Slippage: The maximum no of pips allowed for slippage.

·         TF: The number of timeframes on which the EA should run.

·         Direction/Mode: buy, sell, buy_sell

·         Lot: Lot size.

·         TP: Target Price.

·         SL_indent: The no of pips above or below the close of B1. If 1.0, the SL would be placed 1 pip below the low of B1.

·         UseMail: When checked the EA should send buy/sell alerts and details of open positions or pending orders to email.

·         MaxSpread: Maximum spread allowed for the EA to open positions.

·         MaxSL: Specifies the max allowed SL. If 50, the EA should not open any position in which the SL is greater than 50 pips or in other words the length of B1 is greater than 100 pips.

Note: I am using MT5 on Alpari, which is an ECN system with 5 digits, so the EA should work on it.

 

Con risposta

1
Sviluppatore 1
Valutazioni
(1)
Progetti
1
0%
Arbitraggio
0
In ritardo
0
Gratuito
2
Sviluppatore 2
Valutazioni
(90)
Progetti
159
61%
Arbitraggio
40
18% / 63%
In ritardo
70
44%
Gratuito
3
Sviluppatore 3
Valutazioni
(71)
Progetti
254
53%
Arbitraggio
16
50% / 38%
In ritardo
83
33%
Gratuito
4
Sviluppatore 4
Valutazioni
(59)
Progetti
182
55%
Arbitraggio
31
45% / 16%
In ritardo
103
57%
Gratuito
5
Sviluppatore 5
Valutazioni
(182)
Progetti
342
42%
Arbitraggio
118
12% / 73%
In ritardo
104
30%
Gratuito
6
Sviluppatore 6
Valutazioni
(548)
Progetti
825
73%
Arbitraggio
15
53% / 13%
In ritardo
193
23%
In elaborazione
7
Sviluppatore 7
Valutazioni
Progetti
2
0%
Arbitraggio
0
In ritardo
0
Gratuito
8
Sviluppatore 8
Valutazioni
(187)
Progetti
367
56%
Arbitraggio
45
22% / 56%
In ritardo
188
51%
Gratuito
9
Sviluppatore 9
Valutazioni
Progetti
0
0%
Arbitraggio
0
In ritardo
0
Gratuito
10
Sviluppatore 10
Valutazioni
(54)
Progetti
164
43%
Arbitraggio
43
47% / 16%
In ritardo
58
35%
Gratuito
11
Sviluppatore 11
Valutazioni
(490)
Progetti
1016
58%
Arbitraggio
29
28% / 24%
In ritardo
132
13%
Gratuito
Ordini simili
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 want the script in mql5 language for my martingale strategy. The script should open trades in both directions buy and sell and if any trade closes in loss then open new trade in that direction by using the next volume and when trade closes in profit then reset the volume to first from volume list and also maximum consecutive losses limit will apply. If trades closes consecutively in losses and hits the limit then
Long Position 1. Trend Line: When a Lower High (LH) is formed, draw a trend line from the previous Higher High (HH) to the new LH. 2. Trend Line Adjustment: If a new Lower High (LH) is formed without breaking the trend line, redraw the trend line to the new LH. Draw a trend line between the Higher High (HH) and the Higher Low (HL). If a new Higher High (HH) is formed, remove the previous trend line and draw a new one
Please watch the video on this youtube channel and download the Indicator from there. https://www.youtube.com/watch?v=ldTomLu8DxE&amp ;t=32s Rules are explained on the video and the download of the indicator is on the same video
I would like an EA that follows exactly this steps to trade de daily candle. Watch the video and then see if you can do the task. https://www.youtube.com/watch?v=g3oDYq4P9ZE Document is one this link https://cdn.discordapp.com/attachments/1135977927469703230/1135978751461695598/Daily_Bias-TTrades_edu.pdf?ex=669a9a27&amp ;is=669948a7&hm=96de195f7e695a381c1261b065f67b94fae319d02a0c88641b146f8b2978320c& Should have
I have a custom EA that works fine in the live market trading, but when doing a back test in the strategy tester , it does not open sell orders. There are no errors or warnings; it just doesn't open sell orders. I've checked every possible reason that might be the reason why it does not open sell orders, but I can't find anything, especially since it works fine in the real market and it opens both buys and sells
Hi, I have an indicator from my friend, I want to copy it to my own MT5 can you do that for me. Here is the link
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 have an EA and want to add few new logic to fetch profit taking factors and other values from an external master data and use it in existing EA
Hello Every one, Good day, I want from someone professional to create an EA is working on Mt5, This EA is working by depend on some indicators, and all those indicators must be working on MACD window, not on the chart, for more details please read my attached pdf file carefully. Many Thanks

Informazioni sul progetto

Budget