SOL & BTC EMA with BTC/SOL Price Difference % and BTC Dom EMAThis script is designed to provide traders with a comprehensive analysis of Solana (SOL) and Bitcoin (BTC) by incorporating Exponential Moving Averages (EMAs) and price difference percentages. It also includes the BTC Dominance EMA to offer insights into the overall market dominance of Bitcoin.
Features:
SOL EMA: Plots the Exponential Moving Average (EMA) for Solana (SOL) based on a customizable period length.
BTC EMA: Plots the Exponential Moving Average (EMA) for Bitcoin (BTC) based on a customizable period length.
BTC Dominance EMA: Plots the Exponential Moving Average (EMA) for BTC Dominance, which helps in understanding Bitcoin's market share relative to other cryptocurrencies.
BTC/SOL Price Difference %: Calculates and plots the percentage difference between BTC and SOL prices, adjusted for their respective EMAs. This helps in identifying relative strength or weakness between the two assets.
Background Highlight: Colors the background to visually indicate whether the BTC/SOL price difference percentage is positive (green) or negative (red), aiding in quick decision-making.
Inputs:
SOL Ticker: Symbol for Solana (default: BINANCE
).
BTC Ticker: Symbol for Bitcoin (default: BINANCE
).
BTC Dominance Ticker: Symbol for Bitcoin Dominance (default: CRYPTOCAP
.D).
EMA Length: The length of the EMA (default: 20 periods).
Usage:
This script is intended for traders looking to analyze the relationship between SOL and BTC, using EMAs to smooth out price data and highlight trends. The BTC/SOL price difference percentage can help traders identify potential trading opportunities based on the relative movements of SOL and BTC.
Note: Leverage trading involves significant risk and may not be suitable for all investors. Ensure you have a good understanding of the market conditions and employ proper risk management techniques.
SOL
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.
Price DEFI Categories against BTC & ETH/* Work in progress. The indicator is not finished. *\
The indicator shows the pricing of 3 DEFI categories against 2 possible baselines, BTC and ETH.
To do:
* Make a simple array in the source code to enter and remove new projects to the category. -> Maybe can also make it so that the source code does not have to be altered (projects can be added through input etc.)
* Adjust weightings depending on project data but this is not as important since weightings are being priced in by the market.
* Try to find a way to update input to string instead of booleans. As of currently, I could not seem to use input strings into plot functions because of an error.
* and more. Leave some feedback, that would be highly appreciated!