T3 EA

MQL5 Indicators Experts

Job finished

Execution time 2 days
Feedback from customer
Another EA developed, another job very well done. 5 stars.
Feedback from employee
Thank you for your order.

Specification

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.

 

Responded

1
Developer 1
Rating
(1)
Projects
1
0%
Arbitration
0
Overdue
0
Free
2
Developer 2
Rating
(90)
Projects
159
61%
Arbitration
40
18% / 63%
Overdue
70
44%
Free
3
Developer 3
Rating
(71)
Projects
254
53%
Arbitration
16
50% / 38%
Overdue
83
33%
Free
4
Developer 4
Rating
(59)
Projects
182
55%
Arbitration
31
45% / 16%
Overdue
103
57%
Free
5
Developer 5
Rating
(182)
Projects
342
42%
Arbitration
118
12% / 73%
Overdue
104
30%
Free
6
Developer 6
Rating
(548)
Projects
825
73%
Arbitration
15
53% / 13%
Overdue
193
23%
Working
7
Developer 7
Rating
Projects
2
0%
Arbitration
0
Overdue
0
Free
8
Developer 8
Rating
(187)
Projects
367
56%
Arbitration
45
22% / 56%
Overdue
188
51%
Free
9
Developer 9
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
10
Developer 10
Rating
(54)
Projects
164
43%
Arbitration
43
47% / 16%
Overdue
58
35%
Free
11
Developer 11
Rating
(490)
Projects
1016
58%
Arbitration
29
28% / 24%
Overdue
132
13%
Free
Similar orders
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
Hello, This is pretty simple and its an indicator with On/Off button 1-Off will remove all indicator from the chart. 2-On will put them all back again with the same settings
Trading bot 300+ USD
We need bot that trades when medium and low impact news hits It will release pending order both directions few min prior to news impact And will have certain risk management strategy attached Example If Monday and Tuesday news successful clears profits It will reduce risk for next news events until new week starts each week message on tg: Dstatewealthtrading NOTE: 4 YAERS OF EXPERIENCE UPWORD, YOU MUST BE A
I need someone the create a supertrend indicator based on Heikin Ashi candles instead of normal candles. Needs to be exactly the same as the supertrend (original one) + ha from tradingview. In m1,m5,m15 the indicator must have the same values ​​found with the tradingview. Work that meets this requirement will be accepted ( depending on the broker and spread, however, a few pips of difference will be accepted)
Here is a detailed instruction for the coder to implement the vertical lines based on the BrainTrainSignalAlert indicator: --- **Task: Implement Vertical Lines for Alerts from BrainTrainSignalAlert Indicator** **Objective:** Create a system that adds vertical lines on specified timeframes (M5 or M30) whenever an alert is generated by the BrainTrainSignalAlert indicator on the H1, H4, and D1 timeframes. The lines
Hello Guys! I want to modify/fix the indicator that uses sequential type of entries (it calculates from 1 to 9) and if the conditions are met it provides an arrow (signal) with alert. The problem is that, sometimes (for unknown for me reasons) it repaints arrow signal. Like on the picture: Signal 1 - correct signal Signal 2 - correct signal Signal 3 - correct signal Signal 4 - repaints (signal 3 arrow dissapeared
Hi, I have a Live Data feature for my trading accounts that lets me check details like total open positions, number of lots, profits, etc. I need someone to add the number of pending orders to this live data. This is important for me to ensure that all accounts have the same number of pending orders, since I use a copy trading system. Also, there is a website where I check all the data. In this case, you would need

Project information

Budget