Trading robot

MQL5 Experts

Job finished

Execution time 14 days

Specification

### Trading Program Overview: The trading program is designed to execute trades based on various entry logics involving VWAP (Volume-Weighted Average Price) in conjunction with different technical indicators such as moving averages, RSI (Relative Strength Index), MACD (Moving Average Convergence Divergence), Bollinger Bands, and Volume Oscillator. The program operates on a 5-minute chart and opens trades when specific conditions are met.


 ### Entry Logics:

#### 1. VWAP and Moving Averages: - Entry Condition: When VWAP crosses above/below a certain moving average (e.g., 20-period moving average). - Example: Buy when VWAP crosses above the 20-period moving average, sell when it crosses below.
 #### 2. VWAP and RSI: - Entry Condition: When VWAP is oversold/overbought according to RSI. - Example: Buy when VWAP is oversold (RSI < 30), sell when it is overbought (RSI > 70).
 #### 3. VWAP and MACD: - Entry Condition: When MACD line crosses above/below the signal line in conjunction with VWAP. - Example: Buy when MACD crosses above signal line and VWAP is trending upwards, sell when MACD crosses below signal line and VWAP is trending downwards.
#### 4. VWAP and Bollinger Bands: - Entry Condition: When VWAP crosses above/below the upper/lower Bollinger Band. - Example: Buy when VWAP crosses above lower Bollinger Band, sell when it crosses below upper Bollinger Band.
#### 5. VWAP and Volume Oscillator: - Entry Condition: When the volume oscillator crosses above/below a certain threshold. - Example: Buy when volume oscillator crosses above a threshold indicating increasing volume, sell when it crosses below a threshold indicating decreasing volume.


### Grid Levels ( RANGE LEVELS) Using ATR(1h or 4h or 1d )
: The program utilizes grid levels based on ATR (Average True Range) to determine the distance between grid lines(or range lines ). ATR provides a measure of market volatility, which is crucial for setting grid levels. The distance between grid lines adjusts dynamically based on market volatility to adapt to changing market conditions. Those levels are used as ranges

 ### Scaling System: #### Within the Same Grid Level: - If a trade is losing but remains within the same grid level, new trades for the same currency pair will open, scaling into the position. - All open trades for this pair will close at the same price, providing an initial profit equivalent to the profit from one trade opening. - Take profit is set at a fixed distance (e.g., 10 pips) from the entry price. - Trailing profit of 3 pips is activated once the trade reaches 8 pips in profit, trailing the profit as the price moves in favor.

 #### Moving to the Next Grid Level ie next range (Martingale System): - If the open trade is losing and the price moves to the next grid level, a new trade will open using a martingale system. - Only the first trade in the new grid will utilize martingale; subsequent trades will follow the scaling system. - Martingale involves doubling the position size after a loss to recover losses more quickly. - Take profit remains at the fixed distance (e.g., 10 pips) from the entry price.

- Trailing profit of 3 pips is activated once the trade reaches 8 pips in profit, trailing the profit as the price moves in favor.

News filter : No trading on major news announcements ( this can have filter to 1 hour before and after ) up to no trading on that day


####Optimization : basically as this trading system has so many different settings for MACD , VWAP, RSI , moving averages, Bollinger bands , volume oscillators and ATR, it needs extensive back testing and optimization to provide the best set of setting for each currency pairs ( Ideally this need to be an automated optimization using AI and machine learning , 
I DO NOT WANT AI AND MACHINE LEARNING FOR PREDICTING THE MARKET )

 

### Summary: The trading program integrates VWAP with various technical indicators for entry signals on a 5 minute chart. Trading ranges based on ATR adjust dynamically to market volatility. Scaling and martingale systems are employed to manage trades within and between grid levels( RANGES ), optimizing trade management and risk control. Trailing profit ensures that profitable trades capture additional gains as the price moves in favor, maximizing profit potential while minimizing risk.


Responded

