Hello everyone,
for moneymanagement purposes I have already found some solutions.
But I dont get them fully. Since in my understanding the value of a contract must be somehow available?
Most moneymanagement tool using following formulas :
Equity$ = Capital$ + StrategyProfit$
Risk$ = Equity * Risk%
But for the PositionSize I need the price of a contract.
PositionSize = Floor(Risk$/ContractPrice,1)
How will I access the contract price in PRC?
Thanks for your help.
Taklause