Strategy Framework: 37 Strategies Unified with RM & PS BTCEURStrategy Framework: 37 Strategies Unified with Risk Management and Position Sizing
This comprehensive framework integrates over 37 independent strategies into a single, powerful trading system. Each strategy contributes its unique market perspective, culminating in a holistic decision-making process. The framework is further enhanced with sophisticated risk management and position sizing techniques.
Key Strategies Include:
• Moving average analysis
• Market structure evaluation
• Percentage rank calculations
• Sine wave correlation
• Fourier Frequency Transform (FFT) for signal composition analysis
• Bayesian statistical methods
• Seasonality patterns
• Signal-to-noise ratio assessment
• Horizontal & Indecision levels identification
• Trendlines and channels recognition
• Various oscillator-based strategies
• Open interest analysis
• Volume and volatility measurements
This diverse array of strategies provides a multi-faceted view of the asset, offering a clear and comprehensive understanding of market dynamics.
Optimization and Implementation:
• Each strategy is designed for easy optimization, with a maximum of 4 parameters.
• All strategies produce consistent signal types, which are aggregated for final market direction decisions.
• Individual optimization of each strategy is performed using the Zorro Platform, a professional C++ based tool.
• All strategies are tested to work by themselves with Walk-Forward back testing
• Strategies that don't enhance market regime definition are excluded, ensuring efficiency.
Two-Tiered Approach:
1. Market Regime Identification: The combined output of all strategies determines the market regime, visually represented by a color-coded cloud.
2. Trade Execution: Based on the identified regime, the system applies different entry and exit rules, employing trend-following in bull markets and mean reversion in bear markets.
This framework is optimized for cryptocurrencies, including BTC and ETH and others, offering a robust solution for trading in these volatile markets.
The color of the cloud encodes the market regime as determined by the 37 strategies, guiding the application of distinct trading rules for bull and bear markets.
This invitation-only TradingView script represents a culmination of extensive research and optimization, designed to provide serious traders with a powerful tool for navigating the complex cryptocurrency markets.
The strategy comes pre-configured with optimized parameters by default, so there's no need to make any adjustments. However, it’s important to use the timeframes and exchanges selected on screen . Also, a Premium account with 20.000 bars is needed since since starting points are important for the parameter optimizations. If you have any questions or concerns about the strategy, feel free to reach out.
For automation, I recommend using a tool like Autoview . The strategy is fully compatible with automated trading; you just need to select your exchange and set the maximum order size you're comfortable trading.
Free Month for Testing:
You are eligible for a free one-month trial to test the strategy before committing. This allows you to fully explore its capabilities without any immediate cost.
________________________________________
Important Information:
This is a premium script with access granted on an invite-only basis.
To request access or if you have further questions, please send me a direct message. There is a free month allowance for testing purposes.
Please note that this script involves complex calculations, and on rare occasions, you may encounter an error message from TradingView stating, "Calculation Takes Too Long." This is usually due to a temporary issue with server resources. If this happens, simply modify any parameter of the indicator and revert it back—this should resolve the issue.
________________________________________
General Disclaimer:
Trading stocks, futures, Forex, options, ETFs, cryptocurrencies, or any other financial instrument involves significant risks and rewards. You must be fully aware of the risks involved and be willing to accept them before participating in these markets.
Do not trade with money you cannot afford to lose. This communication is not a solicitation or an offer to buy or sell any financial instrument.
No guarantees are made regarding potential profits or losses from any account. Past performance of any trading strategy or methodology is not necessarily indicative of future results.
Signalservice
Alert Sender Library [TradingFinder]Library "AlertSenderLibrary_TradingFinder"
🔵 Introduction
The "Alert Sender Library" is a management and production program for "Alert Messages" that enables the creation of unique messages for any type of signal generated by indicators or strategies.
These messages include the direction of the signal, symbol, time frame, the date and time the condition was triggered, prices related to the signal, and a personal message from you. To make better and more optimal use of this "library", you should carefully study " Key Features" and "How to Use".
🔵 Key Features
Automatic Detection of Appropriate Type :
Using two parameters, "AlertType" and "DetectionType", which you must enter at the beginning into the "AlertSender" function, the type of the alert message is determined.
For example, if you select one of the "DetectionType"s such as "Order Block Signal", "Signal", and "Setup", your alert type will be chosen based on "Long" and "Short". Whether it's "Long" or "Short" depends on the "AlertType" you have set to either "Bullish" or "Bearish".
Automatic Symbol Detection :
Whenever you add an alert for a specific symbol, if you want the name of that symbol to be in your message text, you must manually write the name of the symbol in your message. One of the capabilities of the "Alert Sender" is the automatic detection of the symbol and adding it to the message text.
Automatic Time Frame Detection :
When adding your alert, the "Alert Sender" detects the time frame of the symbol you intend to add the alert for and adds it to the text. This feature is very practical and can prevent traders from making mistakes.
For example, a trader might add alerts for a specific symbol using a specific indicator in different time frames, taking the main signal in the 1-hour time frame and only a confirmation signal in the 15-minute time frame. This feature helps to identify in which time frame the signal is set.
Detection of Date and Time When the Signal is Triggered :
You can have the date and time at the moment the message is sent. This feature has various uses. For example, if you use the Webhook URL feature to send messages to a Telegram channel, there might be issues with alert delivery on your server, causing delays, and you might receive the message when it has lost its validity.
With this feature, you can match the sending time of the message from TradingView with the receipt time in your messenger and detect if there is a delay in message delivery.
Important :
You can also set the Time Zone you wish to receive the date and time based on.
Display of "Key Prices" :
Key prices can vary based on the type of signals. For example, when the "DetectionType" is in "Order Block Signal" mode, the key prices are the "Distal" and "Proximal" prices. Or if the "DetectionType" is in "Setup" mode, the key prices are "Entry", "Stop Loss", and "Take Profit".
Receipt of Personal "Messages" :
You can enter your personal message using "input.string" or "input.text_area" in addition to the messages that are automatically created.
Beautiful and Functional Display of Messages :
The titles of messages sent by "AlertSender" are displayed using related emojis to prevent mistakes due to visual errors, enhancing beauty.
🔵 How to Use
🟣 Familiarity with Function and Parameters
AlertSender(Condition, Alert, AlertName, AlertType, DetectionType, SetupData, Frequency, UTC, MoreInfo, Message, o, h, l, c, Entry, TP, SL, Distal, Proximal)
Parameters:
- Condition (bool)
- Alert (string)
- AlertName (string)
- AlertType (string)
- DetectionType (string)
- SetupData (string)
- Frequency (string)
- UTC (string)
- MoreInfo (string)
- Message (string)
- o (float)
- h (float)
- l (float)
- c (float)
- Entry (float)
- TP (float)
- SL (float)
- Distal (float)
- Proximal (float)
To add "Alert Sender Library", you must first add the following code to your script.
import TFlab/AlertSenderLibrary_TradingFinder/1
🟣 Parameters
"Condition" : This parameter is a Boolean. You need to set it based on the condition that, when met (or fired), you want to receive an alert. The output should be either "true" or "false".
"Alert" : This parameter accepts one of two inputs, "On" or "Off". If set to "On", the alarm is active; if "Off", the alarm is deactivated. This input is useful when you have numerous alerts in an indicator or strategy and need to activate only a few of them. "Alert" is a string parameter.
Alert = input.string('On', 'Alert', , 'If you turn on the Alert, you can receive alerts and notifications after setting the "Alert".', group = 'Alert')
"AlertName" : This is a string parameter where you can enter the name you choose for your alert.
AlertName = input.string('Order Blocks Finder ', 'Alert Name', group = 'Alert')
"AlertType" : The inputs for this parameter are "Bullish" or "Bearish". If the condition selected in the "Condition" parameter is of a bullish bias, you should set this parameter to "Bullish", and if the condition is of a bearish bias, it should be set to "Bearish". "AlertType" is a string parameter.
"DetectionType" : This parameter's predefined inputs include "Order Block Signal", "Signal", "Setup", and "Analysis". You may provide other inputs, but some functionalities, like "Key Price", might be lost. "DetectionType" is a string parameter.
"SetupData" :
If "DetectionType" is set to "Setup", you must specify "SetupData" as either "Basic" or "Full". In "Basic" mode, only the "Entry" price needs to be defined in the function, and "TP" (Take Profit) and "SL" (Stop Loss) can be any number or NA. In "Full" mode, you need to define "Entry", "SL", and "TP". "Setup" is a string parameter.
"Frequency" : This string parameter defines the announcement frequency. Choices include: "All" (activates the alert every time the function is called), "Once Per Bar" (activates the alert only on the first call within the bar), and "Once Per Bar Close" (the alert is activated only by a call at the last script execution of the real-time bar upon closing). The default setting is "Once per Bar".
Frequency = input.string('Once Per Bar', 'Message Frequency', , 'The triggering frequency. Possible values are: All (all function calls trigger the alert), Once Per Bar (the first function call during the bar triggers the alert), Per Bar Close (the function call triggers the alert only when it occurs during the last script iteration of the real-time bar, when it closes). The default is alert.freq_once_per_bar.', group = 'Alert')
"UTC" : With this parameter, you can set the Time Zone for the date and time of the alert's dispatch. "UTC" is a string parameter and can be set as "UTC-4", "UTC+1", "UTC+9", or any other Time Zone.
UTC = input.string('UTC', 'Show Alert time by Time Zone', group = 'Alert')
"MoreInfo" : This parameter can take one of two inputs, "On" or "Off", which are strings. Additional information, including "Time" and "Key Price", is included. If set to "On", this information is received; if "Off", it is not displayed in the sent message.
MoreInfo = input.string('On', 'Display More Info', , group = 'Alert')
"Message" : This parameter captures the user's personal message through an input and displays it at the end of the sent message. It is a string input.
MessageBull = input.text_area('Long Position', 'Long Signal Message', group = 'Alert') MessageBear = input.text_area('Short Position', 'Short Signal Message', group = 'Alert')
"o" (Open Price): A floating-point number representing the opening price of the candle. This input is necessary when the "DetectionType" is set to "Signal". Otherwise, it can be any number or "na".
"h" (High Price): A float variable for the highest price of the candle. Required when "DetectionType" is "Signal"; in other cases, any number or "na" is acceptable.
"l" (Low Price): A float representing the lowest price of the candle. This field must be filled if "DetectionType" is "Signal". If not, it can be any number or "na".
"c" (Close Price): A floating-point variable indicating the closing price of the candle. Needed for "Signal" type detections; otherwise, it can take any value or "na".
"Entry" : A float variable indicating the entry price into a trading setup. This is relevant when "DetectionType" is in "Setup" mode. In other scenarios, it can be any number or "na". It denotes the price at which the trade setup is entered.
"TP" (Take Profit): A float that is necessary when "DetectionType" is "Setup" and "SetupData" is "Full". Otherwise, it can be any number or "na". It signifies the price target for taking profits in a trading setup.
"SL" (Stop Loss): A float required when "DetectionType" is "Setup" and "SetupData" is "Full". It can be any number or "na" in other cases. This value represents the price at which a stop loss is set to limit losses.
"Distal" : A float important for "Order Block Signal" detection. It can be any number or "na" if not in use. This variable indicates the price reaching the distal line of an order block.
"Proximal" : A float needed for "Order Block Signal" detection mode. It can take any value or "na" otherwise. It marks the price reaching the proximal line of an order block.
AWD TRADE MANAGER (ATM) by ManhDNAWD TRADE MANAGER (ATM) is a position management tool including with some advanced features and entry suggestions. It helps you to do most of position calculations and position management, reduce time spent for charting by alerts.
There are 3 main things to describe about the manager:
(1) The original function of the manager is to help traders to manage their trades with automatic calculations of all factors of their trades with some of input values. For example, it will calculate the trade volume when you enter the bet size, entry and stop loss price. It calculates take profit price when you enter entry, stop loss prices and the risk/reward ratio, …
(2) Another function is the system of alerts. After set up a trade, create an alert and the manager will do the rest. It will send you an alert when the limit order got filled, got stopped out, take profit level hit, or even it reached a key level or an opposite/spike move just occurred…
(3) Entry suggestions: Suggest entries with price action strategies. Details bellow.
Features in details:
(1) Automatic calculations:
- Auto calculate trade volume based on entry, stop loss prices and the money users willing to lose when the trade is failed. Auto detect some type of assets and volume will be calculated in USD (for cryptocurrencies) or in lot (for forex).
- Auto calculate take profit price based on entry, stop loss prices and expected rr ratio.
-Auto suggest take profit price based on pivot points.
- Auto suggest stop loss price based on pivot points.
- You can enter several exit points with percentages and the manager will calculate the averaged risk reward ratio you earned after the last exit price reached.
- Quick entry price pick to reduce typing requirement.
- Quick trade set up: 2 checkboxes and 1 number entering to set up a trade.
(2) Alert system
After setting up a trade and creating an alert of the manager, it will follow the market and your order. It will send you alerts for all the events that you should follow up your position. These alerts can be sent to your pc, your phone and your smart watch, so even you are a full-time day trader, you will save your time for charting or managing your positions. Here’s the list of alerts:
- Sending alert when suggesting an entry with details calculated from preset inputs so you can just pick that info to enter the position including trading volume, entry, stop loss, take profit prices, timeframe, estimated risk-reward ratio …
- Sending alert when a limit order got filled and auto switch to position-managing-mode.
- Sending alert when a limit order in still staying unfilled but should be canceled (because of price reaching a key level or is running too far, …)
- Sending alert when the position got stopped out or TP hit.
- Sending alert when the running position reached a key level and need to be watched out.
- Sending alert when a spike move or opposite move just occurred.
- Sending alert when a position is taking too long to run.
- You can also set 3 levels of price with messages then ATM will send you alerts when price reaches those levels.
- When price runs, ATM might suggest you to move stop loss to levels based on pivot points by sending you alerts.
- Alert when a BOS occurred.
- Options to turn on/off each kind of alert.
(3) Entry suggestions.
The script included price action entry suggestions.
The 1st strategy is getting in a position when a candle pattern occurred and confirmed by MA20.
The 2nd strategy is detecting double top/bottom and a candle pattern confirm break out after that.
The 3rd strategy is a pullback strategy, in a trending market, a candle pattern occurs and confirms the pullback ends, it will suggest an entry.
All those strategies I am using by myself for a long period of time but to make sure they are good for your trading style, do your own research and backtest before use. Keep in mind to manage risk and be responsible to your capital.
User side modifications:
- Those price action strategies have some major arguments that users can tune themselves to make it meet their style or their needs like choosing method to suggest entries, refine entry quality by changing the confirmation methods,…
- Most of appearance factors can be changed by users.
- one-click to toggle between full features and simple mode.
TradingView Chart demo pictures:
Author's bio:
I have been a full-time day trader for 7 years. I like coding with Pinescript and I also developed some helpful indicators that provide unique aspects to approach markets and the most favorite one from that is Relative Volume Index (RVI) that will be introduced in near future.
Disclaimer:
This tool has been tested and been using for my own trading career for a long period of time but practicing to use it yourself to understand it and use it correctly is needed. All of the features have been carefully tested before publishing but make sure to double-check all the info you get from it before getting into a trade to avoid losing money by a sudden mistake or even a bug. Keep in mind you will need to take all the responsibility with your capital or any potential loss while using this tool.
If you get anything wrong while using it, please leave some comments bellow, all of your ideas or suggestions will be taken seriously.
Thank you in advance!
(It is not possible to explain all the settings or features within the description, If you have questions, please leave comment, I will answer to help you to get familiar with the tool.)
Futures SignalThis is a Futures Signal Indictor works using support & resistance and market trend, it is designed for all type of markets (crypto, forex, stock etc.) and works on all commonly used timeframes (preferably on 5 Min, 15 Min Candles).
How it works Futures Signal Indictor :
Core logic behind this indicator is to finding the Support and Resistance , we find the Lower High (LH) and Higher Low (HL) to find the from where the price reversed (bounced back) and also we use a custom logic for figuring out the peak price in the last few candles. Based on the multiple previous Support and Resistance (HH, HL, LL LH) we calculate a price level, this price level is used a major a factor for entering the trade. Once we have the price level we check if the current price crosses that price level, if it crossed then we consider that as a long/short entry (based on whether it crosses resistance or support line that we calculated). Once we have pre long/short signals we further filter it based on the market trend to prevent too early/late signals. Along with this if we don't see a clear trend we do the filtering by checking how many support or resistance level the price has bounced off:
Stop Loss and Take Profit: We have also added printing SL and TP levels on the chart to make the it easier for everyone to find the SL/TP values. Script calculates the SL value by checking the previous support level for LONG trade and previous resistance level for SHORT trades. Take profit are calculated in 0.5 ratio as of now.
Long: To open a trade in the direction of market rise
Short: To open a trade in the direction of market decline
Entry Price: Signal entry price
TP: Points where you can place a target
Stop: The point at which the deal is closed.
Futures SignalThis is a Futures Signal Indictor works using support & resistance and market trend, it is designed for all type of markets (crypto, forex, stock etc.) and works on all commonly used timeframes (preferably on 5 Min, 15 Min Candles).
How it works Futures Signal Indictor :
Core logic behind this indicator is to finding the Support and Resistance , we find the Lower High (LH) and Higher Low (HL) to find the from where the price reversed (bounced back) and also we use a custom logic for figuring out the peak price in the last few candles. Based on the multiple previous Support and Resistance (HH, HL, LL LH) we calculate a price level, this price level is used a major a factor for entering the trade. Once we have the price level we check if the current price crosses that price level, if it crossed then we consider that as a long/short entry (based on whether it crosses resistance or support line that we calculated). Once we have pre long/short signals we further filter it based on the market trend to prevent too early/late signals. Along with this if we don't see a clear trend we do the filtering by checking how many support or resistance level the price has bounced off.
Stop Loss and Take Profit: We have also added printing SL and TP levels on the chart to make the it easier for everyone to find the SL/TP values. Script calculates the SL value by checking the previous support level for LONG trade and previous resistance level for SHORT trades. Take profit are calculated in 0.5 ratio as of now.
Pattern Recognition Pullback Strategy profit calculatorThis script has been designed for use in botting Crypto spot / futures.
The intended use is send signals to a 3commas bot setup for the exchange. The bot uses candle measuring percentile nearest rank filters and range
breakouts to decide if the market is trending. When the market is trending it will look for pullbacks below a moving average and buy in the trend direction on a pullback discount. This is the profit calculator part of the script
With this script you will not be able to send tradingview signals, that is because it is a payed premium service and for security reasons I am the only one with access to making signals from this script.
I provided a user manual:
drive.google.com
Pattern Recognition Pullback StrategyThis script has been designed for use in botting Crypto spot / futures.
The intended use is send signals to a 3commas bot setup for the exchange. The bot uses candle measuring percentile nearest rank filters and range
breakouts to decide if the market is trending. When the market is trending it will look for pullbacks below a moving average and buy in the trend direction on a pullback discount.
With this script you will not be able to send tradingview signals, that is because it is a payed service and for security reasons I am the only one with access to making signals from this script. I will be uploading a second script which is the profit calculator. This way you can toy around to find your preferred settings for the bot and see the results it could have made.
I provided a user manual:
drive.google.com
Candle Surf SignalThis script works very well for all assets across various timeframe charts. Good for use with scalping, long term swings, or in combination with multi-timeframe trading.
Surf the candles!
OH2B Trading Indicator Ver2.0OH2B TRADING INDICATOR
The OH2B Trading Indicator is an indicator built for beginners.
It gives you entry points for BUY and SELL based on Trend Channel and Ema-Crossover.
It also gives you EXIT POINTS for taking profits based on the Average Directional Index and Relative Strength Index.
TRADING WITH OH2B INDICATOR
The OH2B Trading Indicator gives you entry points for BUY or SELL .
When the ema1 crosses above ema2, the trend channel will be painted GREEN in color, and a BUY signal will appear. = BUY
When the ema1 crosses below ema2, the trend channel will be painted RED in color, and a SELL signal will appear. = SELL
When a BUY or SELL signal appears on the chart, don't rush into any trade.
Please allow a few hours for confirmation of signals .
After confirmation, it is suggested to enter 50% first and another 50% near the Trendlines .
After entering a trade, please remember to set a stop-loss alert of an opposite signal.
To TAKE PROFIT , please follow the Triangles indicated on the chart
RED Triangles are the Take-Profit targets for the BUY (long) signal
GREEN Triangles are the Take-Profit targets for the SELL (short) signal
*After taking profit, please set a Stoploss to at least break-even level to protect your profits.
Often the price goes to the Trendlines after the signal, so keep some funds to increase the position or even open all position near the Trendlines , or use it for re-enter with SL after you closed position on TPs.
Setting alerts for Trade
Remember to set an alert so that you won't miss any opportunity.
TradingView will notify you immediately when a new signal pops up on the chart.
Tips for the beginners:
Recommended using the indicator at 1H - 2H Timeframe .
Recommended using the indicator for Spot Trading at both Crypto and Stock Market.
Do not use leverage above 5x.
No more than 5% of the deposit in one trade.
Do not rush into any trade when a new signal pops up, please allow a few hours for confirmation of signals.
GOAT Signals - Real Time Baby! Custom Alert ScriptWELCOME to GOAT Signals - Real Time Baby! Custom No Repaint Buy Sell Moving Average (MA) Alert Script!
This script can be set to send GOAT Signals Custom Indicator Alerts.
The Step input gives price action some breathing space if desired. Steps can be added or subtracted.
The strategy tester does not calculate in trading fees, therefore in most cases will work better on longer time frames.
Personally, I use the Daily and Weekly charts except during high volatility , and use a one or two bar trail depending on price action.
Past performance does NOT guarantee future gains but keep in mind Bitcoin , Litecoin and a few others are on deflationary cycles.
Access included with GOAT Signals Custom No Repaint Buy Sell Arrow Strategy Tester.
For full invite only access please contact DogeyBlaze.
Not Certified Financial Advice.
Autonomouscript
Hello friends, in this script, hand drawing and loyalty to terminals are minimized.
***FEATURES
1 - Rational Auto Support and Resistance Levels
NOTE : For 1W TF , you can take 0.000 - 1.000 for 1 area , i didn't find to necessary to autoplot this condition because of between levels are so large and for long term.
Multi time-frame
In small time frames, unreasonable support eliminates resistance levels.
Suitable for every pair.
If the prices change by region, automatic drawing is made in the new region and given to the screen.
Automatic Plotting Feature
Rational Levels
2 - Auto Risk/Reward Ratio Calculator
Calculations are made according to support and resistance in less than 4 hours TF.
The opposite is true for Short.
2 methods in 4 hours and larger time frames and two zones specified:
1. Price < 0.618 Level :
Long Position Calculation : From Current Support to 0.618 Level
Short Position Calculation: From Current Resistance to 0.000 Level
2. Price > 0.618 Level
Long Position Calculation :Support and 1.000 Level .
Short Position Calculation : Resistance and 0.000 Level
Risk/Reward Ratio Calculation Examples (TF = Timeframe) :
1 - TF < 4H and Long - Short Risk/Reward Ratio Calculation :
For Long Position :
For Short Position :
2 - TF > 4H and Long-Short Risk/Reward Ratio Calculation :
For Long Position :
For Short Position :
NOTE :
Some algorithms have been added to make this formulation accurate and safe.
Therefore, Stop-Loss can be flexed slightly under the support or on the resistance in short position.
The target does not change.
Staying on the safe side calculates the risk / reward ratio for the worst possible odds.
*** Since stop-loss levels are chosen close to support and resistance and determine financial leverage, there is absolutely no need for stop-loss, the investor can determine himself according to the risk / reward ratio.
Generally, the support is slightly lower for long and the resistance slightly reasonable for short.
3 - Moving Averages and Cloud
a-) Slow Moving Average (Fuchsia)
Uses Autonomous LSTM moving average for external timeframes of 1W, Relativity moving average for timeframes 1W and above.
NOTE : They are built on price instead of Stochastic Money Flow Index.
And because they are price based
The High-Low Selection Algorithm has been removed.
For more information :
Autonomous LSTM =>
Relativity =>
b-) Signal Moving Average (Blue)
I just added this average after long tests.
It was created based on the relative states of the Relativity and Autonomous LSTM and candle states.
It is very fast and adaptive but, you should definitely use the risk / reward ratio if you are going to trade just by looking at it.
c_) Cloud :
It is the region between fast and slow moving average.
Cloud Color : Red for : crossunder(price , signal ma) and Green for : crossover(price,signal ma)
d-) Plotarrows :
Plotted after crossover and crossunder closings to inform the intersection of the two adaptive moving averages.
e*) Triangle Shapes :
They only reports when the moving average of the signal is long and short. And cloud color is same but without risk/reward radio rule.Rules :
Blue : Long Condition with Long Risk/Reward Ratio < 2.5
Orange : Short Condition with Short Risk/Reward Ratio < 2.5
Green : Long Condition with Long Risk/Reward Ratio >= 2.5
Red : Short Condition with Short Risk/Reward Ratio >= 2.5
4 - INFOPANEL - Trader Panel
- Calculation results of Risk / Reward Ratios for each bar for Long and Short Position
- Current Support and Resistance Levels
- Percentage change of the price moving average (period = signal period) only in the signal period
* Percentage change of the volume moving average (period = signal period) only in the signal period
* Supply and Demand Bias :
They are given separately for both long and short (Bull - Bear).
It is the reflection of the quantum formulas that form the core of relativity.
Nevertheless, the signal moving averages data price and volume are also above in InfoPanel.
Important Note : Two starred rules are given to investors and traders to choose between the following facts :
Increasing Volume __ Increasing Price = > Healthy Bear Session
Increasing Price __ Increasing Volume = > Healthy Bull Session
Decreasing Volume __ Increasing Price = > Bulls are weakening
Decreasing Volume __ Decreasing Price = > Bears are weakening
*** SUMMARY AND USAGE :
NOTES
It's definitely not just for signals,
all data in the system
evaluating according to the current economic agenda,
carry out your trade like that.
You can zoom in using the zoom in zoom out feature (+) of Tradingview, especially in small timeframes.
And according to the signal average of the price, cloud coloring was made in green and red.
Because in some cases, infopanel can intervene and block small triangles.
Alerts :
There is no need for any precise alert.
In case of need, users can set alarms at support and resistance levels.
NOTE :
In the design and basic cases of support and resistance levels,inspired by borserman's this script:
Special thanks to him.
Last Note and Reminder
This script may will be updated in terms of design and simplification if deemed necessary.
Best regards.
Bullyena SignalsWhat is Bullyena Signals?
-It is an indicator that aids the trader in making entry/exit decisions.
-Note that this is optimized for swing traders but you can also use this for scalping.
-The algorithm contains multiple modern indicators and some of them are proprietary.
Bullyena Signals usage:
-Gives entry/exit signals
-Shows the trend of the price using a bar color overlay.
-Shows trailing stops
-Shows buy/long and take profit signals
-Ichimoku cloud for trend confirmation
Installation
- For candlestacks, make sure to Right click > Settings > Symbol > disable wicks and borders.
Access and Documentation
- Message or PM me to know how to get access
Experimental Entry Interface (Buy Arrows with TP & SL)This script provides high probability entry points and includes Take Profit and Stop Loss targets.
It attempts to predict when the market conditions are set to move up, and prints long positions.
In addition to Long Entry Arrows, it will print Take Profit / Stop Loss targets.
This indicator is highly adjustable. Hence the name 'Experimental' in the title. Experiment with it to find the results you want.
Designed for use on the 1H timeframe in Forex, but could possibly be useful elsewhere. Do your own testing.
This indicator can repaint. It is best used with alerts set for once per bar close, so that your alerts do not repaint and your trades are solid.
Not ever signal is a winner. Backtest thoroughly. Adjust accordingly.
Arrows
Four sets of colored arrows are included.
💵 💶 Green and Blue Entry Arrows are formed when the market is in an uptrend, and has a momentary pullback.
💴 💷 Yellow and Purple Entry Arrows are formed when the market is just starting to recover from being severely oversold.
Backtest Mode
Turn on Backtest Mode to easily see if an entry ended up as a winner or loser. A Take Profit and Stop Loss line will be drawn to show results.
Take Profit & Stop Loss Targets
You have two options for this.
Price will show you where your TP/SL exits should be placed. These values will show up under the arrow, based on your Risk/Reward ratio.
Pips are much more simple, and will only show you the market entry point and how many pips up/down to place your SL/TP. Warning: This is fixed at a 1:1 RRR .
Risk/Reward Adjustment
Each entry arrow color allows custom risk/reward ratio adjustment.
Dollar Amounts Displayed
Change your account value and leverage to see how much you would have won on each trade.
How to trade with it?
(Forex, 1H) Open the settings, and turn on all the arrow entries. Turn on Backtest mode to see how past trades would have played out. Turn on TakeProfit/StopLoss Targets to see where to set your targets, for each arrow. Set an alert to notify you once per candle close when there is an Entry. Trade happy!
Bill Williams Alligators are also included, if you want. Not necessary though. Some of the calculations depend on them for trend direction analysis.
Main Trend AlertThis is an indicator that shows the main trend of chart based on 1 hour timeframe.
In lower timeframe it has repaint and you should use signals after the 1 hour candle close.
Hope enjoy it...
Ultimate Pullback StrategyWhat is the Ultimate Pullback Strategy?
This strategy script is based on my Ultimate Pullback Indicator which detects pullback trading opportunities by analyzing price action in a very specific manner.
By combining simple trend filters with various advanced candlestick patterns it detects high-probability trend-continuation setups (and optional exits).
If you use this script to set alerts then you will never miss a pullback trading opportunity ever again!
I personally use this indicator to profitably trade pullback signals in the forex markets on multiple timeframes, from the 15-Minute chart to the 4-Hour and Daily chart.
Note: This strategy companion script is only available for subscribers of The Ultimate Pullback Indicator.
MA-MTF-ALERT// Alerts based on SMA strategy
// Time frame 5M, 10M, 15M
// Created and based on Binance chart
// Working with comission
// No repaints
MA-MTF-STRAT// Strategy based on SMA
// Time frame 5M, 10M, 15M
// Created and based on Binance chart
// Working with comission
// No repaints
EMA SMA SRP ALERTS 30MThe Alerts is based on indicators:
Exponential Moving Average ( EMA )
Simple Moving Average ( SMA )
Support and Resistance Levels
Allows to find entry/exit points
Adapted for:
Chart: 30 minutes
EMA SMA SRP STRATEGY 30MThe strategy is based on indicators:
Exponential Moving Average (EMA)
Simple Moving Average (SMA)
Support and Resistance Levels
Allows to find entry/exit points