FlexiDCA Trader
249 USD
Demo downloaded:
22
Published:
3 May 2025
Current version:
1.3
Didn't find a suitable robot?
Order your own one
on Freelance
Go to Freelance
Order your own one
on Freelance
How to buy а trading robot or an indicator
Run your EA on
virtual hosting
virtual hosting
Test аn indicator/trading robot before buying
Want to earn in the Market?
How to present a product for a sell-through
Version 1.3
2025.05.14
Version 1.3 enhances the bot by shifting its focus to monitoring and managing its own daily performance, rather than relying on the overall account equity as in version 1.2. This enhancement offers two significant advantages:
Improved risk management: The bot will stop trading at the appropriate time if it incurs excessive daily losses, even if the overall account remains stable due to other trades.
More accurate decision-making: The bot's decisions are not influenced by manual trades or other bots, ensuring it operates precisely according to your predefined objectives.
Improved risk management: The bot will stop trading at the appropriate time if it incurs excessive daily losses, even if the overall account remains stable due to other trades.
More accurate decision-making: The bot's decisions are not influenced by manual trades or other bots, ensuring it operates precisely according to your predefined objectives.
Version 1.2
2025.05.05
Major Updates in Flexia DCA Strategy Bot (Version 1.2):
- Holiday and Friday Trading Stop: The bot halts trading on holidays and after a set time on Fridays, closing all orders and resuming on the next trading day to avoid low liquidity periods.
- Permanent Account Limits: Reaching overall account profit/loss limits triggers a permanent stop, while daily limits cause a temporary stop, improving long-term risk management.
- Improved ATR Handling: In ATR_BASED mode, the bot uses fixed TP/SL values if ATR data is unavailable, ensuring stability.
- Consistent TP/SL Calculation: The Grid Strategy now applies uniform TP/SL settings based on TPSLMode, replacing fixed values for better flexibility.
- Enhanced Trailing Stop: The Trailing Stop updates SL for sell positions only when tighter or unset, optimizing profit protection.
Refined Daily Reset: The bot updates the reset date accurately after hitting daily targets, preventing multiple resets in a day.
- Holiday and Friday Trading Stop: The bot halts trading on holidays and after a set time on Fridays, closing all orders and resuming on the next trading day to avoid low liquidity periods.
- Permanent Account Limits: Reaching overall account profit/loss limits triggers a permanent stop, while daily limits cause a temporary stop, improving long-term risk management.
- Improved ATR Handling: In ATR_BASED mode, the bot uses fixed TP/SL values if ATR data is unavailable, ensuring stability.
- Consistent TP/SL Calculation: The Grid Strategy now applies uniform TP/SL settings based on TPSLMode, replacing fixed values for better flexibility.
- Enhanced Trailing Stop: The Trailing Stop updates SL for sell positions only when tighter or unset, optimizing profit protection.
Refined Daily Reset: The bot updates the reset date accurately after hitting daily targets, preventing multiple resets in a day.
Version 1.1
2025.05.04
Here is the updated version of the FlexiDCA trading bot:
- More Flexible TP/SL Management:
- Added a new enum TP_SL_MODE with options:
- FIXED: Uses fixed values (in pips) for Take Profit (TP) and Stop Loss (SL).
- ATR_BASED: Calculates TP and SL based on the ATR (Average True Range) indicator, using multipliers ATRMultiplierTP and ATRMultiplierSL.
- PERCENTAGE: Calculates TP and SL based on a percentage of the entry price, defined by PercentTP and PercentSL.
- TRAILING: Implements a trailing stop, allowing SL to adjust automatically as the price moves favorably, with a distance set by TrailingStopPips.
- This replaces the previous fixed TP/SL method, offering traders more customization options for their strategies.
- Trailing Stop Feature:
- Introduced the UpdateTrailingStop() function within OnTick(), which dynamically updates the SL of open positions when the TRAILING mode is active. This helps secure profits as the price moves in a favorable direction.
- Removal of DCA-Based TP/SL Adjustments:
- The previous functionality that adjusted TP based on DCA levels (via TPDistanceArray) and modified SL for existing orders in STRATEGY_DCA_NORMAL mode (via AdjustSLOnDCA) has been removed. This simplifies the DCA logic, aligning it with the new TP/SL modes.
- Improved Order Counting:
- Added a new variable orderCountMode2 to track the number of orders specifically for MODE_ORDER_COUNT or MODE_MIX modes. This counter increases in the PlaceMarketOrder() function and remains unchanged when orders are closed (unless the daily reset option is enabled).
- Introduced the ResetOrderCountMode2Daily parameter, allowing daily resets of orderCountMode2 in MODE_MIX mode, providing better control over order limits.
- Other Enhancements:
- Several Print statements have been commented out to minimize unnecessary logging, while preserving the bot’s core functionality.
- More Flexible TP/SL Management:
- Added a new enum TP_SL_MODE with options:
- FIXED: Uses fixed values (in pips) for Take Profit (TP) and Stop Loss (SL).
- ATR_BASED: Calculates TP and SL based on the ATR (Average True Range) indicator, using multipliers ATRMultiplierTP and ATRMultiplierSL.
- PERCENTAGE: Calculates TP and SL based on a percentage of the entry price, defined by PercentTP and PercentSL.
- TRAILING: Implements a trailing stop, allowing SL to adjust automatically as the price moves favorably, with a distance set by TrailingStopPips.
- This replaces the previous fixed TP/SL method, offering traders more customization options for their strategies.
- Trailing Stop Feature:
- Introduced the UpdateTrailingStop() function within OnTick(), which dynamically updates the SL of open positions when the TRAILING mode is active. This helps secure profits as the price moves in a favorable direction.
- Removal of DCA-Based TP/SL Adjustments:
- The previous functionality that adjusted TP based on DCA levels (via TPDistanceArray) and modified SL for existing orders in STRATEGY_DCA_NORMAL mode (via AdjustSLOnDCA) has been removed. This simplifies the DCA logic, aligning it with the new TP/SL modes.
- Improved Order Counting:
- Added a new variable orderCountMode2 to track the number of orders specifically for MODE_ORDER_COUNT or MODE_MIX modes. This counter increases in the PlaceMarketOrder() function and remains unchanged when orders are closed (unless the daily reset option is enabled).
- Introduced the ResetOrderCountMode2Daily parameter, allowing daily resets of orderCountMode2 in MODE_MIX mode, providing better control over order limits.
- Other Enhancements:
- Several Print statements have been commented out to minimize unnecessary logging, while preserving the bot’s core functionality.
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
