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
217
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
Looking for an Experienced MQL4/MQL5 Developer to Build a Professional Scalping Expert Advisor (EA) I am looking for an experienced MQL4/MQL5 developer to build a professional Expert Advisor (EA) for MetaTrader 4 or MetaTrader 5 from scratch. My goal is to develop a high-quality scalping system with strong risk management and long-term profitability potential. I am not looking for unrealistic promises or "100%
void OnTick() { // Check if we already have an open trade if(OrdersTotal() == 0) { // Get the value of a 14-period Moving Average double ma = iMA(Symbol(), 0, 14, 0, MODE_SMA, PRICE_CLOSE, 0); // Basic Condition: If current close price moves above the MA, buy if(Close[0] > ma) { int ticket = OrderSend(Symbol(), OP_BUY, 0.1, Ask, 3, 0, 0, "My First Bot", 0, 0, clrGreen); } } }
i brought an EA called profit hunter killer and the file is not working any more its a scalper type EA can anyone here decomplie the file as i cam not abe to reach the seller i brought it on Shopee malaysian website
Recently I have backtested more than 100 EAs and I have come to a conclusion that in the long-term all of them produce catastrophic results. I used 99.9% data quality and whenever possible decades of data. In the short-term almost all of them can have nice gains. But there is hardly any EA that could survive even just 3-5 years, let alone decades ! This got me thinking: if almost all EAs are unfit for long-term
I need to connect my online store to the NinjaTrader API for automated order fulfillment and license creation/revocation. If you have experience integrating with the NinjaTrader Ecosystem API or implementing vendor licensing, please contact me with your relevant experience and approach
I am looking for an experienced MQL5 developer to convert a TradingView indicator into an MT5 indicator. The objective is to recreate the TradingView indicator in MQL5 so that it produces the same calculations, plots, values, and signals as closely as possible. Requirements: Convert the TradingView Pine Script into an MT5 indicator (.mq5). Ensure the MT5 version matches the TradingView version as accurately as
EA WILL BE FOR GBPUSD ON M5 TIMEFRAME. IT IS A REJECTION/REVERSAL STRATEGY. IT FOCUSES ON BREAK OF LEVEL (M5 CANDLE CLOSE ABOVE HIGH, BELOW LOW (ASIA HIGH/LOW, YESTERDAYS HIGH/LOW, LAST WEEK HIGH/LOW, AND THEN ALSO SWING LEVELS BREAK AND REVERSALS BOTH INSIDE AND OUTSIDE PRICE ACTION) IN THIS STRATEGY WICKS ARE IGNORED, ONLY A SOLID CANDLE BREAK AND CLOSE AND REVERSAL CONSTITUTES AS A VALID TRADE. * EA TIME START +
1) The EA must identity CRT High and CRT Low ,,,,, it must wait for liquidity sweep before entering a trade ,,,to confirm the trade only after sweep and market structure confirmation and support buy and sell trades ,,,,risk. Should be adjustable (default 1% per trade) ,,stop loss should be placed beyond the liquidity sweep ,,take profit should be adjustable with risk reward from 1:2 to 1:5 ,,should allow trading only
Hello, I want a simple bot for NinjaTrader8. I need a bot that operates automatically on Nasdaq (NQ/MNQ). Requirements: open buys and sells following a simple trend strategy, configurable stop loss and take profit, risk per trade of 1 to 2% of capital, if it loses 3% in a day, stop trading until the next day. Compatible with backtesting, delivery of the source code and the working bot in NinjaTrader 8. My initial
a { text-decoration: none; color: #464feb; } tr th, tr td { border: 1px solid #e6e6e6; } tr th { background-color: #f5f5f5; } Project Overview I am looking for an experienced algorithmic trading developer to build a professional Expert Advisor (EA) for MetaTrader 5 and/or cTrader. The objective is to create a robust automated trading system focused exclusively on XAUUSD (Gold) . This project is intended for serious

Projektdetails

Budget
70 USD