MCPcopy Create free account
hub / github.com/Open-Quant/openquant / Event

Class Event

crates/openquant/src/labeling.rs:5–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3
4#[derive(Debug, Clone)]
5pub struct Event {
6 pub t1: Option<NaiveDateTime>,
7 pub trgt: f64,
8 pub side: Option<f64>,
9 pub pt: f64,
10 pub sl: f64,
11}
12
13#[derive(Debug, Clone, Copy)]
14pub struct TripleBarrierConfig<'a> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected