The ADVISOR closes the transaction according to the profit specified in the settings. That is, if there is a quick candle and the ADVISER does not have time to react, it will close more than the specified amount in the settings, but not less.
extern double LotsB = 0.1; the amount at which the purchase order will be purchased extern double LotsS = 0.1; the amount at which the sell order will be purchased extern double limit = 10.0; the number used to calculate the account balance for trading // extern int Magic1 = 11221; The magic number // extern int StuporBuy = 4; No more than the specified number will be open for purchase. orders per session extern int StuporSell = 7; No more than the specified number will be open for sale. orders per session // extern double MultiplierBuy = 3.0; how much will the subsequent purchase order be increased by? extern double MultiplierSell = 3.0; how much will the subsequent sell order be increased by? // extern int DistBuy = 50; the distance of opening a buy order from the opening price previous purchase order extern int DistSell = 50; the distance of opening a sell order from the opening price previous sell order extern int UpwardTrend = 500; the distance that the orders will be opened at least to buy if the current price is higher than the average price for buying and selling extern int DownwardTrend = 500; the distance that the orders will be opened at least for sale if the current price is lower than the average price for buying and selling extern int DistanceBetweenBuyingSelling = 200; distance from the last open sell order, above which purchase orders will be opened, if the input parameters match this extern int DistanceBetweenSalePurchase = 200; distance from the last open buy order below which sell orders will be opened, if the input parameters match this // extern double StopBuy = 150.0; the price at which all orders will be closed for purchase extern double StopSell = 150.0; the price at which all orders will be closed for sale extern double Puk = 15.0; the price at which all orders will be closed // input int PlusPoints = 100; the distance between the current price and the thrall price input int TralingStep = 10; break-even distance from the current price // extern bool skachki = false; if true, the thrall will be enabled, but if false, it will not extern int quantitybuy = 1; the number of purchase orders that will be placed Trawl adviser extern int quantitysell = 1; the number of sell orders that will be placed Trawl adviser // extern int morning = 0; the hour after which the ADVISOR will start working extern int evening = 15; the hour after which the ADVISOR will stop opening orders, but will continue its work with open orders //--- // extern int bu = 3; the number of purchase orders to be added in a critical situation extern int se = 3; the number of sell orders to be added in a critical situation extern double newlimit = 2.0; increasing the amount of the limit for trading in a critical situation
Here it should also be said that the adviser has a limit, by setting which you can prohibit the adviser from opening transactions for the remaining amount on the account. And here it is necessary to clarify one detail, that if you set this parameter to the number 10, it will mean that your account will be divided into ten and the adviser will be able to open transactions for only a tenth of your account. And the adviser will not be able to open more deals, but if the deal is unprofitable, then this parameter will not save from margin call. Then, there is also a parameter in the settings that allows you to select a new limit, since sometimes the Expert Advisor needs to provide more money in order not to go into drawdown and not hang for a long time in the hope of returning to trading. That is, if your limit used to be 10, a tenth of your account, and you specified a new limit of 2, which is half of your account, then it is possible that the ADVISER, having opened a deal and closed it with a profit, will not go into drawdown, but will continue to bring you your profit. In general, everything is at your discretion.
If for any reason you do not like the purchased program, you can request a refund within 30 days from the date of purchase. You can also make an exchange for any other product at an equal cost or by paying the difference.
Simply send a request for refund or exchange with your order number by email: support@fx-market.pro.
Refund requests received more than 30 days after purchase will be rejected.