Parameters
You can access the Expert Advisor settings at any time to make changes to your settings when the EA is running. Simply right click on the chart and you will see Expert Advisors and select Properties.
info
Remember, each chart has separate settings. Changing one of the parameters on the GBP/USD chart will not affect the settings of the USD/CAD chart.
Parameter | Description | Recommended values |
---|---|---|
Receipt | Enter your license key here. | |
EABuy_Number | Unique identifier for all buy positions. | Number between 0 and 9999 |
EASell_Number | Unique identifier for all sell positions. | Number between 0 and 9999 |
Lots | Lot size for every new position opened, unless trade is in recovery (see CoveringLoss_Percent ). The lot size depends on you account balance and risk profile. | Number between 0.01 and 50 |
CoveringLoss_Percent | When a position closes with a loss, the next position will try to recover X % of the initial loss. 100 would be recovering 100% of the loss. 110 would be recovering 100% of the loss + 10%. 120 would be recovering 100% of the loss + 20%. If set to 0 the next position will simply use the Lots parameter. You may also set this to less than 100. The recovery percentage depends on you account balance and risk profile. | Number between 0 and 200 |
MaxOrder | This limits the amount of consecutive loosing trades. If a given currency pair exceeds this number of losses in a row, it will stop placing new trades. | Number between 1 and 99 |