Simple Moving Average Crossover EA

MQL5 Experten

Auftrag beendet

Ausführungszeit 6 Tage
Bewertung des Kunden
Pleasure working with you Artem! Very happy with job u did!
Bewertung des Entwicklers
Thanks for Your patience!

Spezifikation

The order will consist out of 2 similar sub projects all in separate EA.

Project 1.

Conditions:

A signal to open a position if the following conditions is fulfilled:

For BUY:

The fast MA value on the last formed bar is higher than the one of the slow MA.


For SELL:

The fast MA value on the last formed bar is lower than that of the slow MA.


To CLOSE position:

For BUY position will be when the fast MA last formed bar is lower than the slow MA.

For SELL position will be when the fast MA last bar formed is higher than the slow MA.

Or Stoploss/takeprofit/Trailingstop functions are triggered


But important: when a buy/sell position is closed due to MA that crosses a opposite position should be taken.

For example a BUY position is opened and then fast MA crosses slow MA downwards the BUY position should be closed on the last formed

bar that crosses the slow MA and a new SELL position should be created on the last formed bar that crosses the slow MA.


The following input parameters should be present:


Trade settings

  • RiskPercentage- The percentage of free margin to risk in a trade. 
  • TakeProfit- The fixed take profit value in points. If 0 then no take profit will be set.
  • StopLoss- The fixed stop loss value in points. If 0 then no stop loss will be set.

Settings for trailing stop;

  • AllowTrailingStop- This setting must be set to true if trailing stop is to activate.
  • TrailDistance- The trailing stop will be this distance in points away from the price.
  • TrailTrigger- The trailing stop will only start when the trade is at least this number of points in profit.
  • TrailStep- After the trailing is active, a new modification will only occur when there is at least a change of this points. This prevents too many trade modifications on every little price change and hence saves on memory usage.

Fast MA settings:

  • Ma1period- Period value for first MA.
  • Ma1shift- Shift value for first MA.
  • Ma1method- Moving average method. Set 0 for simple, 1 for exponential, 2 for smoothed and 3 for linear weighted.
  • Ma1appliedPrice- Moving average applied price. Set 0 for close price, 1 for open price, 2 for maximum price, 3 for minimum price, 4 for median price, 5 for typical price and 6 for weighted close price.

Slow MA settings:

  • Ma2period- Period value for second MA.
  • Ma2shift- Shift value for second MA.
  • Ma2method- Moving average method. Set 0 for simple, 1 for exponential, 2 for smoothed and 3 for linear weighted.
  • Ma2appliedPrice- Moving average applied price. Set 0 for close price, 1 for open price, 2 for maximum price, 3 for minimum price, 4 for median price, 5 for typical price and 6 for weighted close price.

The EA should be able to trade all currency pairs (major,minor and exotic) +Indices (DE30, AUS200, EU50, F40, UK100)+ Metals(all availible on MT5)+Energies(UK +US oil) + US indices(US Tech, US 500, US30)+all US, UK and EU

shares available on Metatrader 5.

I would also have possession of the code.


Project 2

Would be identical to project 1 except for:

Consist of push notifications only to notify when a BUY or SELL position should be opened or closed.

Should not open or close buy or sell positions but rather send notification via email or other platform to user notifying that a position should be opened(BUY/SELL) or closed.

Message should be in following format:

Position size: X

Symbol() for example usdgbp

Either BUY/SELL/CLOSE



Bewerbungen

1
Entwickler 1
Bewertung
(229)
Projekte
339
49%
Schlichtung
21
5% / 33%
Frist nicht eingehalten
24
7%
Frei
2
Entwickler 2
Bewertung
(564)
Projekte
933
47%
Schlichtung
302
59% / 25%
Frist nicht eingehalten
125
13%
Beschäftigt
3
Entwickler 3
Bewertung
(3)
Projekte
7
29%
Schlichtung
1
100% / 0%
Frist nicht eingehalten
0
Frei
4
Entwickler 4
Bewertung
(1134)
Projekte
1436
62%
Schlichtung
21
57% / 10%
Frist nicht eingehalten
43
3%
Frei
5
Entwickler 5
Bewertung
(3)
Projekte
8
13%
Schlichtung
10
10% / 70%
Frist nicht eingehalten
2
25%
Frei
6
Entwickler 6
Bewertung
(1)
Projekte
2
0%
Schlichtung
0
Frist nicht eingehalten
1
50%
Frei
Ähnliche Aufträge
i have a ready made SMC EA and looking for optimizing and debugging and also adding back the missing things in the requirement file. Basically work with the current code and refine it to fit the requirement file. Most indicator is already in the EA and the requirement file below are mostly finish. here are the things need to add back and debug based on the requirement file 1. TP from the filter and need to check
If you think you can replicate EA ("reverse engineering") from Metarader's Market, and create a new EA from scratch that works 100% the same - please send an offer. I have already managed to find out many features of that EA (entry times, risk management, averaging, trailing...) but I still miss a few
Candle wick bot The bot will have a set amount of wick length to enter trade at candle open price, there will be a set Amount in points that the candle wick has to be to then enter that opposite of the wick direction Settings will look like this : Timeframe: (meaning which candles you’re using to measure open price from for the wick length ) If set to 5 min it’ll be using 5 min candles , if set to 15 it’ll use 15
Looking for a developer to create an MT4 EA based on a custom currency strength indicator and simple moving average. Will provide currency strength indicator code to the selected developer. Buy rules If the EA added in the EURUSD chart and EUR has a currency strength above or equal to 6 and USD has strength less than 2. Wait for the prices comes back to SMA and open the buy trade if the price closes above SMA. Place
I have an equity reporter. This equity reporter displays the maximum and minimum equity reached over a specific interval. So, if the interval is set to 24 hours, the script will generate data in the format: "Profit ATT" (profit AtThatTime) shows max./min. during the specific interval This specific report shows data in pips. It can also be set to display in price or percentages. The interval is also easily adjustable
Sistema HTF EFECTIVO 30 - 60 USD
Hola, me gustaría que un programador experimentado creea un sistema de trading EA que abra y cierre operaciones muy rápido en segundos (HFT). Sería óptimo tener una opción/botón para activar solo para comprar o solo para vender (operaciones unidireccionales). Con una buena interfaz gráfica de usuario. Se agradece la implementación de su propia experiencia con sistemas de trading HFT. Es para mercados volátiles como
Hello, I would like an experienced programmer to create an EA trading system which opens and closes trades very fast within seconds (HFT). To have an option/button to activate either for only buy or only sell (one way trading) would be optimal. With a nice GUI. Implementing your own experience with HFT trading systems is welcomed. It's for volatile markets such as XAUUSD or US30. Taking advantage of order placements
The strategy is a martingale type . i.e if it hits the stop loss , it will double the lot size and place again in that direction, and when it hits the take profit at any level of the martingale, it will start over from the first lot size used initially
I want you to make me an indicator in Training View. Its idea is very simple, and I want it to have an alarm. Here's a clearer step-by-step guide to checking the last 50 candles on your chart and applying Fibonacci retracement levels based on their colors: Identify Candle Color: Start from the 100th candle from the left on the chart and check its color. If the 100th candle is green (i.e., the close is higher than the
I'm looking for a developer to assist in creating an Expert Advisor (EA) for use in a prop firm. The EA should be designed for the MT4 trading platform and include the following features: Scalping strategy Maximum drawdown of 3% Please let me know if you're interested and capable of handling this project

Projektdetails

Budget
30+ USD
Für die Entwickler
27 USD
Ausführungsfristen
von 1 bis 10 Tag(e)