Pine script to MT5 Expert Advisor

仕事が完了した

実行時間14 日

指定

A very important note before reading forward: I am a developer myself. I understand bugs can exist. However please understand that as I will need to test the script in a demo account for a week to make sure it opens the correct trades and all is well and according to the requirements, any bugs or inconsistencies will cause weekly delays. I will need to come back to you with reports and you will need to be fixing stuff. To save us both time and effort, please double check everything before submitting your work. I am not sure if I can quickly test the delivered EA in MT5's strategy tester, I will try this anyway but if this is possible let me know so we can do things way faster.


I recommend you check the pine script on tradingview to see what it does and play with it a bit.

Briefly, the indicators I used are 1. Hull Suite by Insilico (changed length to 100 and length multiplier to 3, 2. Volume Oscillator (changed nothing) and 3. Vortex Indicator (changed length to 20). I am taking trades when 1. Hull Suite line is green and the price closes above the line. Sells when the line is red and price closes below the line. 2. The Volume Oscillator is above 0% (for both buys or sells) 3. There is a cross of the bullish line over the bearish line on the Vortex Indicator (for buys) and the reverse for sells. Important: only when all 3 conditions are met on a candle close the trade takes place.


The script is 167 lines of code. The pine script is attached to this project. Not all functionality is required:

a. Anything related to plotting on the MT5 interface/graph is not required. 

b. There is a "consider Hull" option related to the looking back to nearest bars for setting SL. It is not required.

c. "Bars since vortex cross" functionality is not required.


What must the script do?

1. When criteria of the three indicators are meet, it opens a trade.

2. Sets the trade at specific SL and TP (Custom RR) provided by the user (set in the EA inputs window).

3. Opening trades only at specific hours set by the user in the EA inputs window.

4. Stop loss is set at nearest low or high by counting a specific amount of bars back as set by the user in the EA inputs window.

5. There is an option in the EA inputs window to add additional pips to SL, configured by the user in the EA inputs window.

6. Use whole candle option will be disabled by default but be an option in the EA inputs window for the user to enable.

7. Skip trade if SL is greater/less than functionality as presented in the coding and required in the EA inputs window. Will be disabled by default but user will be able to enable.

8. Close trades at session close (which is the last hour of the day trading is allowed) should be available in EA inputs window to be set to enabled or disabled.


A feature to be included:

The user to be able to set the % of risk of the trade in the EA inputs window. E.g a. If the account has a capital of $5000 and the user sets the risk to 1%, the opened trade should risk a total of $50 is stop loss is hit. b. If the account is $40,000 and the user sets the risk to 0.25% the opened trade should risk a total of $100.


Feel free to ask any questions.


応答済み

1
開発者 1
評価
(272)
プロジェクト
367
71%
仲裁
18
33% / 44%
期限切れ
14
4%
パブリッシュした人: 14 codes
2
開発者 2
評価
(322)
プロジェクト
499
67%
仲裁
5
40% / 0%
期限切れ
4
1%
パブリッシュした人: 8 codes
3
開発者 3
評価
(412)
プロジェクト
543
75%
仲裁
9
44% / 0%
期限切れ
24
4%
類似した注文
I am looking for an experienced MQL5 developer to convert a complex TradingView Pine Script (will provide the script from tradingview) into a fully automated MT5 Expert Advisor -bot. The TradingView script includes: Market Structure (BOS, CHoCH, Swing BOS) Strong / Weak High & Low Equilibrium (Premium / Discount zones) Volumetric Order Blocks Fair Value Gaps (FVG / VI / OG) Accumulation & Distribution zones Equal
// 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
I want EA would work like a bot. I will share the box size on daily market for XAUUSD AND BTC . The bot should apply the same box size on charts and when super trend signals buy it should buy and when sell it should sell with quantity which will shared like 0.01 or 0.10 Secondly when the trade is executed it should carry till trailing SL as for example If supertrend gives Buy signal Entry done at 100 for example and
Symbol: Xauusd Timeframe: i want to choose Entry: 2 bullish candles in a row= buy order 2 bearish candles in a row= sell order Lotsize: i want to choose Tp 10 pips ( but i want to choose) Sl 50 pips ( i want to choose) I want to achieve 10 pips of profit every day. So if the first trade of the day is profitable, the ea will stop trading for the rest of that day. If the stop loss is hit, then I will need 6 winning
For only developer who understand Chaos/ Profiunity trading system by Bill WIlliams, Create The Profitunity System Trading based on Bill Williams Chaos theory, Trade based on Trend Affirmation in Daily, entry in H4, using Williams Fractal, Williams Alligator, Awesome Oscillator, Accelerator Oscillator, Market Facilitation Index. Balance Line, entry on Reversal, add on while market show continuation sign. Please quote
Hi, I am looking for someone who has already developed a high-performance Gold EA that can outperform the one shown in my screenshot. If you have such an EA, please apply for this job. Please describe how the EA works (for example, whether it uses a grid system) and provide backtest results along with the set files. If the EA meets my expectations, you can make the necessary adjustments and I will use it as my own
I am looking for a developer to create a trading robot (EA) to trade XAUUSD, NAS100 and SPX500. The rules are as follows: Buy when the 2 EMA crosses over the 10 EMA and price closes over the 50 ema. Sell when the 2 EMAs cross below the 10 EMAs and the price closes below the 50 EMAs. The take profit and stop loss can be adjusted by me selecting from a drop-down box. I am open to other parameters to optimize
Description I need an very low latency MT5 Expert Advisor (EA) developed in MQL5 to automate TradingView alerts into MT5 trades for alerts set up done on trading view. The EA must work on both DEMO and LIVE accounts whichever will be attached to MT5 (XM, IC Markets and similar MT5 brokers) and be suitable for fast 1-minute timeframe scalping.End to End solution. Functional Requirements 1. TradingView Integration
Project Overview I am looking for an experienced MQL5 developer to build a custom, prop-firm-compliant trend-following Expert Advisor (EA) for MetaTrader 5 . This EA will be used on prop firm accounts (e.g., FTMO-style rules), so strict risk control and rule compliance are mandatory . This is NOT a grid, martingale, scalping, or recovery EA. The goal is consistency, rule compliance, and capital preservation , not

プロジェクト情報

予算
50 - 250 USD
締め切り
最低 3 最高 7 日