Introduction - If you have any usage issues, please Google them yourself
This update has greatly reduced the settable parameters. According to personal trading habits, when loading EA to the chart, the initial parameters can be set and saved as EA settings file, which saves input parameters in the input box when operating.
Lots = 0.01; // Initial Opening Hands
SLTPprice = false; // default stop and stop earnings are hand counts. Stop Loss and Stop Earnings Set to True with Specific Price
StopLoss = 150; // Initial Stop Loss Points
TakeProfit = 200; // Initial stop point
Slppage = 30; / / allowable sliding point, floating quotation 30-50 will do.