Supply and demand based expert advisor with dashboard information

Job finished

Execution time 24 days
Feedback from customer
Developer is profession, know everything you need. He is ON TIME and good man like our teammates and did his best for us. I RECOMMEND highly to select this developer as see a lot of excellent reviews
Feedback from employee
Very good customer, glad to work with him and his team again

Specification

1. The idea of the trading system is as follows: supply and demand.

2. Supply and demand are zones price has exact reaction to them. In internet we have some open source indicators for detect supply and demand but we are not sure about them. We will share few indicator and some of them has open source but maybe we need to programming our dedicated or custom supply and demand detect system. 

3. Trading Signals:

  • Buy signal: when price reverse or break supply zones (zone defined as far of two price level e.g. rectangle on chart) we enter long position. We analyze 3 time frames for entering e.g. 15m, 5m, 1m.
  • Sell signal: when price reverse or break demand zones (zone defined as far of two price level e.g. rectangle on chart) we enter short position. We analyze 3 time frames for entering e.g. 15m, 5m, 1m.

4. Positions are closed

  • at opposite zone: Buy positions are closed at Sell signals, and Sell positions are closed at Buy signals (only if new zone detected nearer that last opposite zone).

  • Hit target profit was set when position opened, that calculation depend on last opposite zone.
  • Hit stop loss which was set when position opened. That calculation depend on zone size (lowest/highest price on zone).
  • Hit stop loss that modified by trailing stop system on expert.

5. Positions are opened at the market price, when a price reverse or break a supply or demand zone.


6. Position management

TrailngStop is used to protect profit. Stop Loss is set if profit in points exceeds the value specified in the InpTrailingStop parameter. If the price continues to move in the profit direction, Stop Loss should be trailed at the given distance. Stop Loss cannot be moved towards the loss direction, i.e. the Stop Loss value cannot be increased. If none of protective orders (Take Profit or Stop Loss) triggers, the position should be closed by an opposite signal. No other position exit methods are available.

7. Risk Management

We have our custom risk management. In supply and demand trading style we have different risk to ratios so we have two type of risk management system.

We use 4X1 standard on our expert advisor. Start lot on each pair is 0.01 and defined in inputs. Default R:R is 1:3 so we risk 2.5% on every trading cycle for 7.5% reward. On every 4 target prices hit we double the lot size. On every stop losses hits we make half our lot size. In below we get an example to clearify risk management system functionality.

Start
 End  Risk Reward
Result

1000.00

1075.00
25.00
75.00
Target
1075.00
1150.00
25.00
75.00
Target
1150.00
1225.00
25.00
75.00
Target
1225.00
1300.00
25.00
75.00
Target
1300.00
1250.00
50.00
150.00
Stop
1250.00
1225.00
25.00
75.00
Stop
1225.00
1212.50
12.50
37.50
Stop
1212.50
1206.25
6.25
18.75
Stop
1206.25
1203.12
3.12
9.37
Stop
1203.12
1201.56
1.56
4.68
Stop
1201.56
1203.90
0.78
2.34
Target
1203.90
1206.24
0.78
2.34
Target
1206.24
1208.58
0.78
2.34
Target
1208.58
1210.92
0.78
2.34
Target
1210.92
1215.60
1.56
4.68  Target


8. Trading Plan

We are plan our trading levels into overall plan to execute on account. That`s called expert activity cycle program. Here is our plan that`s based on risk 5% to ratio 15% with 1:3 relation.

Level
Start
Profit
Result
0
100.00
60.00
160.00
1
160.00
120.00
280.00
2
280.00
240.00
520.00
3
520.00
480.00
1000.00
4
1000.00
960.00
1960.00
5
1960.00
1920.00
3880.00
6
3880.00
3840.00
7720.00
7
7720.00
7680.00
15,400.00
8
15,400.00
15,360.00
30,760.00
9
30,760.00
30,720.00
61,480.00
10
61,480.00
61,440.00
122,920.00
11
122,920.00
122,880.00
245,800.00
12
245,800.00
245,760.00
491,560.00
13
491,560.00
491,520.00
983,080.00


