New expert

MQL4 Esperti

Lavoro terminato

Tempo di esecuzione 6 giorni
Feedback del cliente
programmer very prepared. the work delivered before the deadline. council to work with him. I am very happy with the work.

Specifiche

Expert stochastic program:c

K% from top to bottom crosses the mainline overbought (80,70,etc) OPEN SELL. Closes the operation when it reaches the oversold line (20,30,etc). 
K% from bottom to top crosses the mainline oversold (20,30,etc) OPEN BUY. Closes the operation when it reaches the overbought line (80,70,etc). 
D% from top to bottom crosses the signalline overbought (80,70,etc) OPEN SELL. Closes the operation when it ceaches the oversold line (20,30,etc).
D% from bottom to top crosses the signalline oversold (20,30,etc) OPEN BUY. Closes the operation when it reaches the overbought line (80,70,etc). 

WORKING ON ALL CURRENCIES
WORKING ON ALL THE TIME FRAME



EXTERNAL VARIABLES:
- change the parameters of classical STOCHASTIC from (5.3.3) to ... 8.3.4 .. 9.4.3 .. 20.10.4 etc.; 
- CHANGING LEVELS classic overbought / oversold by (80.20) to ...70.30 ... 66.33 ... 90.10 ... etc.
- LEVERAGE = XX.xx
- CHANGE LEVERAGE (0.00) ... 1.00, 1.50, 2.53, 9.71, ETC.
- K% LOTS NUMBER: XX.xx
- D% LOTS NUMBER: multiple of K% (1X, 2X,3X)
- k% and D% LOTS OF DYNAMIC MANAGEMENT (TRUE OR FALSE)
(double CalcLotSize() {
//n° LOTTI = LEVA * SALDO CONTO / 100.000
//double l_LotSize;
//g_Leva = 1;
double l_LotSize = g_Leva * AccountBalance() / 100000;)

- LOTS: MINI/MICRO (TRUE OR FALSE)
- TRAILING STOP: XX.xx (TRUE OR FALSE)
- TAKE PROFIT: XX.xx (TRUE OR FALSE)
- STOP LOSS: XX.xx (TRUE OR FALSE)

Con risposta

1
Sviluppatore 1
Valutazioni
Progetti
2
50%
Arbitraggio
0
In ritardo
0
Gratuito
2
Sviluppatore 2
Valutazioni
(807)
Progetti
1382
72%
Arbitraggio
113
29% / 48%
In ritardo
343
25%
Caricato
3
Sviluppatore 3
Valutazioni
(491)
Progetti
1017
58%
Arbitraggio
29
28% / 24%
In ritardo
132
13%
Gratuito
4
Sviluppatore 4
Valutazioni
(82)
Progetti
150
29%
Arbitraggio
9
44% / 11%
In ritardo
46
31%
Gratuito
5
Sviluppatore 5
Valutazioni
(182)
Progetti
342
42%
Arbitraggio
118
12% / 73%
In ritardo
104
30%
Gratuito
6
Sviluppatore 6
Valutazioni
(63)
Progetti
80
28%
Arbitraggio
17
12% / 76%
In ritardo
48
60%
Gratuito
7
Sviluppatore 7
Valutazioni
(13)
Progetti
20
30%
Arbitraggio
5
20% / 80%
In ritardo
5
25%
Gratuito
8
Sviluppatore 8
Valutazioni
(20)
Progetti
46
54%
Arbitraggio
3
67% / 0%
In ritardo
14
30%
Gratuito
9
Sviluppatore 9
Valutazioni
(62)
Progetti
140
46%
Arbitraggio
19
42% / 16%
In ritardo
32
23%
Gratuito
10
Sviluppatore 10
Valutazioni
(18)
Progetti
37
43%
Arbitraggio
6
17% / 50%
In ritardo
17
46%
Gratuito
11
Sviluppatore 11
Valutazioni
(9)
Progetti
18
22%
Arbitraggio
3
67% / 33%
In ritardo
4
22%
Gratuito
12
Sviluppatore 12
Valutazioni
(195)
Progetti
395
28%
Arbitraggio
155
20% / 52%
In ritardo
112
28%
Gratuito
13
Sviluppatore 13
Valutazioni
Progetti
0
0%
Arbitraggio
0
In ritardo
0
Gratuito
14
Sviluppatore 14
Valutazioni
(468)
Progetti
703
56%
Arbitraggio
45
29% / 31%
In ritardo
115
16%
In elaborazione
15
Sviluppatore 15
Valutazioni
(169)
Progetti
218
50%
Arbitraggio
6
17% / 67%
In ritardo
11
5%
Gratuito
16
Sviluppatore 16
Valutazioni
(12)
Progetti
17
35%
Arbitraggio
1
0% / 100%
In ritardo
3
18%
Gratuito
17
Sviluppatore 17
Valutazioni
(15)
Progetti
65
58%
Arbitraggio
6
17% / 33%
In ritardo
39
60%
Gratuito
18
Sviluppatore 18
Valutazioni
(13)
Progetti
34
76%
Arbitraggio
1
100% / 0%
In ritardo
6
18%
Gratuito
19
Sviluppatore 19
Valutazioni
(550)
Progetti
827
73%
Arbitraggio
15
53% / 13%
In ritardo
193
23%
In elaborazione
20
Sviluppatore 20
Valutazioni
(273)
Progetti
395
63%
Arbitraggio
70
53% / 26%
In ritardo
198
50%
Gratuito
21
Sviluppatore 21
Valutazioni
(8)
Progetti
24
38%
Arbitraggio
4
50% / 0%
In ritardo
9
38%
Gratuito
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
35 - 70 USD
IVA (22%): 7.7 - 15.4 USD
Totale: 42.7 - 85.4 USD
Per lo sviluppatore
31.5 - 63 USD
Scadenze
da 5 a 10 giorno(i)