Hey Folks ! This is in indicator that generates buy alerts combining Bollinger Bands and RSI. RSI validates the BB signal by confirming we are not in an oversold area. Interval: 3m to 15m Recommended settings for 3commas DCA bot - TP/TTP: 0.3%/0.1%, - Base Order: Your choice , - Safety Order: 1.2 * Your choice of base order - Safety Order Volume...
Hello TradingView and world! This is one of our latest concepts for an actual bot builder. This script comes with a bunch of features that we're hoping will alleviate a lot of the stress and confusion around using and building strategies here on TV. Especially if the end-goal is to automate the strategies using Autoview. This is a combination of 2 strategies,...
Thanks to @TheTradingParrot for the inspiration and knowledge shared. Thanks to @ericlin0122 for the original DCA Bot Emulator which is the backbone of this strategy. The script simulates DCA strategy with parameters used in 3commas DCA bots for futures trading. Experiment with parameters to find your trading setup. Beware how large your total leveraged...
What is QFL trading strategy? QFL stands for Quickfingersluc, and sometimes it is referred to as the Base Strategy or Mean Reversals. Its main idea is about identifying the moment of panic selling and buying below the base level and utilizing Safety orders. What is Base level or Support Level? Base level or Support Level refers to the lowest price level that...
Hi all, This is a simple indicator that plots 5 EMA lines of your choice to the screen. Can be used to trigger scalping Bots (stoploss around 0.5% recommended, take profit 1% or higher, please backtest!) Also can be used for manual scalping, 1 or 2 candles at a time. Features: 1) Alerts are triggered when EMAs 1 (Signal line) and 2 (Baseline) cross - a Long...
Emulate DCA bot. Buy ASAP. Set chart interval to 1 hour.
Updating previously published simulated 3commas DCA logic with a sexier insert and more meaningful default parameters.
Hi everyone, After a few iterations and additional implemented features this version of the Backtester is now open source. The Strategy is a Backtester for 3commas DCA bots. The main usage scenario is to plugin your external indicator, and backtest it using different DCA settings. Before using this script please make sure you read these explanations and make sure...
This is the Lord Pepe. Howdy. Basic buy/sell indicator to accumulate along a downtrend and release your stack during the uptrend and oversold levels of the stochastic. The buys should be used to stack, and sells indicate levels of profit taking, they do not signal a long term reversal, only < 25% of stack should be released on "OB" signals. OB - overbought...
This script is designed specifically for firing an alert every candle. It can also be used to just fire an alert on a green candle, or a red candle to slow it down a bit. This is a script we use to close all of our orders or positions on any of the integrated exchanges. You can use a fire once alert with greater than on condition and the alert will typically fire...
Hello fellow traders and automation lovers. It has been about 2 years since we originally created Autoview to connect your exchanges/brokers with your TradingView alerts. We've since added multiple exchanges, parameters and have built a large community filled with awesome, passionate traders. One of the first strategies we built was sadly not a viable one for...
Hi all, This is a simple indicator that plots 3 EMA lines and 2MAs of your choice to the screen and has built in alert triggers. Features: 1) Alerts are triggered when EMAs 1 (Signal line) and 2 (Baseline) cross - a Long signal is called if the cross is above EMA 3 ( Trendline ), a short if the cross is below EMA3 2) Signals are represented visually as a...
Republished to share code source.
Work In Progress - Currently will send Long/Short triggers when EMA 14 Crosses EMA 26 - whether the cross is above the EMA 55 determines whether to Long or Short.
This is only a slight modification to the existing "MACD Strategy" strategy plugin! found the default MACD strategy to be lacking, although impressive for its simplicity. I added "year>2014" to the IF buy/sell conditions so it will only backtest from 2015 and beyond ** . I also had a problem with the standard MACD trading late, per se. To that end I modified the...
EDS AWESOME BOT SIGNALER Specially for use with e.g. 3commas or autoview But can also be used just in normal manual (visual) mode This Script is very early Beta. Works for visual manual use.... and also for 3Commas Bot as "Signaler" (how to connect with Bot, see the docu on 3commas). ... but can use as Signaler for any Bot who is able to get Tradingview...
Name: DCA Bot Indicator Category: Dollar Cost Average. Operating mode: Alerts at a specific time, day of the week and day of the month. Trades duration: N/A. Timeframe: 1H Suggested usage: long-term investing DCA strategies. Entry: Only indicates the time and then the day of the week or the day of the month to buy. Exit: As per long-term Investor’s...
This script helps with planning on how to exit DCA deals that are in the negative. The following deal information is required - Current average position price - Funds invested - Required take profit Additional indicator settings are - The date/time on which to start the simulator - Minimum deviation % to start adding funds - Expected bounceback from when...