[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ELA question



PureBytes Links

Trading Reference Links

How would one code a dynamic position size in Easy Language?

Lets assume that, you had a $1,500.00 stop for each entry.  You start
your test with a $1,000,000 account size.  Each trade you wish to risk
3% of your equity.  How would you code this?


(Equity * .03) / 1500 = Number of contracts to trade

Thanks in advance for your help.

Andrew