Skip to content

Get Total Capital

Syntax

this.getTotalCapital()

Description

The getTotalCapital function returns the total capital available in automaion.

It is calculated:

cash + invested + unrealizedPl

Returns

The getTotalCapital function returns a number reprezenting total capital

Examples

this.getTotalCapital();
//=> 10_321