Trend Tracker Expert Advisor

MQL4 Indicateurs Experts

Tâche terminée

Temps d'exécution 21 heures
Commentaires de l'employé
Thanks!

Spécifications

Hi,

I'm looking for someone to create an Expert Advisor that will open/close a trade based on the custom MT4 Indicator "Trend Tracker" (https://www.mql5.com/en/market/product/13718). That custom indicator has an output based on two tracker lines: Swing (for long trends) and Tracker (for early breakout trends). Based on this the desired expert advisor should work the following way:

 

EA Logic: 

  • Wait for a new signal from the Trend Tracker indicator.
  • If the signal shows BUY:
    • If there's an open order...
      • If there's an existing SELL order...
        • Close the existing SELL order.
        • Open a new BUY order.
      • else (there's an existing BUY order)
        • Do nothing.
    • else (no open orders)
      • Open a new BUY order.

  • If the signal shows SELL (same principle as for BUY):
    • If there's an open order...
      • If there's an existing BUY order...
        • Close the existing BUY order.
        • Open a new SELL order.
      • else (there's an existing SELL order)
        • Do nothing.
    • else (no open orders)
      • Open a new SELL order.

  1. Basically it's about having a BUY order when the signal is showing buy. As soon as the signal shows SELL, we close the BUY order and open a new SELL, and viceversa.
  2. There can be only 1 open order at a time. Opening a new order means closing an existing one.
  3. The type of signal (act only upon Swing line, Breakout line, or any) is defined in the list of parameters.
  4. The lot size is to be defined in the parameters.

Desired parameters:

  • Magic: 8-digit unique Magic Number of the EA (by default "28757148").
  • Signal: list. Contains "Swing", "Tracker", "Any". It defines the type of indicator signal to be listening to for opening/closing trades: swing line, tracker line or any of them (by default "Swing").
  • Size: lot size of the trades to be opened (by default "0.1").
  • Investment: used to calculate dynamic lots based on the account equity (by default "0").
    • When zero the lot size will always be fixed as indicated in the "Size" parameter".
    • When there is a positive value the lot size will be calculated according to the following formula: Equity / Investment * Size. For instance, if the equity is $1,000, "Investment" is 200, and "Size" is 0.1 the EA will add "0.1" lots for every "200" units of equity, that is: 1,000 / 200 * 0.1 = 0.5 lots.
  • Comment: custom comment of the trade (by default "swing").
  • Foreground: color picker for the foreground text (by default "White").

 

Please let me know should you need any clarification. Thanks in advance.

Dossiers :

TXT
TTee.txt
2.4 Kb

Répondu

1
Développeur 1
Évaluation
(362)
Projets
506
40%
Arbitrage
147
18% / 72%
En retard
99
20%
Chargé
2
Développeur 2
Évaluation
(39)
Projets
44
16%
Arbitrage
1
100% / 0%
En retard
7
16%
Gratuit
Commandes similaires
BUY AND SELL 30+ USD
Create an Expert Advisor that collaborates between these indicators ETR, MEv2 and STLv3 with these features 1. SL and TP 2. TIME FILTER 3. ETR, MEv2 and STLv3 PARAMETERS BUY ENTRY STEP 1. FIRST candle OPEN above Symphonie Trend Line STEP 2. Check Symphonie Extreme must indicate color BLUE STEP 3. Check Symphonie Emotion must indicate color BLUE STEP 4. Open trade with money management STEP 5. Trade open MUST BE 1
Hello, I have a protected Ninja trader Order Flow indicator and I was wondering if you can reverse engineer it to replicate the functionality. H ere are the specifications and indicator: https://docs.google.com/document/d/1KyYwQ7iTL2KWGhnZzxS1gObccu9LPMrGuMc9Mdk_3KY/edit?usp=sharing
I have an EA that need some changes including integrating the indicator code directly into the Expert Advisor. I will give the detailed doc once we settle on the candidate for the job . Please bid if you can work with the stated amount. Thanks
Hello, Need to convert Tradingview Indicator to MQL4 indicator. or if you have this one converted already, let me buy a copy please. If we're good, then will definitely buy it and ask to convert into EA on new order. Supertrend by KivancOzbilgic
Fix bug or modify an existing Trading view indicator to display correct. The indicator is working but not displaying/plotting all the information i want. So i want it adjusted to plot all the info
Here's a brief requirement you can use: **Description:** I am seeking an experienced MQL5 developer to create a (EA). The EA should include features for placing pending orders (Buy Stop and Sell Stop) based on market spread, managing trades effectively at the opening of new candlesticks, and implementing take profit and stop loss strategies. Additionally, I would like the option to adjust parameters based on market
I have an EA which i need to do below modifications. Variable Inputs to be added Order Type : Market , Pending Trade Type : Buy, Sell , Buy & Sell Pending Pips Step : ( Pips Value can be negative or positive to decide on what type of Pending Order ) // If trade type Buy is selected Close Type : Close All ( Bulk Close Option in MT5 ) , Close Individually Close Option : %of Equity , %of Balance , Amount $ , %of No
Add multiplier to grid recovery system. For example: Grid Trade 2-3 Spacing; 1.0 Multiplier Grid Trade 4-6 Spacing; 2.0 Multiplier Grid Trade 7+ Spacing; 1.6 Multiplier Need quick turn around. Need it done ASAP
Objects reader PIN 70 - 100 USD
Hi I have an indicator that create objects in the chart and using those following some rules the new indicator will create external global variables with value = 0 ( NONE ), = 1 ( BUY ) or = 2 ( SELL ). The global variable will use PIN external integer number . PINS are by now global variables (GV) whose name indicates the pair name and the PIN belonging and their value indicates it direction/action. PINS GV names
I want an indicator and its source code that returns the value of: - two moving averages in different selectable timeframes, with method Exponential and price calculation price_open; - Opening, closing, maximum and minimum of the candle in different timeframes And that returns the values ​​regardless in a chart of one minute. The input parameters: * select timeframe media1 = {1,2,3,4,5,...} * select timeframe media2

Informations sur le projet

Budget
10 - 30 USD
TVA (19%): 1.9 - 5.7 USD
Total: 11.9 - 35.7 USD
Pour le développeur
9 - 27 USD
Délais
de 1 à 3 jour(s)