Job finished
Execution time 71 days
Feedback from customer
Great man! Great job!
Feedback from employee
good customer. nice to work with him 🙂👍👍👍
Specification
Required EA source codes are to be in MQL4 and MQL5.
This means I would want the source codes for both MQL4 and MQL5.
The MQL5 version will have to allow for multiple symbols to be traded in one chart.
Trade_TimeFrame: M15 (selectable: M1, M5, M15, M30, H1, H4, D1, W1, MN)
LookBack_Bars: 12
EA will open BuyStop and SellStop orders based on the lookback bars setting.
For example, if LookBack_Bars is set to 12, then there will be 12 sets of BuyStop and SellStop orders at the highest (BuyStop) and lowest price (SellStop) points of the Trade_TimeFrame of M15.
If StopOrders are not triggered, then oldest orders will be deleted to make way for newer orders.
Re-Entry_Attempts: 3
Upon Stops orders triggered and closed out by TrailStops, Re-Entry_Attempts will be activated based the previous triggered Stops order price.
For example, if the triggered BuyStop price is 1.24560 but stopped out by TrailStop later, then subsequent Re-Entry_Attempts will be reopened at the same price of 1.24560 again up to 3 times.
Series_Stop_Loss: 50 (Percentage of Account Margin)
All orders with the same symbol will be closed when losses hits Series_Stop_Loss levels.
Series_Take_Profit: 20 (Percentage of Account Margin)
All orders with the same symbol will be closed when profits hits Series_Take_Profit levels.
Overall_Stop_Loss: 75 (Percentage of Account Margin)
All orders will be closed when losses hits Overall_Stop_Loss levels.
Overall_Take_Profit: 15 (Percentage of Account Margin)
All orders will be closed when profits hits Overall_Take_Profit levels.
___Common Parameters___
Magic Number: 1234
Comments: High Low Price Trader 02 v1.0
Use_Money_Management: True of False //Option to Use Money Management for Lot Size Calculation or not.
Default Lot Size: 0.01 // If Use_Money_Management is set to False
Lot Size Settings: (According to account Equity Size; for example: if Equity = $1000, Order Lot Size = 0.01
Risk Settings: 2%
Stop_Loss: 1000 (Points)
Take_Profit: 1000 (Points)
Break_Even: True of False
Break_Even_Start: 66 (Points)
Set_Break_Even: 11 (Points) //Set Stop_Loss to 11 points below Order Price in Profit
Trail_Stop: True of False
Trail_Stop_Start: 123 (Points)
Trail_Stop_Stop: 66 (Points) //Set Stop_Loss to 66 points below Order Price in Profit
Trail_Stop_Step: 1 (Points) //Set increments and follow Order Price in Profit
Hidden_Stop_Orders: True of False //Option to conceal Stop Orders entry
A BuyStop and SellStop line indicator is to be shown when Hidden_Stop_Orders is set to true.
Hide_Stop_Loss: True of False //Option to conceal Stop Loss for opened orders
Hide_Take_Profit: True of False //Option to conceal Take Profit for opened orders
Hide_Break_Even: True of False //Option to conceal Break Even for opened orders
Hide_Trail_Stop: True of False //Option to conceal Trailing Stop for opened orders
A Buy and Sell line indicator is to be shown in chart when Hide_Stop_Loss & Hide_Take_Profit is set to true.
___Trading Time Control___
Trade_Start_Time_1: 01:05:00
Trade_End_Time_1: 05:59:30
Trade_Start_Time_2: 06:05:00
Trade_End_Time_2: 11:59:30
Trade_Start_Time_3: 12:05:00
Trade_End_Time_3: 17:59:30
Trade_Start_Time_4: 18:05:00
Trade_End_Time_4: 23:59:30
EA will only trade within these time windows.
___Indicator to be shown on Chart (Top left)___
=================
EA Name & Version
=================
Account Balance:
Account Equity:
Use MM:
Lot Size:
Account Profit:
Equity Percent:
________________________End________________________
Responded
1
Rating
Projects
709
56%
Arbitration
45
31%
/
31%
Overdue
115
16%
Working
2
Rating
Projects
460
35%
Arbitration
58
36%
/
36%
Overdue
168
37%
Working
3
Rating
Projects
178
18%
Arbitration
17
47%
/
18%
Overdue
0
Working
4
Rating
Projects
6
50%
Arbitration
2
0%
/
50%
Overdue
0
Free
5
Rating
Projects
50
44%
Arbitration
4
25%
/
25%
Overdue
14
28%
Free
6
Rating
Projects
7
29%
Arbitration
0
Overdue
0
Free
7
Rating
Projects
6
0%
Arbitration
3
0%
/
100%
Overdue
0
Free
8
Rating
Projects
73
49%
Arbitration
4
0%
/
50%
Overdue
19
26%
Free
Similar orders
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px '.SF NS'; color: #0e0e0e} I am looking for an experienced developer proficient in both Pine Script and MQL5 to translate a trading indicator script from Pine Script (used in TradingView) to MQL5 (for MetaTrader 5). The project requires accurate translation with special attention to maintaining all functionalities and parameters of the original script, including any
Hello Developers, I’m looking for an experienced MT5 developer to help address a specific execution issue with pending orders on the US500 instrument, trading through OX Securities. In fast-moving markets, pending orders are currently not filling at the expected limit prices, possibly due to widened spreads or broker execution policies. If you have the expertise to ensure consistent and reliable order fills under
If you have already done a good remote copy trader I would like to test it before buy I want to create a Forex Copy Trading System EA (Master & Slave) between multiple accounts at different locations over internet, as well as locally within the same computer. Each provider account can copy to unlimited receivers at the same time, The system must allow copying of unlimited MT5 accounts simultaneously One provider can
Ugrade BASELINE INDICATOR (MT4)
55+ USD
I would like to have existing indicator (MT4) to be modified however i do not have access to the source code only the exe. The modification is to send and alert to mobile phone stating that candle has closed partially or fully above or below base line for sepicific time frames.This should be for all forex pairs in the market watch, or selected paris from market watch. File will be sent to developer when choosen
Need to fix WebSocket disconnection issue in MT5 Expert Advisor. EA works fine while running but has problems during removal: MT 5 freezes when removing EA from chart WebSocket connection not properly closed MT 5 crashes if receiving messages after improper disconnection Technical Details: Platform: Met aTrader 5 WebSocket connection using winhttp.dll Secure WS S connection (port 443) Basic WebSocket message
The expert advisor is designed to activate different strategies based on certain conditions. In the first development there is a "STRATEGY A" which is active by default and a "STRATEGY B" which is activated based on exposure conditions. STRATEGY A - Trading Idea The EA executes both BUY and SELL orders in parallel, managing them in a "separate" way. At each Timeframe start (for example every hour start on H1
I need to create an EA (MQL4) MT4 with can auto create buy and sell according to the Indicator " Machine Learning Adaptive SuperTrend [AlgoAlpha]" in trading view Setting could be same as trading view Additional setting such as : Start lot Stop-Order: same as indicator
I have a really very, very simple professional, proven, profitable forex strategy that works on a higher time frame with over 85% winning rate. I am searching a professional programmer to create expert advisor based on this stategy, in general I am searching a developer for a longer co-operation. I am a forex trader with over 12 years experience. telegram: fxMiguel It's a 15minute work job, 30min max, My budget is 10
Testing
30 - 200 USD
// กำหนดค่าตัวแปรเริ่มต้น input double DailyProfitTarget = 200; // กำไรที่ต้องการในแต่ละวัน (2% ของทุน) input double LotSize = 0.1; // ขนาด Lot input double TakeProfit = 10; // กำไรต่อการเทรดใน pip input double StopLoss = 5; // การหยุดขาดทุนต่อการเทรดใน pip double dailyProfit = 0; // กำไรที่ทำได้ในวันนี้ // ฟังก์ชันเริ่มต้น int OnInit() { dailyProfit = 0; return(INIT_SUCCEEDED); } //
I need to compile my mt4 EA but there are some errors and warning if you can fix and compile send me your application I will select you upon Demo
Project information
Budget
50+ USD
For the developer
45
USD
Deadline
from 1 to 3 day(s)