How to avoid error 131?

 

Hi everybody, how do I avoid error 131?


//+------------------------------------------------------------------+

// -- Money Management Parameters

//+------------------------------------------------------------------+

extern string __s6 = "-----  Money Management Parameters  -----------";

extern bool UseMoneyManagement = false;

extern double Lots = 0.1;

extern int LotsDecimals = 2;

extern double RiskInPercent = 2.0;

extern double MaximumLots = 0.5;

extern bool UseFixedMoney = false;

extern double RiskInMoney = 100.0;

 
Shawn Ong: how do I avoid error 131?
  1. Don't paste code
    Play video
    Please edit your post.
    For large amounts of code, attach it.

  2. Post the code that gives you the error.
Reason: