TigerBot RSI + Stochastic Skeleton (Faster Backtesting)The logic for this strategy is based on a combination of the Relative Strength Index (RSI) indicator and the Stochastic formula. Customize the input parameters and test on various charts and timeframes for maximum profit potential.
Note: This is a TigerBot Strategy, which means that it is set up and ready for you to use it with our full set of automation and risk management features such as:
Thorough event triggers for automated order execution
Profit/Loss Zones
Profit/Loss Indicators
Take Profit
Normal Stop Loss
Trailing Stop Loss
Advanced Trailing Stop
Profit Locker Stop Loss
Advanced Pyramiding Support
Leverage Support
Much more
Each TigerBot Strategy includes a set of 3 scripts that belong together:
STRATEGY - used for full-featured customization with all our visuals
STUDY - with alert triggers for automation
SKELETON - for faster backtesting without the visuals enabled
This is the SKELETON version of this script. Please also see the other 2 related scripts.
Visit TheTigerBot.com to gain access and take advantage of the full TigerBot features on this strategy, or submit your own script for TigerBot automation!
Pesquisar nos scripts por "rsi"
TigerBot RSI + Stochastic Strategy (Backtesting)The logic for this strategy is based on a combination of the Relative Strength Index (RSI) indicator and the Stochastic formula. Customize the input parameters and test on various charts and timeframes for maximum profit potential.
Note: This is a TigerBot Strategy, which means that it is set up and ready for you to use it with our full set of automation and risk management features such as:
Thorough event triggers for automated order execution
Profit/Loss Zones
Profit/Loss Indicators
Take Profit
Normal Stop Loss
Trailing Stop Loss
Advanced Trailing Stop
Profit Locker Stop Loss
Advanced Pyramiding Support
Leverage Support
Much more
Each TigerBot Strategy includes a set of 3 scripts that belong together:
STRATEGY - used for full-featured customization with all our visuals
STUDY - with alert triggers for automation
SKELETON - for faster backtesting without the visuals enabled
This is the STRATEGY version of this script. Please also see the other 2 related scripts.
Visit TheTigerBot.com to gain access and take advantage of the full TigerBot features on this strategy, or submit your own script for TigerBot automation!
TigerBot RSI + BB Skeleton (Faster Backtesting)The logic for this strategy is based on a combination of the Bollinger Bands (BB) and the Relative Strength Index (RSI) indicators. Customize the input parameters and test on various charts and timeframes for maximum profit potential.
Note: This is a TigerBot Strategy, which means that it is set up and ready for you to use it with our full set of automation and risk management features such as:
Thorough event triggers for automated order execution
Profit/Loss Zones
Profit/Loss Indicators
Take Profit
Normal Stop Loss
Trailing Stop Loss
Advanced Trailing Stop
Profit Locker Stop Loss
Advanced Pyramiding Support
Leverage Support
Much more
Each TigerBot Strategy includes a set of 3 scripts that belong together:
STRATEGY - used for full-featured customization with all our visuals
STUDY - with alert triggers for automation
SKELETON - for faster backtesting without the visuals enabled
This is the SKELETON version of this script. Please also see the other 2 related scripts.
Visit TheTigerBot.com to gain access and take advantage of the full TigerBot features on this strategy, or submit your own script for TigerBot automation!
TigerBot RSI + BB Strategy (Backtesting)The logic for this strategy is based on a combination of the Bollinger Bands (BB) and the Relative Strength Index (RSI) indicators. Customize the input parameters and test on various charts and timeframes for maximum profit potential.
Note: This is a TigerBot Strategy, which means that it is set up and ready for you to use it with our full set of automation and risk management features such as:
Thorough event triggers for automated order execution
Profit/Loss Zones
Profit/Loss Indicators
Take Profit
Normal Stop Loss
Trailing Stop Loss
Advanced Trailing Stop
Profit Locker Stop Loss
Advanced Pyramiding Support
Leverage Support
Much more
Each TigerBot Strategy includes a set of 3 scripts that belong together:
STRATEGY - used for full-featured customization with all our visuals
STUDY - with alert triggers for automation
SKELETON - for faster backtesting without the visuals enabled
This is the STRATEGY version of this script. Please also see the other 2 related scripts.
Visit TheTigerBot.com to gain access and take advantage of the full TigerBot features on this strategy, or submit your own script for TigerBot automation!
RSI Strategy with alerts via TradingConnector to ForexSoftware part of algotrading is simpler than you think. TradingView is a great place to do this actually. To present it, I'm publishing each of the default strategies you can find in Pinescript editor's "built-in" list with slight modification - I'm only adding 2 lines of code, which will trigger alerts, ready to be forwarded to your broker via TradingConnector and instantly executed there. Alerts added in this script: 12 and 17.
How it works:
1. TradingView alert fires.
2. TradingConnector catches it and forwards to MetaTrader4/5 you got from your broker.
3. Trade gets executed inside MetaTrader within 1 second of fired alert.
When configuring alert, make sure to select "alert() function calls only" in CreateAlert popup. One alert per ticker is required.
Adding stop-loss, take-profit, trailing-stop, break-even or executing pending orders is also possible. These topics have been covered in other example posts.
This routing works for Forex, indices, stocks, crypto - anything your broker offers via their MetaTrader4 or 5.
Disclaimer: This concept is presented for educational purposes only. Profitable results of trading this strategy are not guaranteed even if the backtest suggests so. By no means this post can be considered a trading advice. You trade at your own risk.
If you are thinking to execute this particular strategy, make sure to find the instrument, settings and timeframe which you like most. You can do this by your own research only.
Buy/Sell Signal Using Stochastic and RSIThe use of stoch rsi above 55 and below 45 to determine buying and selling pressure.
Laguerre-based RSI Backtest This is RSI indicator which is more sesitive to price changes.
It is based upon a modern math tool - Laguerre transform filter.
With help of Laguerre filter one becomes able to create superior
indicators using very short data lengths as well. The use of shorter
data lengths means you can make the indicators more responsive to
changes in the price.
You can change long to short in the Input Settings
WARNING:
- For purpose educate only
- This script to change bars colors.
Double RSI with stochastic Strategy with SL (by Zhipengcfel)Added stop loss level when open positions. Results got better and max drawback reduced.
The current limitations are it will not add positions if having opened positions although meeting the entry conditions.
Next steps are adding positions when meeting entry conditions and set a upper limit quantities for open positions.
Double RSI with stochastic Strategy on UKOIL (by Zhipengcfel)Adapted the double RSI with stochastic strategy to UKOIL. I optimised the strategy input parameters for UKOIL. It looks promising.
Currently I have not adapted stop loss to the script yet, only enter and exit condition based on trend. Next step I will add stop loss for the strategy and backtest it again.
Due to it is still in development and optimisation, I am sorry that I will not publish it to public currently.
I just use it as a development elog.
Thanks to tradingview for such a good blog system. -:)
My RSI(2) StrategyThis strategy buys when RSI(2)<1
Stop loss is fixed at a 1% loss
Trailing stop activate at 3% gains, with a 1% loss threshold
Stealthy7 Bayes Conditional RSI Trader StrategyWhat does it do?
This script checks whether RSI movement affects future price.
Trades when probability increases or decreases.
Developed for daily(D) bars and Bitcoin. This script is just a toy and for educational use.
Please rent my bots at cryptotrader.org/?r=51
MACD + RSI TSA simple strategy that use EMAs convergence/divergence and RSI peeks to take position. Fractals are really useful to positioning your stop loss.
It works well on commodities and forex markets.
Swing Hull/rsi/EMA StrategyA Swing trading strategy that use a combination of indicators, Hull average to get the trend direction, ema and rsi do the rest, use it are your own risk expecially at the end of any hull trend
Past Performance Does Not Guarantee Future Results
Adding some essential components to a prebuilt RSI strategyThis is more to be used as a blank_slate for any strategy build adding more effective backtesting with a period selector and inputs like TS, TP, SL that can all be used as plots for alerts.
It has the BackTest Component created by Pbergden
It also includes the standard long/short with trailing stop, take profit, stop loss and margin call.
Here is a video using the blank_slate to add in the built-in RSI Strategy.
youtu.be
We hope this brings good results and helps speed things up for everyone.
Forex Master (EUR/USD)ATTENTION:
This is a symmetrical algorithm designed only for trading EUR/USD on the 1h time frame. For other currency pairs and time frames, you need to re-calibrate the RSI-EMAs as well as the profit targets and stop losses.
BACKTEST CONDITIONS:
Initial equity = $100,000 (no leverage)
Order size = 100% of equity
Pyramiding = disabled
TRADING RULES:
Long entry = EMA20(RSI10) cross> 50
Profit limit = 50 pips
Stop loss = 50 pips
Short entry = EMA30(RSI30) cross< 50
Profit limit = 50 pips
Stop loss = 50 pips
Long entry = Short exit
Short entry = long exit
DISCLAIMER: None of my ideas and posts are investment advice. Past performance is not an indication of future results. This strategy was constructed with the benefit of hindsight and its future performance cannot be guaranteed.
Strategy RSI | FadiorSimple strategy that buy and sell when RSI is under/above a given thresholds. Take profit is set to $3. Beware this strategy doesn't work with other assets.
AK_RSI 2 Strategy ( based on Chris Moody RSI(2) indicator )Good Morning,
Republishing this in the script section to make the code visible to everyone. This strategy is based on Chris Moody's RSi(2) indicator. Good success rate on SPY. Again, this is for educational purposes only .
cheers
Algo
rsisma imkind dailyrsi 14
sma 8
time fram : weekly and daily
rsi 14
sma 8
time fram : weekly and daily
rsi 14
sma 8
time fram : weekly and daily
rsi 14
sma 8
time fram : weekly and daily
TomSeb StrategyRSI & MACD based. The parameters can be fine tuned to suit the symbol. 0 and 2 are default parameters which work for most symbols.
RSI Strategy Professional ХомячелоХз чим відрізняється. Його лекго використовувати, треба підшаманити пару параметрів і все. Використовую для ринку крипти і норм трейдиться. Індикатор дає сигнал і я зразу залітаю на всю котлєту куди він каже.
Relative Strength Index - MayurRSI backtesting long only portfolio builder.
only for investing at cheap valuations