BE - Strategy Builder ToolkitIndicator vs Toolkit:
This is definitely not an indicator, hence this doesn't do any kind of analysis nor provide meaningful outputs where you can take trading decisions out of it.
This is a Strategy Builder Toolkit which works like any other broker/3P applications, which helps traders to build their own custom/ predefined strategies, save / deploy them at their wish.
Idea Behind Developing this Toolkit: I am sure many of traders have overcome scenarios where, on break of x level he wants to initiate straddle else he wants to initiate Iron Condor. Some of them wants to deploy custom strategies only at certain time or at certian price levels.
It becomes pretty difficult to track markets when you are away from desk and if you dont adjust the strategy legs, you are incurring big drawdowns. There are many if's and buts to deploy strategies.
To overcome such challenges, i have built this toolkit.
Note: As this is just a toolkit, you should conduct your analysis to gauge the market direction outside the perview of this. Once you know the view / direction of the script. you can use this toolkit in action to
1. Deploy Strategy at (Desired levels| Desired time|Confired Levels|Confirmed Volumes)
2. Strategy can be Prebuilt / Custom Built
3.1 Set SL, Target for Directional view (Trail SL aswell)
3.2 Set Upside or Downside Target for Non Directional view (Trail SL aswell)
3.3 let the strategy play with out SL|Targets for consolidation view.
4. Adjust Legs by closing existing position and opening fresh position or place fresh adjustments
5. Book partial Profits with in the zone.
How the Toolkit is buit: Script uses text related functions to understand the custom input given in the indicator and coverts into a strategy and deployes them as a algo trading (Next Level Bot) with the additional parameter set for SL|Target|Entry levels.
Understanding the settings:
1. Strike Difference: is basically a value between each strike. eg: Banknifty : 100, Nifty & Finnifty: 50
2. 1 Lot Qty: Qty per Lot accepted by exchange|Broker. eg: BNF: 15, Nifty: 50, Finnifty: 40
3. Lot Multiplier: If you build strategy with 1 lot and if you set the Lot multiplier as 2 then strategy gets deployed with 2 lots. for eg. If i have saved strategy to buy BNF 1 ITM with 1Lot and have set lot multipier to 3 then at the time of deploying the trade it pushes as 3 lots (3 * 15Qty per lot = 45Qty) of 1 ITM strike.
4. Symbol Name: Select the Symbol Name here.
5. Current & Next Week Expiry Date: Specify the expiry Dates in the format as supported by your broker.
6. Broker Name, Exchange & Product Type: hope it is self explanatory.
IMPORTANT settings to understand:
7. Triggere Entry Post (optional): You have to specify when you want to deploy the strategy. For instance, if i want to deploy my strategy at 30 min after market open which is 9:45 am, then i have specify as 0945. Another instance where i want to close my strategy at 3 PM then you have to specify as 1500. Uncheck this option if you are not worried about the time of entry.
My personal Used Case: On the Expiry -1 Day at 0916 (9:16AM) i will buy 6 lots of 8OTM PE & CE and Sell 2 lots 7OTM, 2 lots of 6OTM and 2 lots of 5OTM and close the trade by 1100 (11AM).
8. Price Levels (Confirmed vs UnConfirmed) (Optional): Confirmed is basically price is sustained at|around the specified price level, where in UnConfirmed is basically the touch of the specified level.
for instance if i want to deploy straddle only if price is sustained at 100. then, i would specify GE with 100 in price input settings, and check thee Confirmed price box. Assuming if LTP is running at 98 and with the above settings it will only deploy the trade upon price is sustained at 100 level for 3 to 5 candles not at the touch of 100.
Uncheck this option if you are not worried about the Entry Price.
9. Confirmed Volume (Optional) (Long or Short): Basis your view|direction of the strategy. you can get additional confirmation. At the time of entry you want volume to be present towards the direction of the strategy. Uncheck this option if you are not worried about the volume or Volume doesn't exist for the chart loaded.
10. Alert Types: It consists of 3 Long & 3 Short directional (prebuilt) strategy along with Close Strategy, Close Specified Symbols Only & Design Custom Strategy Option.
10.1 : Slow Upmove - If you are having bullish view and predict that prices shall go slow and steady. This strategy can be deployed where you get the benifit of time decay as well while the delta play in favor of you. (viseversa for Slow DownMove)
10.2 : Fast Upmove - If you are having bullish view and predict that prices shall go fast. This strategy can be deployed where you get the smaller benifit of time decay as well while the delta play in favor of you. (viseversa for Fast DownMove)
10.3 : Vol Upmove (Volatality)- If you are having bullish view and predict market is tend to be volatile. This strategy can be deployed where you get the benifit of volatility as well while the delta play in favor of you. (viseversa for VolDownMove)
10.4 : Close Trade - You can use this option close the deployed strategy completely.
10.5 : Close Symbols - You can use this option close few of the symbols for the strategy deployed.
10.6 : Custom: Use this option to design you own custom strayegy with the syntax below:
Sample 1:
N|B|C2|3
N refers to Nextweek Expiry (if C is used then Current week expiry)
B refers to Buy (if S is used then Sell)
C refers to Call | CE (if P is used then PE or Put)
2 refers to 2OTM (for CE any Postitive number refers to as OTM and for PE it will be treated as ITM strikes & 0 refers to as ATM - viseversa for Negative Numbers)
3 refers to as 3 Lot
With the syntax of N|B|C2|3 - strategy will be deployed as "Buy 3 lots of 2 OTM Call of Next expiry"
Sample 2:
C|S|P-3|3|10|30
Above syntax means: SELL Current Expiry 3 Lots of 3 OTM Put Strike with 10 SL and 30 TGT
Sample 3:
C|S|C10|3|Default
Above syntax means: SELL Current Expiry 3 Lots of 10 OTM CALL Strike with 50% SL and 95% TGT
Sample 4:
C|B|C-2|3|40%|50%
Above syntax means: BUY Current Expiry 3 Lots of 2 ITM CALL Strike with 40% SL and 50% TGT
Sample 5: Long Straddle
C|B|C0|3
C|B|P0|3
Above syntax means: BUY Current Expiry 3 Lots of ATM CALL & PUT Strike
Sample 6: Iron Butterfly
C|B|C1|1
C|S|C0|1
C|S|P0|1
C|B|P-1|1
Above syntax means: Sell Current Expiry 1 Lots of ATM CALL & PUT Strike and BUY 1OTM Call & Put Strike
Sample 7: Diagonal Spread
C|S|C2|1
C|S|P-2|1
N|B|C3|1
N|B|P-3|1
Above syntax means: Sell Current Expiry 1 Lots of 2OTM CALL & PUT Strike and BUY 3OTM Call & Put Strike of Next Expiry.
To Understand how to deploy Strategy with defined Adjustments. For instance i want to deploy Iron Condor with Adjustments for BNF when the price is currently running at 45000.
C|B-|C3|1
C|S*|C2|1
C|B--|P-3|1
C|S**|P-2|1
At:2|C|S|C2|1
At:2|C|B|C3|1
At:-2|C|S|P-2|1
At:-2|C|B|P-3|1
On:2|*
On:-2|**
On:2|-
On:-2|--
With the above syntax: Intial trades are placed with
BUY BANKNIFTY45300CALL(Current Expiry) 1 Lot
BUY BANKNIFTY44700PUT(Current Expiry) 1 Lot
SELL BANKNIFTY45200CALL(Current Expiry) 1 Lot
SELL BANKNIFTY44800PUT(Current Expiry) 1 Lot
Toolkit tracks the price and holds the adjustments.
We may start to bleed on the sold leg (45200CALL) once the price crosses 45200. Hence if the price crosses 2 strike upside as specified with syntax " On:2|* " where * is a character tagged to Sold Call Leg. it closes the 45200 Call.
Similarly, " On:2|- " where - is character tagged to Brought Call Leg. it closes the 45300 Call, as soon as prices reaches 2 strike upside.
At:2|C|S|C2|1
At:2|C|B|C3|1
With the At Statements you can place the fresh adjustments legs. Above syntax refers to Once the price reaches 45200 it places below adjustment legs.
BUY BANKNIFTY45500CALL(Current Expiry) 1 Lot
SELL BANKNIFTY45400CALL(Current Expiry) 1 Lot
Note: Similarly If prices reaches downside with the On and At Sytax it places the necessary adjustment legs accordingly.
11. SL & TGT - You can specify SL, TGT or Upside & Dowside TGT during the entry conditions and Stratey shall be closed upon hitting either the SL or TGT accordingly.
12. On % Tgt & Lock % SL: This option is used for Prebuilt strategy where you can lock the Profit | Set Revised SL upon hitting specified TGT percentage.
13. Close Symbols: This option is used if you select Alert type as Close Symbols (Ref - 10.5 : Close Symbols) for specified list of symbols Alert shall be pushed to close the open positions of those symbols.
DISCLAIMER: No sharing, copying, reselling, modifying, or any other forms of use are authorized for our documents, script / strategy, and the information published with them. This informational planning script / strategy is strictly for individual use and educational purposes only. This is not financial or investment advice. Investments are always made at your own risk and are based on your personal judgement. I am not responsible for any losses you may incur. Please invest wisely.
Happy to receive suggestions and feedback in order to improve the performance of the indicator better.
"algo"に関するスクリプトを検索
Buy / Sell Fractal Algorithm with SL Line GenerationThis algorithm is designed for usage across indices.
How it works?
The algorithm uses a variation of fractals, momentum, RSI and LRSI to determine a trends direction.
The Relative Strength Index (RSI) is a momentum-based oscillator used to measure the speed (velocity) and change (magnitude) of directional price movements. It provides a visual means to monitor both the current and historical strength and weakness of a particular market. The strength or weakness is based on closing prices over the duration of a specified trading period, creating a reliable metric of price and momentum changes
Momentum in trading refers to the direction and magnitude of price. Momentum plays a key role in assessing trend strength, and it is important to know when a trend is slowing down. Less momentum does not always lead to a reversal, but it does signal that something is changing, and the trend may consolidate or reverse
Fractals are patterns within price changes which are repeated across thousands of bars. Examples of fractals include the golden ratio, PHI and the spirals of the milk way. They are quite literally a universal concept.
Basics of usage:
When a bullish trend is detected; the algorithm will generate a green "SL Line" at a calculated point, which can be interpreted as an invalidation line.
If the price goes below this line, the bullish trend is invalidated. So long as it holds, the bullish trend is true until the next detection change.
When a bearish trend is detected; the algorithm will generate a red "SL Line", at a calculated point, which can be interpreted as an invalidation line.
If the prices goes above this line, the bearish trend is invalidated. So long as it holds, the bearish trend is true until the next detection change.
When a given trend is invalidated, the SL Line turns yellow and you enter a "pause zone", where neither a bearish nor bullish trend is calculated.
This resets itself on the next trend detection.
Additional information:
I have coded my own backtest to this algorithm, along with plotting the profit / loss of each generated trade.
The profit is calculated by the difference between the open bar of the trade after a long ( or short ) and the following trade.
If we are calculating a short, the resulting value is then multiplied by -1 to get a positive integer.
For calculating a loss we take the value of the open bar of the trade that generates a long, and take the difference between this and the SL line, and similarly for short positions. The code assumes the user is placing their SL at the indicated line.
Within the input settings there are a few customisation options:
Alpha & Fractal Energy Length & Source - Should not be changed.
Highly bands crossover? - Has no visible effect whether on or off. It refers to the fractal chart which in this iteration is not visible and rather a backend mechanic.
Apply fractal energy? - Should generally be left turned on. This is a noise reduction. Disabling will result in over-trading.
Apply normalization? - Has no impact, is solely used to make the fractal values more human-readable rather than decimal format.
Offset - refers to the offset value of the SL Line generations. This should be set to a value that gives you enough breathing room, and remember to include any spreads! Default is 0.2, written in %
Trading hours - This simply gives a session input for the trading hours you want to trade within, and then colours the background green for that session. Trading 24/7 is never a wise strategy, stick to whatever is most optimal for you.
Leverage - Whatever leverage you are using. Default is x20. This will affect the profit / loss calculations accordingly.
Start equity - refers to the equity value you want to backtest with. Some assets will generate NA for this in the backtest label explained later.
Label customisation options.
Note that the backtest label is by default hidden, and appears when you hover over the black label at the current bar. When enabled to visible, it will show a large text label that may cover your chart screen more than you wish.
Alerts -
There are dozens of alert functionalities here; first are the timeframe assignments for each alert, set by default to 2hrs.
These timeframes then affect the asset you select in the corresponding setting.
In total there are 8 additional assets you can set alerts for.
Once you have assigned the timeframe and asset for an alert, you can then check the tick box for that individual alert.
Once done, you set the alert as normal through the tradingview alerts window. Remember to set "alert function calls only"
-
Timers:
I have added some functionality for timers to be set, values are in minutes. These work on the exact time of placement. Do not change the extra symbol formula option.
-
Note that this backtest is not intended as a replacement for tradingview backtest, nor is there a guarantee that historical results are to be replicated in the future. Trading is inherently risky.
30 Second Futures Session Open RangeThis indicator displays 30 second opening ranges from Globex, Europe, and RTH sessions.
From the RTH session range, it also displays infinitely generating Price Targets based on a % of the opening range size.
I am retrieving the 30 second data using the new "request.security_lower_tf()" function.
The importance of these levels is based on the idea that when the market opens, algorithms establish their positions within the first 30 seconds.
These areas can also be seen as potential areas of support and resistance throughout the sessions.
Enjoy!
Most Power V5 Most Power V5
The MOST indicator is an indicator used as a Moving Stoploss. The MOST indicator also generates a buy signal in case the prices rise, unlike the traditional indicators that allow you to make stop losses.In the MOST POWER V5 indicator, stoploss generates its signals using moving averages such as 'SMA', 'EMA', 'WMA', 'VWMA', 'HMA', 'SMMA', 'DEMA' rather than just the current price. In this way, it aims to prevent false signals that may be produced by excessive price movements during the day.
MOST POWER Indicator follows the average by preserving the stop loss distance in the movement of the moving average in the same direction.
The second variable that creates the MOST POWER curve is the stop loss distance that gives power to MOST with the moving average used and the shift rate that provides the stop signal. In this version, this distance is prepared with 2 separate inputs for both buy and sell.You can set these values as "percentage for long trend" and "percentage for short trend" in the indicator input properties.
You can also enter your Take Profit-1, Take Profit-2-, Take Profit-3- and Stop Loss levels in the indicator input properties, especially if you are interested in algo trading or to take advantage of the wonderful alarm setup features of tradingview and get the chance to get maximum profit. (If you enter Take Profit-1, Take Profit-2-, Take Profit-3- and Stop Loss levels as 0. Only buy and sell labels will appear on the indicator.)
Also, activate the amplitude filter option from the indicator input settings to get less signal and filter our inputs.
In addition, the entry price, take profit1, take profit2, take profit3 values for the last transaction opened to make things easier are located in the upper right corner of your graph as a table.
Important note: No indicator guarantees investment. That's why the tests you will do before real trades are very important in this indicator. I wish you all successful trades.
i will show how works with examples
Example 1
If you enter Take Profit-1, Take Profit-2-, Take Profit-3- and Stop Loss levels greater than 0
Example 2
If you enter Take Profit-1, Take Profit-2-, Take Profit-3- and Stop Loss levels as 0 (u will see only buy - sell labels)
Example 3
if select Amplitude Filter is on . you will see less signal
how works Amplitude Filter whats logic ?
if Amplitude Filter is active the signal from mostpower will be combined with Amplitude Filter.
for example, if the amplitude value is 2, the highest price and the lowest price of the last 2 bars are calculated. then this amplitude value is calculated for sma with its source high and low. Based on these values, the trend is determined in the amplitude of the price movement.
Important note: No indicator guarantees investment. That's why the tests you will do before real trades are very important in this indicator. I wish you all successful trades.
SBS AlgoHello traders, I am here again with a new and improved indicator.
This indicator is based on a pivot breakout algorithm which gives buy and sell signals according to the breakout of trendline. This is an advanced version of another script. It also takes price action into consideration along with some basic indicators like MACD and ADX to give good entry signals.
NOTE: This indicator is not designed to take entries completely based on signals it gives. Please use it along with your trading strategy to add more confluence to your trading system and maximize your profits.
I hope you guys will like this one too .Enjoy 👍
In case you find any bug, please do report in comment section .Thank you.
Tripple EMA Strategy - Dhan HQDear Traders,
Here with presenting the new Indicator (Strategy) which is primarily built based on the the EMA moving Average and Candlestick Pattern.
Idea behind this Indicator: I am sure every trader would have traded using Moving average one day or the other. And Moving average is theoretically they are Lagging and the EMA are used in place of Moving average just to avoid a bit of Lag to take advantage of those accuracy while avoiding the Lag. In order to be successful in trading Money Management and Risk Management is very much crucial and should be part of every trade we place.
What this indicator is providing:
Based on the EMA and candlestick patterns and using the inputs provided for RISK and Money Management options, Indicator continuously scans for trading opportunities and provides alerts for possible trades. I have tried to capture some analytical inputs for one to think and take control over the Reward, Risk and Money management parameters to tweak the indicator accordingly.
Below are the Analytical outputs provided:
1. Total Trades taken (History till present) and its profitability % & appx PNL
2. Current Dates & Yesterday's Trades along with its appx PNL
3. Long Trades performance vs Short Trades performance
4. Retrieve PNL values post specified Date in the Input settings.
5. Last 7 Days PNL
6. Month's PNL
Note: There is known BUG in the calculation where the first date of the month for Monthly PNL value is a trading Holiday then Monthly PNL is being displayed as 0. similarly this Bug is flowed for Last 7 Days PNL. This will be addressed in upcoming version along with planned release.
Alerts & Notifications:
There are basically 2 types of Alerts provided one with General Notification and Other with Dhan HQ notifications to support Algo Trades for Dhan HQ Baskets.
Overview for Dhan HQ Trade Alerts:
1. When the Day Beginning (At Session Start) Hedge Position can be placed and shall be squared off post Closing the session
2. During the course of the Day Buy & Sell Baskets shall be executed
3. Can map the Trade Level SL values
4. Can map Daily Limit for SL to avoid excessive Loss. Upon Loss you could stop trades for the complete day or you may restart the trade post completion of X no of hours.
Enjoy!
DISCLAIMER: No sharing, copying, reselling, modifying, or any other forms of use are authorized for our documents, script / strategy, and the information published with them. This informational planning script / strategy is strictly for individual use and educational purposes only. This is not financial or investment advice. Investments are always made at your own risk and are based on your personal judgement. I am not responsible for any losses you may incur. Please invest wisely.
Happy to receive suggestions and feedback in order to improve the performance of the indicator better.
[KRONOS] DeviationsDescription
This indicator calculates the differences between the current price and the local support or resistance, and normalizes it into a range.
The value basis is calculated from a defined period of time that is then multiplied to get a standard deviations and a max. and min. value subtracted and divided into a final value.
It includes
Extreme zones. This value appears as blue and red lines which deviates from the oversold to overbought range.
Momentum. Lower time frame momentum is represented by a gray histogram as well as a signal line oscillating from a red to blue color.
Strong reversal. Red ( bearish ) and blue ( bullish ) columns will appear on the histogram when our algorithm detects that the strength of momentum is coming to an end indicative of a trend reversal.
Trend confirmation. Red or blue arrows will act as a trend confirmation.
Support and resistance . The zero line will frequently serve as a S/R area.
Divergences. You can use this indicator to detect potential pivot areas.
How to use?
Sell/Short when the histogram shows a red column and the signal line is in or above the overbought area (colored in red).
Buy/Long when the histogram shows a blue column and the signal line is in or below the oversold area (colored in blue).
extra tip: if you entered a trade based on the above conditions, you can partially increase your position each time you see a confirmation arrow.
[KRONOS] MomentumDescription
This indicator is based on an algorithm which provides accurate momentum tracking on every timeframe. It is visualized as a colored histogram and through some other tools.
The value is calculated from an exponentially weighted moving average that is used to get a high and a low deviation, merging the last value into a range.
It includes
Overbought and oversold fixed areas. Their purpose is to facilitate the recognition of areas where the trend is likely to end or cool down. They are also marked with a background coloring.
Zero line. It typically represents a change of trend when the price crosses under or over it.
Volume shifts. Colored arrows will appear whenever a volume change is detected.
How to use?
Buy/Long on a blue confirmation arrow
Sell/Short on a red confirmation arrow
Take profit when the indicator starts showing a blue background
Take profit when the indicator starts showing a red background
extra tip: the zero line often acts as support / resistance similarly to the overbought and oversold areas
Commercial Algo Trend © Fzn V1Hello Traders,
Here i bring to you my 2nd Price Action Atr based Indictor combined with fib entry and exit trailing levels with minimum risk and maximum profit , as we must have seen at times as we enter the trend reverse and hits our stop losses . Keeping that in mind as i too struggled and made losses so i decided and focused more on minimizing the stop loss and only on confirmation of Long or Short trade is been initiated with proper Stop loss as explained in the images below , why should we give market our money ;) as we are here to make money :D .. There is no holy grail as Stop loss wont be hit but yes it will be way less and all alerts are based on candle close . One can use this on any chart and any timeframe and its very good for scalping too .ATR Trailing SL is added too just incase you want to enter and exit trend manually . Better results are on 15m and above . Hope you guys will like it and comment if you have any doubts..
-----------------
Disclaimer
Copyright by FaizanNawazz.
The information contained in my scripts/indicators/strategies/ideas does not constitute financial advice or a solicitation to buy or sell any securities of any type. I will not accept liability for any loss or damage, including without limitation any loss of profit, which may arise directly or indirectly from the use of or reliance on such information.
All investments involve risk, and the past performance of a security, industry, sector, market, financial product, trading strategy, or individual’s trading does not guarantee future results or returns. Investors are fully responsible for any investment decisions they make. Such decisions should be based solely on an evaluation of their financial circumstances, investment objectives, risk tolerance, and liquidity needs.
My scripts/indicators are only for educational purposes!
Happy Trading!
B4Signals Algo PremiumB4Signals Algo indicator is made up of more than 7+ innovative indicators carefully designed to generate high probability buy and sell signals while reducing risk. It derives its entries and exits from the B4Signals Indicator with added trend detection and volatility containment.
B4Signals Algo indicator detects the direction of trends for any asset and on any timeframe allowing traders to increase their confidence in positions, follow trends and stay in positions longer. Profit taking is up to the trader.
B4Signals Algo features:
Automatically generated buy and sell signals
Algo model selection in settings
Algo sensitivity selection in settings
Background chart shading for market hours
B4Signals Algo has two modes to choose from; each with an aggressive and a conservative approach to trading:
Algo 1 - Aggressive = Aims to detect very early trends, and is thus more reactive. Developed to catch both short term and long term trend reversal and provide clarity in the current trend direction. This setting attempts to make it easier to come in early in a new trend as well as to stay longer in that trend.
Algo 1 - Conservative = Aims to detect trend continuation where the stock price is likely to keep its current trend.
Algo 2 - Aggressive = Aims to detect very early confirmed trends, and is thus more reactive. Developed to catch both confirmed short term and confirmed long term trend reversals and provide confirmation in the current trend direction.
Algo 2 - Conservative = Aims to detect very early confirmed trends in conjunction with a filter to keep out false or choppy signals to leave the most accurate ones.
Disclaimer
Copyright by B4Signals.
The information contained in our scripts/indicators/ideas does not constitute financial advice or a solicitation to buy or sell any securities of any type. We will not accept liability for any loss or damage, including without limitation any loss of profit, which may arise directly or indirectly from the use of or reliance on such information.
All investments involve risk, and the past performance of a security, industry, sector, market, financial product, trading strategy, or individual’s trading does not guarantee future results or returns. Investors are fully responsible for any investment decisions they make. Such decisions should be based solely on an evaluation of their financial circumstances, investment objectives, risk tolerance, and liquidity needs.
NVME Blackfire XNVME Blackfire X Indicator is a trend-confirmation indicator that includes Buy and Sell signals on the chart, Support & Resistance lines, Automatic Trendlines, Session Highs and Lows, Previous MTF Candle's Highs and Lows, Strategy Mode with Working Win/Loss Calculator, Built-In Position Size Calculator, Institutional Zones, Re-Entry Points and Filters, Customisable Market Dashboard and Alerts for Many Features.
The 2 main settings for the algorithm are 'Sensitivity' and 'Agility'. When you place Blackfire X onto your charts, you should be met automatically with the best settings we've found so far and don't worry if you are struggling to find settings because our system has an onboard system that provides you with an automatic "Best Settings" for the current pair that you are on. You can choose to enable this feature on the algorithm settings or simply see what is ideal on the dashboard too.
The 'Sensitivity' controls how quickly the algorithm responds to the market's trend changes. The higher the sensitivity, the less trades on the chart. The lower the sensitivity, the more trades you'll find on the chart.
The 'Agility' controls where the signals are placed within the trend change, a lower agility will give you signals closer to its reversal points and a higher agility will give you slower signals.
We also have the option to change the indicator to your trading style, there are four modes that heavily impacts the algorithm's calculations.
These are "default", "swing mode", "scalp mode", "strategy mode".
"Default" is our normal algorithm module that utilises the user's input to provide signals using a basic filtration system.
"Swing Mode" is our algorithm that has been modified to give signals that are more delayed for swing traders.
"Scalp Mode" is our algorithm that has been modified to give signals that are quick and fast for scalps.
"Strategy Mode" utilises our default mode but instead places the user in a mode where trades will only appear if a stop loss or a take profit area has been met by the price after the signal call.
Our third key option is our bar colour switches, there are multiple options such as "Cloud-Based", "Pivot Based", "S/R Based", "Change-Based" and "Two Colour Modes". NVME Blackfire X colours the candles in the direction of the trend and a green colour shows an uptrend, a purple colour shows an unconfirmed trend or often a ranging area and a red colour shows a downtrend.
We must let traders know that the signals should be used carefully and with a trader's strategy rather than following signals for the sake of it being printed there!
Since we want this algorithm to have necessary features and respond fast too, we have chosen only trend-following and analysis features that will be quick to use and easy to understand. We want this to be different from our Vanquisher X algorithm as that is a massive multi-tool full of features for traders to enjoy.
The first main feature is our 'Trend Cloud' system, it utilises two moving average plots that creates a cloud filling and with our algorithm you can customise both of the moving averages to any currently existing moving average in the PineScript Library.
The second feature is our 'Institutional Zones' system, which plots area of the market where the institutions have placed orders and these can be used as an extra support and resistance zone for trades. There is an input option that allows the user to get more or less zones and it is called "The Detection Strength", increasing this will show more zones whilst decreasing it will show less.
The third feature is our 'Automatic Trendlines' system, which utilises two input methods ('Trendline Period' and 'Trendline Detection Ratio'), the period controls how many bars of data to lookback to for the trend-lines and the detection ratio controls how many trend-lines are plotted onto the chart.
The fourth feature is our 'Session High and Lows' system, which plots the highest high and the lowest low of each session in the trading hours, these plots can be useful for breakout traders.
The fifth feature is our 'MTF Candle Info' system, which plots the candle's high and low or the candle's open and close for a timeframe and the previous candle of choice. This can also be used for breakout traders such as having a lower timeframe breakout for a higher timeframe plot.
The sixth feature is our 'Adaptive S/R Zones', which plots support and resistance zones into any market pair that are accurate points at which the market could react and reject from.
* Informative Market Dashboard *
Our simple panel on your chart displays the most relevant data from all of our features and calculations in real-time.
Confirmation
The confirmation simply tells the user what the previous signal was and this can be useful if the user may decide to have their signals turned off on the charts.
Market State
The market state informs the user the direction of the trend whether it be ranging, in an uptrend or downtrend, you'll see the emoji that corresponds to that.
Recommended Sensitivity
This feature will show the user what the recommended sensitivity is for the current pair that the user is on and the user may find this helpful if they don't know what settings to use.
Recommended Agility
This feature will show the user what the recommended agility is for the current pair that the user is on and the user may find this helpful if they don't know what settings to use.
Trend Control
The trend control feature calculates data using the user set bars back input and it determines all the factors within the trend to give you an informative response, an uptrend will have "Bulls by: " + percentage of control and a downtrend will have "Bears by" + percentage of control.
Pair Strength
The pair strength is measures the control of bulls or bears in the form of the market strength and it will give the same response as the trend control but the percentage will be based on the buying or selling pressure.
Pair's Change
The pairs change measures the change in price from point A to point B, if the change is greater than 0%, the dashboard will inform you that Bulls are in control, and if not the dashboard will inform you that Bears are in control.
Market Money
The market money measures the amount of volume and money that is going into the current asset and if the net change is greater than 0%, bulls will be in control, if not then bears are giving the market their money.
NVME Oscillator X
This is our very own oscillator that has been integrated into our dashboard, allowing the user to see the trend of our other indicator without having to fill their charts up with more noise. If the oscillator is in a downtrend then the dashboard will state that its in a downtrend and if it is in an uptrend then it will show an uptrend text.
Volatility
This feature measures the amount of volatility in any pair and provides user with the percentage value so they can see whether or not the market is extremely volatile at the current time.
Current Session
This feature will tell the user what session they are currently on such as London, Europe, New York, Asia, Australia.
AZ Capital S & ROverview
The algorithm endeavours to robotize the identification of support and resistance levels by recognizing enormous swings/turns in authentic value activity.
These tops and bottoms in value activity shows where the bunches of buyers or sellers came into the market and may go about as future degrees of support or resistance.
The code identifies the last 3 huge swing highs and the last 3 swing lows. It at that point places lines on the outline to feature those levels.
In support and resistance hypothesis, frequently the support becomes resistance and the other way around. Along these lines, the algorithm doesn't just sort swings lows as "support" and swing highs as "resistance". All things considered, the algorithm takes a gander at the swing position comparative with the current close cost.
In the event that the price is over the level, the algorithm thinks of it as support. On the off chance that the price is beneath the level, the algorithm believes it to be resistance.
In light of this, the lines are naturally shaded by whether the prices are above or beneath the current close cost. At the point when any of the levels are beneath the nearby value, the lines are shaded green. Then again, at whatever point they are over the nearby, they are shaded red.
Spiral Guide Algorithm [V2]Spiral Guide Algorithm (SGA)
At its core, the Spiral Guide Algorithm is a low noise, un-bounded, oscillating cycle indicator designed to capture state change within a non-Gaussian distribution.
The idea, design, and application of the Spiral Guide Algorithm is rooted in first principles from four core areas of study, and in application proves to be an excellent trend following tool.
The Spiral Guide Algorithm produces and visualizes three principal components. Below we will cover each of those areas, as well as, how to apply this algorithm in trade analysis.
Principal Components
1. SGA Signal = waveform fundamental signal line
2. SGA Filtered Signal = finite impulse response filter of the SGA signal
3. SGA Histogram = delta between SGA signal and SGA filtered signal
Theory of Operation
1. Digital Signal Processing (DSP)
a. The SGA applies a DSP technique used in wireless transmission that decomposes a waveform into discrete components and then quantifies the interaction between each of those components.
2. Complex Systems Theory
a. In complex systems the tail often wags the dog and so SGA focuses not on the average of the distribution, but on the edges.
3. Game Theory
a. Positive feedback drives large changes from historical extremes, so targeting points of extreme oscillation offers the best chance of capturing large changes in the distribution.
4. Auction Theory
a. We know the auction process cycles between two phases:
i. At value
ii. Discovering value
b. SGA is designed to capture much of the “value discovery” phase between two “at value” areas.
Derivatives
1. When the SGA signal line is above 0 the time frame is up-trending
2. When the SGA signal line is below 0 the time frame is down-trending
3. A fundamental time frame shift is occurring when SGA signal line crosses 0
4. The ratio of SGA signal line time above 0 vs time below 0 will expose the current time frame bias (long, short, flat)
Application
1. Trades are signaled when the SGA signal line crosses the SGA filtered signal, and the trade is confirmed when the SGA filtered signal changes state.
2. Trades can be entered when the SGA signal line crosses 0.
3. SGA should align with the following before entering a trade: Structure, Cycles, Fractals.
4. The histogram is used for detecting divergence.
When and Where
1. Due to the large number of sample sets needed to calculate the SGA signal line, the SGA is designed for intraday charting.
2. Monitor multiple time frames around entry and exit time frame to satisfy the fractal requirements. As a rule, a 3-5x fractal above and below the entry and exit time frame is needed to align cycles.
3. For example:
a. Tick data or 1 second
b. 1 min
c. 5 min (entry/exit)
d. 15 min
4. This algorithm sees success in markets that are not mean reversion biased.
a. Trending markets with high volatility provide the best results.
(FireflyTA) Algo Score MTFAlgo Score MTF
The Algo Score MTF is a meta-analytic oscillator telling you about the technical market strength . It is analyzing a variety of different indicators and metrics to come up with a score that gives you an impression on whether the medium timeframes have fuel to go higher or if it's running out and the risk increases to see corrective price action.
----------------------
About Technical Market Strength
Algo measures the technical strength with a score between -10 and 10 . A bullish or bearish technical market strength shows a high correlation with bullish or bearish PA soon after the score reaches the significant levels deviating from 0. However, optimal treshold values (meaning the score after which the strength can be considered bullish or bearish) vary depending on the market looked at. For BTCUSD, the default values used can be seen as reference. If you want to apply Algo to other markets, you will have to calibrate the tresholds yourself.
It is important to know that market strength is the fuel to drive price higher or lower, but it is not the trigger. The trend is of superior importance. So when price is in a strong uptrend (in this case on the MTF), and the score reaches a value of -4 or lower (which can be considered bearish), it can still take a while for the trend to shift because of the strong momentum. The score in this case can be used as an indicator to show you times when it is wise to take profits / de-risk or take extra care in your risk management in general.
----------------------
Indicators used
All the indicators mentioned are calculated separately and weighted by the significance value you can customize in the indicator UI. It is also possible to (1) deactivate certain indicators and (2) force them as required, so that a signal in the oscillator only occurs when the indicator(s) that is/are required support the thesis (bullish vs. bearish).
Daily VWAP
MTF Trend
Traditional Bollinger Bands
RSI
MTF RSI Divergence
Stoch RSI
Ichimoku Cloud
Fib Retracement Levels
MACD
TTM Squeeze
Moneyflow
Custom Levels you can define (3 categories: Major, medium, minor)
For some indicators, there are specific settings to customize how they contribute to the overall score (i.e. MACD cross vs. shift vs. trending phase). It is also important to know that Algo fetches the indicator data from multiple timeframes, thereby adding reliability to the overall results.
----------------------
Algo Custom Logic
Algo is using my custom logic on when a certain indicator can be interpreted as bullish or bearish in the MTF horizon. If you want to find out about the reliability of certain indicators, I recommend disabling all the indicators except for the one you want to examine, and then see how the score reacts to price action.
----------------------
Timeframes
Due to script limitations, this version can only analyze the medium timeframes . It is best used with charts 2H+, it works on some 90m as well but ceases to work at 1H and below . It is also not compatible with higher timeframes . Upon using the same settings on the same ticker with different timeframes, you will see that the score shows a minor variance. This is because data is consolidated to match the timeframe, so it ultimately leads to minor differences. Find out for yourself what timeframe is the best to use with which market and which settings.
----------------------
How to Use
I'm going to add tooltips for the settings in the indicator UI with upcoming updates, so it becomes more clear on how to set Algo up properly. To prevent a loss of your customized settings, write them down somewhere in case a script update reverts the settings back to default.
You can find in-depth tutorials on how to use this indicator by browsing the links and resources in my signature.
Percentile Rank Market FilterA simple script to filter bull and bear markets by using percentile rank filter. Using market regimes to filter by bull/bear/sideways markets helps to understand how your strategy will
behave in various market regimes and allows you to avoid unprofitable regimes and only trade in profitable ones.
The idea of market regime filtering is used in the most successful technical algorithmic trading strategies, as one should always design a trading strategy with a particular market in mind according to trading legend, Larry Connors
Feel free to use this script in your strategies to improve your profits and lower drawdowns.
AZ Capital Lite 2.0
AZ Capital Lite 2.0 is the Updated Version of our Previous Lite Version of our trading algorithm/indicator. This algorithm is once again based on different indicators such as RSI and a combination of MA's along with ATR. Custom values that provide assistance to our PRO trading algorithm helping concluding analysis and finalising a trade even better.
AZ Capital Lite 2.0 combines various default indicators with custom values into One simple algorithm that helps the user to assess if an asset is moving upward or downwards.
AZ Capital Lite 2.0 works perfectly along with our AZ Capital PRO algorithm/indicator and helps the user to finalise the movement of an asset.
For Past Performances of this Algorithm/Indicator, Contact me Privately!
If you have any doubts on how to use the Algorithm/Indicator, Contact me Privately!
Commenting is RESTRICTED to only Comments about the Algorithm/Indicator and NOT asking for HOW-TO's and ACCESS!
Always DYOR and Trade Safely!
Regards,
Azyad (Founder of AZ Capital)
RogTrader HFT AlgoThis is a simple algorithm to generate Buy, Sell, Short, and Cover Signals. It uses the following:
RSI , MACD , Stochastic , Bollinger Bands , Ketler Channels, ATR Trailing Stop, Trend, and Volume .
Usage is simple: Green Background is Long and Red Background is Short positions.
LE = Long Entry
LX = Long Exit
SE = Short Entry
SX = Short Exit
This is not a trade recommendation, rather informative signals, and please do your due diligence. Thanks!
AZ Capital Lite
AZ Capital Lite is an additional feature of our AZ Capital PRO trading algorithm/indicator which is again based on different indicators such as RSI and EMA with custom values to provide assistance to our PRO trading algorithm helping in concluding analysis and finalising a trade.
RSI and EMA are two great indicators to access the movement of the asset and AZ Capital Lite makes those 2 different indicators into One simple indicator which helps the user to assess if an asset is moving upwards or downwards.
AZ Capital Lite also works along with our AZ Capital PRO algorithm/indicator helping to finalise the movement of an asset.
AZ Capital Lite is just using a customised and combined version of the regular EMA and RSI indicator available on TradingView.
For Past Performances of this Algorithm/Indicator, Contact me Privately!
If you have any doubts on how to use the Algorithm/Indicator, Contact me Privately!
Commenting is RESTRICTED to only Comments about the Algorithm/Indicator and NOT asking for HOW-TO's and ACCESS!
Always DYOR and Trade Safely!
Regards,
Azyad (Founder of AZ Capital)
AZ Capital PRO
AZ Capital PRO is a Trading Algorithm/Indicator for TradingView that brings to the user the easiest way to trading.
The Algorithm depends on different indicators such as the EMA and TMA with custom values to point the user with the best occasions to set up a Long (Buy) or Short (Sell) position on any asset on the Financial Markets.
EMA and TMA are two great indicators to access the movement of the asset and AZ Capital PRO makes those 2 different indicators into One simple indicator which helps the user to access if an asset is moving upwards or downwards.
AZ Capital PRO is just using a customised and combined version of the regular EMA and TMA indicator available on TradingView.
Along with printing a Buy/Sell Signal on the Chart, AZ Capital PRO also indicates the trend.
Each sign in the chart will be shown while the candle is dynamic yet signs at candle close are conclusive and won't repaint. The Algorithm works with any candle accessible on whatever timeframe accessible for any market accessible in TradingView.
The Algorithm works best under littler timeframes since there's more information accessible than higher timeframes. For the most extreme benefit, check diverse periods for affirmation.
The Algorithm shows two unique signs for entry or exit on a resource to expand its gainfulness. Keep in mind, signs can show up whenever during an open candle, yet once the sign is displayed on the close candle; it's conclusive and won't change later on.
For the Algorithm/Indicator Past Performance, Contact me Privately!
If you have any doubts on how to use the Algorithm/Indicator, Contact me Privately!
Commenting is RESTRICTED to only Comments about the Algorithm/Indicator and NOT asking for HOW-TO's and ACCESS!
Always DYOR and Trade Safely!
Regards,
Azyad (Founder of AZ Capital)
[astropark] ALGO Trading V2.2 - ETH [alarms]Dear Followers,
today another awesome Swing and Scalping Trading Strategy indicator : the upgraded version of ALGO Trading V2 for Binance Ethereum PERP on 15m timeframe!
It is runnable on a bot , just write me in order to help you do it.
If you are a scalper or you are a swing trader, you will love suggested entries for fast and long-lasting profit.
Keep in mind that a proper trailing stop strategy and risk management and money management strategies are very important (DM me if you need any clarification on these points).
This is an upgrade version of ALGO Trading V2 for Ethereum.
You can find ALGO Trading V2 indicator here below:
If you are interested in Bitcoin Trading, you will like for sure ALGO Trading V1.2, which is a customized version for Bitcoin trading:
This strategy has the following options:
enable/disable signals on chart
enable/disable bars and background coloring based on trend
enable/disable a Filter Noise option, which reduces overtrading
enable/disable a Trailing Stop option
enable/disable/config a Take Profit option, with Re-Entry
enable/disable a secret Smart Close Option which may improve profit on your chart (again, check it on you chart if it helps or not)
This strategy only trigger 1 buy (where to start a long trade) or 1 sell (for short trade). If you enable Take Profit / Stop Loss option, consider that many TP can be triggered before trend reversal, so take partial profit on every TP an eventually buy/sell back lower/higher on RE-ENTRY signal to maximize your profit.
This script will let you set all notifications you may need in order to be alerted on each triggered signals.
The one for backtesting purpose can be found by searching for the astropark's "ALGO Trading V2.2" and then choosing the indicator with "strategy" suffix in the name, or you can find here below:
This is not the "Holy Grail", so use proper money and risk management strategies.
This is a premium indicator , so send me a private message in order to get access to this script.
Stock Algorithm Trend AnalysisThis algorithm is meant to be used on stocks but also works well with cryptocurrencies, forex pairs and indexes. This software helps traders take advantage of momentum trading and by riding trends. It works best when playing the underlying symbol in a bullish sense when the algorithm says "likely to rise" and in a bearish sense when the algorithm says "likely to fall".
Send me a private message on TradingView to gain access.
Tradespot Quant Tradespot - Quant is an extensive trading algorithm, signal generator and technicals screener packed into one beautifully designed, functional indicator. The script is very customisable to not limit the trader using it but does have some very respectable settings for BTCUSD & ETHUSD on the 4H and 45M charts that we run in an automated fashion here a tradespot round the clock on Binance Futures.
What does Tradespot Quant do?
Trade following signals generated via our bespoke algorithm
Full customisation to allow a deeper use of the indicator across different assets
Beautifully illustrated 'Take Profit' and 'Stop Loss' levels that are configurable to easily see how successful the model can run
Presets for BTCUSD & ETHUSD on the 4H/45M timeframes avaliable instantly for your use.
Innovative trade panel that illustrates key information such as what trade the algorithm is looking for next? is altcoin trading deemed safe or risky right now? How are the technicals looking regarding the overal market trend?
More features being added all the time, we have great ideas and our only limitation is how fast we can program it!
Do you do a free trial?
Yes! Get in touch for a complimentary 48 hour free trial to the indicator, no strings attached.
Who are you?
Tradespot has been creating scripts for years on TradingView that we use to leverage our social trading and signal group offerings. We currently have over $200K in assets trading with our strategies across over 300 users.
You can learn more about us on our website. Please reach out to me or see the link on our profile.
BKN: Hickory SmokedWelcome to the BKN: Hickory Smoked Indicator. This is an algorithmic indicator that thrives in trending environments. We've included settings for crypto and forex and speed options for lower timeframe entries.
The script offers a stop loss or trailing stop loss that will trigger when an entry is triggered. You can also choose to use it as long or short only.
This indicator is automation ready with alerts for both opening and closing positions.
***IMPORTANT***
For access, please do not comment below. Instead, send a DM here on TradingView or on my linked Twitter account.