×

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.

Random - MultiCharts
Open main menu

Returns a pseudo-random number between 0 and the value of the specified numerical expression.

Usage

Random(Value);

Where:

Value - a numerical expression.

Examples

Random(1.25);

Will return a random value anywhere between 0 and 1.25.

Random(-10);

Will return a random value anywhere between -10 and 0.