Expert Advisor

MQL4 Experten

Auftrag beendet

Ausführungszeit 2 Tage
Bewertung des Kunden
Good Programmer.
Bewertung des Entwicklers
Good customer.

Spezifikation

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 

Bewerbungen

1
Entwickler 1
Bewertung
(590)
Projekte
789
71%
Schlichtung
9
33% / 33%
Frist nicht eingehalten
22
3%
Frei
2
Entwickler 2
Bewertung
(2444)
Projekte
3081
66%
Schlichtung
77
48% / 14%
Frist nicht eingehalten
340
11%
Arbeitet
3
Entwickler 3
Bewertung
(2108)
Projekte
2680
62%
Schlichtung
114
46% / 25%
Frist nicht eingehalten
420
16%
Arbeitet
4
Entwickler 4
Bewertung
(1134)
Projekte
1437
62%
Schlichtung
21
57% / 10%
Frist nicht eingehalten
43
3%
Arbeitet
5
Entwickler 5
Bewertung
(89)
Projekte
139
24%
Schlichtung
34
32% / 44%
Frist nicht eingehalten
59
42%
Arbeitet
6
Entwickler 6
Bewertung
(61)
Projekte
120
34%
Schlichtung
17
18% / 41%
Frist nicht eingehalten
51
43%
Frei
7
Entwickler 7
Bewertung
(54)
Projekte
64
42%
Schlichtung
5
20% / 60%
Frist nicht eingehalten
4
6%
Frei
8
Entwickler 8
Bewertung
(414)
Projekte
670
33%
Schlichtung
60
17% / 32%
Frist nicht eingehalten
113
17%
Arbeitet
Ähnliche Aufträge
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

Projektdetails

Budget
10 - 50 USD
Für die Entwickler
9 - 45 USD
Ausführungsfristen
von 1 bis 5 Tag(e)