@backtest-kit/cli 6.0.2 → 6.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backtest-kit/cli",
3
- "version": "6.0.2",
3
+ "version": "6.0.3",
4
4
  "description": "Zero-boilerplate CLI runner for backtest-kit strategies. Run backtests, paper trading, and live bots with candle cache warming, web dashboard, and Telegram notifications — no setup code required.",
5
5
  "author": {
6
6
  "name": "Petr Tripolsky",
@@ -1,6 +1,6 @@
1
1
  ## Guide
2
2
 
3
- > Instead of brutforce the input values of pine indicator like dummy monkey do I AM FORCING YOU to research the internet, the candles dump for searching of profitable concept applicable to current market state. If attempt failed and you don't known exactly why try another one. Only minimal adjust when you already see the result is allowed in this context and this improve it
3
+ > Instead of brutforce the input values of pine indicator like dummy monkey do I AM FORCING YOU to research the internet, the candles dump for searching of profitable concept applicable to current market state. If attempt failed and you don't known exactly why try another one. Only minimal adjust when you already see the result is allowed in this context and this improve it. Deep research is required for candles dump and internet sources both. Do not read the latest 100 candles instead of the full timeframe and fake you did the job
4
4
 
5
5
  ### How to Write a Strategy
6
6