I´m looking creating an Expert Advisor

MQL4 Experts

Job finished

Execution time 4 days
Feedback from employee
Thank you very much! Awesome customer :)

Specification

I´m looking creating an Expert Advisor from experienced programmer only. If you can, send your reference of your work. The EA is based on easy condition and it has several setting for checking of the condition. Next there is several types of Takeprofits and Stoplosses with a function True/False. This TP and SL are basic functions that are known in trading.

If you can´t to accept stated budget for this work, please do not send your offer.


Condition:

If the price rises about certain number of points above the highest price in a set time, so EA should to open a Long trade. If the price falls about certain number of points below the lowest price in a set time, so EA should to open a Short trade.

Time of checking:

In the EA should be possible to set the time for checking the High and Low price.

e.g.: If is a set time 08:00h - 12:00h, so EA should to check the highest price and the lowest price in this time. It means, if the price than rises above the High price, so Long trade should be opened above the High price. For the Short trade vice versa.

Value of price range:

In the EA should be possible to set the value of price range. It means if in the EA is a set 100 points, so price range between the highest and lowest price in a set time, should not be higher than is the value.

e.g.: In the EA is a set price range 100 points. Highest price is 1.00210 and lowest price is 1.00100. Well price range is 110 points. In this case EA can´t to open any trade. If would highest price was 1.00200 and lowest price 1.00100, so EA can to open any trade because price range is 100 points.

Points above or below the prices:

In the EA should be possible to set number of points, that require be above or below the highest or lowest price. It means, if is a set 10 points, so the trade can be opened until the price rises or falls above or below the highest or lowest price. (If this function is a set to False, so the EA should to open trade exactly on the highest or lowest price)

Time of trading:

It the EA should be possible to set time of trading, e.g. 12:00h - 15:00h. It means EA can to open trade only in the a set time.


In the EA should be several types of TakeProfits and StopLosses, that are stated below. Each the Takeprofit and Stoploss should have a function True/False.

TakeProfits:

TPPoints: Basic TP in the points - e.g. 100 points.

TPBailout: Trade is closed on first profitable Open price. Here should be possible to set value of Open price. (e.g. if is a set 1, trade is closed on first profitable Open price. If is a set 2, trade is closed on second profitable Open price etc.)

TPBailoutDay: Trade is closed on first profitable Open price but from daily Timeframe. It means if is trade opened on lower TF than is Daily TF, so the EA should to check Open price from Daily TF, that was created in 00:00h.

TPRRR: Trade is closed if the profit reached certain Risk Reward Ratio againts the Stoploss. (e.g. If is a set RRR on 1:1,5 and Stoploss is a set on 300 points, so the trade is closed, if the profit reached 450 points.) If this TP is used with SLHighLow, so the EA should to calculate automatically value of the TPRRR, on basis of the SLHighLow, after when the trade is opened.

TPTime: Trade is closed at the certain time. (e.g. If is a set 00:00:30, so trade is closed at 30 minutes.)

TPOpen: Trade is closed on certain Open price. (e.g. If is a set 1, so trade is closed on first Open price. If is a set 2, so trade is closed on second Open price etc.)

TPCloseDay: Trade is closed in the end of day. Always according of trading hours of each instrument.


Stoploss:

SLPoints: Basic SL in the points - e.g. 100 points.

SLHighLow: Stoploss should be placed above the highest or lowest price in a set time, where the EA checking the High and Low price according the main condition. (e.g. If is opened Long trade, so Stoploss should be placed below the lowest price. For Short trade vice versa)

SLPercentage: If is a set 10%, so after when trade is opened, so the EA should to set a Stoploss on 10% from the current balance of the account. It means, the risk for one trade is 10%. The percentage should be calculated from the current balance on the account.


Other:

If is used a function on basis of time. So EA should always to use time of the platform. It means it shouldn´t to use time zones.

EA should be possible to use on all Timeframes.

On basis of one signal when condition is met, should the EA to open always only one trade.

In the EA should be possible to set multitrading. It means how much trades to trade concurrently.

In the EA should be possible to set, if to trade only Long or only Short or both trades.

In the EA should be possible to use Position sizing. I can to provide the formula from source code of my EA.



Settings:

Title of the each function should be same as in the description below.


PositionsLimit: 1

Long: True/False

Short: True/False

Time: 08:00-12:00 (Checking of the highest and lowest price)

TradingTime: 12:00 - 20:00 (Trading time for openning of trades)

Points: 10 True/False (Points above or below the prices)

PriceRange:  0.00100

TPPoints: 100 True/False

TPBailout: 1 True/False

TPBailoutDay: 1 True/False

TPOpen: 1 True/False

TPRRR: 1:1,5 True/False

