� Flytradr Troubleshooting Guide
🔧 Flytradr Troubleshooting Guide
Last Updated: 10 Dec 2025
Version: 1.0
Audience: All Flytradr users
📋 Table of Contents
- Quick Diagnostics
- Account & Authentication Issues
- Strategy Builder Issues
- Backtesting Lab Issues
- Simulator Issues
- Paper Trader Issues
- Dashboard Issues
- Performance & Loading Issues
- Data & Connectivity Issues
- Browser & Compatibility Issues
- Error Code Reference
- Getting Additional Help
🩺 Quick Diagnostics
Before You Begin
Try these quick fixes first—they resolve 80% of issues:
Screenshot: [Diagram placeholder #1 - Add relevant screenshot here]
System Status Check
Before troubleshooting, verify Flytradr's system status:
- Visit
status.flytradr.com(or check in-app banner) - Look for any ongoing incidents
- If there's an outage, wait for resolution
🔐 Account & Authentication Issues
Problem: Can't Log In
Symptoms:
- "Invalid credentials" error
- Login page keeps reloading
- Redirect loop after login
Solutions:
| Try This | How To |
|---|---|
| Check credentials | Verify email/password are correct (watch for spaces) |
| Reset password | Click "Forgot password?" and check email |
| Check email verification | Unverified accounts can't log in |
| Clear cookies | Browser Settings → Privacy → Clear cookies for flytradr.com |
| Try social login | If you signed up with Google/GitHub, use that method |
SOLUTION STEPS:
1. Go to flytradr.com/signin
2. Click "Forgot password?"
3. Enter your email
4. Check inbox (and spam folder)
5. Click reset link (valid 24 hours)
6. Set new password
7. Try logging in again
Problem: Two-Factor Authentication (2FA) Not Working
Symptoms:
- 2FA code rejected
- "Invalid code" error
- Authenticator app not syncing
Solutions:
| Issue | Solution |
|---|---|
| Code rejected | Wait 30 seconds for new code |
| Time drift | Sync your phone's clock (Settings → Date/Time → Auto) |
| Lost authenticator | Use backup codes (provided during 2FA setup) |
| No backup codes | Contact support with proof of identity |
⚠️ IMPORTANT: Backup codes are only shown once during 2FA setup.
Store them securely!
If you've lost access:
1. Try your backup codes
2. If none work, contact support@flytradr.com
3. Provide: Email, Account creation date, Last successful login
4. Support will verify your identity and reset 2FA
Problem: Session Expired Too Quickly
Symptoms:
- Logged out unexpectedly
- "Session expired" message
- Have to log in repeatedly
Solutions:
- Check "Remember Me": Enable this option when logging in
- Browser settings: Ensure cookies aren't being cleared automatically
- Multiple tabs: Using same account in many tabs can cause conflicts
- VPN changes: Switching VPN servers may invalidate sessions
Problem: Account Locked
Symptoms:
- "Account locked" or "Too many attempts" message
- Can't log in even with correct credentials
Solutions:
Account locks occur after 5 failed login attempts.
RESOLUTION:
1. Wait 15 minutes (auto-unlock)
2. Or click "Forgot password?" to reset immediately
3. New password unlocks account
4. If still locked, contact support
🎯 Strategy Builder Issues
Problem: Strategy Won't Save
Symptoms:
- "Save failed" error
- Save button unresponsive
- Changes lost after refresh
Solutions:
| Check | Solution |
|---|---|
| Strategy name | Must be unique, 1-100 characters |
| Validation errors | Fix any red-highlighted fields |
| Network connection | Ensure stable internet |
| Plan limits | Free plan: max 3 strategies |
COMMON VALIDATION ERRORS:
❌ "Entry condition required"
→ Add at least one entry rule
❌ "Exit condition required"
→ Add at least one exit rule
❌ "Invalid indicator parameters"
→ Check indicator settings (e.g., SMA period > 0)
❌ "Strategy name already exists"
→ Choose a different name
Problem: Indicators Not Appearing on Chart
Symptoms:
- Added indicator but chart is empty
- Indicator shows in list but not on chart
- Chart displays old indicators
Solutions:
- Refresh chart: Click the refresh icon on the chart panel
- Check visibility: Ensure indicator checkbox is enabled
- Scale issues: Indicator may be off-screen (use auto-scale)
- Data range: Zoom out to see if indicator appears elsewhere
TO FIX INDICATOR DISPLAY:
1. Right-click on chart
2. Select "Reset Chart"
3. Re-add indicators one by one
4. Click "Apply" after each addition
Problem: DSL Syntax Errors
Symptoms:
- Red error marks in code editor
- "Parse error" message
- Strategy won't validate
Common DSL Errors & Fixes:
| Error | Problem | Fix |
|---|---|---|
Unexpected token | Typo or missing bracket | Check syntax near error line |
Unknown indicator | Misspelled indicator name | Use autocomplete suggestions |
Invalid parameter | Wrong parameter type | Check indicator documentation |
Missing entry/exit | Incomplete strategy | Add required conditions |
# CORRECT DSL SYNTAX EXAMPLE:
strategy "My Strategy" {
entry {
when SMA(close, 10) crosses_above SMA(close, 20)
action BUY
quantity 100
}
exit {
when SMA(close, 10) crosses_below SMA(close, 20)
action SELL
}
}
📊 Backtesting Lab Issues
Problem: Backtest Stuck at "Processing"
Symptoms:
- Progress bar frozen
- "Processing..." for more than 5 minutes
- No results appearing
Solutions:
| Cause | Solution |
|---|---|
| Large date range | Try shorter period (start with 1 year) |
| Complex strategy | Simplify conditions temporarily |
| Server load | Wait and retry in 5 minutes |
| Browser memory | Close other tabs, refresh page |
IF BACKTEST IS STUCK:
1. Wait up to 5 minutes (large backtests take time)
2. Check your internet connection
3. Click "Cancel" and retry
4. Reduce date range by half
5. If still failing, try different instrument
6. Clear browser cache and retry
Problem: "No Data Available" Error
Symptoms:
- Backtest fails immediately
- "No data for selected range" message
- Empty results
Solutions:
- Check date range: Ensure dates are within available data (2019-present)
- Verify instrument: Confirm the symbol is supported
- Weekend/holiday dates: Markets closed on these days
- Data gaps: Some instruments have incomplete history
AVAILABLE DATA RANGES:
US Stocks (major): 2019-01-01 to present
Options: 2020-01-01 to present
Crypto: 2020-01-01 to present
Futures: 2019-01-01 to present
TIP: Start date on a Monday, end date on a Friday
for cleanest data ranges.
Problem: Unrealistic Backtest Results
Symptoms:
- 1000%+ returns (too good to be true)
- Zero losing trades
- Suspiciously perfect equity curve
Likely Causes:
| Issue | Explanation | Fix |
|---|---|---|
| Look-ahead bias | Strategy uses future data | Review indicator logic |
| Overfitting | Too many parameters | Simplify strategy |
| Commission ignored | Not accounting for costs | Enable realistic commission |
| Slippage disabled | Perfect fills unrealistic | Enable slippage modeling |
REALISTIC BACKTEST SETTINGS:
✓ Enable commission: $0.005/share or 0.1%
✓ Enable slippage: 0.05% - 0.1%
✓ Use realistic position sizes
✓ Test across multiple time periods
✓ Test on different instruments
🎮 Simulator Issues
Problem: Simulator Won't Start
Symptoms:
- "Start" button unresponsive
- Loading spinner indefinitely
- Error message on start
Solutions:
| Check | Solution |
|---|---|
| Strategy selected | Must select a valid strategy |
| Instrument selected | Must choose an instrument |
| Previous session | End any active simulation first |
| Browser support | Use Chrome, Firefox, or Edge |
SIMULATOR START CHECKLIST:
□ Strategy selected (not "None")
□ Instrument selected
□ Date range valid
□ No other simulation running
□ Good internet connection
□ Browser up to date
Problem: Simulation Running Too Fast/Slow
Symptoms:
- Can't keep up with simulation
- Simulation feels unresponsive
- Time jumps erratically
Solutions:
- Adjust speed: Use speed controls (1x, 2x, 5x, 10x, etc.)
- Keyboard shortcuts:
+to speed up,-to slow down - Pause frequently: Use
Spaceto pause and analyze - Skip to signals: Use "Skip to Signal" button for faster review
SPEED CONTROL SHORTCUTS:
[ - Decrease speed
] - Increase speed
Space - Pause/Resume
S - Skip to next signal
R - Reset simulation
Problem: Orders Not Executing
Symptoms:
- Entry conditions met but no trade
- Orders stuck in "Pending"
- Exit signals ignored
Solutions:
| Issue | Check | Fix |
|---|---|---|
| Capital insufficient | Check available balance | Reduce position size |
| Already in position | Check current positions | Can't enter twice |
| Market closed | Check simulation time | Wait for market hours |
| Condition not met | Verify indicator values | Review strategy logic |
💵 Paper Trader Issues
Problem: Paper Trader Shows Wrong Balance
Symptoms:
- Balance doesn't match expected value
- Negative balance
- Balance not updating after trades
Solutions:
- Refresh page: Balance updates may be delayed
- Check open positions: Unrealized P/L affects available balance
- Review trade history: Verify recent trades executed correctly
- Reset account: Settings → Paper Trading → Reset Virtual Balance
BALANCE CALCULATION:
Available Balance = Starting Balance
+ Realized P/L
- Open Position Margin
- Pending Order Reserves
Example:
$100,000 starting
+ $5,000 realized profit
- $20,000 in open positions
- $10,000 reserved for pending orders
= $75,000 available
Problem: Positions Not Syncing
Symptoms:
- Dashboard shows different positions than Paper Trader
- Positions appear/disappear
- Data inconsistency between views
Solutions:
- Wait for sync: Allow 30 seconds for data propagation
- Hard refresh:
Ctrl + F5to force reload - Check filters: Dashboard may have filters hiding some positions
- Clear local storage: Browser DevTools → Application → Local Storage → Clear
Problem: Stop Loss/Take Profit Not Triggering
Symptoms:
- Price hit SL/TP level but order didn't execute
- Position still open despite conditions met
- Delayed execution
Solutions:
| Issue | Explanation | Fix |
|---|---|---|
| Gap through level | Price jumped past trigger | This is realistic market behavior |
| Order type | Market vs Limit differences | Review order settings |
| Spread impact | Bid/ask spread affects triggers | Account for spread in levels |
| Weekend gap | Friday close to Monday open | Reduce weekend exposure |
📱 Dashboard Issues
Problem: Dashboard Not Loading
Symptoms:
- Blank dashboard
- Infinite loading spinner
- "Failed to load" errors
Solutions:
DASHBOARD RECOVERY STEPS:
1. Hard refresh: Ctrl + F5
2. Clear cache: Ctrl + Shift + Delete → Clear cached data
3. Try direct URL: flytradr.com/dashboard
4. Disable extensions: Especially ad blockers
5. Try incognito mode
6. Try different browser
7. Check console for errors: F12 → Console tab
Problem: Charts Not Rendering
Symptoms:
- Empty chart area
- Chart shows but no data
- Chart frozen/unresponsive
Solutions:
- Check data source: Ensure data connection is active
- Reset chart: Right-click → Reset Chart
- Change timeframe: Try different time period
- Hardware acceleration: Disable in browser settings if issues persist
TO DISABLE HARDWARE ACCELERATION:
Chrome:
Settings → System → Use hardware acceleration → OFF
Firefox:
Settings → General → Performance → Use hardware acceleration → OFF
Restart browser after changing.
Problem: Settings Not Saving
Symptoms:
- Changes revert after refresh
- "Save failed" error
- Settings reset unexpectedly
Solutions:
| Issue | Solution |
|---|---|
| Local storage full | Clear browser storage |
| Private browsing | Settings don't persist in incognito |
| Browser blocking | Allow localStorage for flytradr.com |
| Sync conflict | Log out from all devices, log back in |
⚡ Performance & Loading Issues
Problem: Platform Running Slowly
Symptoms:
- Lag when navigating
- Slow chart updates
- Delayed button responses
Solutions:
PERFORMANCE OPTIMIZATION:
1. Close unused browser tabs
2. Reduce chart indicators (max 5 recommended)
3. Use shorter data ranges
4. Disable live data when not needed
5. Clear browser cache regularly
6. Update your browser
7. Check system resources (Task Manager)
Recommended System Resources:
| Resource | Minimum | Optimal |
|---|---|---|
| RAM available | 2 GB | 4+ GB |
| CPU usage | < 80% | < 50% |
| Browser tabs | < 20 | < 10 |
Problem: High Memory Usage
Symptoms:
- Browser slowing down
- "Page unresponsive" warnings
- Computer fan running loudly
Solutions:
- Reduce data: Shorten backtest date ranges
- Limit charts: Close unused chart windows
- Restart browser: Periodically restart to free memory
- Disable animations: Settings → Appearance → Reduce animations
🌐 Data & Connectivity Issues
Problem: Real-Time Data Not Updating
Symptoms:
- Stale prices
- "Disconnected" indicator
- Last update timestamp old
Solutions:
DATA CONNECTION TROUBLESHOOTING:
1. Check connection indicator (top-right)
🟢 Green = Connected
🟡 Yellow = Reconnecting
🔴 Red = Disconnected
2. If disconnected:
- Check your internet
- Refresh the page
- Wait 30 seconds for auto-reconnect
3. If still disconnected:
- Check VPN/firewall settings
- Try different network
- Contact support if persistent
Problem: WebSocket Connection Failed
Symptoms:
- "WebSocket error" in console
- Live features not working
- Frequent disconnections
Solutions:
| Cause | Solution |
|---|---|
| Firewall blocking | Allow WebSocket connections to flytradr.com |
| Corporate network | Ask IT to whitelist flytradr.com |
| VPN interference | Try without VPN |
| Browser extensions | Disable ad blockers temporarily |
🌍 Browser & Compatibility Issues
Problem: Features Not Working in My Browser
Symptoms:
- Buttons unresponsive
- Layout broken
- Features missing
Browser Compatibility:
| Browser | Status | Notes |
|---|---|---|
| Chrome 90+ | ✅ Full support | Recommended |
| Firefox 88+ | ✅ Full support | Supported |
| Edge 90+ | ✅ Full support | Supported |
| Safari 14+ | ⚠️ Mostly works | Minor issues possible |
| IE 11 | ❌ Not supported | Please upgrade |
| Opera | ⚠️ Mostly works | Not officially tested |
TO CHECK YOUR BROWSER VERSION:
Chrome: Menu → Help → About Google Chrome
Firefox: Menu → Help → About Firefox
Edge: Menu → Help and feedback → About Microsoft Edge
Safari: Safari menu → About Safari
Problem: Mobile Display Issues
Symptoms:
- Layout broken on phone/tablet
- Touch controls not working
- Text too small to read
Note: Flytradr is optimized for desktop. Mobile support is coming soon.
Workarounds:
- Use landscape orientation
- Enable "Desktop site" in mobile browser
- Use a tablet for larger screen
- Wait for mobile app release (planned)
📋 Error Code Reference
Common Error Codes
| Code | Message | Meaning | Solution |
|---|---|---|---|
| E001 | Authentication failed | Login credentials invalid | Reset password |
| E002 | Session expired | Session timed out | Log in again |
| E003 | Rate limit exceeded | Too many requests | Wait 1 minute |
| E004 | Validation error | Invalid input data | Check form fields |
| E005 | Resource not found | Item doesn't exist | Verify ID/URL |
| E006 | Permission denied | Insufficient access | Check subscription |
| E007 | Server error | Internal issue | Retry or contact support |
| E008 | Connection lost | Network disconnected | Check internet |
| E009 | Data unavailable | No data for request | Try different parameters |
| E010 | Limit reached | Plan limit hit | Upgrade or remove items |
Strategy-Specific Errors
| Code | Message | Solution |
|---|---|---|
| S001 | Invalid DSL syntax | Check DSL code for typos |
| S002 | Missing entry condition | Add at least one entry rule |
| S003 | Missing exit condition | Add at least one exit rule |
| S004 | Invalid indicator | Check indicator name/params |
| S005 | Strategy limit reached | Delete unused strategies |
Backtest-Specific Errors
| Code | Message | Solution |
|---|---|---|
| B001 | No data in range | Adjust date range |
| B002 | Instrument not found | Check symbol |
| B003 | Backtest timeout | Reduce date range |
| B004 | Invalid strategy | Validate strategy first |
Paper Trading Errors
| Code | Message | Solution |
|---|---|---|
| P001 | Insufficient funds | Check available balance |
| P002 | Position limit reached | Close some positions |
| P003 | Market closed | Wait for market hours |
| P004 | Invalid order | Check order parameters |
🆘 Getting Additional Help
Self-Service Resources
| Resource | When to Use |
|---|---|
| This guide | Most common issues |
| Getting Started | Setup and basics |
| Tool-specific guides | Feature-specific help |
| User Docs Index | All documentation |
Contact Support
Before contacting support, please gather:
- Your email address (account identifier)
- Error message (exact text or screenshot)
- Steps to reproduce (what you did before the error)
- Browser & version (Chrome 120, Firefox 115, etc.)
- Device/OS (Windows 11, Mac OS 14, etc.)
- Timestamp (when the issue occurred)
Support Channels:
| Channel | Response Time | Best For |
|---|---|---|
| 24-48 hours | Non-urgent issues | |
| In-app Help | 24 hours | Quick questions |
| Status Page | Real-time | Outage updates |
Email: support@flytradr.com
Email Template:
Subject: [Error Code] Brief description
Hi Flytradr Support,
I'm experiencing an issue with [feature].
**What happened:**
[Describe the problem]
**Steps to reproduce:**
1. [First step]
2. [Second step]
3. [Error appears]
**Error message:**
[Exact error text or attach screenshot]
**Environment:**
- Browser: [e.g., Chrome 120]
- OS: [e.g., Windows 11]
- Account email: [your email]
- Timestamp: [when it happened]
**What I've tried:**
- [Refresh page]
- [Clear cache]
- [etc.]
Thank you!
📝 Reporting Bugs
If you've found a bug that's not in this guide:
- Check if known: Search this guide first
- Gather info: Collect error details, steps, environment
- Report it: Email support with "BUG:" prefix in subject
- Include repro steps: Detailed steps to reproduce
- Attach screenshots: Visual evidence helps
Good Bug Report Example:
Subject: BUG: Strategy Builder crashes when adding 6th indicator
**Steps to reproduce:**
1. Open Strategy Builder
2. Create new strategy
3. Add 5 indicators (any type)
4. Try to add 6th indicator
5. Page becomes unresponsive
**Expected:** Should be able to add 6th indicator
**Actual:** Page freezes, must refresh
**Environment:**
- Chrome 120.0.6099.129
- Windows 11
- Screen: 1920x1080
- RAM: 16GB
**Screenshot attached**
🔄 Changelog
| Version | Date | Changes |
|---|---|---|
| 1.0 | 10 Dec 2025 | Initial troubleshooting guide |
Didn't find your issue? Contact support@flytradr.com with details.