Input parameter:
- Timeframe = 5 mins
- ATR length = 5
- Multiplier = 1
- RSI length = 14
- RSI Value =50
- Lot size = 0.01 lots.
Strategy Rules
Bullish Trade Entry:
If the price crosses above the supertrend value and the RSI >50, and the volume of the current candle is higher than the average volume of the last 3 candles.
- Close(1) > SuperTrend(1)
- Close(2) < SuperTrend(2)
- RSI(1) > 50
- Volume(1) > (Volume(2)+Volume(3)+Volume(1))/3
Bullish Trade Exit :
If the price crosses below the SuperTrend Value
- Close(1) < SuperTrend(1)
- Clsoe (2) > SuperTrend(2)
Bearish Trade Entry
If the price crosses below the supertrend value and the RSI <50, and the volume of the current candle is higher than the average volume of the last 3 candles.
- Close(1) < SuperTrend(1)
- Clsoe (2) > SuperTrend(2)
- RSI(1) > 50
- Volume(1) > (Volume(2)+Volume(3)+Volume(1))/3
Bearish Trade Exit :
If the price crosses above the SuperTrend Value
- Close(1) > SuperTrend(1)
- Close(2) < SuperTrend(2)
Crosses above the condition
- Close(1) > SuperTrend(1)
- Close(2) < SuperTrend(2)
Crosses below the condition
- Close(1) > SuperTrend(1)
- Clsoe (2) > SuperTrend(2)
Terms should be used in such a way
- Close(1) = previous candle (just closed)
- Close(2) = candle before that
- SuperTrend(1) = SuperTrend Value of previous candle (just closed)
- SuperTrend(2) = SuperTrend Value candle before that
- Volume(1) = Tick volume of the previous (just closed) candle
- Volume(2) = Tick volume of the candle before the previous one
RSI(1) RSI value of the previous (just closed) candle
Note
1. Make sure all the entries and exits will take place at the close price of the candle just closed
Only One Trade at a time, means once the bullish Trade is exited, then only we will look for a bearish trade and vice versa.
2. For Indicator
For SuperTren,d build a custom Indicator that can be plotted in any chart and use it with the help of iCustom() inside the EA
For RSI, use the default function iRSI() inside the EA
For Volum,e also use the default function iVolume() inside the EA
3. Maintain a tradelog of every trade and export it to a CSV file after every trade.
Format for the Trade log.
Symbol | Timestamp | Entry Time | Entry Price | Exit Time | Exit Price | PnL | Cumulative PnL
After every trade exit, the data should be appended into the tradelog CSV file.
4. For Debugging purposes. I need the following data for every iteration.
Timestamp | close Price| Super Trend Value | RSI Value| Volume | Entry Condition (True/False) |Exit Condition (True/False)
5. There should be a separate function for calculating SuperTrend, RSI, Volume, and Entry and Exit. During the entry and exit condition check, the program should call the values ofthe above function and use them for condition checking
相似订单
I am looking to buy a ready-made automated trading robot / EA that works on the Tradovate platform and is proven to pass prop firm challenges for Apex Trader Funding, Tradeify, and Lucid Trading.Key Requirements (must be ready-made or very close to plug-and-play):Fully functional on Tradovate (native or via stable bridge/copier/webhook/API integration – MT5 EA + Tradovate bridge is acceptable if it works reliably)
Нужен бот для скальпинга именно на Python. Работа напрямую через API биржи (без привязки к TradingView и MetaTrader). Бот будет запускаться локально на ноутбуке / VPS. Критически важна скорость (использование асинхронности, WebSockets
I need a bot that can trade weltrade synthetic indices that can be consistently making profits if you have one for deriv its also fine a bot that executes and closes trades automat Will be ideal
I am looking for an experienced MQL4/MQL5 developer to build a custom MT4 indicator from scratch or cracking my ex4 file that i provide to you. I already have an existing indicator (EX4) which produces highly accurate buy/sell signals. I want a similar indicator developed based on its observable behavior and signal structure. my existing indicator is pc id protected so you have to do PC ID security bypass and source
I need a very advanced and intelligent MT5 Expert Advisor coded in MQL5 for XAUUSD, based on ICT + CRT + Smart Money Concepts. The goal is not a simple robot, but a professional decision-making system with strong filters, risk control, and high-quality trade selection. The EA must include: 1. Multi-Timeframe Analysis - D1 / H4 / H1 bias - M15 / M5 entry confirmation - Bullish or bearish market structure - BOS, CHoCH
I have a 90% completed project with the execution part left to complete, I have been struggling to complete this section and I need help from someone expert in MQL5 with knowledge on forex trading and ICT Concepts coding. Contact me for further details
Patricia Ukawilu 6:43 PM I need help creating an EA to optimize my trade. I already have a preliminary pine script which I will want optimized and create an EA from it to optimize my trade on MT4. I also subscribed to a signal app. I’m looking to automate the execution of the signal from the app so as not to miss out on good trades
I am looking for an experienced MQL5 developer with Python/data analysis skills. I have my own MT5 Strategy Tester reports, exported trade history, and market CSV data. I need help analyzing these files and developing a new independent Expert Advisor based on clearly defined, statistically tested, and validated trading rules. Tasks: Analyze my MT5 Strategy Tester reports and exported trade history. Compare historical
We are looking for a developer to finish and stabilize an existing Kalshi trading bot (~60% complete) built in TypeScript. This is not a MetaTrader EA. The system interacts with the Kalshi API and requires strong understanding of execution logic, order handling, and state management. Scope of Work: Review and understand existing TypeScript codebase Complete missing functionality Fix execution issues (order placement
I need a professional MT5 Expert Advisor (EA) built with clean, modular code. This is an advanced strategy combining liquidity concepts, controlled DCA, hedge protection, and strict risk management. Core Requirements: Entry Logic (ALL must align): Liquidity sweep (Previous Day High/Low breakout and return) EMA50 and EMA200 trend alignment Higher timeframe bias (H1 or H4) RSI confirmation Bollinger Band entry Filters