RSI Experiment
The program behind this dataset uses the RSI (Relative Strength Index) to identify optimal times to buy and sell. It scans three timeframes for situations where the RSI percentile is simultaneously extremely low, indicating the asset might be oversold. When this happens, the program flags it as a 'buy' signal.
After buying, it tracks the price and marks a sell when either the price goes up by 40% or drops by 90%. Historical testing shows that in 99% of cases, the price hits the +40% target rather than the -90% stop-loss.
To use it, you simply follow the buy signal and set sell limits at +40% and -90% from the purchase price. Statistically, it's a reliable tool for finding profitable opportunities.
Disclaimer: This analysis updates hourly and uses data sourced from Kraken's API. It is an experimental tool based on historical data, and performance in live markets cannot be guaranteed. Please use this tool at your own risk and adhere strictly to the defined limits (+40%/-90%), as any deviation involves additional risks and is your own mathematical exploration.