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
(60)
Projects
87
29%
Arbitration
24
13% / 58%
Overdue
7
8%
Working
2
Developer 2
Rating
(13)
Projects
20
40%
Arbitration
1
0% / 100%
Overdue
1
5%
Free
3
Developer 3
Rating
(6)
Projects
6
0%
Arbitration
2
50% / 0%
Overdue
1
17%
Free
4
Developer 4
Rating
(28)
Projects
39
23%
Arbitration
14
0% / 93%
Overdue
4
10%
Free
5
Developer 5
Rating
(39)
Projects
65
34%
Arbitration
4
25% / 50%
Overdue
9
14%
Working
6
Developer 6
Rating
(16)
Projects
35
23%
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
243
74%
Arbitration
7
100% / 0%
Overdue
1
0%
Free
Published: 1 article
Similar orders
Criei um Robô para a venda alta precisão que automatiza a estratégia de correção média de Larry Williams. Possui filtros de tendência seletiva, controle de lote por risco percentual e execução rápida. Compatível com contas Hedge e Netting. Configuração simples e otimizada para mercados de alta volatilidade. *55(16) 993786056
Project Title: Custom XAUUSD Support & Resistance Indicator Platform Required: MT5 preferred. If possible, also provide TradingView Pine Script version later. Main Goal: I want a custom indicator made specifically for XAUUSD (Gold) only. The indicator should automatically detect and draw strong support and resistance zones where price has a high probability of reacting, rejecting, or reversing. It must update
1. IF price forms: - Higher highs + higher lows → TREND = BUY - Lower highs + lower lows → TREND = SELL ELSE → NO TRADE 2. IF: - Trend = BUY - Price retraces to support zone - Bullish engulfing candle forms - TDI green crosses above red (optional) THEN: - Execute BUY 3. IF: - Trend = SELL - Price retraces to resistance - Bearish engulfing forms - TDI confirms THEN: - Execute SELL 4. Risk per trade = 1% of account Lot
Hello, I am looking for a professional trading system including: 1- Trading Bot (Expert Advisor): - Good profit performance - High security and strong risk management - Works efficiently during high market volatility (news and strong movements) - Works on all pairs (Forex + Gold) 2- Signal Indicator: - Provides clear Buy and Sell signals - Includes Take Profit and Stop Loss - No repaint (signals must not change or
This is yakubu Jnr trading bots I create the trading robots to help my self and others traders to be successful please you can join my live trading bots or subscribe to my trading robots
Apply with a screen of your work . Symbol Specific Logic . Live Chart Optimization Check the Core logic . [back tests as well] Change points to pips . Create buffer for the zone
The strategy records the highest and lowest prices within a specified duration (default 15 minutes) after the New York market opens, forming the opening range. Post-Formation Breakout: When the price breaks above or below the opening range after its formation, it may indicate the direction of the day’s price movement. Trend Confirmation: The strategy uses two EMAs (default 20-period and 50-period) as trend filters to
Tengo una estrategia basada en divergencia para el oro sobre todo en tf m1 Basado en divergencia con stoch .. confirmando la entrada con ciertos parameteos de entrada Es mejor conversarlo para dar mejor los detalles Cuando entrar, porque o todas las divergencias se debe tomar para entrar en compras o ventas He adjuntado un ejemplo La confrmacion más exacta es el cruce de esos parámetros de stoch edebajo de level de
I already have a fully developed MT5 Expert Advisor with all required prop firm features, including: Risk management Daily loss & max drawdown limits Spread & slippage filters News filter Trade management system The EA structure is complete. 👉 What I need is a professional developer to replace ONLY the entry logic with a high-quality, rule-based trading strategy. 🚨 STRICT REQUIREMENT (READ CAREFULLY): I am NOT

Project information

Budget
50 - 300 USD