Expert Advisor

MQL4 Experts

Tâche terminée

Temps d'exécution 2 jours
Commentaires du client
Good Programmer.
Commentaires de l'employé
Good customer.

Spécifications

Hello,

 

 

I am looking for someone to build me the following EA which uses the indicator below and 2 exponential moving averages

 

#property indicator_chart_window
#property indicator_buffers 2
#property indicator_color1 Green
#property indicator_color2 Red
#property indicator_width1 2
#property indicator_width2 2
#property indicator_style1 STYLE_SOLID
#property indicator_style2 STYLE_SOLID

//-- External variables
extern int StPeriod   = 10;

//-- Buffers
double FextMapBuffer1[];
double FextMapBuffer2[];

//+------------------------------------------------------------------+
//| Custom indicator initialization function                         |
//|------------------------------------------------------------------|
int init()
{   
   SetIndexStyle(0,DRAW_LINE);
   SetIndexBuffer(0, FextMapBuffer1);
   SetIndexStyle(1,DRAW_LINE);
   SetIndexBuffer(1,FextMapBuffer2);        
   IndicatorShortName("Stretch Breakout Channel ("+ StPeriod +")");
   Comment("Copyright © http://www.pointzero-trading.com");
   return(0);
}

//+------------------------------------------------------------------+
//| Custom indicator deinitialization function                       |
//+------------------------------------------------------------------+
int deinit()
{
   return(0);
}

//+------------------------------------------------------------------+
//| Custom indicator iteration function                              |
//+------------------------------------------------------------------+
int start()
{
   // Start, limit, etc..
   int start = 0;
   int limit;
   int counted_bars = IndicatorCounted();
   
   // nothing else to do?
   if(counted_bars < 0) 
       return(-1);

   // do not check repeated bars
   limit = Bars - 1 - counted_bars;
   
   // Iteration
   for(int pos = limit; pos >= start; pos--)
   {
      int dshift = iBarShift(Symbol(), PERIOD_D1, Time[pos], false);
      double stretch = iCustom(Symbol(), PERIOD_D1, "Stretch", StPeriod, 0, dshift+1);
      double OPEN = iOpen(Symbol(),  PERIOD_D1, dshift);
      FextMapBuffer1[pos] = OPEN + stretch;
      FextMapBuffer2[pos] = OPEN - stretch;
   }
   return(0);
}

 

 RULES for THE EA

OPEN to buy = when 5 period EMA crossess ABOVE the upper break out line

SELL to close = when the  period EMA crosses BELOW the 50EMA and then wait untill the price retouches the upper break out line

 

 

OPEN to sell =  when 5 period EMA crossess BELOW the lower break out line

BUY TO open = when the  period EMA crosses ABOVE the 50EMA and then wait untill the price retouches the lower break out line

 

 

This should be for a UK spread betting account (GBP/point).

 

it may be nice to have stop loss function

and trading time HH:MM start and end period

 

 

Thanks 

Répondu

