RSI Strategy with alerts via TradingConnector to ForexSoftware part of algotrading is simpler than you think. TradingView is a great place to do this actually. To present it, I'm publishing each of the default strategies you can find in Pinescript editor's "built-in" list with slight modification - I'm only adding 2 lines of code, which will trigger alerts, ready to be forwarded to your broker via TradingConnector and instantly executed there. Alerts added in this script: 12 and 17.
How it works:
1. TradingView alert fires.
2. TradingConnector catches it and forwards to MetaTrader4/5 you got from your broker.
3. Trade gets executed inside MetaTrader within 1 second of fired alert.
When configuring alert, make sure to select "alert() function calls only" in CreateAlert popup. One alert per ticker is required.
Adding stop-loss, take-profit, trailing-stop, break-even or executing pending orders is also possible. These topics have been covered in other example posts.
This routing works for Forex, indices, stocks, crypto - anything your broker offers via their MetaTrader4 or 5.
Disclaimer: This concept is presented for educational purposes only. Profitable results of trading this strategy are not guaranteed even if the backtest suggests so. By no means this post can be considered a trading advice. You trade at your own risk.
If you are thinking to execute this particular strategy, make sure to find the instrument, settings and timeframe which you like most. You can do this by your own research only.
Algo
Smart Oscillator PremiumThe Smart Oscillator Premium indicator is a clever oscillator that helps you estimate the direction of trends. It is adaptive to a variety of markets and timeframes and provides rich and colorful visuals using a vibrant color scheme. Aiming to keep things simple, the oscillator only needs one parameter, the length of your base moving average, which defaults to 32.
Overview
As seen in the image above we provide key metrics to assist in choosing smart entry and exit points.
Key Features:
Get a better idea of the trend direction.
Spot divergences in price movements from your chosen moving average.
Using our Smart Candle technology better estimate tops and bottoms.
Using our Whale Sonar technology spot opportunities to enter and exit.
Smart Bollinger Bands using custom Fibonacci levels.
While we believe our default theme is attractive, we expose all style settings to the user to meet their preferences.
Alerts for divergences, with more coming soon.
Road Map:
While we believe this indicator should currently be used in a discretionary manner, we are currently working towards providing you with automated entry/exit signals. We also believe user feedback is a big part of the development process. You can leave us any suggestions or features you may want implemented via our Discord server.
Disclaimer:
By using this script you acknowledge past performance is not necessarily indicative of future results and there are many more factors that go into being a profitable trader.
Access:
See the authors instructions below to get access to our Premium Indicator suite.
DMI + HMA - No Risk ManagementDMI (Directional Movement Index) and HMA (Hull Moving Average)
The DMI and HMA make a great combination, The DMI will gauge the market direction, while the HMA will add confirmation to the trend strength.
What is the DMI?
The DMI is an indicator that was developed by J. Welles Wilder in 1978. The Indicator was designed to identify in which direction the price is moving. This is done by comparing previous highs and lows and drawing 2 lines.
1. A Positive movement line
2. A Negative movement line
A third line can be added, which would be known as the ADX line or Average Directional Index. This can also be used to gauge the strength in which direction the market is moving.
When the Positive movement line (DI+) is above the Negative movement line (DI-) there is more upward pressure. Ofcourse visa versa, when the DI- is above the DI+ that would indicate more downwards pressure.
Want to know more about HMA? Check out one of our other published scripts
What is this strategy doing?
We are first waiting for the DMI to cross in our favoured direction, after that, we wait for the HMA to signal the entry. Without both conditions being true, no trade will be made.
Long Entries
1. DI+ crosses above DI-
2. HMA line 1 is above HMA line 2
Short Entries
1. DI- Crosses above DI+
2. HMA line 1 is below HMA lilne 2
Its as simple as that.
Conclusion
While this strategy does have its downsides, that can be reduced by adding some risk manegment into the script. In general the trade profitability is above average, And the max drawdown is at a minimum.
The settings have been optimised to suite BTCUSDT PERP markets. Though with small adjustments it can be used on many assets!
3Commas BotBjorgum 3Commas Bot
A strategy in a box to get you started today
With 3rd party API providers growing in popularity, many are turning to automating their strategies on their favorite assets. With so many options and layers of customization possible, TradingView offers a place no better for young or even experienced coders to build a platform from to meet these needs. 3Commas has offered easy access with straight forward TradingView compatibility. Before long many have their brokers hooked up and are ready to send their alerts (or perhaps they have been trying with mixed success for some time now) only they realize there might just be a little bit more to building a strategy that they are comfortable letting out of their sight to trade their money while they eat, sleep, etc. Many may have ideas for entry criteria they are excited to try, but further questions arise... "What about risk mitigation?" "How can I set stop or limit orders?" "Is there not some basic shell of a strategy that has laid some of this out for me to get me going?"
Well now there is just that. This strategy is meant for those that have begun to delve into the world of algorithmic trading providing a template that offers risk defined positions complete with stops, limit orders, and even trailing stops should one so choose to employ any of these criteria. It provides a framework that is easily manipulated (with some basic working knowledge of pine coding) to encompass ones own ideas and entry criteria, while also providing an already functioning strategy.
The default settings have a basic 1:1 risk to reward ratio, which sets a limit and a stop equal distance from the entry. The entry is a simple MA cross (up for long, down for short). There a variety of MA's to choose from and the user can define the lengths of the averages. The ratio can be adjusted from the menu along with a volatility based adder (ATR) that helps to distance a stop from support or resistance. These values are calculated off the swing low/high of the user defined lookback period. Risk is calculated from position entry to stop, and projected upwards to the limit as a function of the desired risk to reward ratio. Of note: the default settings include 0.05% commissions. Competitive commissions of the leading cryptocurrency exchanges are .1% round trip (one buy and one sell) for market orders. There is also some slippage to allow time for alerts to be sent and orders to fill giving the back test results a more accurate representation of real time conditions. Its recommended to research the going rates for your exchange and set them to default for the strategy you use or build.
To get started a user would:
1) Make a copy of the code and paste in their bot keys in the area provided under the "3Comma Keys" section
- eg. Long bot "start deal" copied from 3commas in to define "Long" etc. (code is commented)
2) Place alert on desired asset with desired settings ensuring to select "Order fills and alert() function calls"
3) Paste webhook into the webhook box and select webhook URL alerts (3rd party provided webhook)
3) Delete contents of alert message box and replace with {{strategy.order.alert_message}} and nothing else
- the codes will be sent to the webhook appropriately as the strategy enters and exits positions. Only 1 alert is needed
settings used for the display image:
1hr chart on BTCUSD
-ATR stop
-Risk adjustment 1.2
-ATR multiplier 1.3
-RnR 0.6
-MAs HEMA/SMA
-MA Length 50/100
-Order size percent of equity
-Trail trigger 60% of target
Experiment with your own settings on your crypto of choice or implement your own code!
Implementing your trailing stop (optional)
Among the options for possible settings is a trailing stop. This stop will ratchet higher once triggered as a function of the Average True Range (ATR). There is a variable level to choose where the user would like to begin trailing the stop during the trade. The level can be assigned with a decimal between 0 and 1 (eg. 0.5 = 50% of the distance between entry and the target which must be exceeded before the trail triggers to begin). This can allow for some dips to occur during the trade possibly keeping you in the trade for longer, while potentially reducing risk of drawdown over time. The default for this setting is 0 meaning unless adjusted, the trail will trigger on entry if the trailing stop exit method is selected. An example can be seen below:
Again, optional as well is the choice to implement a limit order. If one were to select a trailing stop they could choose not to set a limit, which could allow a trail to run further until hit. Drawdowns of this strategy would be foregoing locking gains at highs on target on other trades. This is a trade-off the user can decide on and test. An example of this working in favor can be observed below:
Conclusion
Although a simple strategy is implemented here, the benefits of this script allow a user a starting platform to build their strategies from with built in risk mitigation. This allows the user to sidestep some of the potential difficulties' that can arise while learning Pine and taking on the endeavor of automating their trading strategies. It is meant as an aid, a structure, and an educational piece that can be seen as a "pick-up-and-go" strategy with easy 3Commas compatibility. Additionally, this can help users become more comfortable with strategy alert messages and sending strings in the form of alerts from Pine. As well, FAQs are often littered with questions regarding "strategy.exit" calls, how to implement stops. how to properly set a trailing stop based on ATR, and more. The time this can save an individual to get started is likely of the best "take-aways" here.
Happy trading
Angel Algo PremiumAngel Algo provides a set of tools, combined into one solution. Each tool complements each other and is made to uniquely support your trading decisions for your daily trading tasks. You can immerse yourself into our customizable tools to create your own strategies using them.
With Angel Algo you can:
* Find trend direction using three different algorithms designed for trend following, swing and intraday traders.
* Determine market sentiment, overall trends and volume with our full custom dashboard.
* Get real-time support and resistance levels plotted automatically
* Get trend confirmation using one of the two custom candle coloring algorithms
Trading signals
We have 3 different algorithms for entry signals you can choose from
Regular Buy And Sell Signals
Our regular Buy And Sell Signals are finding optimal times to enter for any security. This algorithm uses our original trend filter based on market volatility that adapts to different assets and market conditions.
We give traders the ability to adjust the sensitivity and aggression of these signals to market price changes, as well as the option to make them less sensitive to ranging markets so you can adjust to any market.
We added Auto Best Settings toggle to automatically optimize the settings for you if you'd like.
By adjusting the sensitivity and aggression parameters you can adopt the signal algorithm to different trading styles. For trend following which tries to capitalize on longer trends you should make the signals to be less frequent by adjusting this parameters. The settings that lead to more frequent signals suit to swing trading style.
Strong Signals Algorithm
The Strong Signals use an algorithm based on trend filtering coupled with confirmation signal based on higher time frame trend direction. It finds "Strong" buy or sells that are a tad different from the regular buy & sell signals you will see, a lot of the time they land on top of each other which can be used as an extra confirmation tool. Traders can also use this as a stand alone on higher timeframes.
Angel Intraday algorithm
We constantly try to push Pine script to its limits developing new features. Angel Intraday is our machine learning algorithm in beta that scans for intraday contrarian signals.
To find entry points it forecasts price range for a trading session using linear regression analysis and Kalman filtering.
If an asset is trading 24 hours a day it works with 12 hour sessions, for stocks it forecasts a price range for 7 hour trading sessions which represent the full trading day.
You can use this algorithm to get intraday trading signals for any asset. One of the advantages of this algorithm is that it gives identical signals for all intraday timeframes. The optimal time frames to view the signals and to enter positions are any.
What is the information in our Dashboard?
We offer real-time dashboard showing useful information to analyze market conditions:
- Angel Algo Trend Detection
- Directional Movement
- Angel Cloud for moving average detection
- Relative Volume
- Overall Market Sentiment
All of this information is aimed to help traders understand when the market regime is changing. The first three features help you to judge about trend strength. Relative volume shows current activity of market participants. Overall market sentiment reflects the actual bias for market direction.
Trend weakness, low market activity and neutral sentiment are the signs that can help you in early detecting of ranging market and avoid false trend signals or switch to contrarian mode.
The tools provided by Angel Algo are designed to help you perform rational actions based on the market data in a systematic way and to reduce emotional factor in your trading.
Using this script, please, keep in mind that that past performance does not necessarily represent future results and that there are trading.
Ichimoku Cloud Strategy Long Only [Bitduke]Slightly modificated and optimized for Pine Script 4.0, Ichimoku Cloud Strategy which, suddenly, good suitable for the several crypto assets.
Details:
Enter position when conversion line crosses base line up, and close it when the opposite happens.
Additional condition for open / close the trade is lagging span, it should be higher than cloud to open position and below - to close it.
Backtesting:
Backtested on SOLUSDT ( FTX, Binance )
+150% for 2021 year, 8% dd
+191% for all time, 32% dd
Disadvantages:
- Small number of trades
- Need to vary parameters for different coins (not very robust)
Should be tested carefully for other coins / stock market. Different parameters could be needed or even algo modifications.
Strategy doesn't repaint.
Boss Oscillator [Crypto Trading FR]The Boss Oscillator is a momentum indicator using support and resistance levels and refers to the position of the closing price in relationship to the price range over a period of time. It is calculated as the difference between the close and the low, divided by the price range (the difference between the high and low over a certain period of time). Thus, the indicator takes a value between 0,1 and -0,1 and is expressed in percentage points.
A Boss Oscillator value over 0,92% (yellow) indicates that the security is OVERBOUGHT and a crossover below that threshold represents a potential sell signal while a value below -0,92% (red) indicates that the security is OVERSOLD and a crossover above that threshold indicates a potential buy signal.
Optimal conditions for considering a short Entry
During an uptrend, sell when you get a short signal: the "Boss Oscillator" (yellow overbought line) drops below 0,92% (higher band) and is turning green.
Optimal conditions for considering a long Entry
During a downtrend, buy when you get a long signal: the "Boss Oscillator" (red oversold line) rises above -0,92% (lower band) and is turning orange.
Triggers for scaling/adding into your position = Keeping in mind that this oscillator on its own is not meant to be the sole reason for taking a trade, here are some triggers you will see for getting into position (preferably with the optimal conditions being met) The Oscillator flips from yellow color into a red slide and vise versa. The Oscillator crosses the midline up or down. The Oscillaor begins going up/down and is crossing the midline levels at 0. The Oscillator shift from one color to the next in the favored direction of the trade you wish to make.
Signs for taking profit and protecting your trade = the Boss Oscillator changes colors at the top or bottom.
Jaws Mean Reversion [Strategy]This very simple strategy is an implementation of PJ Sutherlands' Jaws Mean reversion algorithm. It simply buys when a small moving average period (e.g. 2) is below
a longer moving average period (e.g. 5) by a certain percentage and closes when the small period average crosses over the longer moving average.
If you are going to use this, you may wish to apply this to a range of investment assets using a screener for setups, as the amount signals are low. Alternatively, you may wish to tweak the settings to provide more signals.
Context can be found here:
LINK
Angel Algo PSARHello, wanted to drop this self learning PSAR Algorithm for you guys
This input is equivalent to "Max Value" in the built-in SAR . It's fairly self-explanatory.
This is the acceleration factor's limit.
I kept it at 0.2 like the standard. You won't typically notice much of a difference when changing this value, unless you decrease it.
The inputs control your date and time settings for the "learning" phase.
The start and end times are also displayed within the info panel.
You can also select your timezone for this. By default, it uses the exchange's timezone. But you can set a custom time zone for this as well.
When time is within this range, the optimizer is actively running and identifying the best settings for start and increment. Once time is outside of this range, the values are finalized.
The last input group is for the info panel.
From here, you can toggle it, as well as select size and colors.
Naturally, this script is quite different from your "run of the mill" PSAR since it uses a form of algorithmic learning to automatically identify the best settings. Or in other words, the inputs are optimized to deliver the best returns over the testing range.
Leave a like or comment!
Had to update the this public script
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.
Bot go_up strategyHello. This strategy is based on go_up alerts.
Our task is to find the local minimum. The trade is entered on the basis of RSI and SMA according to a specific formula, which is embedded in the code. When the RSI crosses the SMA upside down, a long position is entered. You can change the length of the RSI . The longer the length, the less frequent, but more accurate the entrance, and vice versa. You can use a different time frame.
The settings have:
1) RSI length, the lower the length, the more often the entry.
2) Testing results for any period of time
3) Take profit for any percentage
4) Stop order for any percentage
5) If there is a check mark ✅, then purchases will always be made, and if not, then purchases will be made, BUT, if the next payback is lower than the previous one, it does not matter by what percentage.
6) If there is a check mark ✅, then each trace of the purchase will be made provided that it is lower by the percentage specified, even if the conditions of the purchase are triggered.
7) The filled area is made for visual display of consolidation zones
Default settings:
RSI length 15, step 1.5, take profit 15, stop order 30.
Also in the settings there is a pyramid of the order, keep this in mind. Enter a deal for a small part of the deposit, and not for all the money at once! You can remove pyramiding and see the results with one entry.
For a more visual understanding, overlay the go_up script.
You can choose a strategy for yourself based on history! If you need examples of strategies, then write to me, my contacts are in the column: instructions from the author.
Successful trades, dear friends, I am glad that you trust me!
Orion AlgoOrion Algo is a next-gen trading algorithm designed to help traders find the highs and lows of the market before, during, and after they happen. We wanted to give an indicator to people that was simple to use. In fact we created the algorithm in such a way that it currently only needs a single input from the user. Since no indicator can predict the market perfectly, Orion should be used as just another tool (although quite a sharp one) for you to trade with. Fundamental knowledge of price action and TA should be used with Orion Algo.
Being an oscillator, Orion currently has a bias towards market volatility. So you will want to be trading markets over 30% volatility. We have plans to develop future versions that take this into account and adjust automatically for dead conditions. Also, while there are some similarities across all oscillators, what sets ours apart is the prediction curve. The prediction curve looks at the current signal values and gives it a relative score to approximate tops and bottoms 1-2 bars ahead of the signal curve. We also designed a velocity curve that attempts to predict the signal curve 2+ bars ahead. You can find the relative change in velocity in the Info panel. The bottom momentum wave is based on the signal curve and helps find overall market direction of higher time-frames while in a lower one.
Future Roadmap:
Create secondary on-bar indicator to pair with Orion Algo
Automatically adjust internal variables based on market volatility
Indicator style selection
Simple Strategy:
1. Start at a high time-frame to get an overview of the market you are wanting to enter. Daily is usually a good starting time.
2. If you can, add Orion to a second chart with a lower time-frame such as 4H.
3. Check the lower time frame to find potential medium term entry points based on where the trend was heading from the higher time-frame.
4. Step even lower to the 1H to find your optimal entry based on the higher times and technical analysis of the charts (support/resistance, patterns, etc)
5. The momentum wave can be used to find overall trend of the market. When it starts curving up, the market is bullish. When it curves down, the market could be bearish.
Intermediate Strategy:
1. Use simple strategy first.
2. Use the Prediction and ∆v curves to see future reversals in the works.
3. You can use these curves as potential entries as well as exit points.
4. Take into account potential divergence of the signal lines and price action.
Settings and How to Use them:
User Agreement – Orion Algo is a tool for you to use while trading. We aren’t responsible for losses OR the gains you make with it. By clicking the checkbox on the left you are agreeing to the terms.
Super Smooth – Smooths the main signal line based on the value inside the box. Lower values shift the pivot points to the left but also make things more noisy. Higher values move things to the right making it lag a bit more while creating a smoother signal. 8 is a good value to start with.
Theme – Changes the color scheme of Orion.
Info – Turns on a dashboard with useful stats, such as Delta v, Volatility, Rsi, etc. Changing the value box will move the dashboard left and right.
Pivots – Toggles main bull/bear dots.
Prediction – A secondary prediction model that attempts to predict a reversal before it happens (0-2bars). This can be noisy some times so make your best judgement. Curve will toggle a curve view of the prediction. Pivots will toggle bull/bear dots.
∆v – Delta v (change in velocity). This shows momentum of the signal. Crossing 0 signals a reversal. If you see the delta v changing direction, it may signify a reversal in the several bars depending on the overall momentum of the market.
Divergence – Toggles divergence lines. Hidden will show hidden divergences. Cross will show divergences that cross the 0 line.
Momentum Wave – Uses the signal as a macro trend indicator. Changes in direction of the wave can signify macro changes in the market. Average will toggle an averaging algorithm of the momentum waves and makes it easy to understand.
OBOS – Overbought/Oversold lines. Dyn will convert them to dynamic OBOS lines. The value box will adjust the smoothing.
BLVK Pivot PremiumDisplays lines connecting past pivot high/low points with each line having the slope of a linear regression . This slope can also be controlled by the user with the 'Slope' setting. Each line can be used as a support or resistance by the user.
Settings
Length : Pivot length. Use higher values for having lines connected to more significant pivots points.
Lookback : Number of lines connecting a pivot high/low to display, with a total of lines equal to Lookback*2
Slope : Allows the user to multiply the linear regression slope by a number within -1 and 1
Limitations
The script has currently several real time behavior limitations. Lines are displayed retrospectively and will not update with the arrival of new bars. Readjusting the indicator to newer pivots will require the user to either hide/unhide the indicator or change its settings.
High Length or Lookback values might not return any lines if the location of a pivot point is outside the defined buffer size of the indicator (set as 5000 bars).
How To Use
The indicator can be used to get supports and resistances and is more so closer to a drawing tool due to its limitations. The lines not updating with the arrival of new bars have the advantage of providing fixed supports/resistances.
The Slope setting allows the user to control the angle and direction of the lines. Using a Slope of 1 will return lines with the same slope as the one of a linear regression fit from the farthest pivot point displayed by the indicator to the most recent bar.
Conclusion
We hope you like this indicator (drawing tool) and find it useful for drawing your support & resistances in a unique way!
Extreme Money [Crypto Trading FR]Extreme Money aims to smooth out market fluctuations and predict trend changes.
The algorithm shows the turning points in the market and uses multiple filters to present the best potential turning points. Although this is its core functionality, Extreme Money also incorporates a series of popular other indicators (see below) allowing full identification of trends on the chart.
The tool aims to calculate market strength and then show potential turning points in the market signalled with small circles. Once the trend confirmation has changed, the algorithm signals a circle, giving the trader the potentially desired entry with an audible or pop-up alert if needed. The more circles there are when setting up the entry, the greater the chances of a trend reversal.
This algorithm can be used on all time intervals, as well 5, 15 or 30 minutes but it is particularly recommended on the 1H, 2h and 4H intervals for maximum efficiency. The indicator works as well for swing-trading as for intra-day trading: whatever the time interval selected, it filters potential entries with great precision.
The algorithm can also be used with any cryptocurrency or currency pairs from traditional markets, the parameters of the algorithm can be customized and adapted without difficulty.
Extreme Money also includes 8 indicators assembled in a single script, which can be activated or deactivated manually:
1) Algo (main indicator)
2) EMA
3) Hull
4) Trend
5) Pivots
6) Trend line
7) VWAP Line
8) RSI Swing
Benefits :
- Notifies the trader of potential entries
- Color coded entries for buying and selling
- Creates cluster signals at potential turn points
- Aims to avoid market noise
- Used on all types of timefames
- Analyze the current market trend
- Assists in Predicting Market Turn Points
- Cryptocurrency, FX, stock indices and gold trades
- Maximize profits
- Analyzed market strength and weakness
hamster-bot PDD Pump and Dump DetectorPump and Dump detector by hamster-bot
strategy author: foresterufa
Pump and Dump detector (PDD)
This is a trend strategy, with a unique mechanism of multi-stage re-entry into a position (Take Profit-Entry) when a significant trend develops, based on our HiDeep indicator.
Positions are opened by the HiDeep indicator signal with trend direction filtering and volatility filtering. Positions are closed by a HiDeep indicator signal or a change in the trend direction.
The position can be accompanied by a unique Stoploss trailing MA.
hamster-bot RSI AlgoThis is a simple RSI based signal indicator. It is designed for algorithmic bot trading.
For best results, leave a time-frame of at least 1 hour.
When the RSI reaches 70, it gives a buy signal, and when the RSI reaches 30, it gives a sell signal. The position is then maintained until the opposite signal is given. If backtesting shows poor results, but looks like the opposite would be good, there is a simple switch in the settings to turn it over.
original indicator on the basis of which the strategy is made:
hamster-bot HD preset_2presets for users
// DESCRIPTION OF STRATEGY ver. 2
HiDeep Strategy
Author foresterufa
This is a counter-trend strategy that is gradually gaining a position against the trend at the best price.
A prerequisite for completing a position is the price exit from the internal channel on the chart and the appearance of the HiDeep indicator.
The condition for closing the position is touching the opposite side of the internal channel.
A condition for facilitating closure along the middle line of the channel, with high price volatility , is that the price touches the border of the external channel.
Input signals are generated by HiDeep indicators. Closing a position by moving averages.
MACD 50x Leveraged Strategy Real Equity Simulation Hello, I wrote this script to merge the two scripts I shared before.
The aim here is to see the real value of the state of the capital as a result of leveraged transactions and to combine both long and short directions.
Scripts :
MACD Long 50x Leverage Strategy :
MACD Short 50x Leverage Strategy :
The parameters have not changed so they are the same as the previous two scripts:
Adding margin: Forbidden or not specified. (Add Margin : No)
Position Size : %1 (0.01) (For each trade)
Stop-Loss : %2 (For each trade)
Long : Crossover(delta,0) (Standard MACD)
Long Exit : Long Stop Level or Short Entry
(In the case of Long Stop, all trades are closed and no positions are opened in short direction.)
Short : Crossunder(delta,0) (Standard MACD)
Short Exit : Short Stop or Long Entry
(In the case of Short Stop, all trades are closed and no positions are opened in the long direction.)
NOTE :
This is a simulation made using standard parameters, showing the state of the balance in very simple rules with leveraged transactions only.
The nice thing here is the direct observation of the results by making modifications on the strategy parameters.
Regards.
GreenCrypto Swing Trade Indicator - GC02Overview: This is a swing trading 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 1H, 4H Candles).
How it works:
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 input "Strength" ). 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, this trend is calculated based on the value from the input field "Factor". 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 1:1 ratio as of now.
Available Inputs:
Strength : Define the strength of the support resistance that we calculate. The lower value means less number of candles used for calculating the support & resistance and vice versa
Factor : Specify what level of trend to use. Using higher value will result script looking using the larger trend (zoomed out trend) and using lesser value will result in using the short trends
Note: For most of the charts you don’t need to change the default values. However, feel free to try it out.
How to use:
Add the script to the chart and once the indicator is load it will display the "long" and "short" entry points along with the stopLoss and takeProfit points.
How to get access:
Send a DM to us for getting access to the script.
Pro Algo Reversal 2 Signal No Repaint/No Lagging by @ProKingTVThis is a Reversal trading signal system (part 2) for any range markets. It’s better used with timeframe from 15 min to 60 min for day trading or swing trading. It generates reversal signals for the important turning point bars and candles with no repaint and no lagging.
Part 2 internal R/S setting is different from part 1. Use this script with part 1.
How does it work?
* Defines support/resistance (S/R) levels based on floor trader’s pivot points and my own S/R levels.
* Calculates the reversal signals, price reactions close to all above S/R levels.
* Generates reversal trading signal: buy/long or sell/short based on all combined factors.
What are the Reversal signals?
* Blue arrow means trend is reversed to bullish
* Pink arrow means trend is reversed to bearish
How to use?
* Blue up arrow : Buy(Long) or continuous Buy(Long)
* Pink down arrow : Sell(Short) or continuous Sell(Short)
* Have to increase time frame to reduce signal noises, prefer 15-60 min.
* There is no way to filter all noises even with higher time frame, all the trades must have a stop.
How to access?
* PM me to obtain access
* 10 day Free Trial is available
Pro Algo Reversal 1 Signal No Repaint/No Lagging
This is a Reversal trading signal system (part 1) for any range markets. It’s better used with timeframe from 15 min to 60 min for day trading or swing trading. It generates reversal signals for the important turning point bars and candles with no repaint and no lagging.
How does it work?
* Defines support/resistance(S/R) levels based on floor trader’s pivot points and my own S/R levels.
* Calculates the reversal signals, price reactions close to all above S/R levels.
* Generates reversal trading signal: buy/long or sell/short based on all combined factors.
What are the Reversal signals?
* Blue arrow means trend is reversed to bullish
* Pink arrow means trend is reversed to bearish
How to use?
* Blue up arrow : Buy(Long) or continuous Buy(Long)
* Pink down arrow : Sell(Short) or continuous Sell(Short)
* Have to increase time frame to reduce signal noises, prefer 15-60 min.
* There is no way to filter all noises even with higher time frame, all the trades must have a stop.
How to access?
* PM me to obtain access
* 10 day Free Trial is available
Pro Algo Scalping/DT/ST No Repaint/No Lagging by@ProKingTV This is a bar-by-bar trading signal system for scalping, day trading or swing trading on all time frames. It generates ONE signal(buy/sell or long/short) for the most of important bars and candles with no repaint and no lagging.
How does it work?
* Defines all support/resistance(S/R) levels based on floor trader’s pivot points and my own S/R levels.
* Calculates the trend/reversal signals, price reactions close to all above S/R levels.
* Generates one trading signal: buy/long or sell/short based on all combined factors.
What are the signals?
* Blue Arrow signals are bullish
* Pink Arrow signals are bearish
How to use?
* Blue Up Arrow : Buy(Long) or continuous Buy(Long)
* Pink Down Arrow : Sell(Short) or continuous Sell(Short)
* Increase time frame to reduce signal noises, but will generate less trading opportunities.
* There is no way to filter all noises even with higher time frame, all the trades must have a stop.
* This indicator is highly sensitive to a price change and reversal signals will be generated immediately.
How to access?
* PM me to obtain access
* 10 day Free Trial is available
TrustedSignals™TrustedSignals Indicator includes standard Buy and Sell signals on the chart, Support & Resistance lines, Auto-Trendlines, AutoFibs and an All-in-One Market Dashboard.
(All these signals can be set up as Live Alerts directly in Tradingview)
The 2 main Input options for this algorithm are ' Reactivity ' and ' Depth '. By default, the indicator is added to your chart with the best settings we've found so far.
-The ' Reactivity ' controls how quickly the algorithm reacts to trend changes. The higher the reactivity, the fewer trades on the chart. If the Reactivity input is low, the algorithm will react more quickly, and show more frequent trades.
-The ' Depth ' controls the position of the signals relative to the trend swing. A lower Depth will allow for more frequent and earlier entries, while a higher Depth will give slower entries.
Our third (secondary) input is ' Trend Length ' (the Lookback of the ' Current Trend ' indicator). TrustedSignals™ is coloring the candles based on the current trend direction. The blue color shows an uptrend, while the red color shows a downtrend. Buy and Sell signals alerted while the current trend is showing pink (Sideways Market) should be taken carefully, as the market direction is not decided.
Since we believe in the idea of an ' All-in-One ' Indicator, we have included 3 more extremely useful and powerful trading tools.
-The first optional feature is the ' Support and Resistance ' lines. This feature can be activated to draw the key levels of Support and Resistance, easing your decision making and reinforcing the entry signals. Those levels can also be used as Stop Loss or Take Profit
-The second optional feature is the ' Auto-Trendlines '. This part of our amazing indicator automatically draws Trendlines based on the Lookback period the user inputs.
-The last and most important optional feature is the ' AutoFibs '. TrustedSignals™ will automatically draw Fibonacci Retracement levels from trend swing key points. (the lookback length can be adjusted by the user)
- Market Dashboard -
Within one simple panel on your chart, our Dashboard displays the most relevant data from all of our features in real-time.
Current Trend
(The bar color) is an indicator based on Murrey Math's lines. These lines are based on the idea that according to Gann, price moves in 1/8's that act as points of support and resistance. Given this 1/8 characteristic of price action, we assigned properties to each of the lines in a given octave, obtaining a perfect Trend Indicator shown by the candle color, ranging from red to orange to blue.
Market Sentiment
Market Sentiment is a zero lag, 'noise-free', custom improved version of the old 'Relative Strength Indicator ( RSI )' It measures trend velocity and momentum, while it charts the current and historical strength or weakness of the market. It is a much more accurate and vastly superior than the usual RSI.
Trusted Sginals Oscillator
TS Oscillator is our own branded indicator used to measure market momentum and determines whether bullish or bearish trend dominates the market. It measures the market momentum, with the aim to detect potential trend direction. Helping you to identify if the price is high or low in comparison to the recent price behavior.
Outputs: "Strong Bearish ", "Weak Bearish", "Strong Bullish ", "Weak Bullish"
Higher Timeframe Trend is a trend indicator based on our own non-repainting calculation of higher timeframe trend. It is based on a custom method that builds synthetic support and resistance lines from higher time, without repainting, while keeping the output extremely accurate.
Use the link below to obtain access to this indicator