Expert advisor based on indicator and strategy from Tradingview

工作已完成

执行时间23 天
客户反馈
reliable to work with

指定

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

附加的文件:

ZIP
baseline.zip
2.8 Kb

反馈

1
开发者 1
等级
(61)
项目
89
28%
仲裁
24
13% / 58%
逾期
7
8%
工作中
2
开发者 2
等级
(13)
项目
20
40%
仲裁
1
0% / 100%
逾期
1
5%
空闲
3
开发者 3
等级
(8)
项目
8
0%
仲裁
2
50% / 0%
逾期
1
13%
空闲
4
开发者 4
等级
(28)
项目
39
23%
仲裁
14
0% / 93%
逾期
4
10%
空闲
5
开发者 5
等级
(39)
项目
65
34%
仲裁
4
25% / 50%
逾期
9
14%
工作中
6
开发者 6
等级
(16)
项目
35
23%
仲裁
4
0% / 50%
逾期
2
6%
工作中
7
开发者 7
等级
(1)
项目
2
0%
仲裁
0
逾期
1
50%
空闲
8
开发者 8
等级
(77)
项目
243
74%
仲裁
7
100% / 0%
逾期
1
0%
空闲
发布者: 1 文章
相似订单
I want a martingale + moving average cross ea. The second trade must be taken when the step is met and the moving averages are crossing The ea must have a manual step input. A manual multiply input and manual moving average input
Project Overview We have a highly optimized, production-ready custom cTrader cBot built for a fast-paced Renko breakout strategy (specifically trading XAUUSD/Gold). The core system architecture, structural mapping, and breakout logic are flawless. We are seeking an expert C# algorithmic developer for a targeted engagement to refine the execution mechanics and add an advanced trade management module. This is not a
I am looking for an experienced MQL4 developer to recreate an Expert Advisor from an existing .EX4 file and provide a fully editable .MQ4 source code version. Requirements: Strong knowledge of MQL4 and Expert Advisor development Ability to analyze and reproduce EA functionality accurately Deliver clean, organized, and well-documented source code Please apply with your relevant experience, pricing, and estimated
SNIPER X AI 30 - 200 USD
I really need a developer Who can help me to create my SNIPER X AI - Elite AI Trading System Overview SNIPER X AI BOT is an AI-assisted trading system for Forex, Crypto, Stocks, Indices, and Gold. Currency: USD,RAND,KWD, POUND,EURO Core Features AI Scalping, Sniper Entries, Auto Buy/Sell, Smart Risk Management, Telegram Alerts, Mobile Monitoring, VPS Deployment. Supported Platforms MetaTrader 4, MetaTrader 5, Exness
Emmanuel bot 30 USD
No thank you just choose for me I need to be automatically buy and sell and take a profit only that is enough for me thank you so much my name is Emmanuel kabale
Limzy 30+ USD
//+------------------------------------------------------------------+ //| HighPerformanceEA.mq5 | //| Copyright 2026, AI Developer | //| https://www.mql5.com | //+------------------------------------------------------------------+ #property copyright "Copyright 2026" #property link " https://www.mql5.com " #property version "1.00" #property strict //
I need an experienced MQL5 developer to build a professional XAUUSD scalping Expert Advisor. The trading logic is already fully defined and will be shared privately with selected developers. Requirements Fast execution suitable for scalping Dynamic lot sizing Strict risk management Clean and optimized MQL5 code Compatible with MetaTrader 5 Additional Rules No repainting logic No delayed execution Avoid duplicate
Prepare expert for xauusd live chart [ expert is not executing xauusd trades , just printing the logic on the chart ] . Deletion and cleaning code ( subject to if required ) . Integration of candles with present logic, Since expert is coming out from an arbitration subject : Before project start , review the code if it is clean and ready for the developer to continue with previous developer's technical debt -thereby
Hello, I am looking for an experienced developer who can build a professional EA suitable for long-term prop firm account passing and account management. I am NOT interested in risky strategies such as martingale, grid, or aggressive recovery systems. My main priorities are: very low and stable drawdown, strong and consistent risk management, strict news filter, long-term sustainability, realistic and stable monthly
Need a Profitable with a good trading system or strategy. would test the product first Looking for a professional MT5 Expert Advisor based on smart strategies. The EA should include session filters, risk management, trailing stop, multi-pair support, and low drawdown protection. I need a consistent, high-probability automated trading system optimized for long-term profitability and funded account compliance

项目信息

预算
50 - 300 USD