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에서 제공하거나 보증하는 금융, 투자, 거래 또는 기타 유형의 조언이나 권고 사항을 의미하거나 구성하지 않습니다. 자세한 내용은 이용 약관을 참고하세요.

차트에 이 스크립트를 사용하시겠습니까?