Jump to content

OMXet

Members
  • Posts

    1
  • Joined

  • Last visited

OMXet's Achievements

0

Reputation

  1. Hello I use this formula to determine contract size in my automated system at US TECH100. It works perfectly in backtesting but I'm not sure if it will work live. I'm concerned if it is possible to use several decimals in an automated system. Anyone who knows? STARTINGCAPITAL = 10000 //10k USD SIZE = 1 / STARTINGCAPITAL //divide your initial contract size by startingcapital CAPITAL = STARTINGCAPITAL + STRATEGYPROFIT //current capital K = CAPITAL * SIZE //calculate position size positionsize=K if buysignal and not shortonmarket then buy positionsize contract at market
×
×
  • Create New...
us