Skip to content

✨ Complete: Optimize DCA Step Spacing based on Market Volatility - #39

Open
mx57 wants to merge 1 commit into
masterfrom
jules-2128448143798459225-47883854
Open

✨ Complete: Optimize DCA Step Spacing based on Market Volatility#39
mx57 wants to merge 1 commit into
masterfrom
jules-2128448143798459225-47883854

Conversation

@mx57

@mx57 mx57 commented Aug 1, 2026

Copy link
Copy Markdown
Owner

🎯 Что добавлено:

  • Динамическое расширение шагов (целевой маржи) DCA на основе рыночной волатильности в DcaProcessor.cs.
  • Расчет коэффициента расширения (volatilityFactor) на основе двух быстрых индикаторов волатильности: текущего спреда (CurrentSpread по отношению к MaxTrailingSpread или базовому 0.2%) и исторической волатильности по сигналам (Volatility по отношению к базовому 4.0), с ограничением сверху до 5.0x.
  • Два новых юнит-теста в TradingTimedTaskTests.cs для верификации динамического расширения шагов DCA под нагрузкой волатильности.
  • Обновлен статус задачи в agent_tasks.json.
  • Запись добавлена в Bolt Journal (bolt.md).

📋 Чеклист:

  • Реализована формула динамического изменения DCA маржи в DcaProcessor.cs.
  • Написаны тесты, проверяющие корректность и устойчивость алгоритма при высокой волатильности.
  • Локальная сборка и тесты выполнены успешно.
  • Пройдена валидация agent_tasks.json.

🧪 Тестирование:

  • Запустить dotnet test IntelliTrader.Trading.Tests/IntelliTrader.Trading.Tests.csproj для верификации всех тестов.

PR created automatically by Jules for task 2128448143798459225 started by @mx57

@google-labs-jules

Copy link
Copy Markdown

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant