ক্যাটাগরি Apps

Technical Analysis Quiz

Sign inGET STARTED  Sign inGET STARTED  /* Scope everything to this embed so it won’t mess with your theme */ #ta-quiz-app, #ta-quiz-app * { box-sizing: border-box; } #ta-quiz-app { margin: 0; padding: 0; font-family: system-ui, -apple-system, BlinkMacSystemFont, ‘Segoe UI’, Roboto,…

Quantitative Trading Quiz

Sign inGET STARTED  Sign inGET STARTED  /* Scoped styles: won’t leak into your theme */ #qtq-quiz { box-sizing: border-box; margin: 0; padding: 0; font-family: ‘Inter’, -apple-system, BlinkMacSystemFont, ‘Segoe UI’, Arial, sans-serif; background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 100%); min-height: 100vh; width:…

Price Action Trading Quiz

Sign inGET STARTED  Sign inGET STARTED  /* ===== Scoped Styles (won’t leak into WP theme) ===== */ #pa-quiz-app, #pa-quiz-app * { box-sizing: border-box; } #pa-quiz-app { margin: 0; padding: 0; font-family: ‘Inter’,’Segoe UI’,Arial,sans-serif; width: 100%; } #pa-quiz-app .quiz-wrapper { width:…

Trading Dashboard

Sign inGET STARTED  Sign inGET STARTED  /* EVERYTHING scoped to #tcdash-embed to avoid breaking WP theme */ #tcdash-embed, #tcdash-embed * { box-sizing: border-box; } #tcdash-embed { margin: 0; padding: 0; font-family: ‘Inter’, -apple-system, BlinkMacSystemFont, ‘Segoe UI’, sans-serif; background: #0a0a0a; color:…

How to Use Ichimoku

Sign inGET STARTED  Sign inGET STARTED  #ichimoku-slides, #ichimoku-slides * { box-sizing: border-box; } #ichimoku-slides { margin: 0; padding: 0; font-family: ‘Inter’, -apple-system, BlinkMacSystemFont, ‘Segoe UI’, sans-serif; background: #0f1419; color: #ffffff; height: 100vh; /* fill viewport */ overflow: hidden; /* prevents…

What is Ichimoku – Visual Guide

Sign inGET STARTED  Sign inGET STARTED  /* Full-width + scoped */ #ichimoku-guide.ichimoku-guide{ box-sizing:border-box; margin:0; padding:0; font-family:Inter,-apple-system,BlinkMacSystemFont,”Segoe UI”,sans-serif; color:#fff; background:#0a0e27; /* FULL WIDTH */ width:100vw; max-width:none; margin-left:calc(50% – 50vw); margin-right:calc(50% – 50vw); border-radius:0; overflow:hidden; } #ichimoku-guide *{box-sizing:border-box;} /* Scope everything to…

Basic Trading Mini Course

Sign inGET STARTED  Sign inGET STARTED  .btmc-body { box-sizing: border-box; margin: 0; padding: 0; font-family: -apple-system, BlinkMacSystemFont, ‘Segoe UI’, Roboto, Oxygen, Ubuntu, Cantarell, sans-serif; background-color: #0f172a; color: #e2e8f0; } .btmc-body * { box-sizing: border-box; } .btmc-container { max-width: 1200px; margin:…

Money & Risk Management Mastery

Sign inGET STARTED  Sign inGET STARTED  Money & Risk Management Mastery :root{ –bg-0:#0b0f14; –bg-1:#0f1620; –bg-2:#121a26; –text:#cbd5e1; –muted:#94a3b8; –border:#1f2a37; –primary:#10b981; –primary-strong:#059669; –neon:#22ff88; –error:#ef4444; –warn:#f59e0b; –warn-text:#facc15; } *{ box-sizing:border-box; } html,body{ height:100%; } body{ margin:0; padding:0; font-family:’Poppins’, -apple-system, BlinkMacSystemFont, ‘Segoe UI’, sans-serif;…

Ichimoku Mini Course

Sign inGET STARTED  Sign inGET STARTED  Master Ichimoku body { box-sizing: border-box; margin: 0; padding: 0; font-family: -apple-system, BlinkMacSystemFont, ‘Segoe UI’, Roboto, sans-serif; background: linear-gradient(135deg, #0f0f23 0%, #1a0d40 50%, #0a1a2e 100%); color: #00ff88; min-height: 100%; line-height: 1.6; } * {…