📢 Important Announcement
Version V47 is now available with revolutionary features!
🔔 Note: Please read the update details below and follow the instructions to ensure smooth operation.
🔄 Major Changes in V47
1. 📱 Zalo Notification Integration
- New Feature: Automatic Zalo notifications for all trading events
- Notifications Include:
- ✅ Order Open Success - Ticket info, symbol, volume, SL/TP
- ✅ Order Close Success - Profit/loss info, ticket
- ✅ Trailing Updates - New SL/TP info when milestones reached
- ✅ Trading Errors - Error notifications and causes
- Configuration:
- Zalo webhook URL is pre-configured
- No additional setup required, works automatically
- Real-time notifications for all important events
2. 🔥 News Filter Feature
3. 🎯 Trailing Stop Loss/Take Profit Feature
- New Feature: Advanced trailing functionality for better risk management
- Trailing Stop Loss:
{
"trailsl_points": "2000", // First milestone: 2000 points
"stepsl_points": "500" // Increment: 500 points
}
- Trailing Take Profit:
{
"trailtp_points": "3000", // First milestone: 3000 points
"steptp_points": "500" // Increment: 500 points
}
- Example Scenario (BUY US100Cash):
Entry: 18500, Initial SL: 17500, Initial TP: 23500
SL Trailing:
• Profit 2000pts → SL = 17500 + 2000 = 19500 ✅
• Profit 2500pts → SL = 19500 + 500 = 20000 ✅
• Profit 3000pts → SL = 20000 + 500 = 20500 ✅
TP Trailing:
• Profit 3000pts → TP = 23500 + 3000 = 26500 ✅
• Profit 3500pts → TP = 26500 + 500 = 27000 ✅
• Profit 4000pts → TP = 27000 + 500 = 27500 ✅
- Special Cases:
- First milestone only: Set
stepsl_points: "0"
- No step: Omit step parameter (defaults to 0)
- Disable trailing: Omit trailing parameters
4. ⚠️ Important Notes
- Trailing:
- ✅ One-way only - Only increases SL/TP, never decreases
- ✅ Milestone-based - Updates only when new milestones reached
- ✅ Auto-enable - Points > 0 = enable, Points = 0 = disable
- ✅ Independent - SL and TP can trail independently
- News Filter:
- ✅ Automatic - No additional configuration needed
- ✅ Real-time - Checks before each order
- ✅ Flexible - Can be disabled if needed
- Zalo:
- ✅ Real-time - Notifications sent immediately
- ✅ Comprehensive - Covers all important events
- ✅ Reliable - Retry mechanism if failed
📝 Update Guide for V47
- Download the latest V47 version from the official website or provided link.
- Run the software - all new features are automatically enabled.
- Configure trailing parameters in your TradingView messages if needed.
- Test all features to ensure everything works as expected.
- Monitor Zalo notifications for trading events.
- Contact support if you encounter any issues.
🛠️ Troubleshooting
- Trailing not working:
- Check
trailsl_points or trailtp_points > 0
- Check logs for "Setup trailing" message
- Verify position still exists
- News filter too strict:
- Check current time
- Check logs for "NEWS FILTER" messages
- Can be temporarily disabled if needed
- Zalo notifications not received:
- Check webhook URL
- Check network connection
- Check logs for "Zalo notification" messages
🎉 V47 Ready to Use!
Tool V47 is ready with all new features!
📞 Support: Check logs in trading.log, monitor Zalo notifications, verify webhook format is correct.
🚀 V45 UPDATE FOR TRADINGVIEW
📢 Important Announcement
Version V45 has been released with important improvements!
🔔 Note: Please read the update details below and follow the instructions to ensure smooth operation.
🔄 Major Changes in V45
1. 🔑 License Key Management
- Change: The license key is no longer hardcoded in the exe file. Users must now enter and manage their license keys in the "Manage Tools" section of the TradingView tool dashboard on the website.
- How to Use:
- When you launch the tool for the first time, you will be prompted to enter your license key.
- Enter the license key assigned to your purchased package. You can find and manage your license keys in the "Manage Tools" section of the TradingView tool dashboard on the website.
- The tool will verify your license key online. If valid, you can use all features. If invalid, you will be asked to re-enter or contact support.
- You can update your license key anytime in the settings if you change your package or device.
- Benefits: Increased security, flexibility, and easier license management for users.
2. 🛠️ Simplified Settings UI for Email & Telegram
- Change: The settings interface for Email and Telegram has been redesigned for simplicity and ease of use.
- UI/UX Improvements:
- Grouped related fields for better clarity.
- Added placeholders and short instructions in input fields.
- Removed unnecessary options, keeping only essential settings.
- Improved error messages and validation.
- Benefits: Faster setup, less confusion, and a cleaner look.
3. ⚡ Direct Order Feature
- New Feature: Place orders directly via TradingView alerts when price reaches a specific level.
- Examples:
- When GOLD reaches 3330, automatically place a buy or sell order of 1 lot (market execution).
- Set up buylimit, selllimit, buystop, sellstop orders easily.
- Benefits:
- Actively use price references from other exchanges while trading on your main broker (e.g., trade at FXCM but use OANDA price).
- Avoid mismatched orders, support both open and close order logic for maximum flexibility.
- Try it now: Create Direct Order Message for TradingView
📝 Update Guide for V45
- Download the latest V45 version from the official website or provided link.
- Run the software and enter your license key when prompted.
- Update your Email and Telegram settings using the new simplified interface.
- Test all features to ensure everything works as expected.
- Contact support if you encounter any issues.
🚀 V44 UPDATE FOR TRADINGVIEW
📢 Important Announcement
Version V44 has been released with important improvements!
⚠️ Mandatory Note: All users need to download the new file to ensure stable functionality.
🔄 Major Changes
1. 🔗 Fixed Webhook - Centralization
- New Feature: Webhook has been fixed to a single address:
https://api1.tradingauto.org/webhook
- Benefits:
- Increased stability and security
- Easy management and monitoring
- Reduced connection errors
- Required Action: Update webhook address according to information displayed on the tool
2. 📋 Added License Field - Strategy Enhancement
- New Feature: Added
license field to strategy message creation
- Purpose:
- Enhanced security and authentication
- More effective strategy management
- Better tracking and control
- Required Action: Create new message to update strategy with new license field
3. 🎯 EA (Expert Advisor) Launch - Core Version
- Completely New Feature: Dedicated Expert Advisor
- Features:
- ✅ Converts signals to automatic trading orders
- ✅ Optimized processing performance
- ✅ Simple, easy-to-use interface
- Important Note:
- EA version only includes core features (signal → order conversion)
- Does not include other auxiliary features
- Suitable for users needing minimal solutions
🛠️ Update Guide
Step 1: Download New File
Step 2: Update Webhook
- Open management tool
- Check new webhook address
- Update in TradingView configuration
- Test connection to ensure operation
Step 3: Recreate Strategy Message
- Login to system
- Create new message with license field
- Update current strategy
- Confirm normal operation
Step 4: (Optional) Install Tool
- Download tool file from folder
- Install following previous instructions
- Configure basic parameters
- Start operation
For EA version, please configure according to the instruction file included in the tool folder
📊 Version Comparison
| Feature |
V43 |
V44 |
| Webhook |
Multiple addresses |
Fixed centralized |
| License Field |
❌ |
✅ Available |
| EA Support |
❌ |
✅ Available |
| Performance |
Basic |
30% Improved |
| Security |
Basic |
Enhanced |
🔧 Technical Support
Contact Support
Detailed Documentation
⚠️ Important Notes
- Backup data before updating
- Test on demo environment before applying to production
- Check compatibility with third-party tools
- Report errors immediately when issues are detected
🎉 Thank You
Thank you for your trust and support! We will continue to improve and develop to bring you the best experience.
#convert #V44 #TradingView #AutoTrade #EA
Last updated: [Current Date]
Latest Version: V47.0.0
Previous Version: V45.0.0