Changes to EA/INDY sayadi_lancer

MQL4 Indicateurs Experts

Tâche terminée

Temps d'exécution 1 jour
Commentaires de l'employé
Very Great client ! I hope that we working always together :) If this client hire you,so you're a very lucky coder !!
Commentaires du client
Could sum up the experience with one word really - Incredible! Service from start to end has been fantastic - debugs any issues before my eyes on teamviewer and always available to talk.

Spécifications

Change to be made to Indy/EA

 

Hedging is to be added to EA option with option to disable

 

Below are the settings required for hedging.

When hedge is triggered it will automatically manage the original trade + the hedge trade.

It will remove any SL/TP/or trailing stop from the existing trade as it is now managing the open trades.

When the original trade hits –PIPS the hedge is triggered at 200% size of original trade.

IE – Trade 1 is .1 lots and hits -30 PIPS

Trade 2 (Hedgetrade) is opened in opposite direction with .2 lots.

Both trades are closed at break even or beak even + pips

Below are the settings we require.

 

extern string  hs                            = "----Hedge settings----";

extern bool    HedgeEnabled                  = true;

extern double  HedgeAtLossPips               = 30;

extern double  HedgeLotsPercent              = 200;

extern double  HedgeTradeStopLoss            = 0;

extern double  HedgeTradeTakeProfit          = 5;

extern bool    CloseAtBreakEven              = true;

extern bool    HedgingTheHedgeIsAllowed      = false;

extern double  HedgeTheHedgeLotsPercent      = 200;

 

trades to be managed using magic number.

 

Changes to Trend definition.

Option to use 4H TF  & Daily TF to define trend when choosing Trending/Counter trending

(We currently already have the above option)

I would like to have the option of selecting only daily or only 4HR TF to define trend using TMA SLOPE

 

Indicator changes.

-          Change Indicator so it displays previous days fib levels/pivot levels (not just current day) this is a must so we can do visual back testing

-          Draw line for Daily Open level

 

Trade Comments

-          All trades are to be clearly commented Ie Pair – BUY/SELL – LVL taken trade – Entry Type USED

 

 

Trade Management upgrades

  • Options to enable to disable the below is critical
  • -          Close trade as next fib level ie if taken Buy trade from fib support 4 – close trade at fib support 3 for TP.
  • -          Trailing stop to start @ next fib level with option to define trailing stop distance.
  • -          Set TP to daily pivot – If trade is open to next day TP is to be changed to new DP
  • option to close all trade at % balance increase or $ gained for the day.

 

 

We must have a way to allow the EA to trade on multiple pairs with the rule of only having 1 open trade at any 1 time.

 

 

 

 

 

 

  

Répondu

1
Développeur 1
Évaluation
(647)
Projets
1295
67%
Arbitrage
84
26% / 49%
En retard
338
26%
Gratuit
2
Développeur 2
Évaluation
(263)
Projets
537
50%
Arbitrage
55
40% / 36%
En retard
224
42%
Gratuit
3
Développeur 3
Évaluation
(40)
Projets
58
22%
Arbitrage
10
10% / 70%
En retard
13
22%
Gratuit
4
Développeur 4
Évaluation
(28)
Projets
30
50%
Arbitrage
4
0% / 100%
En retard
8
27%
Gratuit
5
Développeur 5
Évaluation
Projets
0
0%
Arbitrage
0
En retard
0
Gratuit
6
Développeur 6
Évaluation
Projets
0
0%
Arbitrage
0
En retard
0
Gratuit
Commandes similaires
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

Informations sur le projet

Budget
70 USD
Pour le développeur
63 - 63 USD
Délais
de 1 à 5 jour(s)