TENKAN SCALP is a fully automatic trading system. It is a continuation of our previous ichimoku release. This time however we throw out the rule book and use ICHIMOKU in a very different way. It applies non traditional money management tactics. While most trading strategies rely on a stop loss and a take profit target to manage risk. This strategy uses either...
Library "libKageBot" Library of function to generate command strings for bots FrostyBot and Zignally. This version ONLY WORKS WITH FROSTYBOT. strSize(_sizePercent, _sizeCurrency) Converts a float to a formated string suitable to position size in percentage or currency. At leaste one parameter must be given Parameters: _sizePercent : (float) ...
About this Strategy This supertrend strategy uses the Heikin Ashi candles to generate the supertrend but enters and exits trades using normal candle close prices. If you use the standard built in Supertrend indicator on Heikin Ashi candles, it will produce very unrealistic backtesting results because it uses the Heikin Ashi prices instead of the real prices....
Hello All This is non-repainting Supertrend Multi Time Frame script, I got so many request on Supertrend with Multi Time Frame. This is for all of them ..I am making it open for all so you can change its coding according to your need. How the Basic Indicator works SuperTrend is one of the most common ATR based trailing stop indicators. In this version...
This is an example snippet that should allow for adding a trailing stop and trailing stop activation to almost any script. You can use it by setting a trailing stop alone. This will provide you standard trailing stop functionality allowing you to lock in profits and increase your stop-loss as the price moves in your direction. You can also set the trailing stop...
I've added Buy & Sell Flags - They will be used to add Longs and Shorts Flags as well as the ability to add alerts on them. What triggers the Buy signal? Buy signal = This indicator make use of the rsi (Relative Strength Index) to look at specific overbought and oversold levels as confirmation if it is an uptrend and not overbought yet. This will indicate that a...
Library "threengine_global_automation_library" A collection of functions used for trade automation getBaseCurrency() Gets the base currency for the chart's ticker. Supported trade pairs are USD, USDT, USDC, BTC, and PERP. Returns: Base currency as a string getChartSymbol() Get the current chart's symbol without the base currency appended to it....
This toolkit is a collection of innovative indicators, carefully designed to be as user friendly as possible. Get access to a collection of all the best we can offer in one indicator. Providing Multiple Trading Styles Our toolkit works in any market but has been specifically designed for Bitcoin and Forex. Detect the direction of the trend using an...
This strategy is based on the AlphaTrend indicator by KivancOzbilgic A full description of this algorithm functionality may be found by clicking the linked image above. Changes and/or additions: It is now a backtestable strategy Updated alert trigger logic Easy integration with ProfitView to use this algorithm for automated trading When you create an...
This strategy will enter positions when the set stochastic conditions are met, and uses the moving average to filter the direction of the trades (long/short). The background is used to illustrate the strength of the stochastic values. The following is a step by step guide in order to automate the trading of the strategy with ProfitView: In the indicator...
The base for this strategy is the "Backtesting 3commas DCA Bot v2" script by rouxam. I have made some additions, edits, and fixes, as well as tailored it for usage with ProfitView. The strategy works in such a way that you select one or multiple rules together, in order to determine when a trade should be initiated. The selectable rules are: RSI-7: Initiate...
The trendline script is made for manual input of trendlines using point clicks on the chart. The script will then see if price respects these lines by the parameters you input in settings panel. On a respectable bounce it will print buy/sell arrows. The script also has functionality to send alerts, this is helpful if you want to automate trendlines. I created this...
Hello Traders! Starting from an idea of youtube channel "Ultra Trader", we have developed this simple indicator and prepared to be used with EasyTrade software. You can setup Alerts for Crypto or Forex/Indices/Stocks/etc... The simple but working idea behind this indicator, is a combination of "Chandelier Exit strategy" and EMA 200. It's great on long...
This is an improved SuperTrend strategy that makes use of multiple types of risk management options. We have for example : 1. Take profit and stop loss levels based on support and resistence created with RSI and Pivot Lines(dynamic) For example, if we have an oversold level and a pivot low , we can take that low point for support.(or resistence for short) ...
This is crypto and stock market trending strategy designed for long timeframes such as 4h+ From my tests it looks like it works better to trade crypto against crypto than trading against fiat. Indicators used: RSI for rising/falling of the trend BB sidemarket ROC sidemarket Rules for entry For long: RSI values are rising, and bb and roc tells us we are not in a...
This is a very efficient crypto scalper adapted to very short timeframes, however it can be optimized for other timeframes and assests as well. Its components are MACD P SAR EMA 200 Risk management Rules for entry: For short : we have an uptrend on PSAR , histogram is positive (divergence MACD) and close of a candle is below EMA 200 For long : we dont have an...
This is a swing strategy designed for trending markets such as crypto and stock, with big timeframes , like 8h. For this strategy we take SMA, EMA, VWMA, ALMA, SMMA, LSMA and VWMA and make an apply them all to both HIGH and LOW separately and make 2 averages, 1 applied to high and the other applied to low. With them we make a channel. Rules for entry For long:...
This is a very efficient swing trading strategy designed for crypto long timeframes like 2h+. Initially we have 3 RSI . AFter that we use them as source for 6 SMA/EMA for each RSI, 5, 30, 50, 70, 90, 100. With those we create a ribbon that we are going to use in order to check the direction of the trend. Rules for entry: For long : if either all the...