Tenkan-Sen and TDI EA

MQL4 Esperti

Lavoro terminato

Tempo di esecuzione 15 giorni

Specifiche

The following EA is required to be developed. Please specify your quote in $ and the time it will take, plus when you can expect to start the job


Indicators used:

  • Tenkan-Sen (TK) - Settings definable within EA
  • TDI  - Settings and levels definable within EA

Buy Rules :

·         Candle needs to cross Tenkan and close above the Tenkan. Enter on open of next candle

·         TDI Lines clearly cross so that Green line is above Red line

Sell Rules :

·         Candle needs to cross Tenkan and close below the Tenkan. Enter on open of next candle

·         TDI Lines clearly cross so that Red line is above Green line

 

Settings : 

  • There must be a MagicNumber setting
  • Stop Loss (with trailing stop) and Take Profit settings required. I am interested to hear about your best work on trailing stop strategies. The work could go to the developer with the strongest experience in this area because the rest is simple.
  • There must be the ability to define 4 separate trading times. For example:
    • Trade Period 1 = 09:15 – 10:55
    • Trade Period 2 = 11:05 – 13:15
    • Trade Period 3 = 14:15 – 15:50
    • Trade Period 4 = 16:10 – 17:30 
  • There must be a setting to define a daily profit stop expressed as a % of account value. The EA will cease trading when the daily target is achieved. 
  • Lot size definable as % of Account Or fixed amount
  • There must be a volatility filter to discard trades when the signal candle is x% larger than the preceding Y candles. For example – do not trade based on a signal candle that is 200% larger than the average of preceding 15 candles. There must be two options for this filter - MaxVolatility and MinVolatility. Maximum will not allow trades above X% over Y candles. Minimum will only trade above X% over Y candles.
  • Email and Push alerts with summary of trade opened and closed (with profit/loss). 
  • There must be a setting (true/false) to ignore (i.e. not take) trades if TDI signal candle crossed X candles ago
  • There must be a setting (true/false) to ignore (i.e. not take) trades if Tenkin crossed X candles ago....

Close Trades when candles crosses….

  • There must be a setting (true/false) to close trades EITHER when candle closes the other side on TK or as soon as candle crosses TK
  • There must be a setting (true/false) to close trades when TDI crosses back over

These two options must work together at the same time


  • There must be a setting to specify to only open orders when candles  cross TK by X pips
  • There must be a setting (true/false) to ignore trades if TDI has crossed X times in last Y candles
  • There must be a setting (true/false) to ignore trades if TK has crossed X times in Y candles.
  • NearCross of TDI (true/false): There must be a setting to close trades (as above) when TDI lines get closer together.  CrossDistance = Reduction of distance between the two lines so that Lines are X RSI points away from each other. Example: If CrossDistance = 3 RSI points… When TDI lines have 5 points between them then keep trade open. When this reduces to 3 points then close trade.
  • There must be a setting (true/false) to determine if the signal candle must be in the same direction as trade (i.e. Bull candle for Call trade).
  • There must be a setting to ignore trades when the average of the last X candles is Y pips.


 

Con risposta

