仕事が完了した

実行時間51 秒
開発者からのフィードバック
One of the best customers that I have ever :)
依頼者からのフィードバック
Best Developer. He has been absolutely amazing very clear, clearn and to the point, 5 Stars for his work you 100% would love to not only work but have him on your team.

指定

Hello I hope all is well, I am a full time trader and i'd like to take it to the next step by having someone develop me an expert advisor based of a code script that i currently have. I'd like kindly like to ask for an experienced coder that I need, that can simply translate and convert an indicator that is on trading view, using Pine Script editor for the TradingView website, from which I'd like to have 2 outputs:

1. A parallel version in MQL4 so i can use it on MT4 or on MT5
2. An EA which opens and closes positions (buy and sell) based on the indications given by the indicator aforementioned. exactly how the indicator is buying and selling signals or alerts in patterns, buy then sell then bhy then sell, etc just how the code is! exactly, Pretty much an emulation of the script or to carbon copy.

The Pine script is very easy, 49 lines of code in total.

In the EA I'd like to be able to customize the following values:
A. tick interval (All time frames)
B. scaleable lot size pertaining/depending how much is in the account.
C. symbol/pair currency
D. stop loss
E. few others internal variables

Plus, in the EA I'd like to have the following features:
F. if, when attached to the graph, the conditions are already met exactly how it is in the tradingview indicator, without repainting, pretty much an exact copy of what tradingview has already being used.
G. send email and or SMS when it opens and closes a position
H. ability to close the position manually, when this happens the EA has to understand the position has been closed manually and doesn't have to open again a new position (even if the conditions are still met) for a set amount of time (amount of time which I'd like to be able to customize) or until the conditions change. If I'll close manually tehn I don't have to re-attach the EA to the graph to make it work again.
I. check all opening/closing signals are actually executed

J. the stop loss and take profit that can be pre-set with whatever input we so choose

K. Make sure that i can adjust the inputs, parameters fully customizable

L. Also, the EA needs to be able to double by factor 2 on losses, and return to base amount on win

Example: EA needs to so a set lot size of 0.01 per $1,000 in the account with scalability

M. Also, please no hedging, pending orders or trailing stop/profit functions allowed.

N. If EA closes the trade prematurely it needs to be able to double up on the next signal.

O. Please no REPAINTING, like previously stated, The EA has to have a behavior just like the script. and in the indicator.


I'll require the original code, which I would prefer with comments in it, so that I can understand, thanks.

応答済み

1
開発者 1
評価
(52)
プロジェクト
133
44%
仲裁
14
50% / 29%
期限切れ
55
41%
2
開発者 2
評価
(119)
プロジェクト
127
41%
仲裁
3
33% / 67%
期限切れ
0
3
開発者 3
評価
(9)
プロジェクト
11
55%
仲裁
0
期限切れ
6
55%
4
開発者 4
評価
(94)
プロジェクト
148
59%
仲裁
16
38% / 13%
期限切れ
25
17%
パブリッシュした人: 1 code
5
開発者 5
評価
(29)
プロジェクト
49
22%
仲裁
14
29% / 21%
期限切れ
13
27%
6
開発者 6
評価
(144)
プロジェクト
285
42%
仲裁
19
63% / 5%
期限切れ
29
10%
パブリッシュした人: 2 codes
7
開発者 7
評価
(564)
プロジェクト
844
73%
仲裁
15
53% / 13%
期限切れ
193
23%
8
開発者 8
評価
(1)
プロジェクト
1
0%
仲裁
1
0% / 100%
期限切れ
0
類似した注文
I have an issue with my ninja script and i would like you to help me straighten things I wanted to create an indicator and i have the source code already but i am getting compiling errors on my NinjaTrader And i tried fixing the error it still same I sent 3 images here for you to understand the errors and i would like to ask if you can help me fix it so i can go ahead and compile my source code. Thanks
Good day, I would like to build an automated trading system for Ninjatrader using 2 MACD, a Supertrend, and a moving average indicator. I want the option to adjust the indicator settings, the ability to trade at three different times, and the option to receive alerts. I want to get an idea of what that will cost me. It will enter trades on all blue take one contract out at a fixed point, move the stop to break even
"Hello! I am an experienced programmer specializing in automated trading software for MetaTrader 4 (MQL4) and MetaTrader 5 (MQL5). My goal is to help traders turn their manual strategies into fully automated robots (Expert Advisors) and custom indicators. My services include: Developing Expert Advisors (EA) from scratch based on your strategy. Creating Custom Indicators and Scripts. Modifying existing EAs (adding
I have a simple strategy that need coding on tradingview Strategy using high low at seleted time and when breakout to entry buy sell. Everything will be explained on private
I am looking for an experienced MQL5 developer to modify and enhance my existing Expert Advisor, "Gold Levels Trader". The current version has a low win rate (~30%) and issues with ATR-based Stop Loss execution. I want to replace the current "pips drop/rise" logic with Fibonacci Retracement levels for entry signals, implement a Daily Drawdown Limit , and add Pending Orders functionality
I want developer who know how to create bot which immediately transfer specific crypto coin deposit to one crypto address to another specific address in just a second,, if you know about this then only comment on this post
So the things we need in algorithm of mql5 language EA in mt5 1. Depending on timeframe it can recognise the previous swing high and low 2. Timeframe is 5m,15m,1h,4h 3. It can recognise the basic Market bias that is market is bullish or bearish we can identify using (ema,rsi,basic smc bias,ict bias structure mapping) or use anything to find bias structure 4. EA should have option to change timeframe and change risk
require the development of a high-speed, fully automated trading Expert Advisor (EA) for MetaTrader 5 , optimized for live trading on both Deriv and Exness . The EA must be designed for fast execution, low latency, and reliability on real-money accounts , with full compatibility across broker-specific contract specifications, tick sizes, tick values, pricing formats, and volume rules. It should automatically detect
# Copyright 2025, MetaQuotes Ltd. # https://www.mql5.com import importlib . util mt5_spec = importlib . util . find_spec ( "MetaTrader5" ) if mt5_spec is None : mt5 = None else : import MetaTrader5 as mt5 # pyright: ignore[reportMissingImports] def main (): if mt5 is None : print ( "MetaTrader5 module not available" ) return print ( 'Python executable:' , __import__ ( 'sys' ).executable) ok = mt5
Scope of Work Develop 15 individual Expert Advisors (MT4 and/or MT5) Each EA will have: Unique trade logic and execution rules Configurable inputs (risk %, lot size, TP/SL, filters, sessions, etc.) Clean, modular, well-commented code Error-free compilation Backtest-ready functionality Core Features (Across EAs) Market & pending order execution Risk-based position sizing Time/session filters Trade limits (per day /

プロジェクト情報

予算
30 - 150 USD
締め切り
最低 1 最高 10 日