LICENSE
README.md
pyproject.toml
setup.py
ffquant/__init__.py
ffquant.egg-info/PKG-INFO
ffquant.egg-info/SOURCES.txt
ffquant.egg-info/dependency_links.txt
ffquant.egg-info/requires.txt
ffquant.egg-info/top_level.txt
ffquant/analyzers/OrderAnalyzer.py
ffquant/analyzers/Returns.py
ffquant/analyzers/SharpeRatio.py
ffquant/analyzers/__init__.py
ffquant/brokers/MyBroker.py
ffquant/brokers/TradingView.py
ffquant/brokers/__init__.py
ffquant/calendar/MyCalendar.py
ffquant/calendar/__init__.py
ffquant/feeds/FakeFeed.py
ffquant/feeds/Line.py
ffquant/feeds/MyFeed.py
ffquant/feeds/MyLiveFeed.py
ffquant/feeds/__init__.py
ffquant/indicators/ActBuySellHedgePos.py
ffquant/indicators/ActiveBuySell.py
ffquant/indicators/AggSignalV3.py
ffquant/indicators/BaseIndicator.py
ffquant/indicators/BondVolume.py
ffquant/indicators/CnTrsAbs.py
ffquant/indicators/Fluctuation.py
ffquant/indicators/HkTrsAbs.py
ffquant/indicators/HsiCzLv.py
ffquant/indicators/IndexListIndicator.py
ffquant/indicators/LongTermDirection.py
ffquant/indicators/OpenUStock.py
ffquant/indicators/OpenUWarrant.py
ffquant/indicators/PnlPattern.py
ffquant/indicators/PredictV1.py
ffquant/indicators/PriceActionDescriptor.py
ffquant/indicators/PriceMoving.py
ffquant/indicators/PricePattern.py
ffquant/indicators/ProdBuySellSeqZyj.py
ffquant/indicators/Shift.py
ffquant/indicators/ShortTermDirection.py
ffquant/indicators/StopOpenPos.py
ffquant/indicators/ThvAdjust.py
ffquant/indicators/TradeAction.py
ffquant/indicators/Trend.py
ffquant/indicators/TrendCz.py
ffquant/indicators/TrendHold.py
ffquant/indicators/TrendHoldAdjust.py
ffquant/indicators/TrendHoldAdv.py
ffquant/indicators/TrendHoldFast.py
ffquant/indicators/TrendOscillate.py
ffquant/indicators/TrendSector.py
ffquant/indicators/TrendWarrant.py
ffquant/indicators/TurningPoint.py
ffquant/indicators/TurningPointWarrant.py
ffquant/indicators/VolStrengthOption.py
ffquant/indicators/VolStrengthWarrant.py
ffquant/indicators/__init__.py
ffquant/observers/MyBkr.py
ffquant/observers/MyBuySell.py
ffquant/observers/MyDrawDown.py
ffquant/observers/MyTimeReturn.py
ffquant/observers/__init__.py
ffquant/plot/__init__.py
ffquant/plot/dash_graph.py
ffquant/plot/dash_ports.py
ffquant/plot/perf.py
ffquant/strats/BaseStrategy.py
ffquant/strats/__init__.py
ffquant/utils/Apollo.py
ffquant/utils/Logger.py
ffquant/utils/MqProducer.py
ffquant/utils/__init__.py
ffquant/utils/backtest_data_serialize.py
ffquant/utils/global_backtest_data.py
ffquant/utils/make_backtest_data_viewer.py
ffquant/utils/standalone_dash.py
ffquant/utils/tv_marker.py