Nightweevil2477

[Any Timeframe]-Homerun

Nightweevil2477 已更新   
3 line strike - Basic chart pattern identification (Script code is now open to anyone to view)
-Plots on the chart for you (the visual experience is their for the end user. They can see ‘why’ item plotted)
i.e; patterns identified
Bullish
Why = Green candle + Green candle + Green candle + Red candle
Bearish
Why = Red candle + Red candle + Red candle + Green candle
-Dynamic alerts
What’s this for
Why = Chats gets updated when end of current real-time candle and plots on the chart if pattern found. You can setup TradingView alerts to specific plots on the chart (i.e; then it can notify you via normal website alert methods)
NOTE;
thinking of adding to this chart
-table of patterns found for that day
-more user input fields
-script modularity (easy plugin new code without interfering with anything already their)
版本注释:
tiny update - fixed silly code comment typo (LOL)
版本注释:
tiny update - fixed silly code comment typo (LOL)
版本注释:
// FYI
// This script is intended to be used as a 'indicator/visual aid'. End users will be able to see 'why' plot was shown and if wanted a dynamic alert can be set/triggered in tradingview.com for it
//
// Available script main functions
// 1. Identify 'Strike' patterns on the selected chart/timeframe
// 2. Plot 3 EMA lines on the on the selected chart/timeframe
// 3. Plot when the EMA lines cross on the on the selected chart/timeframe
// 4. Plot 3 SMA lines on the on the selected chart/timeframe
// 5. Plot when the SMA lines cross on the on the selected chart/timeframe
// 6. Display a table of details end user can see immediately
//
// Available script end user customization options
// Settings Area
// -=Root setting=- (all is disabled bby default - end user can decide if they want on or off)
// Enable/Disable 'Strike' patterns from being shown
// Enable/Disable 3 EMA lines from being shown
// Enable/Disable when the EMA line cross's
// Enable/Disable 3 SMA lines from being shown
// Set each SMA line length
// Enable/Disable when the SMA line cross's
// Enable/Disable if you want table to be shown
// The 2 below are not required to be adjusted
// Symbol = current chart trading pair
// Time Period = current chart period (By default this is ALL)
//
// -=Granularity=-
// 3x Set each EMA line length
// 3x Set each SMA line length
//
// Available dynamic alerts – can be used as triggers on tradingview.com
// Related to ‘Strike’ pattern identification
// Strike Bullish – Reason; pattern found
// Strike Bearish – Reason; pattern found
// Related to EMA plotted lines (crossing)
// EMA X Up - Reason; EMA line 1 goes up/over EMA line 2
// EMA X Down - Reason; EMA line 2 goes down/below EMA line 1
// Related to SMA plotted lines (crossing)
// SMA X Up - Reason; SMA line 1 goes up/over SMA line 2
// SMA X Down - Reason; SMA line 2 goes down/below SMA line 1
//
// Script modularity
// Each section of code is broken up into easily specific/editable areas
// For example; you can home in onto a specific code related area or you can make new area just
// specifically what you are trying to accomplish and just slot it into the existing code without
// breaking the format (their might be minimal conflict, normally this might be pre-used variables – if
// so its easy to fix)
版本注释:
Typo
版本注释:
silly typo
版本注释:
***V1 Change log – 27/7/22***
Published initial ‘Strike Pattern Identification’ script
Included chart plots if detected pattern was ‘Bullish or Bearish’
Included chart dynamic alerts (depends on the real-time market data and when new pattern is plotted on the chart)
***V2 Change log – 11/8/22***
Made each coded feature to be either Enabled/Disabled by the end user (all is default OFF as end user can decide if they want to enable else to many plots on the chart, this can confuse end users)
Added EMA lines (x3)
Added chart plots when the EMA lines cross
Added SMA lines (x3)
Added chart plots when the SMA lines cross
Added granularity – ability for end users to alter few defined parameters
Added table of useful details the end user might want to see at a glance
For each plotted item added it to the dynamic alert option end user can use as trigger on tradingview.com
Encapsulated each feature into their own sperate easy to modify/switch out for other modules
Added all this same info + more in the actual script beginning/blurb as end user not always see tradingview.com or profile site, they just see the item from the site ‘indicator’ area prior to adding it to the ‘Chart or Favorites’
***V3 Change log – 31/7/22***
Added missing module descriptions from the previous release
Fixed some spelling/grammar mistakes
Decided timeline for future script releases (Every Wednesday evening UTC+10 -only if their is a script update)
Added Bollinger Bands (In the script it’s called ‘BB’)
Added Parabolic Sar (In the script it’s called ‘Psar’)
Added chart plots when the BB exits the cloud
Add ability to change table orientation
Improved table colors
Oscillator stats added to table of details - RSI, ATR, Stochastic, W%R, CCI, AO, MACD, Aroon, ADX
版本注释:
*** V4 Change log – 5/10/22
Added ability for end users to have their own customised table heading names
Cleaned up Settings-->Inputs screen slightly
Converted code for end user table to be a reuseable functions
Tweaked table colors
Added MACD (Histogram) stats to the table
Added ability to enable/disable each EMA line
Added more EMA crossover labels on the chart
Added ability to enable/disable each SMA line
Added more SMA crossover labels on the chart
Added DeM stats to the table
Added Chande stats to the table
Added ROC stats to the table
Added VI stats to the table
Added a tooltip for every table stat to allow end users to be reminded what stat means (i.e; why does the color keep changing)
Added new module based on Strike patterns and if above or below the EMA line specified
Added new module based on Strike patterns and if above or below the SMA line specified
Updated Psar module to have some alerts to use via tradingview.com
开源脚本

本着真正的TradingView精神,该脚本的作者将其开源发布,以便交易者可以理解和验证它。为作者喝彩!您可以免费使用它,但在出版物中重复使用此代码受网站规则的约束。 您可以收藏它以在图表上使用。

免责声明

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

想在图表上使用此脚本?