Expert advisor based on Stochastics and resitance/support levels

MQL4 专家 期货

指定

Desired outcome


- Functional EA for MT4

- Source code for the EA for MT4

- Indicators that are used in EA being drawn on the chart for MT4


Other add-ons expected from you as developer:

- Handling of simple errors

- Handling of reconnections

- Your suggestions


Description of the EA


The EA will trade long/short positions for US Gold CFDs. It works on closed bid bars and only one trade can be open at a time. It works on the platform's stochastic indicator and support/resistance levels. I should be able to modify parameters for Stochastic. The support/resistance levels are pre-determined. The stochastic and support/resistance level should be drawn on the chart.

Entry:

When the price reaches a support level and the stochastic confirms the buy signal, a limit order is entered at the support level when the level is tested a second time.

When the price reaches a resistance level and the stochastic confirms the sell signal, a limit order is entered at the support level when the level is tested a second time.

If, however, the price closes below the support level or above the resistance level (the first time), no order is placed. I would like to be able to control how sensitive the EA is in regards to when to enter. ie: $0.20 below/above resistance&support, $0.10...

Exit:

If EA enters a long position, the Take Profit (TP) should be the nearest resistance level. 

If EA enters a short position, the TP should be the nearest support level.

Risk management:

A stop loss will be placed for each order. It will be equal to half of the potential gain up to $1 of the long/short position

I should be to control how many contracts can be entered into each trade

Open orders need to be cancelled if not fulfilled after 6hours. I should also be able to modify this

Executed orders need to be closed after 2 hours. I should also be able to modify this


An example of a trade is included


Let me know if something is not clear or if you have any questions


附加的文件:

JPG
Screenshot.jpg
233.1 Kb

反馈

1
开发者 1
等级
(229)
项目
339
49%
仲裁
21
5% / 33%
逾期
24
7%
空闲
2
开发者 2
等级
(45)
项目
59
42%
仲裁
5
0% / 60%
逾期
12
20%
空闲
3
开发者 3
等级
(48)
项目
73
37%
仲裁
22
9% / 41%
逾期
14
19%
工作中
4
开发者 4
等级
(236)
项目
440
26%
仲裁
125
21% / 57%
逾期
96
22%
工作中
5
开发者 5
等级
(35)
项目
40
23%
仲裁
10
10% / 50%
逾期
16
40%
空闲
6
开发者 6
等级
(362)
项目
506
40%
仲裁
147
18% / 72%
逾期
99
20%
已载入
7
开发者 7
等级
(89)
项目
137
24%
仲裁
35
9% / 40%
逾期
52
38%
空闲
8
开发者 8
等级
(130)
项目
210
40%
仲裁
90
20% / 43%
逾期
85
40%
空闲
9
开发者 9
等级
(62)
项目
140
46%
仲裁
19
42% / 16%
逾期
32
23%
空闲
相似订单
Moving average cross strategy that has no stop but will just reverse direction each time the crossover happens. But will have a 3 step profit taking method at certain percentage points. It will be used for futures options on the buy side. 3 days out
hi. I hv a strategy on tradingview need to convert to mt4/mt5 expert advisor for algo trading. would like to add some tradingview strategy setting to the mt4/mt5 EA(not included in my tradingview source code): recalculate after order is filled, order size: xx% of equity
This Bot will work on strategy which works using moving averages,RSI and candle stick pattern and what I want is that trade will execute when setup will form on both 30 min and 1 hr time frame trade will execute strategy needs all 4 parameters to be on right calculations to execute trade and I want some options where I can select risk to reward ratio to back test this strategy and some other parameters
i want a forex robot that will read chats and enter trades on its oown. i want it to be able to use all trading strategies and partterns. good risky manegmemt, i want it to forcuse on Gold and and all major forex pairs. i want it to use stop loses and take profits as the market might change direction anytime. i want to work on both mt5 and mt4
I want to make something automatic which EMA will automatically trade in my account. For this I want to make a simple robot I want to get this made automatically on a simple EMA
Dear All, I need to design and implement an EA with the involvement of a possible AI. I would like the entries to be realized with all MACD, RSI, Stoch parameters but also Ai. I mainly want the system to immediately close the transaction itself at the time of trend reversal even before reaching the TP position. It should work for intervals M15, H1, H4 and maybe long-term on D1 Platform for MT5 and exclusive only
Saya memerlukan Expert Advisor berdasarkan sinyal AOX. Itu harus memiliki pemeriksaan dan penanganan kesalahan operasi perdagangan. Kriteria utama pembukaan dan posisi penutupan: ■ arah rata-rata bergerak ■ harga lebih tinggi dari bar sebelumnya. Lot perdagangan adalah parameter masukan
Good Day I would like to create a trading bot that is able to link to my news provider. The bot will execute trades based on the actual news release data as soon as the data is released. I will need to input parameters that would automatically trigger once the actual data is released (Need to know what format you will require or other recommendations) Execution speed will be a crucial factor in this regard. Adding to
I believe in Robotics as a major artificial intellect to function of growth of business.Therefore if you script there is a likelihood of bringing economies of scale.The retrospective of the dynamics of indulgence of work can be economics of scale
// @version= 5 strategy ( "EMA Crossover Strategy with 1:1.6 Risk-Reward" , overlay = true ) // Define the EMAs shortEma = ta.ema ( close , 10 ) longEma = ta.ema ( close , 20 ) // Plot the EMAs on the chart plot ( shortEma , color = color.blue , title = "10 EMA" ) plot ( longEma , color = color.red , title = "20 EMA" ) // Calculate the crossover conditions longCondition = ta.crossover ( shortEma , longEma )

项目信息

预算
30 - 110 USD
开发人员
27 - 99 USD
截止日期
 5  15 天