명시
Hi I am after an EA and Autotrader that will do the following:
- Based on a user defined price, which would be set once a day
- If the current price moves above or below the user defined level after a one minute interval
- Then place a buy or sell trade, depending in which direction the price moved (above the user defined level then buy, or sell if below the user defined level)
- If trade placed then set a trailing stop loss if 20 pips reached
- If trade placed and no trailing loss placed then buy/sell will be cancelled if the price moves back through the user defined level after a one minute interval and the next trade in the opposite direction would be placed
Working example:
- User defined price (UDP) = 11136.2
- Current market price (CMP) = 11136.9 @11:30am
- At the first 5 minute interval after the CMP breaks the UDP the market moves through the UDP to 11135.6 as at 11:45am and a sell trade is therefore placed
- A trailing stop of 20 pips is then added at 13:15 when the price moves to 11133.6
- The price then moves down further to 11131.6 at 14:15 and the trailing loss is therefore 11133.6
- The close (buy) position is then triggered when the price moves back up through the trailing stop at 15:15 to 11133.7 at the first 5 minute interval after the opening position was broken
- Had a trailing stop not been set then the position would have been closed (buy) when the price moved above the user defined level after the first one minute interval
I also want to be able to back test on a day by day basis. i.e. set a UDP and then move through a trading day and see the trades displayed on a graph as well as in the test results section.
I can attach an example if that would make the above easier to understand.
응답함
1
등급
프로젝트
555
41%
중재
30
57%
/
3%
기한 초과
57
10%
무료
게재됨: 11 코드
2
등급
프로젝트
204
30%
중재
25
40%
/
44%
기한 초과
12
6%
무료
3
등급
프로젝트
1460
72%
중재
122
29%
/
48%
기한 초과
356
24%
작업중
게재됨: 3 기고글
4
등급
프로젝트
3404
68%
중재
77
48%
/
14%
기한 초과
342
10%
무료
게재됨: 1 코드
5
등급
프로젝트
236
32%
중재
30
27%
/
30%
기한 초과
26
11%
무료
6
등급
프로젝트
8
13%
중재
0
기한 초과
1
13%
무료
7
등급
프로젝트
3552
88%
중재
73
40%
/
15%
기한 초과
268
8%
무료
8
등급
프로젝트
202
48%
중재
5
20%
/
60%
기한 초과
2
1%
무료
9
등급
프로젝트
334
55%
중재
14
36%
/
29%
기한 초과
1
0%
무료
10
등급
프로젝트
396
28%
중재
69
19%
/
49%
기한 초과
121
31%
작업중
11
등급
프로젝트
2
0%
중재
7
0%
/
86%
기한 초과
0
무료
12
등급
프로젝트
95
28%
중재
20
25%
/
55%
기한 초과
24
25%
무료
13
등급
프로젝트
333
35%
중재
66
12%
/
58%
기한 초과
87
26%
무료
14
등급
프로젝트
146
34%
중재
13
8%
/
62%
기한 초과
26
18%
무료
게재됨: 6 코드
비슷한 주문
I am looking for an expert MQL5 developer to build a robust, professional Expert Advisor for Gold (XAUUSD). The EA must be Event-Driven (OnTick) with no 'Sleep' functions, ensuring instant execution. Core Logic: Grid Strategy: Start with 0.02 Buy/Sell. Lot size sequence: 0.02, 0.03, 0.05, 0.09, 0.14, 0.26, 0.44, 0.75, 1.28, 2.18 (Max 10 steps). Dynamic TP: Total basket TP must update instantly upon new order
Creative Graphic Designers Needed
200+ USD
We are seeking talented Graphic Designers capable of transforming concepts into visually striking representations. Whether your expertise lies in branding, marketing materials, or digital graphics, we welcome your application. Our criteria include: - Creativity and originality - Effective communication skills - Prompt delivery of work - A comprehensive and professional portfolio We invite you to submit your portfolio
I already have the source code of an MT5 Expert Advisor. The EA is about 70% complete. I need someone to modify and complete it. Requirements: • Manage EURUSD only. • Manage manual trades only (Magic Number = 0). • Support unlimited manual positions simultaneously. • Automatically add a 10-pip Stop Loss if a position has no Stop Loss. • Automatically add a 10-pip Take Profit if a position has no Take Profit. • Do not
I am looking for an expert MQL5 developer to build a robust, professional Expert Advisor for Gold (XAUUSD). The EA must be Event-Driven (OnTick) with no 'Sleep' functions, ensuring instant execution. Core Logic: Grid Strategy: Start with 0.02 Buy/Sell. Lot size sequence: 0.02, 0.03, 0.05, 0.09, 0.14, 0.26, 0.44, 0.75, 1.28, 2.18 (Max 10 steps). Dynamic TP: Total basket TP must update instantly upon new order
I am currently using the attached Arbitrage MACD indicator. However, there are no signal alerts associated with this indicator. I would like to receive notifications on my android device the bar after a blue long arrow appears and the bar after a red short arrow appears. This is the current code: //+------------+-----------------------------------------------------+ //| v.22.04.07 | ArrZZx2.mq4 |
SETJEO'S GOLD EA
30 - 200 USD
double GetTodayProfit() { double profit = 0; datetime today = StringToTime(TimeToString(TimeCurrent(), TIME_DATE)); HistorySelect(today, TimeCurrent()); for(int i = HistoryDealsTotal() - 1; i >= 0; i--) { ulong ticket = HistoryDealGetTicket(i); if(HistoryDealGetString(ticket, DEAL_SYMBOL) == _Symbol) { profit += HistoryDealGetDouble(ticket, DEAL_PROFIT); } } return profit; }
موشر تداول مع بوت
30+ USD
مطلوب موشر مع ربطه علي بوت تداول قوي جدا مختبر ومجرب مع التاكيد علي نسبه النجاح يتم انشاءه علي جميع الموشرات في الفوركس الذهب والبتكوين والus100 مع شرح للستراتيجية ونتايج اختيار اذا كان مجرب
I have an expert advisor's investor login. I want you to study it and make me the exact same EA. There should be absolutely no differences or mistakes. You should have great observation skills for this aswell
I am looking for an experienced MQL5 developer to code a simple grid trading strategy into an Expert Advisor. The strategy logic is already defined, and I am looking for someone with strong MQL5 development experience to implement it accurately and efficiently. If you are interested and have relevant experience, please get in touch so we can discuss the project details
HFT / Latency Arbitrage / Scalper needed
30 - 5000 USD
I am looking for an experienced MQL5 or MQL4 developer with a strong background in low-latency algorithmic trading, market data integration, arbitrage and execution optimization. The project involves developing a high-performance HFT Expert Advisor (EA) for XAUUSD or US30 on IC Markets that is designed for robust execution in both demo and live environments. The EA may use market data feeds (such as lmax,one zero or
프로젝트 정보
예산
30 - 100 USD