EN: Need a Scale-in EA for semiautomatic trading based on past RSI including a trailing stop // DE: Pyramiden EA semiautomatischen Handelns anhand RSI Kreuzungen inkl. eines Trailingsstops

仕事が完了した

実行時間11 日

指定

ENGLISH and GERMAN

ENGLISH 

Dear developer,

this is the second time that I post this order. The last developers applied nor attaching  results neither any messages with me. But I am normaly every day online. So please write to me on any questions, I need an EA that uses trades based on a modified RSI Past crossings of the RSI with 30/70 must be readable to be able to use the high/low point for stops and trade entry at the respective time. The goal is to automatically adjust positively developed trades with a trailing stop and pyramidization also based on the indicator.

modified RSI

    source = (high+low+close)/3
    rsibasic = rsi(source, 3)
    ma = simple moving average(rsibasic, 5)
    rsiwaves = rsi(ma, 2)

It should be possible to define if the EA should go short or long. As long as a trade with profit goes in one direction, the EA enters with further trades in the same direction. It is also important to risk 1% risk of the available capital for each trade.

It is also necessary that the EA can be applied in every market without any problems. Also means that if the price has 5, 4, 3 or only 2 decimal places, it is no problem to apply the 1% rule. If the lot number is less than the minimum, an error message must be displayed and no trade with the minimum lot number.


GERMAN

Lieber Entwickler,

dies ist bereits mein zweiter Post, da beim Ersten sich kein Entwickler nach der engeren Auswahl mehr gemeldet hat. Leute, ich bin täglich online und bin bei Fragen immer da. Aber gar nicht mehr zu schreiben, ist ein No-Go. Daher bitte, ich brauche einen EA, der die Trades anhand eines modifizierten RSI nutzt. Vergangene Kreuzungen des RSI mit 30/70 müssen ausgelesen werden können, um zum jeweiligen Zeitpunkt den Hoch-/Tiefpunkt für Stops und Tradeeinstieg nutzen zu können. Ziel ist es positiv entwickelte Trades mit einem Trailingstop und Pyramidisierung ebenfalls anhand des Indikators automatisch anzupassen.

modifizierter RSI

source = (high+low+close)/3
rsibasic = rsi(source, 3)
ma = simple moving average(rsibasic, 5)
rsiwaves = rsi(ma, 2)

Man sollte definieren können, ob der EA  nur short oder long gehen soll. Solange ein Trade mit Gewinn in eine Richtung geht, steigt der EA mit weiteren Trades in dieselbe Richtung ein. Ebenfalls ist es wichtig 1% Risiko vom verfügbaren Kapital für jeden Trade zu riskieren. Ebenfalls ist notwendig, dass der EA problemlos in jedem Markt anwendbar ist. Bedeutet auch, dass wenn der Kurs 5, 4, 3 oder nur 2 Nachkommastellen hat, es kein Problem ist die 1% Regel anzuwenden. Ist die Lotzahl geringer als das Minimum, muss eine Fehlermeldung kommen und kein Trade mit der minimum Lotzahl.






応答済み

1
開発者 1
評価
(30)
プロジェクト
93
49%
仲裁
18
56% / 17%
期限切れ
38
41%
2
開発者 2
評価
(23)
プロジェクト
45
20%
仲裁
25
28% / 48%
期限切れ
12
27%
3
開発者 3
評価
(14)
プロジェクト
23
17%
仲裁
3
0% / 100%
期限切れ
5
22%
4
開発者 4
評価
(115)
プロジェクト
129
18%
仲裁
11
27% / 55%
期限切れ
4
3%
5
開発者 5
評価
(36)
プロジェクト
50
28%
仲裁
2
0% / 100%
期限切れ
6
12%
6
開発者 6
評価
(45)
プロジェクト
91
13%
仲裁
34
26% / 59%
期限切れ
37
41%
7
開発者 7
評価
(221)
プロジェクト
369
66%
仲裁
10
50% / 0%
期限切れ
46
12%
8
開発者 8
評価
(277)
プロジェクト
334
55%
仲裁
14
36% / 29%
期限切れ
1
0%
9
開発者 9
評価
(87)
プロジェクト
114
26%
仲裁
7
29% / 57%
期限切れ
5
4%
類似した注文
i need someone that can make me an EA really easy with the martingala system?, I am looking for something that doesn't exceed 5 trades for the martingale, I think I did it, but it only works for propfirms, So i need to develop it on ninja trader I have identified a very very simple strategy but it only works on propfirms, with only two propfirm accounts, i absolutely need account A and account, And they have to open
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
{ "strategy_name": "M5 EMA Scalper", "timeframe": "M5", "indicators": { "ema_fast": 20, "ema_slow": 50, "rsi": 14, "atr": 14 }, "entry_rules": { "buy": [ "EMA20 > EMA50", "Price closes above EMA20", "RSI > 55" ], "sell": [ "EMA20 < EMA50", "Price closes below EMA20", "RSI < 45" ] }, "risk_management": { "risk_per_trade": 1.0, "stop_loss_atr": 1.5, "take_profit_rr": 2.0
I have a High-Frequency Trading (HFT) Expert Advisor for both MT4 and MT5 designed primarily for US30 (Dow Jones Index) . The EA performs consistently and profitably on demo accounts, but when I run it on an IC Markets Raw or Standard live account, it starts generating losses under what appear to be the same trading conditions. At this time, I cannot provide the source code (.mq4/.mq5). I can only provide the
I am looking for an experienced MQL5 developer to build a high-frequency (HFT) latency arbitrage Expert Advisor for Pepperstone MT5 , using LMAX as the leading price feed. The initial focus will be on US30 (Dow Jones) , and if the strategy proves successful, I want the EA to be easily expandable to additional symbols such as NAS100, GER40, XAUUSD, major forex pairs, and other supported instruments. The EA should
I am looking for an experienced MQL5 or MQL4 developer with a strong understanding of high-frequency trading (HFT) concepts who can explain how certain HFT-style strategies have historically been able to pass proprietary firm evaluations while also being profitable on demo accounts and capable of transitioning successfully to live trading. I am interested in understanding the legitimate trading logic, execution
Pine Script Integration Request (Experienced Coders Only) I am looking for a highly experienced Pine Script developer to integrate a Demand & Supply Zone module into my existing indicator. Requirements Keep my current indicator (Rudy) exactly as it is. Do NOT modify, remove, or alter any existing logic, calculations, signals, alerts, or visual elements. Add only the Demand & Supply Zone boxes from a second Pine

プロジェクト情報

予算
30 - 70 USD