SWING TRADER BOT

MQL5 Asesores Expertos

Tarea técnica

1.    

Here are the definitions of the input variables for the EA:

• Trade distance: the distance in pips between the take profit levels of each additional trade

• Trade lot size: the initial lot size for each trade

• Trade lot size multiplier: the multiplier used to calculate the lot size for each additional trade

• Trade take profit no stop loss: the take profit level for each trade in pips (since there is no stop loss)

• Swing pullback level minimum: the minimum pullback level required for a swing point to be considered valid

• Swing pullback maximum: the maximum pullback level allowed for a swing point to be considered valid

• Number of additional trades: the maximum number of additional trades that can be opened in the same direction as the initial trade

 

2.       To identify potential trading opportunities, the EA should analyze the price action using candle close and swing points. A swing low is a price point that is lower than the two adjacent price points, while a swing high is a price point that is higher than the two adjacent price points. The EA should track the distance between each swing low and swing high to determine potential trade opportunities.

3.       For a sell condition, the EA should look for a pullback from a lower low into at least 50% of the last swing high and current swing low at the close of the current bar within 50% to 95% pullback range. If this condition is met, the EA should execute a sell trade with a lot size calculated based on the input variables.

4.       For a buy condition, the EA should look for a pullback from a higher high into at least 50% of the last swing low and current swing high at the close of the current bar within 50% to 95% pullback range. If this condition is met, the EA should execute a buy trade with a lot size calculated based on the input variables.

5.       If the price moves against a sell order, the EA should only add another sell trade if current candle close, if the specified trade distance is reached if not reached do not add trade. The lot size for this additional trade should be calculated based on the trade lot size multiplier input variable. If the price continues to move against the new sell trade, the EA should continue to add new trades at specified trade distance only if current candle close withing the specified distance, until it reaches the maximum number of additional trades.

6.       If the price moves against a buy order, the EA should only add another buy trade if current candle close, if the specified trade distance is reached if not reached do not add trade. The lot size for this additional trade should be calculated based on the trade lot size multiplier input variable. If the price continues to move against the new buy trade, the EA should continue to add new trades at specified trade distance only if current candle close withing the specified distance, until it reaches the maximum number of additional trades.

7.       Once an additional sell trade has been executed, the EA should move the take profit of all open sell orders to the same point using averaging take profit. This will bring the take profit closer to enable trade closure at the new averaged take profit.

8.       Once an additional buy trade has been executed, the EA should move the take profit of all open buy orders to the same point using averaging take profit. This will bring the take profit closer to enable trade closure at the new averaged take profit.

9.       The EA should continue to monitor the price action and execute trades based on the specified conditions until the trade hits the take profit.

10.   If the trade distance is set to zero, the EA should not execute any additional trades in the same direction as the initial trade.

11.   The EA should also have a feature to limit potential losses by implementing a maximum allowed drawdown. If the drawdown exceeds this limit, the EA should close all open trades to prevent further losses.

12.   The EA should have an option to set a stop loss for each trade, which would override the trade take profit no stop loss input variable.

13.   The EA should have a user-friendly interface that allows traders to easily configure the input variables, set stop loss and maximum drawdown limits, and view performance metrics such as profit and loss, win rate, and average trade duration.

14.   The EA should also have a feature to allow traders to choose between different trading strategies, such as trend following or range trading.

15.   The EA should be capable of handling different time frames and instruments, and the user interface should allow traders to easily switch between them.

16.   The EA should provide detailed logs and reports on all trades executed, including entry and exit points, lot sizes, and profit/loss. This information can be used by traders to analyze their trading performance and identify areas for improvement.

17.   The EA should be designed with security in mind, and should not store any sensitive information such as login credentials or account balances. Traders should be responsible for managing their own accounts and ensuring that their trading strategies are compatible with their risk tolerance and financial goals.


Han respondido

1
Desarrollador 1
Evaluación
(1)
Proyectos
1
0%
Arbitraje
0
Caducado
0
Libre
2
Desarrollador 2
Evaluación
(8)
Proyectos
18
17%
Arbitraje
3
67% / 0%
Caducado
0
Libre
3
Desarrollador 3
Evaluación
(52)
Proyectos
96
24%
Arbitraje
9
22% / 22%
Caducado
12
13%
Trabaja
4
Desarrollador 4
Evaluación
(131)
Proyectos
169
18%
Arbitraje
17
47% / 18%
Caducado
0
Libre
Solicitudes similares
Hi there, I am looking for someone to build a Martingale/Cost Averaging Expert Advisor (EA) with the following features and functions: Martingale and Cost Averaging Features: 1. **Martingale Calculation Settings:** - Standard Martingale system allowing the trader to set the initial trade size and the pip step for subsequent trades. - Option for averaging up and averaging down: - **Averaging Up:** Lot size
Job Title: MQL5 Trading Bot Code Debugging and Optimization** **Description:** We are seeking an experienced MQL5 developer proficient in debugging and optimizing trading bot codes. The current project involves fixing existing code that runs into debugging issues without errors and optimizing it for efficient performance in live trading environments. **Responsibilities:** - Debug existing MQL5 trading bot code to
need a very skilled developer to create ea from indicator .i have source code for the indicator and it is non repainting. More details will be provided .i need parameters like take profit/stop/loss/loss recovery and few more
Active expert 250+ USD
hi, I must do changes to a dashboard with manual input of trader and active expert. Budget 250$ Can do? the budget is correct based on job to do. If you want me to increase the budget you can message me
HELLO DEAR DEV'S. I'VE AN EA BUT IT STOP WORKING WHEN MT4 HAS BEEN UPDATED TO THE LATEST VERSION (1420). SO I NEED A GOOD DEVELOPPER THAT COULD UPDATE THIS EA TO THE LATEST VERSION OF MT4 SO I CAN USE IT. NB: IT'S A SINGLE FILE (.EX4) AND THE PRICE CAN BE NEGOCIATED TO BE SUITABLE FOR BOTH PARTIES. THANK YOU
hey friends, I am looking to build a smart trading robot, for the capital market. He knew how to trade in all the different types of trade. Example - in shares, currencies, index, indices, ETFs, funds, commodities, options, futures and so on. Suitable for trading on all stock exchanges in the world. It will be possible to install the trading robot in the MetaTrader 5 trading software. But it will also be possible to
STI EA 30 USD
I need to convert this MT4 indicator into MT5 EA/indicator. The problem is I only have the .ex4 file bt not .mq4 file and it is also a repainting indicator. I need preliminary assessment if the conversion can be done based on .ex4 file first before exploring the EA details further. Attached is the indicator Budget below is just indicative for the assessment. We can discuss further once the conversion can be done and
i want you to help me it mq4 source code and insure it will work on mt4 and mt5 optimally basically i want the source code and that dll if its important to crack it .. regards
This mql4 got entry blue line and exit red line and pips inside also calculated it uses haiken Ashi and murray Math settings if you this you up for this job let's discuss it we will talk more when you are chosen thanks in advance
Hi, The task involves adding functions to an existing EA and correcting an error. The developer must have a thorough understanding of the following: Trailing Take Profit function Calculating a decreasing distance between orders Ability to code a function for Global Profit decrement/increment size in percentage Ability to correct error 10015 Thank you in advance

Información sobre el proyecto

Presupuesto
30+ USD
Para el ejecutor
27 USD
Plazo límite de ejecución
de 1 a 10 día(s)