EA needed to automise bought indicator

仕事が完了した

実行時間7 日
依頼者からのフィードバック
Highly professional!!
開発者からのフィードバック
Very easy to work with, just great!

指定

Hello,


i need an experienced developer for the following task. I have bought an indicator that draws so called "BlueBoxes" int the chart, see screen shot below. This indicator works only with my live trading account and could not be shared with developer.

The screenshot shows two of the BlueBox in a M1 chart. The BlueBoxes are Objects (Trendline, Text). The color of the objects cannot be changed as it is given by the indicator, it is 74,120,181. The EA must be able to detect the actual BlueBox. In the screenshot above the right one. You see that the BlueBox has a top and a bottom, represented by two trendlines. The principle of the BlueBox trading is to go long at the top OR to go short at the bottom. Take a look at the screenshot again, the second BlueBox appeared with the last small white candle. At this moment the EA must place a pending long at the top and a pending short at the bottom. The levels of the pending orders must include the spread of the instrument. In this example the long black candle had triggered the pending short. If one pending short order is triggered, the other order must be deleted cause it is not necessary anymore. In this case the pending long must be deleted.

The EA must have a panel with a START and a STOP button to manually start the EA and stop it. When START is hit, the EA detects the actual BlueBox in the chart. Also it detects if there are any open trades regarding the EA. When START activated, it also detects if the actual BlueBox ist still valid to trade. The STOP button deletes all pending orders and closes all positions.

The panel and the input of the EA also includes a Risk parameter. Risk input is done in amount of currency, e.g. 100€. Also it had an input for the Stop Loss Level as for the Take Profit Level. Those inputs are multipliers of the distance between the top and bottom line of the Blue Box. Look at screenshot again. The difference is 127 pips. A Stop loss multiplier of 1.0 will set the stopp loss 127 pips away from the top or bottom line NOT from the entry level of the order!!! In this example the pending short order was triggered and the stop loss level would be +127 pips. Of course spread must be included into calculation. When SL is set to 0.5 then Stop Loss Level will be 0.5x127pips.

Same principle for the Take Profit level, multiplier of 0.6 means that the Take Profit is 0.6x127pips below the level of the bottom line. Also spread must be included when necessary.

Based on the risk input and the stop loss level the position size must be calculated and shown on the panel.

As said the EA must be able to detect if the actual BlueBox is valid to trade. The EA must check if the StopLoss or the Take Profit level had been triggered. If so the BlueBox is not valid to trade. Ckeck screnshot again, below the second (right one) BlueBox is a small bliue line. This blue line is 0.6x127 pips below the box. You see that this TP line was triggered. If i would hit START at the actual moment as i made the screenshot, the BlueBox wasnt valid to trade as the TP level was triggered.

Example how the panle must look like

  The developer of this panel shows the STOP button after the START button is activated. Actual win/loss shoudl be displayed.

I will use the EA to backtest the strategy. For this i need in the input of the EA a trade start and trade end setting. Trade start in hh:mm means that no trade starts before this, but if a BlueBox appears before and it is valid a trade would start when the trade start condition is true. At trade end (hh:mm) now new trades will be done. If there are open orders they will run into SL or TP. There will be no trailing stop.

EA must work on all timeframes (the BlueBox indicator does) and with all assets.

What if the EA detected a valid blue box, the actual price is outside the box but has not triggered the TP yet? When the price is above the top of the BlueBox it should place a limit buy at the top level of the BlueBox, if it is below the bottom of the BlueBox it should place a limit sell at bottom level.



応答済み

1
開発者 1
評価
(1929)
プロジェクト
3550
88%
仲裁
73
40% / 15%
期限切れ
268
8%
仕事中
2
開発者 2
評価
(204)
プロジェクト
326
43%
仲裁
34
32% / 29%
期限切れ
83
25%
3
開発者 3
評価
(365)
プロジェクト
412
36%
仲裁
35
26% / 57%
期限切れ
63
15%
4
開発者 4
評価
(206)
プロジェクト
333
35%
仲裁
66
12% / 58%
期限切れ
87
26%
類似した注文
Hello i need bot 30 - 100 USD
I need a trading bot (Expert Advisor) that can send alerts to mobile, Telegram, and the MT5 desktop platform. The bot should work as a market scanner for all symbols available in my MetaTrader 5 Market Watch. It must analyze multiple indicators and convert their signals into a point-based scoring system, then send alerts based on those scores. Requirements: Send notifications to: Mobile (push notifications) Telegram
Project Overview ​I am looking for a high-level Algorithmic Trader / Developer to build a sophisticated, fully automated scalping system for the Nasdaq-100 Future (NQ) . The system must integrate institutional order flow logic with market structure analysis. ​The core logic must be written in Python , acting as a central hub that bridges ATAS (as the primary data source for Order Flow) and MetaTrader 5 (as the
I have recently used an ea that was absolutely perfect however, I have since found it was not a safe source. I use IC Markets raw spread ECN accounts and the bot I would like is a gold + btc trader (other forex are also fine) that trades extremely high lots, whilst trading extremely high frequency. I am happy to take a bot that already exists if this has an account I can view read only for true results
Mlondi traders 30+ USD
//@version=5 strategy("Simple SMC Bot", overlay=true) // Detect highs/lows hh = ta.highest(high, 10) ll = ta.lowest(low, 10) // Break of structure bullishBOS = close > hh[1] bearishBOS = close < ll[1] // Entry logic if bullishBOS strategy.entry("Buy", strategy.long) if bearishBOS strategy.entry("Sell", strategy.short) // Stop loss & take profit strategy.exit("Exit Buy", from_entry="Buy", loss=50, profit=100)
I am interested in purchasing a highly profitable Expert Advisor (EA in MQL4 / MQL5) with a focus on achieving a high Profit Factor and Recovery Factor while maintaining a low Drawdown. I require an EA that not only performs well in backtesting but also has a verifiable track record of success in live trading. Key Criteria: Profitability Metrics: The EA should demonstrate a high Profit Factor and Recovery Factor
I'm not here to waste somebody time also mine should not be wasted provide if you got what I want real profitable high frequency EA Send the backteing results picture then demo EA test on demo account for at least two days
Requirement Specification: Market Structure: Identify Trend on 1H/30M using BOS and CHOCH. Entry Logic: Wait for 50% Fibonacci Retracement into an Order Block (OB) or Fair Value Gap (FVG). Execution: On 5M/15M timeframe, execute trade only if a confirmation pattern forms at the zone. Patterns Required: Bullish/Bearish Engulfing, Morning/Evening Star, Inverse Bullish/Bearish Engulfing (Liquidity Sweeps), and Bearish
I am looking for a scalping EA based on daily VWAP for intraday trading. initiate buy when above VWAP and initiate sell below VWAP. it should have proper risk to reward
Hello, im offering my Flip EA as a service. Real numbers. Live account. No BS. Verified Stats (live MT5): • Growth: +78–81% in days • Max Drawdown: 3.05% only • Best trade: +6,872% profit on single position Runs fully automated on XAUUSD 24/5. Small account friendly – built for fast, aggressive flipping with tight risk control. Tell me your capital, I’ll tell you what’s realistic
I am looking for an experienced MQL5 developer to build a fully automated trading bot (Expert Advisor) for MetaTrader 5 . The bot will focus on trend-following scalping and must be designed to trade XAUUSD and BTC on the M1 timeframe . The objective is to create a stable and efficient EA that can open multiple trades per day while managing risk using proper stop-loss, take-profit, and trailing stop

プロジェクト情報

予算
50 - 100 USD
締め切り
最低 1 最高 5 日