EA that can set BUY/SELL limits simultaneously at specified times

작업 종료됨

실행 시간 54 분
고객의 피드백
Good job. Very satisfied with work
피고용인의 피드백
Nice Customer.. thanks and good luck

명시

I want an expert adviser which can place buy stop and sell stop pending orders at the same time.  The details are below. Budget is  $30-$50. The best bid will win. The EA should not only be able to do Buy Stop and Sell Stop but Buy Limit and Sell Limit pending as well following the same principles as below. 

  

- I should be able to set Buy & Sell pending orders at specific time, X pips (configurable) bellow or above the market price at that time. Default will be 4 pips. I should be able to change the default settings for this. 

- I should be able to specify date, time in hours, minutes and seconds (crucial). I should be able to choose between server broker time or PC in GMT format. The seconds bit is crucial. The default should be broker time which I should be able to enable disable to make it PC time.

- Configurable enable/disable TP and SL in pips.

- Adjustable enable/disable TP & SL at a set price. 

- Enable/disable Hidden TP and SL, meaning that when the position is opened or triggered into the market and price reach X pips above or bellow or a certain price, the order is closed.

- Enable/disable Breakeven.

- Configurable the max Slippage allowed in pips

- Configurable enable/disable trailing stop in pips. 

- Configurable duration time for the pending orders, for example, if after 1 hour, 5 min and 35 seconds the position was not triggered, close position.

- I should also be able to manually close or delete the orders

- If the spread is higher than 60 pips, the order should not trigger. This value should be adjustable. I should also be able to enable/disable this feature.  

- Enable or disable OCO order. Meaning that if ‘BuyStop 1’ is executed, ‘Sell Stop 1’ is deleted automatically. Likewise when ‘Buy Stop 2’ is executed ‘Sell Stop 2’ is deleted automatically. 

- I should be able to place the order with any ticker or symbol provided by the broker.

- The pending orders will have lot size 1 as default but this should be adjustable.

- I should be able to set as many of orders as I want. And as many times in a day as I want.

- Even if I am deleting Buy Stop 1 manually, Sell Stop 1 should also delete by default. I should be able to enable or disable this feature.  

- Orders should show some kind of summary on the graph itself stating as much detail as possible for the orders placed. I should be able to enable or disable this feature and what I do and don't want to see in the summary.

- EA should also be able to close a tiggered limit after a specified time regardless of whether TP or SL is hit. I should be able to enable or disable this feature.  

Please contact me through this website. I am happy for us to talk on skype so that more detail can be sorted or if anything is unclear. 

응답함

1
개발자 1
등급
(236)
프로젝트
440
26%
중재
125
21% / 57%
기한 초과
96
22%
작업중
2
개발자 2
등급
(169)
프로젝트
204
30%
중재
25
40% / 44%
기한 초과
12
6%
무료
3
개발자 3
등급
(298)
프로젝트
427
26%
중재
18
61% / 33%
기한 초과
26
6%
무료
4
개발자 4
등급
(356)
프로젝트
632
26%
중재
89
73% / 13%
기한 초과
12
2%
무료
5
개발자 5
등급
(258)
프로젝트
395
28%
중재
69
19% / 49%
기한 초과
120
30%
무료
6
개발자 6
등급
(66)
프로젝트
95
28%
중재
20
25% / 55%
기한 초과
24
25%
무료
7
개발자 7
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
8
개발자 8
등급
(478)
프로젝트
507
53%
중재
10
60% / 20%
기한 초과
3
1%
무료
9
개발자 9
등급
프로젝트
0
0%
중재
1
0% / 100%
기한 초과
0
무료
10
개발자 10
등급
(66)
프로젝트
143
34%
중재
10
10% / 60%
기한 초과
26
18%
무료
비슷한 주문
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 - 50 USD
개발자에게
27 - 45 USD
기한
 10 일