Grid-based intraday algorithm that works 50% in trend following and 50% in swing trading. Orders are executed on a grid of 10 levels. The grid levels are dynamic and calculated on the difference between the previous day's open and close. The algorithm makes only long trades based on the following logic: 1. The daily close of the previous day is analyzed, the...
Bjorgum 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...
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...
iMoku™ is a professional all-in-one solution for the famous Ichimoku Kinko Hyo indicator. The algorithm includes: 1. Backtesting spot 2. Visual tool 3. Auto-trading functions With iMoku you can test four different strategies. Strategy 1: Cross Tenkan Sen - Kijun Sen A long position is opened with 100% of the invested capital ($1000) when "Tenkan Sen"...
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...
Updating previously published simulated 3commas DCA logic with a sexier insert and more meaningful default parameters.
Hello traders Someone requested the strategy version of the Supertrend CCI indicator It's a Supertrend not based on candle close but based on a CCI ( Commodity Channel Index ) How does it work? Bull event: CCI crossing over the 0 line Bear event: CCI crossing below the 0 line When the event is triggered, the script will plot the Supertrend as follow UP...
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...
MAJOR UPDATE: - Update to Pinescript v5 - MAJOR refactor for the logic of how orders are placed. BO order is placed when the condition is first encountered and we are not in a deal. The extra SO orders (if based on price movement) are all placed on the next candle after BO order, instead of each being placed one after another. Take profit (if percentage) and Stop...
Dear fellow 3commas users, This is a the most basic Moving Average crossover technique generating Buy Alerts. This is especially written for those of you who want to link this basic crossover strategy with your 3commas DCA bot . Buy Alerts Moving averages available: - Simple Moving Average (SMA) - Exponential Moving Average (EMA) - Weighted Moving Average...
This is a DCA Strategy backtester + signals, built to emulate the 3Commas DCA bots. It uses your choice of 4 different buy signals, 2 of which can be adjusted in the settings. Everything is customizable so you can backtest specific settings with different buy signals and find the best performing strategy for your risk tolerance and capital. It can be used to...
Hello traders Continuing deeper and stronger with the screeners' educational series one more time I - Concept This screener detects whether the price goes above, below or stays in between the Ichimoku cloud II - How did I set the screener The visual signals are as follow: - square: Above or Below Then the colors are: - green when above the cloud - red when...
Hey folks and fellow 3commas users ! Here is a new signal generator for your DCA bot on 3commas. This is a classic Parabolic SAR indicator with a filter for volatility. NOTE: This is a repainting strategy by design. Recommended to use with "Once per bar" alert style for PSAR
The indicator is based on the search for the lowest bars in a given period (can be customized). You can add a search for the highest bars to determine the closed order points. You can add a filter by the value of the RSI (you can customized it separately for buying and selling). Alerts for buying and selling are set. It can be used to work with bots, for example...
My very first indicator in Pine Script with two alert conditions for trading bots. It's based on " Pump Catcher " by @ joepegler I modified some parts, hopefully improved the usability and enabled alerts, so you can use it to trigger bots like 3commas via webhooks. Pump Alerts 🚀 attempts to "detect moments of abnormal and accelerating increase in volume" AKA...
Dump Detecter uses Stochastic RSI to detect dumps/downtrends. Can be used as an exit trigger for long bots or an entry trigger for short bots. Change settings to lower timeframe for scalping. Pump signals can be turned on with tickbox. Default Settings are not the usual Stochastic RSI setup and have been tuned to bitcoin 3hr chart: Timeframe = 3hrs smoothK =...