Да искал, читал, где то даже описание нашел этих параметров , но короткое и не понятно какую функцию выполняет данный параметр....Почему годы могут уйти?, объяснить логику робота, вы же его создавали и писали......а вы как создатель и автор сего чудо просто обязаны знать в них все .........есть много нюансов которые хотелось бы понять, у вас я теперь думаю спрашивать смысла нет.....мы можем в скайпе переговорить по этому поводу или нет....может все таки внесете какую-нибудь ясность.
Писал я его очень давно, поэтому всего не помню. Задавайте конкретные вопросы, я буду по каждому смотреть отдельно код и вспоминать.
Вот описание параметров.
extern bool True_Buy = true; // разрешить покупки
//Allow the transaction Buy
extern bool True_Sell = true; // разрешить продажи
//Allow transaction Sell
extern bool open_trend = false; // открывать по тренду
//Open orders on a trend
extern int first_step = 1; // расстояние до первого ордера
//distance from the current price to the first order expressed in the number of pips
extern int nestavitblige = 5; //не ставить отложенный ордер ближе OrdersMinSart пунктов от текущей цены
//Do not put a pending order closer OrdersMinSart points from the current price
extern int step_move = 1; // шаг перемещения стоп ордеров
//step for moving a pending order
extern int steporders = 5; // расстояние между ордерами
//distance between orders in pips
extern double maxloss = 100000; // максимальный убыток (не выставляем ордера если убыток больше)
//maximum loss of orders placed in one direction, after which trades opened in this direction cannot be placed
extern double closelossprofitall = 10.0; //убыток ниже которого отдельные направления не закрывать (только все вместе)
//maximum loss of orders placed in one direction, after which trades will be closed by total profit only
extern double объем_order = 0.1; //объем первого ордера Lot
extern double plus_lot = 0.0; // добавка лота
//adds the value to the lot size of each subsequent trade
extern double multiplrlot = 1.5; // коэффициент увеличения лота
//multiplies the lot size of each subsequent trade by the value
extern int digitslot = 2; // дискретность лота
//lots of orders to be rounded: 1 – up to one decimal place (0.1), 2 – up to two decimal places (0.01)
extern double profit_close2 = 10.0; //прибыль для закрытия ордеров всех направлений в валюте депозита
//(работает в момент, когда достигнут макимальный убыток убыток_закр_по_общ_профиту одного направления)
//profit in deposit currency by which orders placed in all directions will be closed //(when orders placed in one direction have a loss, then a total profit locked in after closing of all orders will be defined by this parameter)
extern double profit_close1 = 50.0; //прибыль для закрытия ордеров одного направления в валюте депозита
//profit in deposit currency by which orders placed in one direction will be closed
extern double К_arprofit = 50; //коэфициент авторасчета прибыли (если больше 0, то прибыль_закр_1_направления игнорируется)
//coefficient for automatic calculation of profit
extern double closeloss = 100000.0; //убыток для закрытия ордеров одного направления в валюте депозита
//loss in deposit currency by which orders placed in one direction will be closed
extern string Trailing = ""; //трал 0–откл, 1–по свечам, 2–по фракталам, >2–по пунктам
//Trailing 0–disabled, 1–candlesticks, 2–fractals, >2–points
extern int longtrall = 1; // тип и длинна трала 1 свечи 2 фракталы
// length of trailing
extern int step_trall = 0; // шаг трала
// step of trailing
extern int minprofittrail = 10; // минимальный профит трала в пунктах
// minimum profit in pips to trail
extern int deltafr = 0; // отступ от фрактала
// distance from a fractal, a candlestick, etc.
input tf tfcandle = t15; // таймфрейм свечей трала
// timeframe of a candlestick or a fractal
sinput int Magic = 777; //Magic
sinput int Font_Size = 10;//шрифт
sinput color colorinfo = clrLime;
extern int Stoploss = 0; //стоплосс
//Stop Loss in points
extern int Takeprofit = 0; //тейкпрофит
//TakeProfit in points
extern int MaxOrders = 5; // максимум ордеров после которого закрываем в 0
//MaxOrders