48 lines
976 B
Markdown
48 lines
976 B
Markdown
|
|
# GRIDENGINE ORDERSEND CLASSIFICATION - 2026-05-28
|
||
|
|
|
||
|
|
## Verdict
|
||
|
|
|
||
|
|
STATUS = COMMENT_OR_STRING_FALSE_POSITIVE
|
||
|
|
MERGE_TO_ICHIGRID = FORBIDDEN
|
||
|
|
MERGE_TO_LOT046 = FORBIDDEN
|
||
|
|
COPY_TO_MT5 = FORBIDDEN
|
||
|
|
OPEN_LOT047 = FORBIDDEN
|
||
|
|
PRODUCTION = NO
|
||
|
|
|
||
|
|
## Context
|
||
|
|
|
||
|
|
The feature source code inspection detected one forbidden token hit:
|
||
|
|
|
||
|
|
- Feature: grid_pressure_norm
|
||
|
|
- Source file: GridEngine.mqh
|
||
|
|
- Pattern: OrderSend
|
||
|
|
|
||
|
|
## Classification result
|
||
|
|
|
||
|
|
TRUE_FORBIDDEN_TRADING_CALL = 0
|
||
|
|
COMMENT_OR_STRING_FALSE_POSITIVE = 1
|
||
|
|
REVIEW_REQUIRED = 0
|
||
|
|
|
||
|
|
## Evidence
|
||
|
|
|
||
|
|
The detected line is a status string, not a function call:
|
||
|
|
|
||
|
|
g_runtime.order_intent_state.status = "queued_for_mq5_ordersend";
|
||
|
|
|
||
|
|
## Decision
|
||
|
|
|
||
|
|
The forbidden token hit is classified as a false positive.
|
||
|
|
|
||
|
|
However, grid_pressure_norm is not approved for ONNX contract yet.
|
||
|
|
|
||
|
|
## Next allowed action
|
||
|
|
|
||
|
|
MANUAL_METRIC_SELECTION_AND_NORMALIZATION_REVIEW
|
||
|
|
|
||
|
|
## Forbidden next actions
|
||
|
|
|
||
|
|
IMPLEMENT_MQL5_ONNX_BRIDGE
|
||
|
|
MERGE_TO_LOT046
|
||
|
|
COPY_TO_MT5
|
||
|
|
OPEN_LOT047
|
||
|
|
PRODUCTION
|