×

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.

Changes - MultiCharts
Open main menu

Changes

Portfolio Trader Strategy Examples

1 byte removed, 14:11, 29 September 2014
MyIndicator= (R - AvgReturn ) / Sdev
end;
</syntaxhighlight>
{Retrieve MyIndicator Rank. Rank is from 1 to 500 since our universe is 500 Stocks}
The above is a classic case of Stocks Relative Performance Trading
MyIndicator should be generic, meaning that the user should be able to change this Ranking Indicator as he wishes. Another Example of Ranking Indicator might be MyIndicator = ADX of data2; Then allow trading only in those stocks that have the highest ADX.</syntaxhighlight>