9. Dashboard

We are looking for dashboard expert advisor that run on one chart and monitor list of charts they come from InpCharts (seperated via comma). On main chart we want a visual table to show below information about each chart and enable/disable button for that chart (Attention: Every chart has their own risk management it means we calculate 4 TPs hits on GBPUSD just positions of GPBUSD for example).

 Type Title
Format/ e.g.
Description
String
Chart
e.g. GBPUSD
The instrument official name from InpCharts arrayList.
String
Session
e.g. London/Tokyo/NewYork
Button for each session to enable or disable session this chart will be active to trade(Just open trades on that session).
Integer
Spread
e.g. 12 Points
Show spread of chart.
Double
Commission
e.g. 6.78
Show commission per lot of chart.
String
Risk Management Level
e.g. 7/13
We have 15 levels of risk management, reference to trading plan table(no. 8)
String
Risk Management Step
e.g. 2/4
Count of TPs step, that means count last consecutive positions hit target profit.
String
Positions count
e.g. 3 Long/0 Short
Calculate long/short count of current positions.
String
Positions size
e.g. 0.12 Long/ 0.00 Short
Calculate long/short size of current positions.
Double
Unreleased P&L
e.g. 2,180.94 (Profit green, loss red colored)
Calculate real time result of unreleased(open) positions.
String
Win/Loss (Win Rate)
e.g. 12 wins/4 losses (66.66%)
Calculate win/loss of previous positions (from history).
String
Growth
e.g. 24,865.05 (1213%)
Calculate amount and percentage of growth/loss of account (from history).
Button
Enable/Disable
Enable(Green) or Disable (Red)
That enable/disable chart to monitor by expert advisor.
Button Three Close Button
Close all/profits/losses
Three button to close all positions, in profit positions, or in loss positions of chart.
 NONE
Summary
NONE
NONE
 Double Balance
 e.g. 176.12
 Balance of account
 Double Equity
 e.g. 195.07
 Equity of account
 Integer Avg. RM Level
 e.g. 5/13
 Average level of risk management program.
 Integer Avg. RM Step
 e.g. 3/4
 Average step of risk management program.
 String Charts  e.g. 12/20 (Active/All list)
 Count of active charts/All charts from InpCharts.
 Integer Positions
 e.g. 13
 Count of open positions.
 Double  Lots  e.g. 4.96
 Count of current lot size of open positions.
 Double  Current P&L
 e.g. 18.95
 Calculate current P&L of all charts.

10. Additional Description

  • Please just send application if you read whole descriptions and full experienced in each of topics.
  • We also need spread filter if more than x points do not open position.
  • We have some extra inputs for experts as magic, comment, risk to ration in percentage(1,3 or 5,15 seperated via comma), start lot size. max lot, and max positions.
  • Most important topic for us is supply and demand detect system specially that functionality in live market.
  • We get indicator version of supply and demand in end of project. 

We do our best to document what we want and how it will work. We know in progress of project, maybe we will have some changes or good consultation to make better final product and that can be effect on price, we are open to that and make us happy to have a perfect final version. This project is result of our 4 years research about our main program and this is first version that passed the manual tests on last 4 months. 


Kind regards

Responded

