Completion of EA based on Horizontal lines

MQL4 Indicateurs Experts

Tâche terminée

Temps d'exécution 2 jours
Commentaires du client
Excellent coder easy to work with and quick to make adjustments and resolve problems.
Commentaires de l'employé
Thank you for the bonus!

Spécifications

The goal is simply to get each section of the EA to work as described.

Basic Trade concept/logic: (this is currently not functioning correctly)

User draws their own horizontal lines using the horizontal line tool in MT4. There can be no limits on how many or how few lines are drawn on the chart in MT4. Trades should only be taken on the user drawn Horizontal line +/- offset if >0

Trade Lines are active only if market price has been further than activation distance from the line. For example if activation distance is 25 pips and the market is 30 pips below a line then that line is active as a buy trade when the market touches that line. If a stop loss has been hit and it is within 25 pips of the line then that line is not active again until the market moves 25+ pips away from that line. If the market is above a line by activation distance then that line will be a sell trade. If it is below then it will be a buy trade.

Take Profit is optional:(this currently works)
Take profit can be left empty/open if set to 0

Move to Break even:(this is currently not functioning correctly)
This is a fairly common practice when the break even trigger distance is reached then the stop loss is moved to a profitable position at entry price+/- Break even pips.

Extra Risk Management: (not able to test)
If set to true then the EA will check to see if any open trades regardless of magic number have stop losses set to less than break even and if so will prevent new trades from being taken. It is my intent to run as many as 8 instances of this EA on different pairs this is to prevent correlated pairs from taking simultaneous loosing trades.

Incremental Trail: (not currently working)
This will move all stop losses for trades going the same direction at the same time. For example if there are 3 lines and the market has moved through each then when the second is taken the first gets the same stop loss and when it moves to break even both open trades have their stop losses moved to middle line entry +break even pips on the profitable side. When the third is opened all 3 trades have the same stop loss and upon break even all 3 again are moved to the same level.

Offset:(This currently works)
If a line is draws directly on support/resistance and i want a buy trade to be taken 20 pips up and a sell trade 20 pips down then the offset is set to 20 this way when the market moves through the line the trades are taken not on the line but at the offset from the line. The activation distance is affected as well so if activation is 25 pips then the market needs to be 25 pips from the line +/- offset not just the line its self.

Slippage:(not sure how to test this)
I believe this is working but essentially this sets acceptable slippage for those times when the market is moving quickly.

Magic Number:(this is working)
Everyone knows what this is. Since I will be running multiple instances on different pairs they each need to keep track of their own trades in order to operate the move to break even and incremental trail functions without altering trades taken on other pairs.

Automatic Lot Calculation: (This is not working) 
If set to true then each trade is taking according to free margin, initial stop loss, and risk%. Simply put if the risk is 2% then any trade that activates and then hits its stop loss before moving to break even will lose exactly 2% of my free margin at the time the trade was taken.

Forced lot size: (This works)
If automatic lot calculation is set to false then this is the lot size used.



Dossiers :

Répondu

1
Développeur 1
Évaluation
(803)
Projets
1374
72%
Arbitrage
113
28% / 48%
En retard
342
25%
Travail
2
Développeur 2
Évaluation
(117)
Projets
138
41%
Arbitrage
30
7% / 77%
En retard
17
12%
Gratuit
3
Développeur 3
Évaluation
(142)
Projets
280
42%
Arbitrage
18
61% / 6%
En retard
29
10%
Gratuit
4
Développeur 4
Évaluation
(204)
Projets
283
34%
Arbitrage
34
32% / 29%
En retard
75
27%
Travail
5
Développeur 5
Évaluation
(43)
Projets
72
49%
Arbitrage
4
0% / 50%
En retard
19
26%
Gratuit
Commandes similaires
Creating of an expert advisor or trading bot that uses a Top Down analysis (using monthly, weekly, daily, hourly, minutes ( 30, 15, 5, 1) to determine trade direction or trend direction and makes multiple trade decisions for mt4. You can use or combine accurate trend indicators
Hello The EA will work on particular zone choose by the user and can mark it on any TF and with some rules can open trades and mange the trade by some unique rules. the EA need to check the difference by RSI as well and with some extra rules . developer should have good attitude and good communication (englsih) with high performence and knowledge with coding EA
I am looking forward to automate my trading strategy where I use renko bars on Tradingview. I really want to use unirenkos too, but unfortunately I couldn't figure out how to use ninjatrader on my MacBook and Tradingview does not offer unirenkos. As far as I see from your offered services you are very familiar with ninjatrader. I wanted to ask you if you could code me an Indicator for unirenkos for Tradingview so I
I am looking forward to automate my trading strategy where I use renko bars on Tradingview. I really want to use unirenkos too, but unfortunately I couldn't figure out how to use ninjatrader on my MacBook and Tradingview does not offer unirenkos. As far as I see from your offered services you are very familiar with ninjatrader. I wanted to ask you if you could code me an Indicator for unirenkos for Tradingview so I
Hello The EA will work on particular zone choose by the user and can mark it on any TF and with some rules can open trades and mange the trade by some unique rules. the EA need to check the difference by RSI as well and with some extra rules . developer should have good attitude and good communication (englsih) with high performence and knowledge with coding EA
Hello, I want to create an EA that can be able to take and optimise trade bids using the trend tracker concept I have developed. The tracker will monitor 2 lines to determine the trend of the market and afterwards take bids towards the correct direction. It will also be able to use a distance between the bids for the direction of the trend and plan a reverse bid when the price of the extreme doesn’t change again. The
Gradient boosting and L2 100 - 200 USD
I am looking for a well experienced programmer to put/implement a gradient boosting algorithm and an L2 to reduce overfitting in my ea which l already have which uses indicators . If you are experienced please adhere
Hello, I'm looking for a developer for repair calendar in EA MT4/MT5 (News Filter - https://ec.forexprostools.com ) for all windows servers. Note: EA MT4/MT5 works with calendar on PC Win 10, 11 but not on all windows servers. I have the source code and will post within the comments section for review. If you are able to do this and quality. Please apply. Thanks
Create mt4 ea 50+ USD
To convert the provided MT4 indicator script into an Expert Advisor (EA) and implement prompt functionality for user input, we need to modify the code to handle external parameters and provide a user-friendly interface. Below is the EA code that incorporates prompts for user inputs
SCALP MARTINCALE SPY TIMEFRAME 1MIN CANDLE - SHORT SIDE ONLY 1-SET RISK : A IS A VARIABLE (HOW MUCH $) 2-SET ATR(3) : SET THE TIME AT WHICH THE ATR SHOULD BE TAKEN, IF SET 933AM THEN THE ATR OF THE 1MIN CANDLE AT 933AM CANDLE WILL BE USED (ROUND AT 0.25 UP OR DOWN) *USE NEW YORK TIME 3-SET MAX NUMBER OF ENTRY : B IS A VARIABLE 4-SET RSI(14) / C IS A VARIABLE, IF RSI(14) > C = ORDERS OPEN 5-IF RSI(14) > C IS TRIGGERED

Informations sur le projet

Budget
30+ USD
Pour le développeur
27 USD