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) ...
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...
💭 Overview 💢 What is the "Template Trailing Strategy” ❓ The "Template Trailing Strategy" (TTS) is a back-tester orchestration framework. It supercharges the implementation-test-evaluation lifecycle of new trading strategies, by making it possible to plug in your own trading idea. While TTS offers a vast number of configuration settings, it primarily allows...
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...
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...
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 script is for trading grid bots. Only CCI and RSI are used, but there are three different timeframes available for each. When using it, you must select a chart with a period equal to or less than the minimum in the indicator settings. For example, the following periods are selected in the settings: 1 hour, 15 minutes, 5 minutes, so we use a 5-minute chart. A...
This is just an alert for the 3Commas Bollinger Strategy written by tedwardd
Updating previously published simulated 3commas DCA logic with a sexier insert and more meaningful default parameters.
Emulate DCA bot. Buy ASAP. Set chart interval to 1 hour.
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...
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...
Displays 5 popular EMAs (you can hide any you don’t want to see from the “Styles” screen when editing the config). Set the values for your EMAs by clicking the cog after adding this indicator to your chart. A Long or Short signal is fired when EMA1 crosses EMA2 - a cross up is a Long signal, a cross down is a Short signal. Connect to your Bots (3commas /...
Hi, This is an indicator that combines the Ultimate Oscillator with RSI. Currently it displays signals on the screen when the RSI crosses from low to high (to open and close a long) and vice versa for short signals. Further signals will be developed for Ultimate Oscillator longs/shorts. Stay tuned!
Republished to share code source.
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...
Second day at Pinescript and I am attempting to tweak the Bollinger Bands directed strategy to send alerts to Zignaly in order to automate long buy/sells. I've left in the short script though for completeness. The buy and sell instructions work perfectly but I don't know how to do a cancel order alert (as included in the original strategy)