Hello there!
in General,it is necessary that the expert Advisor has approximately the following risk parameters with pre-entered percentages ..
maybe someone has a quick solution?)
Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
malishko89
Thanks a lot)
zhserg
#property version "1.00"
#property strict
enum ENUM_RISK
{
low=1, //Low
med=10, //Medium
high=50, //High
};
input ENUM_RISK risk = low; //Auto MM