█ OVERVIEW Double Tap is a pattern recognition script aimed at detecting Double Tops and Double Bottoms. Double Tap can be applied to the broker emulator to observe historical results, run as a trading bot for live trade alerts in real time with entry signals, take profit, and stop orders, or to simply detect patterns. █ CONCEPTS How Is A Pattern...
Astrology machine learning cycles indicator signals with technical MAs indicators strategy, based on signals index of Github project github.com
A SUPPORT RESISTANCE BREAKOUT STRATEGY for 5 minute Time-Frame , that has the time condition for Indian Markets The Timing can be changed to fit other markets, scroll down to "TIME CONDITION" to know more. The commission is also included in the strategy . The basic idea is when , 1) Price crosses above Resistance Level ,indicated by Red Line, is a Long...
My strategy uses a combination of three indicators MACD Stochastic RSI. The Idea is to buy when ( MACD > Signal and RSI > 50 and Stochastic > 50) occures at the same time This strategy works well on stocks and cryptos especially during market breaking up after consolidation The best results are on Daily charts , so its NOT a scalping strategy. But it can...
If you are interested in purchasing my algorithmic trading bot that receives Tradingview indicator alerts via email and then executes them in Bittrex, please visit my product page here: ilikestocks.com Additionally, I would love to create video/blog guides on creating Tradingview scripts or strategies. If you are a knowledgeable in finance or other related fields...
Buying the dip has become a meme in crypto, but does it actually work? Using this script you can find out. The dip is defined here as the average true range multiplied by a number of your choosing (dipness input) and subtracted from the low. When price crosses under the dip level, a long is initiated. The long is then closed using a timestop (default value 20...
Simple program to look for day of week or day of month patterns in chart data. All original work by Boffin Hollow Lab Author: Tarzan
This script is just for reference to see the trading range. Do not use this strategy logic, it is just Test strategy. The trading range is colored depending on whether it is profitable or not. You can change the color if you want. When you declare the strategy, put (process_orders_on_close=true,calc_on_every_tick=true, max_boxes_count=500) in your script. Then it...
I present to you a script for testing the channel breakout strategy for the Bitmex exchange. Cryptocurrency itself is a trending tool, which is why breakout strategies generate the largest profits, and the channel breakout strategy is one of the most effective trend strategies. The optimization result shows the result of trading on a volume of 20% of the deposit....
The KPLSwing indicator is a simple trend following mechanical trading system which automates the entry and exit. The trading system is extremely simple and easy to use and removes emotions from trading. The trading or investing logic is simple.... buy on close above 20 days high and sell on close below 20 days low. No targets are given as profits are unknown...
This strategy is oriented towards shorting during downside moves, whilst ensuring the asset is trading in a higher timeframe downtrend, and exiting after further downside. This script can work well on coins you are planning to hodl for long-term and works especially well whilst using an automated bot that can execute your trades for you. It allows you to hedge...
BINANCE:AVAXUSDT This short selling script works best in periods of downtrends and general bearish market conditions, with the ultimate goal to sell as the the price decreases further and buy back before a rebound. This script can work well on coins you are planning to hodl for long-term and works especially well whilst using an automated bot that can execute...
This is a crypto trending strategy designed for big timeframes such as 3-4h+. Its components are: RSI ICHIMOKU full pack Heikin Ashi candles for logic calculation inside Rules for entry. For long : we have a long cross condition on ichimoku and price is above the ichimoku lines, and at the same time RSI value is > 50. For long : we have a short cross condition...
NYSE:MA-1.6*NYSE:V Revision: 1 Author: @ozdemirtrading Revision 2 Considerations : - Simplify and clean up plotting Disclaimer: This strategy is currently working on the 5M chart. Change the length input to accommodate your needs. For the backtesting of more than 3 months, you may need to upgrade your membership. Description: The general idea of the...
For those of us who need more excitement in our crypto journey besides just HODL, here’s a simple crypto robot that trades on the hourly (1H) candles. I call it the Crypto Surfer because it uses the 20 and 40 EMAs (Exponential Moving Averages) to decide when to enter and exit; price tends to “surf” above these EMAs when it is bullish, and “sink” below these EMAs...
Simple way how to use RSI and MA indicators for trading. What we use: • RSI • SMA calculated by RSI (title: SMA_RSI) • Delta of RSI and SMA_RSI (title: delta) • SMA calculated by delta of RSI and SMA & RSI (title: SMA_RSI2) Logic: Upon the fact that we use the difference between two indicators that have similar values ( RSI and SMA_RSI), we get number...
The most common way to use the RSI to spot a good buy opportunity is to check for values lower than 30. Unfortunately, the RSI can remain in oversold territory for long periods, and that could leave you trapped in a trade in loss. It would be appropriate to wait for a confirmation of the trend reversal. In the example above I use a short-term Moving Average (in...
Once market opens, the strategy calculates the price to send a stop buy order The order is calculated as the sum of yesterday's range multiplied by a special number and today's open price System has no stops yet System closes the position on session close The performance is quite good Feel free to use it and trade it Good luck and good trading