Open Data Club

Structured trading rules, not improvised button mashing.

The platform is being designed around disciplined, state-driven automation. That includes explicit buy logic, average cost tracking, sell triggers, and clear handling of manual intervention.

Core strategy structure

  • Initial buy starts a cycle.
  • Automatic buys can trigger at defined downside intervals.
  • Manual share buys can be added by explicit user action.
  • Average cost is recalculated after every filled buy.
  • Sell-all logic closes the position once the target is reached.

Why average cost matters

The average position price becomes the anchor for the exit rule. If the average moves, the sell target moves. That means manual buys and partial fills are not side notes. They materially change the position state.

Platform behavior after fills

  • Update total shares
  • Update total position cost
  • Recalculate average price
  • Recalculate next state and target
  • Record the event in the system log
  • Push the update to dashboard and notifications