Master the Market with Confidence
Use DoDo’s powerful trading indicator to make smarter decisions and grow your profits.
Get StartedWhy Choose DoDo?
Precision Alerts
Real-time buy/sell alerts based on advanced price action analysis.
Simple Setup & easy to use
Plug-and-play indicator – works seamlessly on popular platforms.
Mobile Friendly
Stay informed with alerts and charts directly on your phone.
Choose Your Plan
User Feedback
“DoDo improved my trading game drastically. Alerts are spot on!”
– Arjun M.“Clean design, easy to use, and the signals work really well.”
– Sneha R.Frequently Asked Questions
Is DoDo beginner-friendly?
Yes! Our interface is designed for traders of all levels.
Can I cancel anytime?
Absolutely. Subscriptions are flexible and cancellable anytime.
Do I need additional tools?
No, DoDo works independently on supported platforms.
Get in Touch
First Name Last Name Message Submit
/* General Styles */
body {
margin: 0;
font-family: 'Inter', sans-serif;
background-color: #0f1116;
color: #ffffff;
}
.container {
width: 90%;
max-width: 1200px;
margin: auto;
padding: 2rem 0;
}
/* Navbar */
.navbar {
background-color: #1c1f26;
padding: 1rem 0;
position: sticky;
top: 0;
z-index: 1000;
}
.logo {
font-weight: 700;
font-size: 1.5rem;
}
.nav-links {
display: flex;
gap: 1.5rem;
justify-content: flex-end;
}
.nav-links a {
color: #ffffff;
text-decoration: none;
transition: color 0.3s;
}
.nav-links a:hover {
color: #00ffd1;
}
/* Hero Section */
.hero {
background: linear-gradient(135deg, #12141a 0%, #1f2230 100%);
text-align: center;
padding: 5rem 1rem;
}
.hero h1 {
font-size: 2.5rem;
margin-bottom: 1rem;
}
.hero p {
font-size: 1.25rem;
margin-bottom: 2rem;
color: #cccccc;
}
.cta-button {
background-color: #00ffd1;
color: #000000;
padding: 0.75rem 2rem;
border: none;
border-radius: 0.5rem;
font-weight: bold;
text-decoration: none;
transition: background-color 0.3s;
}
.cta-button:hover {
background-color: #00bfa5;
}
/* Features */
.features {
background-color: #16191f;
padding: 4rem 1rem;
}
.features h2 {
text-align: center;
margin-bottom: 3rem;
font-size: 2rem;
}
.feature-grid {
display: grid;
gap: 2rem;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.feature-item h3 {
color: #00ffd1;
margin-bottom: 0.5rem;
}
/* Pricing */
.pricing {
background-color: #0f1116;
padding: 4rem 1rem;
text-align: center;
}
.pricing h2 {
font-size: 2rem;
margin-bottom: 2rem;
}
.pricing-card {
background-color: #1c1f26;
padding: 2rem;
border-radius: 0.75rem;
display: inline-block;
max-width: 400px;
}
.price {
font-size: 2rem;
color: #00ffd1;
margin: 1rem 0;
}
.pricing-card ul {
list-style: none;
padding: 0;
margin-bottom: 2rem;
text-align: left;
}
.pricing-card li::before {
content: "✔ ";
color: #00ffd1;
}
/* Reviews */
.reviews {
background-color: #16191f;
padding: 4rem 1rem;
}
.review-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 2rem;
}
.review {
background-color: #1c1f26;
padding: 1.5rem;
border-radius: 0.5rem;
font-style: italic;
}
.review span {
display: block;
margin-top: 1rem;
font-style: normal;
color: #aaa;
}
/* FAQ */
.faq {
background-color: #0f1116;
padding: 4rem 1rem;
}
.faq h2 {
text-align: center;
margin-bottom: 2rem;
font-size: 2rem;
}
.faq details {
background-color: #1c1f26;
margin-bottom: 1rem;
padding: 1rem;
border-radius: 0.5rem;
cursor: pointer;
}
.faq summary {
font-weight: bold;
cursor: pointer;
}
/* Footer */
.footer {
background-color: #1c1f26;
text-align: center;
padding: 2rem 0;
font-size: 0.9rem;
color: #aaa;
}



