Dear MT4 EA developers, I am looking for a person, who will code any trading system into an EA

Termos de Referência

Interface settings:
Variable Value Reference EA name Explanation
Part1
MagicNumber 1 Feelance2.mq5
Slippage 20 Feelance2.mq5
Spread 10 Feelance2.mq5
TradeAgainAfterProfit True/False Feelance2.mq5 When there are no orders in the account, the order will be opened again.
Part2
KindofDistance LevelDistancePencent/LevelDistance Nil
LevelDistancePencent 1% Nil
LevelDistance 100 Nil
LevelLimit 30 Nil
LotMultiple 2 Nil
AllOfAverageTP 100 Nil
Part3
Interval 500 Nil
IntervalDirection UP AND DOWN/ UP/ DOWN/ FALSE Nil
Part4
ContinuityOpenOrderMax 5 myJob_v4.3.mq4 If more than 5 orders are opened within 10 consecutive seconds, the EA will stop operating.
ContinuityTimeSeconds 10 myJob_v4.3.mq4
Part5
show_lot&now_time_screen true/false Nil Displays the current total lot and current time on the chart.
MetaEditor settings:
Expiration_time 31/1/2024 myJob_v4.3.mq4 EA validity period







Note:
Opening conditions: When there is no order for this EA in the account, the order will be opened.
All orders are instant orders and there are no pending orders.
EA has only one take-profit mode, that is, all orders will take profit at the same price at the same time, and then there will be no orders in the account.
All items must be completed to complete the work.
If the number of working days required by the developer is exceeded, the work will be cancelled. The period of testing EA is not considered as a working day.



Example14
Explanation: The Example is explain how to take profit closed orders if IntervalDirection is true. AllOfAverageTP value is not same as Example 13.
Interface settings:
Variable Value
KindofDistance LevelDistance
LevelDistance 200
LevelLimit 12
LotMultiple 1.4
AllOfAverageTP 502 Formula: total lot * AllOfAverageTP = 9.02*502 = USD$4532.55
Interval 500
IntervalDirection DOWN
Situation: The market trend is from 1.05788 to 1.04499, and then rises to 1.06566
Situation steps 1 by 1.05788. The total number of orders held by the account is 2
Group LevelLimit LevelDistance LotMultiple
Group1.05788 1 buy 1.05788 0.02
Group1.05788 1 sell 1.05798 0.02
Situation steps 2 Dropped from 1.05788 to 1.04499. The total number of orders held by the account is 16
Group LevelLimit LevelDistance LotMultiple
Group1.05788 1 buy 1.05788 0.02 1
Group1.05788 1 sell 1.05798 0.02 2
Group1.05788 2 sell 1.05598 0.03 3
Group1.05788 3 sell 1.05398 0.04 4
Group1.05788 4 sell 1.05198 0.05 5
Group1.05788 5 sell 1.04998 0.08 6
Group1.05788 6 sell 1.04798 0.11 7
Group1.05788 7 sell 1.04598 0.15 8
Group1.05288 1 buy 1.05288 0.02 9
Group1.05288 1 sell 1.05298 0.02 10
Group1.05288 2 sell 1.05098 0.03 11
Group1.05288 3 sell 1.04898 0.04 12
Group1.05288 4 sell 1.04698 0.05 13
Group1.04788 1 buy 1.04788 0.02 14
Group1.04788 1 sell 1.04798 0.02 15
Group1.04788 2 sell 1.04598 0.03 16
Situation steps 3 It fell from 1.05788 to 1.04499, and then rose to 1.07988 and all 49 orders take profit at 1.07988, because AllOfAverageTP>=502 was met
Group LevelLimit LevelDistance LotMultiple
Group1.05788 12 buy 1.07988 0.81
Group1.05788 11 buy 1.07788 0.58
Group1.05788 10 buy 1.07588 0.41
Group1.05788 9 buy 1.07388 0.30
Group1.05788 8 buy 1.07188 0.21
Group1.05788 7 buy 1.06988 0.15
Group1.05788 6 buy 1.06788 0.11
Group1.05788 5 buy 1.06588 0.08
Group1.05788 4 buy 1.06388 0.05
Group1.05788 3 buy 1.06188 0.04
Group1.05788 2 buy 1.05988 0.03
Group1.05788 1 buy 1.05788 0.02
Group1.05788 1 sell 1.05798 0.02
Group1.05788 2 sell 1.05598 0.03
Group1.05788 3 sell 1.05398 0.04
Group1.05788 4 sell 1.05198 0.05
Group1.05788 5 sell 1.04998 0.08
Group1.05788 6 sell 1.04798 0.11
Group1.05788 7 sell 1.04598 0.15
Group1.05288 12 buy 1.07488 0.81
Group1.05288 11 buy 1.07288 0.58
Group1.05288 10 buy 1.07088 0.41
Group1.05288 9 buy 1.06888 0.30
Group1.05288 8 buy 1.06688 0.21
Group1.05288 7 buy 1.06488 0.15
Group1.05288 6 buy 1.06288 0.11
Group1.05288 5 buy 1.06088 0.08
Group1.05288 4 buy 1.05888 0.05
Group1.05288 3 buy 1.05688 0.04
Group1.05288 2 buy 1.05488 0.03
Group1.05288 1 buy 1.05288 0.02
Group1.05288 1 sell 1.05298 0.02
Group1.05288 2 sell 1.05098 0.03
Group1.05288 3 sell 1.04898 0.04
Group1.05288 4 sell 1.04698 0.05
Group1.04788 12 buy 1.06988 0.81
Group1.04788 11 buy 1.06788 0.58
Group1.04788 10 buy 1.06588 0.41
Group1.04788 9 buy 1.06388 0.30
Group1.04788 8 buy 1.06188 0.21
Group1.04788 7 buy 1.05988 0.15
Group1.04788 6 buy 1.05788 0.11
Group1.04788 5 buy 1.05588 0.08
Group1.04788 4 buy 1.05388 0.05
Group1.04788 3 buy 1.05188 0.04
Group1.04788 2 buy 1.04988 0.03
Group1.04788 1 buy 1.04788 0.02
Group1.04788 1 sell 1.04798 0.02
Group1.04788 2 sell 1.04598 0.03





