×

Sign up and get MultiCharts free

Use its powerful simulation mode with data included out of the box. Just fill out the form and start honing your trading skills with a few clicks.

Power - MultiCharts
Open main menu

Returns the value of one specified numerical expression to the power of another.

Usage

Power(Base, Exponent);

Where:

Base - a numerical expression.
Exponent - a numerical expression.

Example

Power(5, 3);

Will return a value of 125.