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
評価
(1928)
プロジェクト
3547
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%
類似した注文
Existing indicator compiles but does not want to attach to chart anymore, worked previously Requirements: Debugging of code so indicator attaches to chart Original values required to work as they previously worked, no adjustments Testing of indicator to make sure it attaches to a chart properly
Looking for an experienced Pine Script v5 & MQL5 developer to connect a custom TradingView indicator to MT5 (Exness) . The indicator already calculates lot size and includes a dropdown (None / Buy / Sell) . When Buy or Sell is selected, a TradingView alert must trigger , send lot size + direction via webhook , and place a market order in MT5 . No strategy conversion. No SL/TP handling. Execution only. Apply only if
I’m looking for a skilled MQL5 developer to help build and manage an automated trading system that bridges TradingView custom indicator alerts to an Exness MT5 account . This role involves capturing Buy/Sell signals and lot sizes from TradingView webhooks , processing them with a Python listener , and executing orders on MT5 hosted on a 24/7 VPS . The ideal candidate will ensure accurate trades, reliable execution
I need a trading signals indicator. So I can learn how to upgrade my trading skills and mentality. I will be very glad if I can upgrade my trading mentality
I am looking for an experienced MQL5 developer to help build and support an automated trade execution system that connects TradingView custom indicator alerts to an Exness MT5 account. The role involves receiving TradingView webhook signals containing Buy/Sell direction and dynamically calculated lot size, processing them via a Python-based webhook listener, and executing market orders on MT5 running on a 24/7
HELLO EVERYONE , I NEED AAN INDICATORE AND EA ON STOCHESTIC OSSILATOR, WHICH CAN GIVE ME ALERT WHEN SIGNAL APEARS, INDICAOTRE I CAN SHOW ON TRADING VIEW , EXACTLTY THAT INDICATORE I NEEDED.INDICATORE NAME ON TRADING VIEW( JL STOCHESTIC DIVERGENCE ALERT).. THANK YOU
//+------------------------------------------------------------------+ //| Expert initialization function | //+------------------------------------------------------------------+ #property strict // Inputs input int EMA_Fast = 9; input int EMA_Slow = 21; input int RSI_Period = 14; input double Lots = 0.1; input int StopLoss = 20; // وقف خسارة (بـ نقاط) input int TakeProfit = 40; // هدف (بـ نقاط)
Indicator 130+ USD
To trade Forex and pass FTMO challenges by combining: Smart Money Concepts (SMC), RSI divergence and Strict filtering to avoid overtrading and drawdown. If you’re experienced in this let me know. Thank you very much
// Add this to your EA after ExportState() function void SendToBase44(const string state, const string dir, double entry, double sl, double tp) { string url = " https://preview-sandbox--ee0a32a725b788974de435e8cef40b7a.base44.app/api/functions/receiveEAState "; string headers = "Content-Type: application/json\r\n"; string json = "{" "\"symbol\":\""+_Symbol+"\","
Hello! I am looking for an experienced, top-rated developer to build highly profitable strategy software that provides accurate signals for both long-term and short-term trades. The software must analyse the market correctly, indicating when to enter and where to set Take Profit (TP) and Stop Loss (SL) levels. It must deliver accurate results across all markets, including Forex, cryptocurrencies, metals, indices, and

プロジェクト情報

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