Respondido

1
Desenvolvedor 1
Classificação
(31)
Projetos
41
20%
Arbitragem
9
11% / 89%
Expirado
5
12%
Livre
2
Desenvolvedor 2
Classificação
(41)
Projetos
57
54%
Arbitragem
2
0% / 0%
Expirado
1
2%
Livre
3
Desenvolvedor 3
Classificação
(1)
Projetos
2
0%
Arbitragem
1
100% / 0%
Expirado
0
Livre
Pedidos semelhantes
Hey, im looking for a person who can create an my very own version of pineconnector, which should have all the option of pineconnector and it should be user-friendly without any complications
HI, I'm looking for an experienced person who can add buy/sell indications and Alerts on existing Pinescript along with little modification of the script and the script should connect to MT5 platform using pineconnector MT5 platform should excute trade instantly as based on the alerts/indications on tradingview script
Need to create ea to trade in indian market by placing orders to Indian market platform through API form mqlHere's a basic outline of what script should include: Define Heikin Ashi candle pattern: Convert regular candles to Heikin Ashi candles. Order Execution: Execute orders on the open of the second candle after the signal is generated. Buy Call: When a buy call is generated, initiate a call option order. Set
I want the trade to trigger anytime it sees the opportunity on all time frames, sl tp should be automated and all trades should be trigger anytime on cpi news and etc
I need someone to help me convert my tradingview pinescript to mt4, I only got $20 for this and I am gonna be giving you more works ahead, Also I will be paying with cryptocurrency cause my PayPal os not working here, Don't know why
I want an Indicator that : Draws vertical lines at the opening of candles on a time frames selected.( I want to be able change the candle timeframe the line will be drawn. Eg. I can slelect 1H, 4H etc from the settings, and the vertical line will be drawn at the opening). Draw a horizontal line at the opening of the candles in the selected timeframe. Calculate the average range of the candles on a selected timeframe
I want to lock my indicators and my EAs in the data folder with a password because i am going to give my pc to a trader , the real names of the indicators also should be changed or covered on the screen so no one should go and find them online
Trade Entry Rule : 1 . New Arrow Higher or Lower Appear : Entry . (Range/Period: {Input}) After Entry Trailing Stop Trails { Trail Step (Input) } 2 . Lot Size { Input } 3 . Take Profit { Input } 4 . Max Number of Trades { Input } 5 . Total Number of Trades per Entry { Input } ---------------------------------------------------------------------------- 6 . Spread Filter { Input }
Placing of order and opening up position. And management of trading position/orders, cancellation of orders and closing of position order lot calculation processing trading errors and environmental state signal lifetime what the programme cannot do for you
I need someone to help me convert my tradingview pinescript to mt4, my budget for this project is $20 and I need this done fast in two days, Also, I am going to need you to be able to build a new indicator because that's the nest project, But I need to know if you can do this first , Thank you

Informações sobre o projeto

Orçamento
100 - 300 USD
Desenvolvedor
90 - 270 USD