Expert advisor based on indicator and strategy from Tradingview

Job finished

Execution time 23 days
Feedback from customer
reliable to work with

Specification

Hello, I used chatGPT to provide me the questions, the tradingview indicators are provided in text files. Final negotiation price differ on the set of features that you can make. But basic is acceptable too since that is what I need the most.
My main objective is so that the EA can backtest multicurrency based on my strategy. the indicators are made from PineScript TradingView.


1. General Strategy Overview

  • What is the primary objective of your EA? (e.g., trend-following, mean-reversion, scalping, swing trading)

Trend following swing mainly 1D timeframe, with option for 4H, possibility for expanding to other timeframes but later.

  • Are there any specific market conditions it should work best in? (e.g., trending, ranging)

I have tested on excel the strategy and found the best, so my actual main purpose using mql5 or mt5 backtesting is to find the multi equity backtest since tradingview where I usually use and code the indicators with don’t have that feature AFAIK.

2. Indicators and Signals

  • What indicators are central to your strategy? (e.g., RSI, Moving Average, MACD, custom indicators)

There are maybe around 10 indicators, custom, I have the txt file of the code which mostly based on version 4 or 5 of pinescript tradingview, so you might want to convert that before moving on into creating a whole EA.

  • How are these indicators used for entry and exit signals?

So from those choices of indicators, I’m enacting a similar rule to NNFX (no nonsense forex) strategy but only take baseline (BL), confirmation 1 (C1), and confirmation 2 (C2).
baseline has its own set of indicators choices while confirmation has its own (choose 2).

  • Are there any confirmation rules? (e.g., multiple indicators agreeing before taking a trade)

Similar answer above

3. Entry and Exit Rules

  • What are the exact conditions for opening a trade?

So rule in simple terms is just an indicator cross.

All BL are similar to moving average concept. Entry when BL cross close price (or use current bar open price if its easier to backtest?).
confirmations different concept but similar, entry when cross. Some indicators have 2 lines cross, some 0 cross while some middle value (50) cross. Usually value ranging from 0-100 but can be any value depend on the indicator, just like RSI, macd, and such.

Close > BL is long status, close < BL is short status.

2 line confirmation has its own slightly different rule which you can ask or I can define which line above that signify a long status. For 0 or 50 or other value cross, simply that above that value is long status while under that value is short status.

  • Do you have separate rules for long and short trades?

Similar just use opposite right?
here’s long trade:
any indicators, BL, c1, or c2 that cross above. Then check if others already in long status, enter trade.

For example, c1 and c2 already in long status while BL not yet, then next candle BL cross above the close price which is a long entry.
short just opposite.

Each strategy open 2 trades (A and B). both have same SL with different TP and trailing.

  • What are the conditions for exiting a trade? (e.g., take profit, stop loss, trailing stop, indicator-based exit)

I use ATR for money management, will explain later. Which also used for exit trade.

So 2 exit scenarios:

Any BL, c1, c2 cross opposite (just 1 indicator hence I said ANY), exit trade. If that indicator cross again while other still same status, reentry again. The entry ATR14 value is used quite a lot so need to keep this in mind.

Or, ATR14 x 1.5 SL is hit. Both trades (A and B) have the same SL. Trade A TP is ATR14 x 1.0, trade B TP is ATR14 x 6.0

Trade B when profit ATR14 x 2.0, trailing atr14 x 1.5. option to put trailing on or off

4. Risk and Money Management

  • How much risk per trade? (e.g., percentage of account balance, fixed lot size)

I want input to take a custom balance and then the risk % from that custom balance.

So, if the custom balance input value is 10000. Input risk% is 1. Meaning that risk is 1% of 10000 which is 100. Fixed lot size and account balance calculation also available as dropdown choices.

  • Are there any position sizing rules? (e.g., increasing size after wins/losses, grid or martingale elements)

Sizing depend following custom balance or the balance calculation mentioned above, other than that, no other strategy.

  • Do you want features like break-even or partial close levels?

Add option later but optional.

5. Trade Management

  • Should the EA manage multiple trades at once, or just one?

Multiple trades, there are different combinations that can be chosen for each category.

4 category: forex, crypto, commodities, indicies.

Each category can choose each BL, c1, and c2 choices.

So need 4 input spaces to manually (better this way since different brokers sometimes different symbols names) input the pairs into the category.
for example:

Forex: eurusd, usdjpy

Crypto: btcusdt, ethusdt

Commodities: xauusd, xtiusd

Indicies: spx500

  • Do you want trailing stops or dynamic stop losses?

Mentioned above, but put it as optional so there is a Boolean choice of on/off trailing

  • Are there any specific time-based restrictions? (e.g., only trade during specific hours, days of the week)

Later I want to implement news trading, only keep this in mind, no need to implement now, I want to test the basics first.

6. Timeframe and Market

  • What timeframe will the EA operate on? (e.g., 1-minute, 1-hour, daily)

mainly 1D timeframe, with option for 4H, possibility for expanding to other timeframes but later.

  • Which markets and symbols will it trade? (e.g., EUR/USD, indices, commodities)

Mentioned above, all but categorized.

7. Backtesting and Optimization

  • Do you have historical data or parameters for backtesting?

Already backtested using tradingview chart data for the past 4-6 years and such. But all of them are individual per symbol, that’s why im creating mt5 version so that I can test multi currency.

  • Would you like built-in optimization variables (for testing different parameter values)?

Yes let me know in advance.

8. Additional Features

  • Do you want notifications (e.g., email, mobile) for trade executions or specific events?

Later, keep this in mind.

  • Should it record data to files for further analysis?

Later, the results from mt5 backtest should suffice for now.

  • Are there any special conditions or edge cases we need to consider?

Let me know follow up after you read this.

END RESULT INPUT

Fixed value on/off

indicators choices for each BL, c1, c2

Strategy choices (forex, crypto, commodities, indicies)

timeframe choices (4h or 1d)

SL and TP ATR multiplier input

risk management input

Files:

ZIP
baseline.zip
2.8 Kb

Responded

1
Developer 1
Rating
(55)
Projects
80
23%
Arbitration
24
13% / 58%
Overdue
7
9%
Working
2
Developer 2
Rating
(12)
Projects
18
39%
Arbitration
1
0% / 100%
Overdue
1
6%
Free
3
Developer 3
Rating
(6)
Projects
6
0%
Arbitration
2
50% / 0%
Overdue
1
17%
Free
4
Developer 4
Rating
(27)
Projects
37
24%
Arbitration
14
0% / 93%
Overdue
4
11%
Free
5
Developer 5
Rating
(39)
Projects
65
34%
Arbitration
4
25% / 50%
Overdue
9
14%
Working
6
Developer 6
Rating
(15)
Projects
34
24%
Arbitration
4
0% / 50%
Overdue
2
6%
Working
7
Developer 7
Rating
(1)
Projects
2
0%
Arbitration
0
Overdue
1
50%
Free
8
Developer 8
Rating
(77)
Projects
240
73%
Arbitration
7
100% / 0%
Overdue
1
0%
Free
Similar orders
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 /

Project information

Budget
50 - 300 USD