serkany88

Agressive Scalper Strategy

serkany88 已更新   
After many different tests and tries we found a strategy which is suited for people that likes to trade in shorter time frames. It uses multiple indications for entries. Entries include indications like Double ATR, Consolidation Detection, Dynamic RSI Calculation with Overbought and Oversold lines and also previous bars highs and lows. Although this strategy has been coded and tested on short time frames, after many additions it turns out it can be very profitable in every time frame if you play with the settings. Also it has some helpers for people that likes to optimize and see how their choices affects the outcome.

The strategy calculates the entry with the rules below:

LONG ENTRY RULES
- Price must be in consolidation zone
- Fast ATR Must be higher than Slow ATR
- Dynamic RSI must be below the oversold line (Green Line as Default)
- The Signal lookback must allow entry. (For example if you set signal lookback to 5, if the LOW of current price is LOWEST point of last 5 bars it is okay to enter LONG) If you check the lookback helper it will show you as green arrow at the bottom.

SHORT ENTRY RULES
- Price must be in consolidation zone
- Fast ATR Must be higher than Slow ATR
- Dynamic RSI must be above the overbought line (Red Line as Default)
- The Signal lookback must allow entry. (For example if you set signal lookback to 5, if the HIGHEST of current price is HIGHEST point of last 5 bars it is okay to enter SHORT) If you check the lookback helper it will show you as red arrow at the top.

This strategy has additional settings that are not available in indicator version that is previously released so i suggest everyone to use this instead.
Happy trading everyone!
版本注释:
v1.1: Set default EMA to 200. This should fix "it shows nothing" complaints by people.
- Enabled "calc on every tick" by default. This should make strategy exit as soon as the exit call is shown.

Also a warning: Backtesting ranges won't show too far past in low time frames like 5 min. This is a tradingview limitation based on account sub level. Premium users have the highest number of bar lookback limits but it's still not that high. So in 5 mins you will most likely won't be able to see 10 months of data because the bars won't go that far back so the script won't be able to calculate it. If you go to higher time frames you will see that you're able to see those months its because TV calculates it as BARS not the time range. Unfortunately this is not something i can fix.
版本注释:
v1.2: Adjusted the code to be way more strategy friendly rather than first adapted indicator version. Filtered out a lot of unnecessary code. A lot of the bugs should be fixed now. The script works way more reliable.
版本注释:
v1.2a: Fixed "Fixed ATR" value calculation.
版本注释:
v1.2b: Fixed further enterance bugs that caused new entries unintentionally.
版本注释:
v1.3: Added "Trailing % Stop Loss" option. Removed win and loss values on comments since there were calculation errors on them. They will most likely be re-added after control and fix.
版本注释:
v1.3a: Changed default values to be more beginner friendly.
版本注释:
v1.3b: Fixed some bugs on alerts and changed the working method. From now on you need to type " {{strategy.order.alert_message}} " to alert message box when you are creating alerts. This will send every single message you set in your strategy settings in a faster and more stable way. Also disabled calc_on_every_tick as default since it didn't work well with confirmed entry code i've been implemented. Make sure you disable "Calc on Every Tick" in strategy properties tab as well if it's left open.

Also always make sure your strategy version says the latest updated version in your strategy settings. If it doesn't you can remove and re-add the strategy and it should show the latest version at the top of strategy settings.
版本注释:
v1.4: - Added Repainting warning if Dynamic RSI resolution is lower than chart timeframe. This will fix all the repainting complaints about exiting in different areas. Simply any MTF resolution can't be lower than chart resolution because of avarage requirements which extremely complicates things. Also Tradingview doesn't suggest using it that way too.
- Added new entry strategy called Magic Ribbon which uses Cora Wave and Lazy Line methods by RedK (with his permission), if enabled uses only magic ribbon trends as entry and overrides all other rules. Default values might not be the best i suggest you backtest before using it.
- Changed some title names so backtesting with some tools are easier.
版本注释:
v1.5: - Added time and day selector for entries.
- Changed default settings to show more entries.
- Fixed some bugs causing problems on replays.
- Added summary table to top right.
- Added monthly results to bottom right.
版本注释:
v1.4a: Updated the backend to be more in line with latest pinescript changes along with fixing some minor bugs.
版本注释:
v1.5a: I accidentally updated the old version of the script over main code, now this update should fix it all. Make sure you have 1.5a version open.

One does not simply win every trade.
受保护脚本
该脚本是闭源发布的,您可以自由使用它。您可以收藏它以在图表上使用。您无法查看或修改其源代码。
免责声明

这些信息和出版物并不意味着也不构成TradingView提供或认可的金融、投资、交易或其它类型的建议或背书。请在使用条款阅读更多信息。

想在图表上使用此脚本?