Settings live under each index in App Settings (indexSetting model / IIndexSettings).

Common / segment selection

Cash / Futures buy

Options buy / sell

Strike / target formulas (as implemented)

  • Initial strike match (PUT): baseValue + strikeMatchValuePutDifference
  • Initial strike match (CALL): baseValue - strikeMatchValueCallDifference
  • Target (CALL): baseValue + (baseValue * callTargetSellPrice / 100)
  • Target (PUT): baseValue - (baseValue * putTargetSellPrice / 100)