File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -381,11 +381,13 @@ impl DetectorTask {
381381 }
382382 }
383383
384- /// Attempt an immediate signal using the last OHLCV candle close as entry price.
384+ /// Attempt an immediate signal using the last OHLCV candle close as entry
385+ /// price.
385386 ///
386- /// Used by `run` for `Immediate` mode before entering the reactive event loop.
387- /// Fetches candles from the OHLCV port, takes the last close as the reference
388- /// price, and delegates to `create_signal` (which computes the technical stop).
387+ /// Used by `run` for `Immediate` mode before entering the reactive event
388+ /// loop. Fetches candles from the OHLCV port, takes the last close as
389+ /// the reference price, and delegates to `create_signal` (which
390+ /// computes the technical stop).
389391 async fn try_proactive_immediate_signal ( & self ) -> DaemonResult < DetectorSignal > {
390392 let candles = self
391393 . ohlcv_port
You can’t perform that action at this time.
0 commit comments