Files
MycLib/Src/Myc.Trade.DataProvider.pas
T
Michael Schimmel d9a82365d3 Streamlining main app
Bugfix in Chart -> StrokeJoint set to Bevel
2025-07-14 19:52:40 +02:00

14 lines
166 B
ObjectPascal

unit Myc.Trade.DataProvider;
interface
uses
Myc.Signals,
Myc.Mutable,
Myc.Trade.DataPoint,
Myc.Trade.DataStream;
implementation
end.