eth-signal-intent-readonly.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "clock": {
  3. "decision_candle_time": "2026-04-29 16:45:00 UTC",
  4. "decision_candle_ts": 1777481100000,
  5. "indicator_rule": "confirmed 15m candles strictly before the latest confirmed candle",
  6. "latest_confirmed_candle_time": "2026-04-29 17:00:00 UTC",
  7. "latest_confirmed_candle_ts": 1777482000000
  8. },
  9. "decision": {
  10. "close": 2266.59,
  11. "reason": "no signal",
  12. "rsi2": 10.404698300290022,
  13. "signal": false,
  14. "sma60": 2312.0906666666665
  15. },
  16. "instrument": {
  17. "ctVal": "0.1",
  18. "lotSz": "0.01",
  19. "minSz": "0.01",
  20. "tickSz": "0.01"
  21. },
  22. "mode": "readonly_order_intent",
  23. "order_intents": [],
  24. "risk": {
  25. "planned_margin_usdt": "30",
  26. "slice_margin_usdt": "10",
  27. "stop_price_if_all_levels_fill": null
  28. },
  29. "source": {
  30. "candles": "local",
  31. "instrument": "static"
  32. },
  33. "state_preview": {
  34. "last_confirmed_candle_ts": 1777482000000,
  35. "last_signal_candle_ts": null,
  36. "orders": [],
  37. "position": {
  38. "avg_entry_price": null,
  39. "entry_candle_ts": null,
  40. "filled_base_qty": "0",
  41. "filled_contracts": "0",
  42. "filled_notional_usdt": "0",
  43. "first_fill_ts": null,
  44. "margin_used": "0",
  45. "stop_price": null
  46. },
  47. "state": "idle",
  48. "strategy_id": "eth_robust_twap_15m_readonly",
  49. "updated_at": "2026-04-29T18:05:36Z"
  50. },
  51. "strategy": {
  52. "bar": "15m",
  53. "direction": "long",
  54. "entry_offsets": [
  55. 0.003,
  56. 0.006,
  57. 0.009
  58. ],
  59. "entry_signal": "decision_close > sma60 and rsi2 <= 3.0",
  60. "entry_valid_bars": 4,
  61. "exit_rsi": 50.0,
  62. "leverage": 3,
  63. "max_hold_bars": 48,
  64. "rsi_length": 2,
  65. "stop_loss_pct": 0.012,
  66. "symbol": "ETH-USDT-SWAP",
  67. "trend_sma": 60
  68. },
  69. "submitted_orders": 0
  70. }