OPEN-SOURCE SCRIPT
Nifty Alpha Swing Bot

It is the trading bot designed to work with nifty with perameter set for Nifty for swing trading with ideal time frames as 1 Hr and/or 3 Hr.
Startgy is defiend with Entry logic, Stop loss logic and traile logic once the trade becomes +ve.
It considers fast ema-fEma (50) and slow ema-sEma (200) in a perticular time frame, Daily EMA 50, Stock RSI, ADX etc.
Bull or Bear entry logic is defined as follows.
trendBull = fEma > sEma and adx > adxThreshold and (not useDailyFilter or dailyBull)
trendBear = fEma < sEma and adx > adxThreshold and (not useDailyFilter or dailyBear)
Long or Short signals are defined as follows (It considers StockRSI crossover
longSignal = inSession and trendBull and stochCrossOver and stochK < stochLevel
shortSignal = inSession and trendBear and stochCrossUnder and stochK > (100 - stochLevel)
Once the trade is placed, it then puts SL defined by multiplier x ATR and once the trade becomes +ve above offset level, it will start trailing the SL.
NoReco-just sharing for learning and backtesting.
Startgy is defiend with Entry logic, Stop loss logic and traile logic once the trade becomes +ve.
It considers fast ema-fEma (50) and slow ema-sEma (200) in a perticular time frame, Daily EMA 50, Stock RSI, ADX etc.
Bull or Bear entry logic is defined as follows.
trendBull = fEma > sEma and adx > adxThreshold and (not useDailyFilter or dailyBull)
trendBear = fEma < sEma and adx > adxThreshold and (not useDailyFilter or dailyBear)
Long or Short signals are defined as follows (It considers StockRSI crossover
longSignal = inSession and trendBull and stochCrossOver and stochK < stochLevel
shortSignal = inSession and trendBear and stochCrossUnder and stochK > (100 - stochLevel)
Once the trade is placed, it then puts SL defined by multiplier x ATR and once the trade becomes +ve above offset level, it will start trailing the SL.
NoReco-just sharing for learning and backtesting.
開源腳本
秉持TradingView一貫精神,這個腳本的創作者將其設為開源,以便交易者檢視並驗證其功能。向作者致敬!您可以免費使用此腳本,但請注意,重新發佈代碼需遵守我們的社群規範。
免責聲明
這些資訊和出版物並非旨在提供,也不構成TradingView提供或認可的任何形式的財務、投資、交易或其他類型的建議或推薦。請閱讀使用條款以了解更多資訊。
開源腳本
秉持TradingView一貫精神,這個腳本的創作者將其設為開源,以便交易者檢視並驗證其功能。向作者致敬!您可以免費使用此腳本,但請注意,重新發佈代碼需遵守我們的社群規範。
免責聲明
這些資訊和出版物並非旨在提供,也不構成TradingView提供或認可的任何形式的財務、投資、交易或其他類型的建議或推薦。請閱讀使用條款以了解更多資訊。