- Implemented StochasticCross indicator in CustomScenario with associated parameters and labels.
- Enhanced TradeChart to visualize StochasticCross data, including %K and %D series.
- Updated API and types to include kFactor and dFactor properties for StochasticCross.
- Modified backtest and scenario pages to incorporate StochasticCross in indicator lists and parameter mappings.
* Add FundingRate interfaces and worker
* Add build on PR
* Remove zip
* Specify the solution path
* Add build for worker too
* Set up StatisticService.cs for funding rate
* Add Fundingrate alerts
* Send alert when big funding rate change + add SlashCommands.cs for fundingrate
* Remove fixtures
* Refact names
* Renames