Global Simple Trade Management EA Required ASAP

仕事が完了した

実行時間4 日
開発者からのフィードバック
A very good customer, I hope to cooperate again.
依頼者からのフィードバック
Very good developer, and delivered one what was promised within budget. A+ Would recommend.

指定


I've had a change of mind, I want the EA to manage trades TP/SL ONLY.  The Trading rules for the Moving average things and stuff needs to be sorted and ironed out.  Prior to being programmed i need to manually trade it a bit more to ensure correct trading logic  I need to manually test the aggression of the EA with the aid of a Trade Management EA prior to having them coded together.


So, all I want is a simple trade management EA.


Inputs/Settings:

Stop Loss (SL) in pips
Take Profit (TP) in pips


Logic is as follows


On NewTrade Open LONG

IF Other LONG Trades exist for this Symbol THEN

If Order Long Entry Price > All Previous Orders Open Price THEN

    1. Set Take profit for new order to input - TP
    2. Set Stop Loss for new order to input - SL
    3. Modify TP and SL for ALL Previous Open Long Orders to the same as the new one

ELSE

    1. Find Average Open Price for all LONGS in this symbol.
    2. Find Nearest SL (highest value) for all Open long Orders.
    3. Set Take profit for new order to the Average Order Price (For ALL Long orders) + TP pips
    4. Set Stop Loss for new order to the nearest SL found from Step 2.
    5. Modify ALL LONG Take Profits Same as Step 3. (Average Price + TP)
    6. Modify ALL LONG Stop Profits same as Step 4 (to the Nearest SL found)

END IF

ELSE (No previous long orders are open)

  1. Modify SL/TP to the user defined ones in settings.

END IF


And the opposite for a Short Trade


On New Trade Open SHORT

IF Other SHORTTrades exist for this Symbol THEN

If Order SHORT Entry Price <  All Previous Orders SHORT Open Price THEN

    1. Set Take profit for new order to - TP
    2. Set Stop Loss for new order to - SL
    3. Modify TP and SL for ALL Previous Open Short Orders to the same as the new order

ELSE

    1. Find Average Open Price for all SHORTS in this symbol.
    2. Find Nearest SL (highest value) for all Open Short Orders.
    3. Set Take profit for new order to the Average Order Price (For ALL Short orders) + TP pips
    4. Set Stop Loss for new order to the nearest SL found from Step 2.
    5. Modify ALL SHORT Take Profits Same as Step 3. (Average Price + TP)
    6. Modify ALL SHORT Stop Profits same as Step 4 (to the Nearest SL found)

END IF

ELSE (No previous long orders are open)

  1. Modify SL/TP to the user defined ones in settings.

END IF


This trade manager must be capable of running on one chart, but managing ALL open charts and symbols.

応答済み