1
Developer 1
Rating
(131)
Projects
152
22%
Arbitration
5
0% / 60%
Overdue
4
3%
Working
2
Developer 2
Rating
(150)
Projects
210
21%
Arbitration
13
62% / 23%
Overdue
1
0%
Loaded
3
Developer 3
Rating
(62)
Projects
84
26%
Arbitration
22
23% / 50%
Overdue
23
27%
Working
4
Developer 4
Rating
Projects
1
100%
Arbitration
0
Overdue
0
Free
5
Developer 5
Rating
(138)
Projects
200
80%
Arbitration
17
29% / 47%
Overdue
10
5%
Working
6
Developer 6
Rating
(42)
Projects
62
8%
Arbitration
12
58% / 42%
Overdue
1
2%
Free
7
Developer 7
Rating
(45)
Projects
74
49%
Arbitration
1
0% / 0%
Overdue
1
1%
Free
8
Developer 8
Rating
(10)
Projects
25
28%
Arbitration
1
0% / 0%
Overdue
1
4%
Working
9
Developer 9
Rating
(13)
Projects
21
19%
Arbitration
7
43% / 29%
Overdue
3
14%
Working
10
Developer 10
Rating
(119)
Projects
169
38%
Arbitration
9
78% / 22%
Overdue
15
9%
Free
11
Developer 11
Rating
(22)
Projects
27
11%
Arbitration
6
17% / 17%
Overdue
4
15%
Loaded
12
Developer 12
Rating
(4)
Projects
4
25%
Arbitration
2
0% / 100%
Overdue
0
Free
13
Developer 13
Rating
(563)
Projects
931
47%
Arbitration
302
59% / 25%
Overdue
123
13%
Working
14
Developer 14
Rating
(4)
Projects
6
0%
Arbitration
4
25% / 75%
Overdue
0
Free
15
Developer 15
Rating
(252)
Projects
403
38%
Arbitration
83
41% / 19%
Overdue
70
17%
Loaded
16
Developer 16
Rating
(66)
Projects
143
34%
Arbitration
11
9% / 55%
Overdue
26
18%
Working
17
Developer 17
Rating
Projects
0
0%
Arbitration
1
0% / 100%
Overdue
0
Free
18
Developer 18
Rating
(41)
Projects
88
14%
Arbitration
29
31% / 48%
Overdue
36
41%
Loaded
Similar orders
I am looking for a tool that will calculate the max adverse excursion before a trade closes in profit or loss. The toll needs to analyse historical trades and record this value for each trade. The purpose is to assist me calculate the best stop loss for using a martingale system
I need a trading robot that is automated and trades US30, NAS100 and GER30. It should work on M1, M5 and M15. It should also be able to trade the news(fundamentals). The accuracy of the robot should should be atleast 80% and risk 75% of the available balance
We have an EA in both mql4 and mql5 that needs a bit remodelling in its appearances and ad some input functions into it. And need to get the work done ASAP. Please DM if you are well versed in mql4 and mql5 programming. This is a part of a bigger project Thank You
This EA Should Be Able To Trade On All Financial Market But More Especially On Volatile Market. This EA Should Trade As Low As 1$ For Brokers That Has Low Spread GUI 1. Automatic button that can flip from buying at demand And selling at supply 2. close all button 3. minimizable panel statistic showing current information on trades EA Trade Plan. 1. Move to M15 TF a. Identify Directional Bias b. Locate Stop Hunt and
Scalper for Meta 5 Settings 1- Time of the day schedule in gmt 2 Lot size ( verible) 3- Over all profit ( In dollars) 4- Number of trades limit ( Varible) The EA should be able to open a new trade on next candle opening price. Direction of new trade: The next new trade direction should be dependent on the last candle closing high or low. If the last candle is a low candle ,the new trade should be a short trade, if
I want to convert TV pine script into mt4 EA. TV screen shots attached for reference. Based on TV indicators convert into mt4 indicators and then develop EA. Further details will be discuss once project starts
2USD AT 0.01 30+ USD
Rule Lot size 0.01 start immediate Buy at every 2 USD PRICE change for Example 2300 2298 2296 2294.................& take profit at every 2 usd & no stop loss Sell at every 2 USD PRICE change for Example 2300 2302 2304 2306................. .& take profit at every 2 usd & no stop loss Maximum orders 60
I need a AI signal generating bot for forex trading. The bot should operate such that when i put it in a chart it will analyse the market, after several minutes it will display whether the trade is buying or selling. It should display the one minute, five minute,15minute, 30 minute, one hour, 4 hours and daily time frame whether they are buying or selling. If it is buying the arrow should be green and if it is
Trading EA 500 - 4000 USD
I want an EA with these Features that will work on mt4 , mt5 : 1. Trading 24/7 2. Connected to the news 3. Pauses during high effective news 4. Has a footprint tool for accurate signals 5. Always aims foe a higher profit 6. High frequency trading 7. Auto lot size 8. Capable to work on 1000$ capital and less 9. It works on any chart 10. Works on any chart 11. When it is installed in any chart or broker it will read
I am looking for a developer to code a custom DERIV BOT and intergrate it with their analysis tool. For now I I just want it to trade even and odd. If you can do it send your offer

Project information

Budget
30 - 200 USD
For the developer
27 - 180 USD
Deadline
from 2 to 25 day(s)