Cyatophilum Bands PresetsThis is a pre-configured strategy for swing trading Bitcoin on the 2 hours chart, Ethereum on the 4 hours, and BNB on the 2 hours. (More presets can be added later on)
Built upon my generic indicator "Cyatophilum Bands D.E.", this indicator removes the struggle of having to copy all the settings, instead, a single dropdown input lets you choose the preset.
More info about the complete strategy here:
The strategy has been backtested over 5 years of historical data and forward tested for +4 months (since january 2023) with the goal to beat buy and hold returns .
The indicator shows real time strategy results and has custom alerts for BUY and SELL signals which can be used to automate the strategy.
When creating your alert, first set your alert messages in the indicator settings. Then, select the indicator and create the alert using "alert() function calls only".
A warning will appear on the chart if the preset and chart configuration is incorrect.
Plots like bands and trailing lines are disabled by default to improve performance but can be turned on in the style tab.
BNBUSDT 2H
A combination of deviation and ATR bands based on Donchian channels.
ETHUSDT 4H
A combination of deviation and ATR bands based on SMA and an ATR trailing stop.
BTCUSDT 2H
Based on Donchian channels breakout type with a tight 2% stop loss, and a 3% take profit that gets disabled when price is trending up to let the trailing stop do its job.
Disclaimer: Backtest results are not representative of future results.
BNB
QQE Student's T-Distribution Bollinger Bands ScreenerThis script scans 20 custom symbols and displays the QQE Students T-Distribution Bollinger Bandwidth as a percentage, the quarter segment percentage, a score that tells you what segment of the band the price is in, and what direction the market is going in. This is useful because it can tell you how volatile a market is and how much reward is in the market. It also tells you what direction the market is going in so you can pick a symbol that has the best looking reward. I really hope that this script complements the group of indicators I have made so far. Here is a list of the other two indicators related to this script.
Please enjoy!
STEPN CONVERSION OPTIMIZERThis is a very simple indicator that anyone can use but it is especially geared towards STEPN users who often have to switch between different tokens (GST, GMT, SOL, BNB).
The idea of the indicator is that at a glance you can know if it is a good time or not to make a conversion. What the indicator does is divide the value of the token that we have by the one that we want to change in each bar and with this data a graph is created with which you know how much you are going to receive for each token and how much you would have received at any other time.
It is completely configurable for any conversion between STEPN tokens, you can also include two dotted lines that indicate when the maximum and minimum conversion rate has been reached, which makes it very easy to know where you are.
The data collection is independent of the graph on screen so it's great to have it on screen waiting for the ideal moment for the change while you do other things.
The timeframe is also configurable in case you are not very interested in precision, by default the data is taken from the 5-minute chart.
I created this indicator for myself but seeing how useful it is to me and that not only am I not losing money like before but I am even earning money with conversions, I have decided to share it.
Feedback would be appreciated and if you like it and find it as useful as it does for me, show some love.
Full Crypto Swing Strategy ALMA Cross with MACDThis is a full crypto swing strategy designed.
From my testing it looks like it perform the best on timeframes 4h +.
The below example has been adapted to BNB/USDT, using the entire period since 2017 until present day, with a comission of 0.03% ( which is the comission for the futures on binance).
Its components are :
ALMA Fast
ALMA Slow
MACD Histogram
Rules for entry
For long, we have a crossover of the fast alma with the slow one and the histogram is ascending.
For short, we have a crossunder of the fast alma with the slow one and the histogram is descending.
Rules for exit
We exit based on a risk management system for TP and SL, or when we receive an opposite condition than the initial one.
Regarding risk management
0.05 = 5% movement
2 = 200% movement
0.001 = 0.1% movement
If you have any questions, let me know !
Aggresive Scalper/Swing Crypto StrategyThis is a simple yet very efficient scalper long strategy adapted for low timeframes for crypto. Can also be used with bigger timeframes as a swinger.
Its main components are:
Price oscillator swing
Vortex
Risk management for TP/SL
Rules for entry
We calculate the difference between the oscillator from the lowest low and the highest high. If the difference is positive, its a long potential. If its negative we exit from the long trade.
At the same time we check that the we have a crossover between the VIP vortex with the VIM vortex part.
Lastly we check that the current candle is bigger the second previous high.
Rules for exit
If we reach the take profit or the stop loss.
If we have a negative difference betwee LL and HH and VIP vortex crossunder with VIM vortex .
In this example I aimed for a 1:10 risk reward ratio, meaing that for every dollar lost, we will gain 10 when we win. Thus having a 10% minimum win rate will give us a profit over many trades.
If you have any questions, let me know !
InvictusHello,
I introduce my strategy that provide signals for entering in the market and signal for exit.
This indicator attempts to show a trader when is the best time to open a long or short position. The calculations are partially based on volatility, SMA, EMA and predefined values depending on used timeframe.
We collect data from comparing the current price, calculating the average move of the market, top, bottom and close of the latest bars. The middle line is an adaptive moving average, which is the base of the signals and we also use it as a Trend Line to determine if we are in long or short "condition". The basic idea of this indicator is to show the best place to open a Long or Short position and when to close it.
It is very simple - there are 2 type of signals - LONG (in green) and SHORT (in red). You can close your position when a TP (Take profit) shows up or based on your calculations.
You can chose from several options which strategy you want (there is a "Strategy" select in the settings). The strategies that are proving better according to our tests are marked with a diamond.
Don't forget to always trade with caution, trading is dangerous don't trade more than you can afford to lose.
Please contact me via personal message if you want to test the strategy or for more information.
Thank you.
[laoowai]BNB_USDT_3m_3Commas_Bollinger_MACD_RSI_StrategyBNB_USDT _3m
Release Notes:
Time: 3min
Pair: BNB_USDT
Use: {{strategy.order.alert_message}}
What's the difference with 3Commas Bollinger Strategy by tedwardd:
1. Initial capital: 1210 USDT (10$ Base order / 400$*3 Safety order), if you will change, please change JUST safety order volume or number of safety orders 2-3
2. Using just 2(3) safety order (original script 4)
3. More high-performance strategy for BNB_USDT
4. Using MACD to sell order (original script take profit by scale), thanks Drun30 .
5. Using RSI to analyze the market conditions.
Need to change:
bot_id = input(title="3Commas Bot ID", defval=" YOUR DATA ")
email_token = input(title="Bot Email Token", defval=" YOUR DATA ")
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FAQ copy from tedwardd
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
This strategy is intended for use as a way of backtesting various parameters available on 3commas.
The primary inputs for the strategy are:
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
// USER INPUTS
Short MA Window - The length of the Short moving average
Long MA Window - The length of the Long moving average
Upper Band Offset - The offset to use for the upper bollinger offset
Lower Band Offset - The offset to use for the lower bollinger offset
Long Stop Loss % - The stop loss percentage to test
Long Take Profit % - The Take profit percentage to test
Initial SO Deviation % - The price deviation percentage required to place to first safety order
Safety Order Vol Step % - The volume scale to test
3Commas Bot ID - (self-explanatory)
Bot Email Token - Found in the deal start message for your bot (see link in the previous section for details)
3Commas Bot Trading Pair - The pair to include for composite bot start deals (should match the format of 3commas, not TradingView IE. USDT_BTC not BTCUSDT )
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Start Date, Month, Year and End Date, Month, and Year all apply to the backtesting window. By default, it will use as much data as it can give the current period select (there is less historical data available for periods below 1H) back as far as 2016 (there appears to be no historical data on Trading view much before this). If you would like to test a different period of time, just change these values accordingly.
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Composite bot using a Bollinger band type trading strategy. While its primary intention is to provide users a way of backtesting bot parameters, it can also be used to trigger a deal start by either using the {{strategy.order.alert_message}} field in your alert and providing the bot details in the configuration screen for the strategy or by including the usual deal start message provided by 3commas.
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Original script:
1. 3Commas Bollinger Strategy by tedwardd
2. Momentum Strategy ( BTC /USDT; 1h) - MACD (with source code) by Drun30
3commas BNB/USD 1H Strategy*** DISCLAIMER ***
This script is speculative - it uses a highly aggressive model and may not make you money. It has worked well for me so far but you need to do your own DD and make your own decisions. I accept no liability for anything that happens as a result of using this script. Use this at your own caution.
My first published work! I took a few concepts I found in other scripts, tweaked them to match what I had in mind, added some ideas of my own and then added 3commas hooks. Essentially this script is a variable MACD indicator with linear regression and a lot of curve smoothing. It will buy and sell like any other MACD indicator, though it won't exactly match the MACD line you will see on regular MACD indicators due to the smoothing and linear regression. The stop loss should prevent the biggest losses though you will still lose some rounds as this is very aggressive. The parameters I have set up here work best for BNB however feel free to experiment with other coins. The linear regression is set high by default which is what I've found works best for BNB/USD.
Charts should be set to BNB/USD 1HR. I used Binance.us as I was building this but you should have success using other exchanges that offer BNB as well.
This script is set up to use with a 3commas DCA bot though you need access to the entire script in order for that to happen. You can add it and manually place orders or use alarms to test. If you want full access so you can set your 3commas alerts, message me and we can figure something out!
BNB Burn BuyerThis strategy is only meant to be used on BNB.
It's more of an inconclusive analysis of the effect of BNB's quarterly coin burn.
To date there have been 13 coin burns.
According to Binance's whitepaper, each quarter, they will burn BNB based on their trading volume until 50% of all BNB is burned. They eventually will destroy 100MM BNB, leaving 100MM BNB remaining.
Historically, coin burns for the 3rd quarter happen around October 17th-18th. So keep an eye out for those dates.
I built this strategy to run some experiments and test the fundamental effect a known coin burn has on the price. So far more testing is needed. So leave your insights and comments below!
Binance Funding and Premium Index [NeoButane]A premium index indicator for Binance exclusively. This version includes BTC, ETH, and BNB.
Just like BitMEX, there is a +/- 0.05% clamp with 0.01% being the default. Funding periods occur at 0000 UTC, 0800 UTC, and 1600 UTC.
Binance documentation does not mention a maximum funding rate, so instead there is an option to limit how much is funding/premium is displayed if it is too extreme.
There are alarm conditions that can be set for any coin's premium crossing above or below the set amount as well as visualizations for the premium level set.
Helpful notes:
ETHUSD on BitMEX is a quanto swap and shorting it incurs more risk. That is a partial explanation as to why premiums for ETH swaps are lower on other exchanges. See here for more info:
insights.deribit.com
The final funding rate is derived from the premium index and paying/receiving interest happens only if a position is held. Since interest is handled between traders, you may see significant moves when funding is very high or low.
This is a paid indicator, please DM for access
BnB Moving Average BacktestBacktest on the B&B Strategy with addition of Bolinger Bands variance for SL
Golden Ratio Fibonacci Multipliers Top Detector [UO]Fibonacci levels that show the critical top and bottom levels. There is no way to miss the top and bottom. And a top detector.
Also the most important SMA lines (SMA 50, 200), EMA21. Those are the most frequently used lines by traders.
This indicator is based on the work of www.tradingview.com
His work set me thinking. Could I also see the bottom using Fibonacci numbers? Yes, of course.
My favorite timeframes with this indicator are 6H, 1D, 3D.
Intensively used for BTC and BNB. And useful for any other coin.
What is ProfitableBTC, BNB or your favorite Alt Coin? This indicator shows what is profitable at the moment. Red bars are alt days, green bars are BTC days. Otherwise, it is a BNB day.
Hmm, most of the time it is a BNB day!
Binance Coin Market CapHey there!
This is Binance Coin market cap with some additional features.
Consider it as my Christmas gift to the community.
What is included
Dynamic market capitalization chart
Customizable SMA of the market capitalization
Crossovers highlighting
You can set alerts for crossovers
Alert for the specified positive % change
Alert for the specified negative % change
NOTE : The word "Dynamic" means that I did not hardcode the supply of the presented coin. You can check it over time.
Good luck and happy trading!
Bull ComparisonBull Comparison is a script that compares the Bull trends for upto 10 coins. This could be dizzying, so for starters start with 3 coins and turn off the 7 remaining in the settings. Default 3 coins are BNB, BTC, ETH USDT. User can customize the coins they want to check, just follow the format in the settings - to see if there is meaningful correlation with other pairs.
WY Tame the Crypto MarketStrategy utilizes a combination of EMAs, RSIs, EMA of RSIs with adjustable ranges for a wide range of crypto trading flexibility.