Hi-
Project Goal:
Recreate a technical trading strategy currently running on TrendSpider. The strategy uses a rules-based entry/exit system built on three technical indicators and is fully backtestable in TrendSpider. This project involves porting the strategy over to MetaTrader 5, ensuring signal parity, and building a foundation for future enhancements such as smarter execution logic.
🧠 Concept Overview:
TrendSpider enables visual, no-code strategy creation using technical conditions. Once entry or exit conditions are met, trades are triggered at the open of the following bar (for entries) and exited at the close of the following bar (for exits).
We want to replicate this bar-based signal timing and indicator logic precisely in MT5 using MQL5.
There are 5 technical indicators that I track. We would need to capture the parameters for those indicators based on the user's preference. I have default values to provide. We would also have take profit and stop loss parameters in %, dollars, points, or ATR based which the user would enter during set up but again for which I will provide default values. The way that TrendSpider works is as follows; once the strategy entry conditions are met, the strategy looks to enter at the open of the following bar and similar for exit conditions, once the condition is met, the trade will exit at the close of the bar following the satisfaction of the exit conditions. Initial trade execution logic should be to simply buy/sell at market. Eventually, I want to introduce more sophisticated execution logic that prevents me from crossing the spread. I would like to try to exit at the offer (if long), if no fill after X seconds then place a mid mkt order, wait a few more X seconds and then execute at market in the worst case scenario.
🔁 Trade Management Rules:
-
Only 1 trade may be open at a time
-
Only 1 entry per signal/candle
-
Must hold trades for at least "X" bars - user's choice of parameter
-
Entry is at the next bar’s open
-
Exit is at the next bar’s close after conditions are met
I've included a screenshot of the TrendSpider application so you can get a sense of what it looks like and the info it captures.
Yanıtlandı
Arabuluculuk
22
59%
/
14%
Arabuluculuk
139
20%
/
60%
Arabuluculuk
10
40%
/
10%
Arabuluculuk
13
69%
/
15%
Arabuluculuk
105
40%
/
24%
Yayınlandı: 2 kod
Arabuluculuk
18
22%
/
61%
Benzer siparişler
I am looking for an experienced developer to create a highly profitable scalping Expert Advisor for MetaTrader. The EA should be designed to trade effectively on a small account, starting with approximately $100 . I am open to the developer’s ideas and expect them to propose a strong, well-designed trading concept based on their experience. To be considered for this project, you must provide an example of a trading
I am looking to see if you can convert my pinescript into a NinjaTrader bot so I can get automated trading instead of manually doing it in TradingView i would like to get it to just do the trades for me based on my script. let me know who can do this perfectly
I have a High-Frequency Trading (HFT) Expert Advisor for both MT4 and MT5 designed primarily for US30 (Dow Jones Index) . The EA performs consistently and profitably on demo accounts, but when I run it on an IC Markets Raw or Standard live account, it starts generating losses under what appear to be the same trading conditions. At this time, I cannot provide the source code (.mq4/.mq5). I can only provide the
I am looking for an experienced MQL5 developer to build a high-frequency (HFT) latency arbitrage Expert Advisor for Pepperstone MT5 , using LMAX as the leading price feed. The initial focus will be on US30 (Dow Jones) , and if the strategy proves successful, I want the EA to be easily expandable to additional symbols such as NAS100, GER40, XAUUSD, major forex pairs, and other supported instruments. The EA should
I am looking for an experienced MQL5 or MQL4 developer with a strong understanding of high-frequency trading (HFT) concepts who can explain how certain HFT-style strategies have historically been able to pass proprietary firm evaluations while also being profitable on demo accounts and capable of transitioning successfully to live trading. I am interested in understanding the legitimate trading logic, execution