Thanks for your upgrading
Do you mind altering with English version,for us English speaking traders.
i means parameters with English names and explanations in English
(151116 and 100217) all both
===============
Благодарим Вас за модернизацию
Вы не возражаете изменения с английской версии, для нас английские торговцы говорящих.
я означает параметры с английскими названиями и пояснениями на английском
(151116 и 100217), все как
input tt Metod = 1;//method of trading
extern string -----------------1вариант----------------- = "the opening through the step";
input trend trendflate = tr1; //type of trade
extern bool AutoTrend = false; //auto trend detection and switching of the reverse
extern bool buy = true; //allow buy
extern bool sell = true; //allow sell
extern bool Autobuy = false; //Auto buy
extern bool Autosell = false; //Auto sell
extern int StepB = 50; //Buy orders
extern int StepS = 50; //step Sell orders
LevelOrders int sinput = 0; //not to put opposite any closer from the last position
//prevents the installation of the opposite is closer to 100 points.
//For example opened a sell at the price of 1.1000 level, then the EA prohibits a buy earlier than the line of 1.1100.
//the function applies only to the last placed order.
extern string ------------------------------------------ = "";
extern int PeriodI =8; //indicator period
extern int ShiftI =5; //shift of the indicator
input tf TFI =0; //timeframe of the indicator
extern string -----------------2вариант----------------- = "network";
extern int OrdersBuyStop = 5; //number of orders BuyStop network
extern int OrdersSellStop = 5; //number of orders in the network SellStop
extern int OrdersBuyLimit = 5; //number of orders in the network BuyLimit
extern int OrdersSellLimit = 5; //number of orders in the network SellLimit
extern string _="";
extern int FirstLevelStop = 5; //distance from the price to the first Stop order ( if 0 then open with the level of StopLevel )
extern int FirstLevelLimit = 5; //distance from the price to the first Limit order ( if 0 then open with the level of StopLevel )
extern int StepBuyStop = 10; //step of orders BuyStop network
extern int StepSellStop = 10; //order step network SellStop
extern int StepBuyLimit = 10; //step orders BuyLimit network
extern int StepSellLimit = 10; //order step network SellLimit
extern int DeleteLevel = 500; //size of internal corridor which remove all
extern bool DeletePriOtrkPoz = true;//delete the network even if there is a market
extern string -----------------3вариант----------------- = "palucca";
extern int MinStepStopOrdes = 5; //place pending orders not close from open position
input TF_TralCandle tf=240; //timeframe candles which trail stop orders
/* news trading
Set the distance from the price in the chart there are 2 lines, then you set the time in seconds after which the Advisor moves these lines for the price.
As soon as the price crosses the line, the EA opens a position (at this point the opposing line stops scrolling).
Also, you can set the step between orders if the price continues to go, the EA opens another position, i.e., creates a network with the trend...
Then all is closed, either in profit or trailing stop or any other method that exists in the EA. If unable to close the price turned around and opened orders in the opposite direction, connects the overlap.
You can help the Advisor by moving the line with your hands.
*/
extern string -----------------4вариант----------------- = "NEWS";
extern int LevelPrice = 10; //distance from the price in points
extern int LevelTime = 30; //timeout in seconds
extern string ---------------secretively------------- = "";
extern bool close=true;//vkusiti the closing by profit
extern double CloseProfitB = 50; //profit trailing buy
extern double otkatB = 20; //close buy after rollback
extern double CloseProfitS = 50; //profit trailing sell
extern double otkatS = 20; //close sell after the rollback
extern double CloseProfitA = 50; //trailing on the total profit
extern double otkatA = 20; //close after rollback
extern string -----------------breakeven------------------- = "";
extern bool NoLoss = true; //use break-even
extern int NoLossB = 20, //transfer to breakeven buy, if 0, then no translation to breakeven
MinProfitNoLossB = 5; //minimum profit when translated bezubytok
extern int NoLossS = 20, //transfer to breakeven sell, if 0, then no translation to breakeven
MinProfitNoLossS = 5; //minimum profit when translated bezubytok
extern string ----------------trailing stop------------------- = "";
Tral extern bool = true; //use trailing stop
extern int TrailingStopB = 20, //trailing stop buy, if 0, no trailing
TrailingStartB = 60, //start trailing buy
TrailingStepB = 10; //trailing step buy
extern int TrailingStopS = 20, //TrailingStop Sell, if 0, no trailing
TrailingStartS = 60, //start trailing Sell
TrailingStepS = 10; //trailing step Sell
extern string ---------------zakratougolna------------------- = "";
extern bool CloseFar = true; //use closure far
extern int BnumberFar = 5; //number close buy
extern int SnumberFar = 5; //number close sell
extern double StartFarTralB = 100; //profit trailing buy
extern double CloseFarTralB = 50; //rollback profit buy
extern double StartFarTralS = 100; //profit trailing sell
extern double CloseFarTralS = 50; //rollback profit sell
extern bool OnlyBS = false; //close only together if pressed (buy and sell)
extern int MinLossFarB = 10; //minimal loss far buy to close it (paragraph)
extern int MinLossFarS = 10; //minimal loss sell far to close it (paragraph)
extern bool AutoFarnumber = false; //automatic number close
extern bool kn_due_B = true; //due to buy
extern bool kn_due_S = true; //due to sell
extern string --------------------volumes----------------- = "";
extern double LotB = 0.01; //volume of Buy orders
extern double LotS = 0.01; //volume of Sell orders
extern int OrdersBMax = 100; //maksimalnoi the number of positions at the purchase
extern int OrdersSMax = 100; //maksimalnoi the number of items for sale
extern double OrdersBMaxlot = 5; //maximum total size of items to purchase
extern double OrdersSMaxlot = 5; //maximum total size of items on sale
extern string ---------------sacridiadarque-------- = "";
extern double LossCloseA = 0.00; //close all positions when the drawdown (set in the Deposit currency) (0-off)
extern double LossCloseB = 0.00; //closing buy positions when the drawdown (set in the Deposit currency) (0-off)
extern double LossCloseS = 0.00; //closing sell positions when the drawdown (set in the Deposit currency) (0-off)
extern double EquityClose = 0.00; //closing Equity (defined in the Deposit currency)(0-off)
extern string -----------------levels------------ = "";
Price extern bool = true; //use levels
extern double PriceB1 = 0; //buy only above (0 - off)
extern double PriceB2 = 0; //buy only below (0 - off)
extern color colorbuy = LightCyan; //color of area purchases
extern double PriceS1 = 0; //sell just above (0 - off)
extern double PriceS2 = 0; //sell only below (0 - off)
extern color colorsell = MistyRose; //color of area sales
extern string ----------------------------- = "";
sinput bool messagebox = true; //ask the question to the close positions button
ShowLineOrders sinput bool = false; //show the line of orders when showing history
//extern int LevelBlocRevers = 100; //don't put the opposite is closer than X pips from the last market order of the 0-off
//This does work so Let's set the value to 100 points.
//Then, when opening any order prohibits the installation the opposite is closer to 100 points.
//For example opened a sell at the price of 1.1000 level, then the EA stops in the market to buy earlier than put on the line of 1.1100,
extern int slippage = 5; //slippage
extern int Magic = -1; //magic number of the orders, if -1 it will pick up everything
extern string Key = "135512026155766120"; //key to work on a real account