Changes

Jump to navigation Jump to search

Portfolio Trader Strategy Examples

No change in size, 14:21, 29 September 2014
no edit summary
if 0 > MoneyCostForInvestPerCtrct then
raiseruntimeerror( text("Error! Price = ", potential_entry_price:0:6,  "PMargin = ", Portfolio_GetMarginPerContract, "PMaxPLoss = ", Portfolio_GetMarginPerContract) );
// MoneyCostForInvestPerCtrct in currency of the symbol. Convert it to portfolio currency ...
<syntaxhighlight>once if 1 <> getappinfo(aiisportfoliomode)
then raiseruntimeerror("Portfolio Rank Money Management Signal can be applied for to MCPortfolio application only.");
once if pmms_strategies_count() > 10000

Navigation menu