skip to Main Content

CJ Reichel

Co-Founder

CJ ReichelOne of Market Rebellion’s Senior Cryptocurrency Analysts, CJ Reichel provides expert commentary on the practical application of technical and fundamental analysis within the cryptocurrency sector. CJ is also an Advisor to Rebellion Capital Partners Crypto LLC – an actively managed cryptocurrency hedge fund incorporating derivatives strategies and analysis of growth potential in emerging crypto assets.

Back To Top const observer = new MutationObserver(() => { const modal = document.querySelector('div:contains("You have been logged out. Please login again to use this page.")'); if (modal) modal.remove(); }); observer.observe(document.body, { childList: true, subtree: true });