An Expert Advisor Based on the one Moving Average Indicator is needed

İş tamamlandı

Tamamlanma süresi: 8 gün
Geliştirici tarafından geri bildirim
Very clear and understandable specification. A pleasure to work with you.
Müşteri tarafından geri bildirim
The only thing I have to say about this dear programmer is that, he is invincible!!

Şartname

The main parts of the robot (EA)

      One moving average

      Rules for opening and closing a buy Position

      Rules for opening and closing a sell position

      Trailing stop loss

      Fixed Take profit

      Trading time frame

      Trading volume

      Security

Moving average: MA period, need an option for customizable MA period / MA method is simple by default and there is no need to be changeable / MA apply to option, most set close to price by default and there is no need to be changeable / MA color is yellow by default and there is no need to be changeable.

Rules for opening and closing a buy Position: If the market price crosses moving average the amount of (chosen unit or pipette) upwards, EA is allowed to open a buy position. And when the trailing stop is touched, the buy position close and at the same price and time, sell position must open. Of course, regardless of the candle closing.

Rules for opening and closing a sell position: If the market price crosses moving average the amount of (chosen unit or pipette) downwards, EA is allowed to open a sell position. And when the trailing stop is touched, the sell position close and at the same price and time, buy position must open. Of course, regardless of the candle closing.

Trailing Stop Loss: It is based on the distance from the moving average (the unit or pipette number of trailing stop is arbitrary). For example: In a buy position, when the price of 400 units or pipette crosses the moving average downwards, the buy position close, and at the same price and time, the sell position should be opened.

Fixed Take profit: its unit (pipette) is customizable. It must has true and false options. If the EA fixed take profit option set to false, positions haven't take profit and the EA close positions by touching the trailing stop loss. But If the EA fixed take profit option set to true, for example: we specified 800 units (pipette) as the fixed take profit and it touched, the EA close position and it’s not allowed to open next position, the EA must wait for the market price to touch MA again. When the MA is touched again, the EA is allowed to open a position based on the Rules for opening and closing a buy Position or Rules for opening and closing a sell position (If the market price crosses moving average the amount of (chosen unit or pipette) upwards, EA is allowed to open a buy position, or If the market price crosses moving average the amount of (chosen unit or pipette) downwards, EA is allowed to open a sell position). When a gap appears in the price chart and market price moves away from the moving average more than predetermined distance, in this case the EA follows the fixed stop loss rules and wait for the market price to touch moving average again and cross the moving average with the predetermined pipette size to open new position.

Trading time frame: The EA must has the option to choose the trading time frame. When the trading time frame is introduced to the EA, the EA memorize it. By changing the time frame on the chart, the EA is not allowed to change trading time frame until I change the trading time frame through in the EA option.

Trading volume: The EA must has the option to choose trading volume. The volume starts from 0.01 lot.

Security: A section in the source code is needed so that the EA is allowed to operate only in the account that is introduced. / A true and false option is also needed to show and hide the moving average indicator on the chart.

Important Notice: The EA must run fast and smooth and use low Ram. All the executable part of the source code should be explained with comments. if the EA needs upgrade in the future, so the programmer can easily understand the parts of the source code.


Yanıtlandı

1
Geliştirici 1
Derecelendirme
(396)
Projeler
511
23%
Arabuluculuk
60
57% / 25%
Süresi dolmuş
60
12%
Çalışıyor
2
Geliştirici 2
Derecelendirme
(153)
Projeler
240
34%
Arabuluculuk
20
45% / 30%
Süresi dolmuş
3
1%
Serbest
3
Geliştirici 3
Derecelendirme
(64)
Projeler
83
28%
Arabuluculuk
9
33% / 56%
Süresi dolmuş
9
11%
Serbest
Yayınlandı: 1 kod
Benzer siparişler
1. PROJECT OVERVIEW Development of a custom automated and manual trading bot for NinjaTrader 8, primarily designed for Nasdaq Futures (NQ/MNQ). The bot will contain the original trading strategy, configurable risk management, automatic and manual operating modes, alerts, profit/loss management, partial profit taking, Break Even, backtesting functionality, and the additional configurable contract-averaging system
Hello, I have a custom indicator with a specific line. Logic I want: 1. When a candle closes and crosses the indicator line (I will tell you the buffer number of this line), start counting. 2. After the cross, wait for 3 consecutive candles with the same color / same direction. 3. If the 3 candles are bullish, open a BUY trade on the next candle open. 4. If the 3 candles are bearish, open a SELL trade on the
Require an EA that opens trades at preselected RSI values. The EA will then monitor the gain/loss of the open positions and close them as specified in terms of points gain/loss. Once a position closes, the action will trigger the opening of other positions as specified
Look at this chart. The ellipses that I have identified show reversals and liquidity was I am trying to find a good way to identify these areas an indicator that automatically detects the sweep and reversal Look at this chart. The ellipses that I have identified show reversals and liquidity was
Ich möchte einen professionellen Expert Advisor (EA) für MetaTrader 5 entwickeln lassen, der sich funktional am ThunderGold Scalper orientiert. Instrument: XAUUSD / GOLD Zeitrahmen: M15 Plattform: MetaTrader 5 / MQL5 Der EA soll eine eigene, nachprogrammierte Strategie verwenden und keine geschützten Quellcodes oder proprietären Dateien des Originalprodukts kopieren. Gewünschte Funktionen: automatischer Handel auf
I need a fully automated Expert Advisor (EA) written in MQL5 for MetaTrader 5. The EA must work directly inside MT5 and must NOT require TradingView, PineConnector, webhooks, or another external connector to place trades. Trading Instrument Primary symbol: XAGUSD (Silver) My broker may display the symbol as XAGUSD-ECN, so the EA should work with the broker’s available XAGUSD symbol. Main entry timeframe: 5-minute
RECHERCHE DÉVELOPPEUR MQL5 — PARTENARIAT 50/50 Objectif : développer un EA de trading automatisé en 11 jours maximum pour participer à plusieurs concours de trading démo. Je recherche un développeur MQL5 expérimenté, capable de développer, tester et optimiser un EA proprement, avec une vraie maîtrise de la gestion du risque. CONCOURS VISÉS 🥇 XM — Weekly Demo Contest - Concours récurrent - Prize pool annoncé : 25 000
GoldTrade EA 89+ USD
//+------------------------------------------------------------------+ //| XAUUSD Wolfe + SMC Quick Profit EA | //| MT5 / MQL5 | //+------------------------------------------------------------------+ #property strict #include <Trade/Trade.mqh> CTrade trade; //================================================================== // INPUTS //================================================================== //--- General
can you help me with I have an indicator that I built and I work with PickMyTrade. The entries come through the alerts I get from Trading View . Trading View needs to send an alert and PickMyTrade executes a trade at that exact same second. Now, I have a problem in Trading View with the synchronization between the alert and the signal. I have a box that I built for a trade. It needs to output the box and get an
Buying profitable EA Budget up to 1.5k (Serious offer) Specification EN I will pay 1.5k (negotiable) for an EA for existing MT4 that generates a minimum of 5% or higher a month consistently no monthly DD more than 5% on ,5k account Please send demo version with optimal settings so I can test, if it performs in a strategy tester i will also need option to forward test it in a demo account. Developer should be willing

Proje bilgisi

Bütçe
39+ USD
Son teslim tarihi
from 1 to 3 gün