Buy1 zero-start entry price: prev_c / 0.935 → prev_c * 1.15 (UI sync)#69
Closed
Copilot wants to merge 1 commit into
Closed
Buy1 zero-start entry price: prev_c / 0.935 → prev_c * 1.15 (UI sync)#69Copilot wants to merge 1 commit into
Copilot wants to merge 1 commit into
Conversation
Agent-Logs-Url: https://github.com/pipios4006-boop/KIS-API-Python-Trading-Bot-Example/sessions/4d13ecf1-6b6a-49cd-8cff-e9e067dbf065 Co-authored-by: pipios4006-boop <268639734+pipios4006-boop@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
pipios4006-boop
April 30, 2026 09:33
View session
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The core engines (
strategy_reversion.py,strategy_v14_vwap.py) were already patched to V44.11 (prev_c * 1.15) for zero-start Buy1, but the UI rendering layers still used the old/ 0.935(~+6.95%) formula — causing a visible mismatch between displayed guidance and actual order prices.Changes
telegram_bot.py— V_REV/syncguidance block (v_rev_guidanceBuy1 line)telegram_view.py— V14 zero-start virtual order generation (가상 매수(Buy1)LOC entry)No other files touched. Core modules (
strategy_reversion.py,strategy_v14.py, etc.), HTML tag structure, andZoneInfo('America/New_York')lock-on are all unmodified.