1
Developer 1
Rating
Projects
1
0%
Arbitration
3
0% / 100%
Overdue
1
100%
Free
2
Developer 2
Rating
(300)
Projects
504
47%
Arbitration
28
11% / 43%
Overdue
138
27%
Free
3
Developer 3
Rating
(126)
Projects
158
35%
Arbitration
4
25% / 50%
Overdue
13
8%
Free
4
Developer 4
Rating
(51)
Projects
153
69%
Arbitration
4
100% / 0%
Overdue
1
1%
Free
5
Developer 5
Rating
(23)
Projects
45
20%
Arbitration
24
29% / 42%
Overdue
12
27%
Working
6
Developer 6
Rating
(8)
Projects
18
17%
Arbitration
3
67% / 0%
Overdue
0
Free
7
Developer 7
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
8
Developer 8
Rating
(73)
Projects
72
46%
Arbitration
2
50% / 50%
Overdue
1
1%
Working
9
Developer 9
Rating
(66)
Projects
143
34%
Arbitration
10
10% / 60%
Overdue
26
18%
Working
10
Developer 10
Rating
(43)
Projects
72
49%
Arbitration
4
0% / 50%
Overdue
19
26%
Free
Similar orders
Hello, Thank you for reviewing the job description. We're in need of an experienced developer to finalize an EA that's currently in progress. We'll provide the source code of the EA for implementing necessary changes to resolve the existing bugs. The EA is primarily based on price action patterns and includes risk management features and an indicator. All required features have been added to the EA; we simply need to
Hello there, I am planning to have a trade copier which can help me copy signals from signal provider and copy the trades to my mt4 account. Bid to this now if this is what you can help on. Thanks
"I'm looking for a talented developer to help implement my custom NT8 strategy. Your expertise is key to the project's success. Are you interested in teaming up for a productive partnership? Let's discuss the details together. Thank you!"
p.p1 {margin: 0.0px 0.0px 12.0px 0.0px; font: 16.0px Times; color: #353535; background-color: #ffffff} p.p2 {margin: 0.0px 0.0px 12.0px 0.0px; font: 16.0px Times; color: #353535; background-color: #ffffff; min-height: 19.0px} I want to be clear before we start, so you are going to build me an expert advisor that works on MT5, that will also require an authorisation to work (like a license key, like the expert advisor
"I'm on the lookout for a proficient developer to help actualize my tailored NT8 strategy. Your mastery in this field is pivotal for the project's success. Would you be open to partnering for a mutually beneficial collaboration? Let's explore the details together. Thank you for considering!"
MQL5 EA - One sequence of Orders from Order1 up to Order10. Restart at next Gridline. The EA main goal is to have a sequence of Orders from 1 up to 10. Example: If price of Order1 = Order3, Order3 can be open only after price hit Order2 first; the Order2 will only open after Order1 is already open, the Order3 will only open after Order2 is already open, etc. The restart of the EA/sequence will occur only after the
"I'm in search of a skilled developer to bring my customized NT8 strategy to life. Your expertise is crucial for the success of this project. Would you be interested in joining forces for a fruitful collaboration? Let's connect to delve into the specifics together. Much appreciated!"
I HAVE A FUNCTIONAL MT5 EA (MQL5) THAT IS BASED ON CANDLE OPEN BUT I WOULD LIKE TO AUTOMATE IT WITH OTHER PROFITABLE STRATEGIES REQUIREMENT SPECIFICATION 1. I want an experienced developer to integrate a strategy to analyse the market and open buy only trade or sell only trade according to the direction of the analysis. 2. The modification and strategy should combine many confirmations that ensure high win rates of
I would like you to create an MT5 indicator and apply bollinger bands on a spread buffer. In MT4 we have iBandsOnArray but in MT5 there is nothing like that. Please find a way to create the Bollinger bands and apply them on a buffer. Just keep it simple. My only requirements are: 1. Close price buffer of EURUSD 2. Close price buffer of GBPUSD 3. Spread buffer which is buffer1 minus buffer2 (EURUSD close price -
I am in search of a skilled MQL5 developer with a proven ability to optimize trading robots across various assets, including synthetic indices like V75, Boom and Crash, gold, US30, US100, and more. I'm looking for an experienced developer to enhance my multi-asset trading EA, which was originally developed exclusively for V75 and is based on the smart money concept. The developer must be free in taking up the job

Project information

Budget
100 - 500 USD
For the developer
90 - 450 USD
Deadline
from 7 to 30 day(s)