79365693

Date: 2025-01-17 17:59:51
Score: 1
Natty:
Report link

Try strategy.exit

if strategy.position_size > 0
    strategy.exit(
      id                 = 'Long Exit',
      from_entry         = 'Long',
      stop               = today_low,
      limit              = 400)
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
Posted by: Gu5tavo71