1
開発者 1
評価
(90)
プロジェクト
136
14%
仲裁
43
21% / 28%
期限切れ
14
10%
パブリッシュした人: 2 codes
2
開発者 2
評価
(221)
プロジェクト
369
66%
仲裁
10
50% / 0%
期限切れ
46
12%
3
開発者 3
評価
(206)
プロジェクト
333
35%
仲裁
66
12% / 58%
期限切れ
87
26%
4
開発者 4
評価
(229)
プロジェクト
339
49%
仲裁
21
5% / 33%
期限切れ
24
7%
5
開発者 5
評価
(65)
プロジェクト
87
39%
仲裁
3
0% / 33%
期限切れ
29
33%
6
開発者 6
評価
(90)
プロジェクト
118
17%
仲裁
44
23% / 39%
期限切れ
20
17%
7
開発者 7
評価
(66)
プロジェクト
95
28%
仲裁
20
25% / 55%
期限切れ
24
25%
8
開発者 8
評価
(4)
プロジェクト
6
0%
仲裁
2
0% / 50%
期限切れ
4
67%
9
開発者 9
評価
(17)
プロジェクト
24
33%
仲裁
5
20% / 40%
期限切れ
8
33%
10
開発者 10
評価
(277)
プロジェクト
334
55%
仲裁
14
36% / 29%
期限切れ
1
0%
類似した注文
Adapt existing MT5 EA to trade directly on crypto exchange (BingX/Bitmart/Bitget/XT.com) instead of forex broker. Required Work: 1. Market Data DLL WebSocket connection for real-time exchange prices Custom symbol in MT5 (e.g., FIGHTUSDT) Live OHLCV data feed to chart 2. Trading Library DLL Functions: SendOrder, GetPositions, GetBalance, ClosePosition, ModifyOrder API authentication (HMAC-SHA256) Support for
2 FX pairs M15 execution with higher timeframe bias Session-based trading (UK time) Fixed % risk per trade Controlled pyramiding (add to winners only) Strict daily loss limits (FTMO-style) Proper order handling (SL always set) Basic logging (CSV) Strategy logic will be provided in detail after NDA / agreement. Must deliver: Source code (.mq5) Compiled file (.ex5) Clean, well-commented code Short support window for
Hi, are you able to create a script/indicator on tradingview that displays a chart screener and it allows me to input multiple tickers on the rows. then the colums with be like "premarket high, premarket low, previous day high, previous day low" . When each or both of the levels break, there will pop up a circle on the chart screener, signaling to me what names are above both PM high and previous day high or maybe
I need an Expert Advisor for MetaTrader 5 (MQL5) to trade XAUUSD based on a simple price movement cycle. Strategy logic: • The EA opens a Buy and a Sell at the same time (one pair per cycle). • Only ONE Sell position must exist at any time. • Every Buy must be opened together with a Sell. Cycle rules: • Step movement = 10 USD in gold price. • CycleEntryPrice = the OPEN PRICE of the last cycle BUY order. • If price
I am looking for a professional MQL5 developer to build a MetaTrader 5 Expert Advisor from scratch. The EA will be called LadyKiller EA. It must trade only the following instruments: • XAUUSD (Gold) • US30 / Dow Jones Index Requirements: • Strong and reliable buy and sell entry logic • Stop Loss and Take Profit system • Risk management (lot size control) • Maximum trades protection • Drawdown protection • Trend
I need an mql5 EA which can be used with 100$ capital very low drawdown The EA should be high frequency trading special for XAUUSD and btcusd or binary options but also the EA should be testable via strategy tester and demo test for five days is needed NO SELECTION CAN BE DONE WITHOUT TESTING when applying make sure you send the backtester results with demo EA testable via strategy tester
Hello, I'm looking to find out the cost of creating a mobile trading robot. I've tried to describe it as thoroughly as possible in the following document. I look forward to your response. I'd like to know the costs, delivery time, and how you plan to implement it before making a decision
I have an existing MT5 Expert Advisor (“E-Core”). I need an experienced MQL5 developer to integrate a structured risk management upgrade and a higher timeframe trend filter into the current code. Two files will be provided: 1️⃣ E-Core Source Code (Current Version) 2️⃣ Update Instructions File (contains exact inputs, functions, and logic to integrate) The developer must: Integrate the update logic
DO NOT RESPOND TO WORK WITH ANY AI. ( I CAN ALSO DO THAT ) NEED REAL DEVELOPING SKILL Hedge Add-On Rules for Existing EA Core Idea SL becomes hypothetical (virtual) for the initial basket and for the hedge basket . When price hits the virtual SL level , EA does not close the losing trades. Instead, EA opens one hedge basket in the opposite direction. Original basket direction Hedge basket direction (opposite) Inputs
Billionflow 30 - 100 USD
Trading specifications: Indicators: Bollinger band ( Period 40, Deviation 1 apply to close) Moving Average (Exponential ) Period 17 applied to high Moving Average ( Exponential ) Period 17 applied to low But Signal enter a buy trade when prices crosses the lower band of the bollinger band up and also crosses the moving average channel of high and low the reverse is true for sell signal

プロジェクト情報

予算
30+ USD