×

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

Random

Revision as of 14:21, 26 January 2012 by 194.84.116.138 (talk) (Created page with "Returns a pseudo-random number between 0 and the value of the specified numerical expression. ==== Usage ==== <syntaxhighlight>Random(Value)</syntaxhighlight> Where: [[Va...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

Usage

Random(Value)

Where: Value - a numerical expression

Example

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