Page cover image

ROI/Profit

Any.trade employs a unique ROI (Return on Investment) formula to calculate profits from positions, which typically aligns closely with the classical ROI formula:

posDirection * (entryPrice - exitPrice) / entryPrice

The adapted position ROI formula takes into account additional factors like market volatility, available liquidity, and open interest, all of which are encapsulated in a variable known as "gamma." Traders can determine their ROI using the formula:

gamma * classicalROI = positionROI

Information about the gamma factor for each position can be found in the position's details or accessed through the API.

Last updated