SL changer for every open order + Return their original values at given time

MQL4 专家

工作已完成

执行时间3 天
客户反馈
Good work. 2 coders had already failed to finish my SL EA, but not this time :)
员工反馈
It was a great experience, both of us had learned something new. Thank you Sam

指定

I need a new MT4 EA that increases SL for every open trade at given "Start Time" time + returns original SL values after given "End Time" time.

Please read instructions carefully as already two coders have failed at this job. This is simple job, but EA must be able to handle 1-20 orders at given time (usually at 23:57) and return their values at given time (usually at next day at 00:15). Any new orders opened after Start time (23:57) must not be touched at the END (00:15) + Orders with no SL (SL 0.00000) must not be touched at any stage. Order with no SL can be discarded on every stage.

Detailed description from typical situation EA has to handle:

My suggestion parameters needed. 

Enable = True / False
Start Time = xx:xx (default 23:57)
End Time = xx:xx (default 00:15)

SL change = xxx (default 100 points) 

Example:   at 23:57 with SL 100
Trade 1234 Buy EUR/USD SL 1.06100 -> SL 1.06000 (save original order number +  SL value so we can return it later)

Trade 2345 SELL GBP/USD SL 1.22000 -> SL 122100 (save original order number + SL value so we can return it later)

Trade 3456 BUY EUR/USD SL 0.0000 -> DO NOT TOUCH 

--------------------------------------------------------- 

Between START and END 23:57 - 00:15 1 trade opened.

Trade 00:11:00 4567 Buy EUR/USD SL 1.06500  (This trade happens at 00:11 so it is after Start, but before END. DO NOT TOUCH THIS OR CHANGE THIS AT THE END) 

--------------------------------------------------------------

at 00:15 if trade still exist
Trade 1234 Buy EUR/USD SL 1.06000 -> SL 1.06100  (Trade still exist change back to original value)

Trade 2345 SELL GBP/USD SL 1.22100 -> SL 122000 (Trade still exist change back to original value)

Trade 3456 BUY EUR/USD SL 0.0000 -> SL 0.00000 (NO SL do not touch)

Trade 4567 Buy EUR/USD SL 1.06500  (Do not touch this!!! This was opened after 23:57 START )  

If there is other trades opened after 23:57 do not touch them! If trade is closed just move to next trade!

My Suggestion here is that you save Order number for every changed SL at START. Then you compare Order numbers for open orders at the END. If order number has not been changed at START you do no change the order at the end. This is just my suggestion, but you can do some other solution if you wish so. I only care about working solution!

反馈

1
开发者 1
等级
(97)
项目
121
25%
仲裁
5
20% / 60%
逾期
17
14%
空闲
2
开发者 2
等级
(121)
项目
134
66%
仲裁
36
25% / 56%
逾期
22
16%
空闲
3
开发者 3
等级
(28)
项目
47
23%
仲裁
13
31% / 15%
逾期
12
26%
空闲
4
开发者 4
等级
(251)
项目
399
54%
仲裁
9
67% / 22%
逾期
36
9%
空闲
相似订单
Hello programmer, I need someone that can help me with my ea project. I want to do ea Only reverse engineering (writing from scratch by analyzing the algorithm), without decompilation
Hello programmer, I need someone that can help me with my ea project. I want to do ea Only reverse engineering (writing from scratch by analyzing the algorithm), without decompilation
I have a documented strategy that I will like to have as mt5 or ctrader trading bot, kindly bid for this job to discuss about the job requirements i want a professional for this work
Indicators: Zigzag, Support and Resistance with SMA 30 BUY TRADE 1. Wait for the candle to close at 6.30 am PST 2. Draw trend line from the top and bottom of the wick for the candles closed 6:25am PST and 6:30am PST. extending them forward 3. Look for a break in either direction to determine whether to buy or sell. 4. If there's an upward break, initiate a buy. 5. Open three buys positions. With given lot sizes
Moath jamal 30+ USD
//+------------------------------------------------------------------+ //| Script program start function | //+------------------------------------------------------------------+ int OnInit() { return(INIT_SUCCEEDED); } //+------------------------------------------------------------------+ //| Script deinit function |
I need an alert of new zone created/show to be added to this supply demand indicator. Sound and pop-up alert option, no need for email alert. Max 3 days to deliver please. Thanks
Must be an overlay ea so I can attach indicator and ea too the chart separately so I can change the settings( I use different setting too default ) dark is free on the mql4 market. I want auto lots Time filter. Tp and sl should be the same as the indicator I GET PAID NEXT FRIDAY SO I CAN PAY THEN
Looking for an experienced coder to convert an existing MT4 Expert Advisor for trading in CTrader (Cbot). Will provide the MQL file to shortlisted coder and the conversion shall be completed for testing within 2 days
Ea-Reynerie 30 - 200 USD
The ocean gets dry and you can be fate and you are my type and the one who texting first is to be hundred I would live in the world to get your matric results
LEO INDICATOR 10000+ USD
//@version=5 indicator("Infinity and Sniper by Leo", overlay=true, precision=0, explicit_plot_zorder=true, max_labels_count=500) // Get user input emaEnergy = false sensitivity = input.float(6, " Sensitivity (0.5 - 10)", 0.5, 10, step=0.1) keltner_length = 10 atrPeriod = 10 factor = 3.5 // Keltner Channel function keltner_channel(src, length) => ma = ta.sma(src, length) rangec = high - low upper = ma + rangec

项目信息

预算
20+ USD
VAT (24%): 4.8 USD
总计: 24.8 USD
开发人员
18 USD
截止日期
 1  2 天