Version 6.10 2025.11.21
Fixed All Bugs
Version 3.12 2025.11.19
Major Updates

1. New Trailing Stop System (Percentage-Based)
The old step-based trailing (TrailStep1–4) is removed.
Now replaced with a cleaner, more flexible system:
Trailing starts at: your chosen profit level (ex: $5)
Trailing Percent: automatically locks a percentage of live profit
Example: 50% = if profit is $8, EA locks $4
SL auto-adjusts as the trade grows
No need to configure multiple trailing steps
This makes trailing easier, smarter, and more adaptive.

2. Hidden MACD + MA Foundation (Non-Editable by Users)

To protect the Bobot Scalper's strategy, all MACD and LWMA settings are now:
🔒 Hard-coded internally
❌ Removed from user inputs to avoid accidental changes
✔ Only MACD Timeframe and Use Confirmations remain adjustable
This prevents misuse and keeps the EA trading with the correct strategy rules.

3. Daily Profit Target Added

The EA can now stop trading for the day once your chosen profit is reached.

How it works:
Set a target in dollars (ex. $50/day)

Once reached:

EA stops opening new trades
EA continues trailing current trades
Automatically resets next day
This helps control risk and lock profits consistently.

4. Improved Signal Handling (Cleaner, Faster, Safer)

2-bar confirmation logic improved
Incorrect mode-flipping fixed
Reversal logic prevents stacking in wrong direction
Better print logs for transparency

5. Cleaner Trailing Stop Movement

SL only moves in the correct direction
Eliminates “SL stuck” scenarios
Handles buy/sell positions separately
Safer update checks to avoid modify errors

6. Better Multi-Trade Slot Control
Slots now strictly follow:
EquityPerBaseLot = Number of allowed open trades

Example:
Equity = $300
EquityPerBaseLot = $100
→ Max 3 trades allowed

This gives users consistent scaling based on equity growth.

7. Daily Reset System

At broker’s new day:
Day’s profit recalculates
Daily pause resets automatically
All internal counters refreshed
This makes the EA stable during long-running sessions.

8. Cleaner Internal Architecture

Removed unused variables
Simplified math operations
Error-free, warning-free compile
Reduced risk of “Invalid stops” and “Invalid volume” errors

9. Activation & License System Improved

Same licensing rules
Cleaner messages
Fewer false activation notifications

✨ Summary

BoBot Scalper v3.02 is now:

More consistent
Easier to configure
Easy to use
Safer due to trailing percentage + daily limit

This update focuses heavily on risk control, automation, and strategy protection.