Expert advisor based on indicator and strategy from Tradingview

Tâche terminée

Temps d'exécution 23 jours
Commentaires du client
reliable to work with

Spécifications

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

Dossiers :

ZIP
baseline.zip
2.8 Kb

Répondu

1
Développeur 1
Évaluation
(60)
Projets
87
29%
Arbitrage
24
13% / 58%
En retard
7
8%
Travail
2
Développeur 2
Évaluation
(13)
Projets
20
40%
Arbitrage
1
0% / 100%
En retard
1
5%
Gratuit
3
Développeur 3
Évaluation
(6)
Projets
6
0%
Arbitrage
2
50% / 0%
En retard
1
17%
Gratuit
4
Développeur 4
Évaluation
(28)
Projets
39
23%
Arbitrage
14
0% / 93%
En retard
4
10%
Gratuit
5
Développeur 5
Évaluation
(39)
Projets
65
34%
Arbitrage
4
25% / 50%
En retard
9
14%
Travail
6
Développeur 6
Évaluation
(16)
Projets
35
23%
Arbitrage
4
0% / 50%
En retard
2
6%
Travail
7
Développeur 7
Évaluation
(1)
Projets
2
0%
Arbitrage
0
En retard
1
50%
Gratuit
8
Développeur 8
Évaluation
(77)
Projets
243
74%
Arbitrage
7
100% / 0%
En retard
1
0%
Gratuit
Publié : 1 article
Commandes similaires
I need a boom-and-crash MT5 robot that is very accurate for opening trades just before the spike happens. It should use M1 or M5 timeframe It should have options for changing lot size, number of trades to open, stop loss and take profit in points If the spike happens and it makes some profit, it should automatically close all trades. If the spike happens and the spike is not in profits, the trades can remain open
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
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
Hi, I am looking for an Quant/MQL5 developer to build a pure mathematical, Delta-Neutral Statistical Arbitrage (spot vs future ) Expert Advisor. ​ No retail indicator logic (No RSI, MACD, etc.). This is a high-speed, spread-based execution model trading the pricing inefficiency between two correlated assets (e.g., Gold Spot XAUUSD vs Gold Futures). ​ Core Requirements at a Glance: ​Real-time Spread & Z-Score
Looking for a Proven Non-Repainting Gold Indicator (XAUUSD) – High Accuracy & Ready-Made Solutions Only 📌 Project Description: I am looking for a high-quality, non-repainting indicator specifically for XAUUSD (Gold) that is already developed and tested. ⚠️ Important: I am NOT looking for a new indicator to be built from scratch. I want an existing, proven system that you have already created and are confident in. 🎯
Fair Value Gap Expert , Optimize the core logic for live chart . [Filters are working] Lets ace the trailing stop . Change points to pip . Project will start from next week
Hi, Before ordering, I want to verify the quality of your ICT/SMC logic. Do you have an existing indicator or strategy (your own work) that I can test on TradingView? If yes, please provide: 1. A demo (invite-only script or video) 2. Proof it is NON-repainting (explained clearly) 3. Live or replay demonstration (not static screenshots) Specifically I want to see: * Clean swing structure (no consecutive highs/lows) *
Project Overview ​I am looking for a high-level Algorithmic Trader / Developer to build a sophisticated, fully automated scalping system for the Nasdaq-100 Future (NQ) . The system must integrate institutional order flow logic with market structure analysis. ​The core logic must be written in Python , acting as a central hub that bridges ATAS (as the primary data source for Order Flow) and MetaTrader 5 (as the
Hi Im working with a Crypto trading company and we want to branch out with our indicator, i'm researching the bot automation and need some hands on board. i i want to hear your opinion about the indicator that i would like you to build. in the PDF i explain the whole indicator and how it need to look like. happy to hear form you
Existing EA 30 USD
I’m looking to acquire an existing, profitable Expert Advisor (EA) with full source code to add to our client investment portfolio. To be clear, this is not a request to develop or design a new strategy. If you already have an EA that is proven, consistent, and production-ready, I’m open to reviewing it immediately. Please apply only if you meet all the requirements below. Submissions without a proper introduction or

Informations sur le projet

Budget
50 - 300 USD