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
Similar orders
I have an issue with my ninja script and i would like you to help me straighten things I wanted to create an indicator and i have the source code already but i am getting compiling errors on my NinjaTrader And i tried fixing the error it still same I sent 3 images here for you to understand the errors and i would like to ask if you can help me fix it so i can go ahead and compile my source code. Thanks
Good day, I would like to build an automated trading system for Ninjatrader using 2 MACD, a Supertrend, and a moving average indicator. I want the option to adjust the indicator settings, the ability to trade at three different times, and the option to receive alerts. I want to get an idea of what that will cost me. It will enter trades on all blue take one contract out at a fixed point, move the stop to break even
I have an indicator i need automated i use it manually and it plots arrows. Can you automate it for my Ninjatrader8? Do you need to see file? Expert Ninjatrader Developer can Bid for this project
Project Overview We are seeking an experienced MetaTrader 5 (MT5) / MQL5 developer to design and build a production-ready Expert Advisor intended for live trading with capital at risk . This is not a hobby, experimental, or retail-grade EA. We are only interested in developers with proven experience delivering robust, well-tested MT5 systems . Project Objective Design and implement a high-quality MT5 Expert Advisor
I want developer who know how to create bot which immediately transfer specific crypto coin deposit to one crypto address to another specific address in just a second,, if you know about this then only comment on this post
Hey bro, can you help with NT8. On a vps, multiple algos and prop account but the strategies keep getting out of sync, going from true to false for no reason….. mid trade it pops errors.The algo codes are locked… other than that it’s open VPs, NT8 and strategy is open You will notice in the strategies xml that there are standard, then 100k and 50k versions…… Also I did version that are in strategy labeled "Apex"
Hello Developers, I need ready made MT5 HFT Gold Scalper. Must pass in backtesting lower DD work with minimum $50 if you have ready made scalper than send file for Demo test and than we Final the deal. Thanks
I would like to create an indicator for my strategy on trading view , my strategy involves a liquidity sweep , wick or candle body closure , this needs to happen inside a higher time frame pd array such as a fair value gap that’s atleast 5m + and there needs to be an inversion fair value gap for my entry , I want the fair value gaps on all time frames so I can see them all on the 1 minute chart but i want the fair
can you help me with making a simple tradingview/script that draws boxes labeling consolidation areas according to my specifications? IF anyone can help with this kindly do well to bid to this so we can discuss more about the project thanka
MetaTrader 5 (MQL5) için Expert Advisor geliştirecek TÜRK MQL5 yazılımcı arıyorum. 📌 Gereksinimler: - MQL5 diline hâkim (MT5 native) - Daha önce çalışır EA / indikatör teslim etmiş - Temiz, modüler ve yorumlu kod yazabilen - Debug ve backtest sürecine destek verebilen - Kaynak kodu (.mq5) teslim edebilen 📌 EA Özeti: - Kendi stratejime uygun işlem alacak - Xauusd ve SPX500 işlem alacak. - Günlük bias kontrolü