1
Développeur 1
Évaluation
(590)
Projets
789
71%
Arbitrage
9
33% / 33%
En retard
22
3%
Gratuit
2
Développeur 2
Évaluation
(2444)
Projets
3081
66%
Arbitrage
77
48% / 14%
En retard
340
11%
Travail
3
Développeur 3
Évaluation
(2108)
Projets
2680
62%
Arbitrage
114
46% / 25%
En retard
420
16%
Travail
4
Développeur 4
Évaluation
(1134)
Projets
1437
62%
Arbitrage
21
57% / 10%
En retard
43
3%
Travail
5
Développeur 5
Évaluation
(89)
Projets
139
24%
Arbitrage
34
32% / 44%
En retard
59
42%
Travail
6
Développeur 6
Évaluation
(61)
Projets
120
34%
Arbitrage
17
18% / 41%
En retard
51
43%
Gratuit
7
Développeur 7
Évaluation
(54)
Projets
64
42%
Arbitrage
5
20% / 60%
En retard
4
6%
Gratuit
8
Développeur 8
Évaluation
(414)
Projets
670
33%
Arbitrage
60
17% / 32%
En retard
113
17%
Travail
Commandes similaires
Hello there am looking for who can help me converting tradingview indicator to mt5 auto trading strategy, the indicator name : Breaker Blocks with Signals [LuxAlgo] ### 1. **Entry Condition**: - **For Long**: The trade is entered **after BB+** is confirmed. - **For Short**: The trade is entered **after BB-** is confirmed. ### 2. **Stop Loss**: - **For Long Entries**: Stop loss is triggered on a **candle close above
Specification: Basic candlestick pattern and smoothed moving average indicator and lotsize manipulator AI. Bearish: Hanging man, Shooting star, Bearish engulfing, Evening star, 3 black crows. Bullish: Hammer, Inverse hammer, Bullish engulfing, Morning star, 3 white soldiers. Note: 1. Use only smoothed moving average 17 period and if 17 moves 30 points upward turn to lime and if 17 period moves 40 point downward
I am seeking assistance with an MT5 indicator that I am currently using. The indicator is a multi-timeframe (MTF) zigzag with Fibonacci levels. When I load the indicator multiple times on the same chart—using both current and different higher timeframes (HTF)—the trendlines and Fibonacci levels do not always display as expected. To test the indicator, I have a set file configured with settings for four instances of
ATAS DEVELOPER NEEDED 30 - 100 USD
Hi programmer, I'm looking for an expert algorithm trading developer that is capable with the right key set for programming and algorithm that would run without any problem for ATAS trading platform. I've my strategies ready including preference, images and videos of exactly how i want it to be implemented but only looking for a well skilled programmer to bring the idea to life as its very important ideas. Kindly
Hi programmer, I'm looking for an expert algorithm trading developer that is capable with the right key set for programming and algorithm that would run without any problem for ATAS trading platform. I've my strategies ready including preference, images and videos of exactly how i want it to be implemented but only looking for a well skilled programmer to bring the idea to life as its very important ideas. Kindly
Dear All, I need an RISK to REWARD Ratio expert advisor for top to bottom, support and resistance and order block strategy. If the developer has any good risk to reward strategy, I will apprecaite. Kindly provide me the EA, I will test it on my demo account fm- And the payment gets released upon the results The EA should also be able to give TRUE and honest back test results. The ea should work on all Major and Minor
Modify MT4 EA 30+ USD
Experienced developer needed to modify an EA that was coded incorrectly. The changes are rudimentary which should take an experienced developer a minimal amount of time to complete. This EA consist of common indicators with entry and exit instructions . The developer must exhibit strong ability to guarantee the STOP LOSS and TRAILING STOP are effective. Therefore, The indicators will be checked in the Strategy Tester
I need EA Expert Advisor bot , I need Trading pad or panel, for pending order only sells stops and buys stops with the TP points and SL points and lot size and price entry, I can provide you the image of a pad or panel
Description: I am in urgent need of a powerful and reliable MT5 Expert Advisor (EA) that can consistently pass any prop firm challenge account within 1-2 days. The trading strategy can be flexible, as my primary goal is to ensure a swift and successful account evaluation. If you have an existing EA or can develop one that meets these criteria, please contact me as soon as possible. Contact Information: Phone: +91
Description: I am in urgent need of a powerful and reliable MT5 Expert Advisor (EA) that can consistently pass any prop firm challenge account within 1-2 days. The trading strategy can be flexible, as my primary goal is to ensure a swift and successful account evaluation. If you have an existing EA or can develop one that meets these criteria, please contact me as soon as possible. Contact Information: Phone: +91

Informations sur le projet

Budget
10 - 50 USD
Pour le développeur
9 - 45 USD
Délais
de 1 à 5 jour(s)