This script helps you create a DCA (dollar-cost averaging) strategy for your favorite markets and calculates the DCA value for each bar. This can be used to DCA daily, weekly, bi-weekly, etc. Configuring the indicator: - DCA Starting Price : the price you want to begin DCA'ing - DCA Base Amount : the $ amount you will DCA when price is half of your starting...
A script showing all the key MSTR metrics. I will update the script every time degen Saylor sells some more office furniture to buy BTC. All based around valuing MSTR, aside from its BTC holdings. I.e. the true market cap = enterprise value - BTC holdings. Hence, you're left with the value of the software business + any premium/discount decided by...
Updating previously published simulated 3commas DCA logic with a sexier insert and more meaningful default parameters.
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. I decided to make the latest Orion Algo open to people. I don't have enough time to work on it lately, so I figured it would be best that everyone can have it to work on it. I took out some stuff from the original but it should give an idea on how things work. I made two strategies with this so far so you can use that to come up with your own. I...
This is an indicator to help determine where the bottom of the market is currently based on the average close of the previous cycle. This is an idea from @Jay_DCA on YouTube and I thought it would be fun to code. Enjoy! How to use: Specify the date at which the bottom of the markets occurred. I added two extra cycle inputs for future usability. So, when the...
This is a script that generates a SELL signal by combining RSI and Stochastic RSI into the same script and that can easily be integrated into an external Backtester like the one I published. The script uses default values for RSI and Stochastic RSI overbought conditions. They should be adjusted for specific assets and timeframes so they better match the current...
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...
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...
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...
Hello everyone! I bring to your attention a indicator to determine the point of buy and sell purchase. It is based on oscillators and a moving average. It can be used to work with bots, for example 3COMMAS DCA bot. Signal Condition Settings: ATR The current candle is larger than the ATR for this period EMA The signal is necessarily below (for buy) and above...
This indicator based on statistical analysis. it uses standard deviation and its co-relation to price action to generate signals. and following indicators has been used to calculate standard deviation and its co-relation values. finally it is capable to identify market changes in bottoms to pic most suitable points. 1. Parabolic SAR (parabolic stop and reverse)...
Hello traders This is an upgraded version of my Dollar Cost Average (Data Window) script 1 - What is Dollar-Cost Averaging ( DCA )? Dollar-Cost Averaging is a strategy that allows an investor to buy the same dollar amount of investment at regular intervals. The purchases occur regardless of the asset's price. I hope you're hungry because that one is a...
This strategy consists of the following elements and can all be set by the user. 1. Entry by moving average cross. 1) Selection of moving average line. - SMA(Simple Moving Average) - EMA(Exponential Moving Average) - HMA(Hull Moving Average) 2) Selection of Cross over / Cross under 2. Add Entry by DCA(Dollar Cost Averaging) - A DCA strategy is the...
This is my attempt at remaking the cowen risk index. It's definitely not correct, but should give a rough estimate of where his indicator is at. I am taking the price divided by the 400sma to get an oscillator, then we need to account for diminishing returns so I just made an exponentially increasing variable and mutliplying that by the oscillator value. Then I...
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 is a testing startergy based on dollar cost averaging and sell on high points.