1
Sviluppatore 1
Valutazioni
(2441)
Progetti
3076
66%
Arbitraggio
77
48% / 14%
In ritardo
340
11%
In elaborazione
2
Sviluppatore 2
Valutazioni
(47)
Progetti
140
49%
Arbitraggio
9
56% / 0%
In ritardo
27
19%
Gratuito
3
Sviluppatore 3
Valutazioni
(133)
Progetti
185
30%
Arbitraggio
77
9% / 73%
In ritardo
77
42%
Gratuito
4
Sviluppatore 4
Valutazioni
(195)
Progetti
395
28%
Arbitraggio
155
20% / 52%
In ritardo
112
28%
Gratuito
5
Sviluppatore 5
Valutazioni
(118)
Progetti
201
42%
Arbitraggio
44
9% / 68%
In ritardo
47
23%
Gratuito
6
Sviluppatore 6
Valutazioni
(8)
Progetti
9
0%
Arbitraggio
6
0% / 100%
In ritardo
4
44%
Gratuito
7
Sviluppatore 7
Valutazioni
(1859)
Progetti
3463
88%
Arbitraggio
73
40% / 15%
In ritardo
265
8%
Gratuito
8
Sviluppatore 8
Valutazioni
(266)
Progetti
540
50%
Arbitraggio
55
40% / 36%
In ritardo
224
41%
In elaborazione
9
Sviluppatore 9
Valutazioni
(187)
Progetti
367
56%
Arbitraggio
45
22% / 56%
In ritardo
188
51%
Gratuito
10
Sviluppatore 10
Valutazioni
(320)
Progetti
523
66%
Arbitraggio
52
21% / 38%
In ritardo
167
32%
In elaborazione
Ordini simili
Zzz 30+ USD
// กำหนดค่าตัวแปรพื้นฐาน input double lotSize = 0.1; // ขนาดล็อตที่ต้องการ input int takeProfit = 50; // ระยะ Take Profit (จุด) input int stopLoss = 50; // ระยะ Stop Loss (จุด) input int magicNumber = 123456; // หมายเลข Magic Number input int smaPeriod = 14; // ช่วงเวลา Simple Moving Average (SMA) // เวลาที่ออเดอร์ล่าสุดถูกเปิด datetime lastOrderTime = 0; // ฟังก์ชั่นหลักของ EA void OnTick() { //
Mobile robot 50 - 100 USD
I want a profitable scalping EA robot for mt5 and mobile phones (licence key should be provided).the video link attached below indicates how the EA robot should operate it.it analyses the market before taking trades and it trades candle to candle .also coding samples are provided on the video .it should be applicable to all timeframes.it should trade indices(Nas100,US30,S&p500,GER30,)
I use the translator I hope to make myself understood. I'm looking for a cyclical indicator. mt5. I attach videos to understand how it works. to be inserted at any point of the graph. It is possible to change the color and thickness of the line
This EA must have the following functions together: BE: place BE when the price reach a certain gain in PIPS and you can choose the offset too, so, for example it activates after 10 pips with 1 pip of offset so you can have profit with BE too Auto SL and TP Can manage the trades made by phone when MT5 is open in the PC or VPS Trailing stop (step by step): I can decide at what number of pips the trailing stop get
This is a strategy based on crossing two trend indicators on the second timeframe (1s, for example). We work not only with the market but with the limit orders as well (robot must "read" an order book). Read the whole instruction please for more details. Speak Russian, English
Martingale EA for MT5 30 - 100 USD
Criteria: Only one trade at a time. Cannot open another trade if one is running Trade on EURUSD only, once job is completed I will be happy to schedule more for other pairs You choose entry strategy and criteria win rate must be above 50% in long term backtest of EURUSD Every trade has got TP and SL Trades to last about a day, few trades a week, at least 10 pips gain per trade, so that it can be launched on normal
I have a indicator, mql file. The signals are seen below on a EURNZD H1 chart. Very important to get accurate entries. The signal to trade is the first tic after the the indicator signal paints. I've tried to demonstrate that below. Other than that the EA will have a lot size escalation, an on-screen pip counter, a button to stop taking new trades, SL/TP, and magic number. I would like the indicator to be within the
I would like to create an EA based on the Shved Supply and Demand indicator. you can find the Shved Supply and Demand v1.7 indicator in the following link https://www.mql5.com/en/code/29395 NB: Checks the trading robot must pass before publication in the Market ( https://www.mql5.com/en/articles/2555 ) MQ5 file to be provided
Im looking for an coder to code an EA: Trade management 1. opening trades according to the indicator 2. trades settings to choose from like: open all trades according to the signal open only trade 1,2,3 or 4 % per trade ( example 50/30/20 of the lot settings, with 4 trades it would be for example 50/30/10/10) 3. SL/Trailing settings: Move SL to entry after hitting TP1/TP2 or TP3 moving SL by % keep the original SL
Hi I'm looking to have 2 of my pinescript strategies converted to MQL5 and was wondering if you could first give me a quote for the more simple strategy and then for both the simple and complex strategy together. The simple strategy is a MACD crossover type thing that uses a special EMA script that filters out some ranging price action and also fractal candles for the stop loss. The second strategy is market

Informazioni sul progetto

Budget