Candle Trailing Stop Marktechnik Voigt

MQL4 Experten

Auftrag beendet

Ausführungszeit 17 Tage
Bewertung des Entwicklers
Very nice gentleman and soft spoken. Just slit understanding issues with me . My fault but he is great.

Spezifikation

Idea: Place pending orders and drag EA to the chart of the currency. Forget about the trades, Trailing stop loss is managed by the EA meanwhile and later on check the results.

This EA should have the following features:


Trailing stop using maximum (when short) or minimum (when long) values of previous candles.
In addition, the EA has to take into account inside bars. In case of an inside bar the stop gets set to the previous candle's minimum or maximum and stays there until the next outside bar occurs. 
Optional parameter: When the outside bar is left against the trade direction (close price!), the order has to be closed.
(This is the trailing stop described in „Das große Buch der Markttechnik“ by Michael Voigt. I will provide detailed examples to the programmer if needed.)

I manually enter positions or place stop/limit orders.
The initial SL should immediately be placed by the EA's trailing stop when manually buying
and in case of a pending order when the order get's active because the entry level is reached.

The EA should just function as an automated trailing stop. 
I am trading multiple currencies with multiple orders.
I want to drag the EA on every single chart of the traded currencies.
The EA should then manage all orders placed on the chart (I will only have one chart per currency but sometimes multiple orders of one currency).


Parameters:

- Timeframe: 0 = current, or manually enter the timeframe (e.g. 15)

- Filter Trades by Magic, Ticket, Comment or set this to false, so that every order on the current chart is trailed (default: all trades in the currencies's chart i dragged the EA on).

- Noise parameter that defines a tolerance for the stop loss values in pips (i.e. the stop should be set to candle minimum – noise when long)
e.g. Reserve pips: 5.0

- Parameter for minimum candle range in the form x * ATR(n) (x and n should be entered into the EA). If the actual range is lower than the minimum range, the SL should be set to the previous candle and not to the current (too small) candle

- Parameter for ATR period (default: 14) 

- Acoustic signal if a SL is moved (true/false)

- When the outside bar is left against the trade direction (close price!), the order has to be closed (default = true)

- Optional: Mark the currently relevant outside bar (with an arrow for example)


The EA runs on the current time frame and does not need a magic number as far as I can see (I don't intend to use multiple instances of this EA on the same currency pair).
EA has to be "shipped" as mql4 file.

Info window in the upper right side of the current chart (to see that the EA is working fine):

- Spread (note: of the current pair)

- Account Number

- Account Leverage

- Open Order Profit

- Open Order Profit Points

- Total Open Orders



Looking forward to receiving your quote.

Bewerbungen

1
Entwickler 1
Bewertung
(885)
Projekte
1410
67%
Schlichtung
123
32% / 41%
Frist nicht eingehalten
218
15%
Frei
Veröffentlicht: 1 Beispiel
2
Entwickler 2
Bewertung
(34)
Projekte
80
34%
Schlichtung
13
31% / 54%
Frist nicht eingehalten
19
24%
Frei
3
Entwickler 3
Bewertung
(219)
Projekte
370
42%
Schlichtung
145
17% / 41%
Frist nicht eingehalten
124
34%
Frei
Veröffentlicht: 38 Beispiele
Ähnliche Aufträge
Yash Agrawal 30+ USD
// Simple EMA Bot input int FastEMA = 9; input int SlowEMA = 21; void OnTick() { double fast = iMA(NULL,0,FastEMA,0,MODE_EMA,PRICE_CLOSE,0); double slow = iMA(NULL,0,SlowEMA,0,MODE_EMA,PRICE_CLOSE,0); if(fast > slow) { if(PositionsTotal()==0) OrderSend(Symbol(),OP_BUY,0.01,Ask,10,0,0); } if(fast < slow) { if(PositionsTotal()==0) OrderSend(Symbol(),OP_SELL,0.01,Bid,10,0,0); } }
Gold robot Ga1 30 - 200 USD
mport pandas as pd import numpy as np def detecter_tendance(data): # Code pour détecter la tendance pass def identifier_niveaux(data): # Code pour identifier les niveaux de support et de résistance pass def calculer_stop_loss(tendance, support, resistance): # Code pour calculer les stop loss pass def calculer_profils(tendance, support, resistance): # Code pour calculer les profils mport pandas as pd
I need modifications and restructuring of an existing MetaTrader 5 Expert Advisor (MQL5) . The current EA works with only one filter for trade entry. I need it redesigned to support 10 optional filters , with flexible configuration and improved Renko logic. I will provide the full .mq5 source code . The EA currently opens trades only when the selected filters agree in direction. 1) 10 Optional Filters System The EA
Seeking an experienced quantitative developer to build a custom, AI-powered Telegram signal parsing and trade execution system. The goal is to automatically copy trading signals from multiple Telegram providers to MetaTrader 5 with ultra-low latency and intelligent signal interpretation. Body: Looking for an experienced developer to build a custom signal copier system. Skills Required: - MQL5 / MetaTrader 5
I need a hft bot that works well on live market. I have tested some bot and they only perform on demo market. If you have any one that is profitable in the live market, pls send a message. I will need to test it before paying. Pls make sure the bot is profitable in LIVE MARKET
Mt4 ea 50 - 150 USD
looking for create ea for mt4 or mt5 which for gold which open buy and sell stop order on previous day high and previous day low , after enter the trade it will trail aggressively. need optimization and back test report. have selectable profiles for gold, forex and index. selection for trade based on fixed lot or equity base
I am looking to purchase a ready-made, proven Multi-Currency Expert Advisor MT5 (EA) from a developer/vendor. I do not have a custom strategy yet — I want to acquire a completed EA product that already trades multiple currency pairs (ideally with configurable risk management and trade management features). This is a purchase (not a custom build). What I Want ✅ EA Must Trade Multiple Instruments (Portfolio) Trades
I want a bot like the one uploaded in the video.Urgently and as soon as possible, I need a professional who can create something like what I uploaded in the video
I need an Expert Advisor based on AOX signals. It must have check and handling of trade operations errors. The main criteria for opening and closing a position: * moving average direction *the price is higher than the previous bar. Trade lots is an input parameter
Dear Developers, I am seeking a professional developer to build an institutional-grade automated trading system that operates exclusively using pending orders, with advanced and fully customizable trade management logic. This is not a basic Expert Advisor. The goal is to create a structured, intelligent, and long-term trading system with clean architecture and professional execution standards. Project Requirements

Projektdetails

Budget
70 USD