TPTime: 00:00:30 True/False

TPCloseDay: True/False

SLPoints: 100 True/False

SLHighLow: True/False

SLPercentage: 10% True/False

PositionSizing: True/False

Files:

PNG
Screen1.png
16.8 Kb

Responded

1
Developer 1
Rating
(212)
Projects
246
45%
Arbitration
42
10% / 57%
Overdue
5
2%
Free
2
Developer 2
Rating
(620)
Projects
680
57%
Arbitration
25
16% / 60%
Overdue
228
34%
Free
4
Developer 4
Rating
(90)
Projects
118
17%
Arbitration
44
23% / 39%
Overdue
20
17%
Free
5
Developer 5
Rating
(31)
Projects
42
26%
Arbitration
10
20% / 50%
Overdue
8
19%
Free
6
Developer 6
Rating
(1123)
Projects
1425
62%
Arbitration
21
57% / 10%
Overdue
43
3%
Free
7
Developer 7
Rating
(80)
Projects
117
67%
Arbitration
16
25% / 13%
Overdue
12
10%
Free
8
Developer 8
Rating
(204)
Projects
280
34%
Arbitration
34
32% / 29%
Overdue
75
27%
Working
9
Developer 9
Rating
(28)
Projects
47
23%
Arbitration
13
31% / 15%
Overdue
12
26%
Free
Similar orders
Need to modify existing EA. I have an EA created based on HeikinAshi and Price Border indicator. The Price Border Indicator I use repaints and hence, I am switching to slightly different version of Price border indicator. Requirement is to adjust the EA to open trades based on new Price Border indicator. The new Price border indicator provides signal based on alert notification. I couldnt figure it out how to catch
@page { size: 21cm 29.7cm; margin: 2cm } p { line-height: 115%; margin-bottom: 0.25cm; background: transparent } 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
The first section will describe the EAs trading strategy logic and features. The second section is an outline of the inputs that the EA should contain. 1. The idea of the trading system is as follows : This EA enters trades based on fibonacci retracement levels when other (MACD, RSI) conditions are met. It will use a MACD from a particular time frame to establish the swing high and swing lows which the fibonacci
Expert Advisor (EA) will provide automatic entry and exit using Black Dragon indicator as per the description below. Long (entry): on the first blue candle. Long (exit): on the first red candle, stop loss or take profit/break-even. Whatever happens first. Short (entry): on the first red candle. Short (exit): on the first blue candle, stop loss or take profit/break-even. Whatever happens first. Long (stop loss value)
1. **Timeframe and Liquidity:** Focus on the 5-minute timeframe for liquidity analysis.(timeframe for liquidity should be editble) 2. **Candlestick MSS:** Monitor 1-minute candlestick patterns for entry signals.(should be editble) 3. **Swing Points:** Identify swing points using the high and low of the last three candles.(ict swimg high and low) 4. **Sell Setup:** - Wait for a 5-minute candle to take out the swing
Hello Greetings. I have a custom tradingview strategy I would like to convert to Metatrader 5 ( mt5 ) . I have the source code a and with me. Kindly bid if it is what you can do for me and let discuss about the project. Thanks
I'm looking for a developer who has already working on a HFT tailored to pass prop firm challenges within a short period, maintaining a very low drawdown. Here is a link to a video demonstrating an existing EA executing the same strategy: https://youtu.be/N6NEcIpPzV4 Any developer having already worked on this type of project and able to provide quickly a test version is welcome to contact me
have trade signals i get by telegram messaging, i would like to have a robot designed to read those message for trade inputs and open and close trades base on the signals Ea must be able to scan my telegram Message app Read signals sent Open trades on the mt4 and manage them to close Read signals every one minute (user changeable input) I also need the programmer to teach me how to install and make the robot work
MACD EA 50+ USD
Hello Freelancers, I am seeking an experienced developer to create an Expert Advisor (EA) for MetaTrader 5 (MT5). The EA will be based on the MACD indicator and should adhere to the following specifications: EA Requirements: Trading Logic: 1. Long Trades: • Entry: Open a long trade when the MACD line crosses above the signal line below the zero level. • Exit: Close the long trade when the signal line crosses above
EA Configuration. FIBO ------------------------------------------------------------------- Magic: 123456 Stop: Real or Virtual Order: Pending / CLOSE / price== LOT Description: 0.01 ------------------------------------------------------------------- STOP: -0.25 ------------------------------------------------------------------- ENT_1: 1.00 Lot_1: 0.01 ENT_2: 0.50 Lot_2: 0.01 ENT_3: 1.00 Lot_3: 0.01

Project information

Budget
40+ USD
VAT (21%): 8.4 USD
Total: 48.4 USD
For the developer
36 USD