Alexandr Bryzgalov / Profile
- Information
13+ years
experience
|
3
products
|
658
demo versions
|
90
jobs
|
0
signals
|
0
subscribers
|
I develop trading robots according to your algorithm.
Contacts:
telegram: https://t.me/bryzgalov_av
e-mail: sn-bot@yandex.ru
vk: https://vk.com/snbot
Viber/WhatsApp: +79524070188
FB: https://www.facebook.com/groups/fxbot
If you have a trading strategy that you are working for a long time, but do not have time to sit constantly at the monitor and monitor the situation on the market, the trading robot can become your irreplaceable assistant in this case. He will monitor the trading signals in it for the pledged algorithm, open positions according to these signals, to accompany them and close when it is necessary. Trading advisor can do without the constant presence of the trader in the workplace. Only occasionally (1-2 times a month) you will need to adjust the settings advisor under the changed market.
Advisor for MT4 - it is an opportunity to test your trading strategy on historical data. This possibility of selection optimatnyh settings to maximize the value of your trading strategy. It's either not defatigable employee who can give you more than a percentage of the profits from the deposit.
To automate the trading strategy, you just need to contact me with a description of the algorithm and you get:
1 The program is fully compliant with your technical project
2 The ability of this solution to work on all types of accounts, all trade tools
and time periods
3 Resistance to the market situation trading robot capable of reducing its work
after rebooting the terminal connection failure or a power outage.
4 Easily extensible program code in the event future upgrades and additions
5 Lifetime warranty on the obtained solution
6 Free minor modifications
7 Help with installation and operation of the advisor.
Contacts:
skype: sanyooooook1
e-mail: sn-bot @ yandex.ru
PS: use Google translator
Contacts:
telegram: https://t.me/bryzgalov_av
e-mail: sn-bot@yandex.ru
vk: https://vk.com/snbot
Viber/WhatsApp: +79524070188
FB: https://www.facebook.com/groups/fxbot
If you have a trading strategy that you are working for a long time, but do not have time to sit constantly at the monitor and monitor the situation on the market, the trading robot can become your irreplaceable assistant in this case. He will monitor the trading signals in it for the pledged algorithm, open positions according to these signals, to accompany them and close when it is necessary. Trading advisor can do without the constant presence of the trader in the workplace. Only occasionally (1-2 times a month) you will need to adjust the settings advisor under the changed market.
Advisor for MT4 - it is an opportunity to test your trading strategy on historical data. This possibility of selection optimatnyh settings to maximize the value of your trading strategy. It's either not defatigable employee who can give you more than a percentage of the profits from the deposit.
To automate the trading strategy, you just need to contact me with a description of the algorithm and you get:
1 The program is fully compliant with your technical project
2 The ability of this solution to work on all types of accounts, all trade tools
and time periods
3 Resistance to the market situation trading robot capable of reducing its work
after rebooting the terminal connection failure or a power outage.
4 Easily extensible program code in the event future upgrades and additions
5 Lifetime warranty on the obtained solution
6 Free minor modifications
7 Help with installation and operation of the advisor.
Contacts:
skype: sanyooooook1
e-mail: sn-bot @ yandex.ru
PS: use Google translator


Alexandr Bryzgalov
https://yadi.sk/d/IXzGtge9bUNSG
----------------Вроде по-русски объяснил ;)
Тестовый период до 31.12.2014
Тестируем, замечания принимаются на sn-bot@yandex.ru
Type = Master; // операция копировщик: Master - для поставщика сигналов
//, Slave - для аккаунта клиента (market, Stop, Limit, TekeProfit, StopLoss)
//, Slave_revers. - для аккаунта клиента (только рынок)
FileName = "MarketInfo.txt"; / * FileName * / // имя файла для обмена информацией между ведущим и ведомым
Sleep_ = 500; // спим между циклами, млс.
Coeff = 1,0; // Соотношение копирования лота
SO = 120; // допустимое время копирования, сек.
StMagik = "copier"; // Волшебное слово, что бы "Slave" и "Slave_revers" не потеряли свои ордера.
1. Установить "Copier.ex4" в пупку MQL4/Experts/ Master терминала
2. Установить "Copier.ex4" в пупку MQL4/Experts/ Sleve терминала
3. Запустить "Copier.ex4" на счёте провайдера. График любой.
4. Выбрать необходимые параметры.
5. Запустить "Copier.ex4" на ведомом счёте. График любой.
6. Параметр FileName поставить такой же как на копировщине запущеном на мастер счёте.
7. Если идёт копирование многие к одному, то параметр StMagik у каждой запускаемой копии должен быть разным.
----------When translated into English used Google translator
Test period to 31.12.2014
Testing, notes taken at sn-bot@yandex.ru
Type=Master; //operation copyist: Master - for the account provider
// , Slave - for the customer's account (Market, Stop, Limit, TekeProfit, StopLoss)
// , Slave_revers. - for the customer's account (only market)
FileName="MarketInfo.txt";/*FileName*/ //file name for the exchange of information between Master and Slave
Sleep_=500;//Sleep mls.
Coeff=1.0;// copy ratio Lot
SO=120;//allowable time copy sec.
StMagik="copier"; //magic string, should that be "Slave" and "Slave_revers" did not lose their orders
1. Set "Copier.ex4" in the navel MQL4 / Experts / Master Terminal
2. Set "Copier.ex4" in the navel MQL4 / Experts / Sleve terminal
3. Run "Copier.ex4" the account provider. Schedule any.
4. Select the required parameters.
5. Run "Copier.ex4" on slave account. Schedule any.
6. The FileName parameter to put the same as on kopirovschine running on the master account.
7. If going up, many to one, the parameter StMagik triggered each copy must be different.
----------------Вроде по-русски объяснил ;)
Тестовый период до 31.12.2014
Тестируем, замечания принимаются на sn-bot@yandex.ru
Type = Master; // операция копировщик: Master - для поставщика сигналов
//, Slave - для аккаунта клиента (market, Stop, Limit, TekeProfit, StopLoss)
//, Slave_revers. - для аккаунта клиента (только рынок)
FileName = "MarketInfo.txt"; / * FileName * / // имя файла для обмена информацией между ведущим и ведомым
Sleep_ = 500; // спим между циклами, млс.
Coeff = 1,0; // Соотношение копирования лота
SO = 120; // допустимое время копирования, сек.
StMagik = "copier"; // Волшебное слово, что бы "Slave" и "Slave_revers" не потеряли свои ордера.
1. Установить "Copier.ex4" в пупку MQL4/Experts/ Master терминала
2. Установить "Copier.ex4" в пупку MQL4/Experts/ Sleve терминала
3. Запустить "Copier.ex4" на счёте провайдера. График любой.
4. Выбрать необходимые параметры.
5. Запустить "Copier.ex4" на ведомом счёте. График любой.
6. Параметр FileName поставить такой же как на копировщине запущеном на мастер счёте.
7. Если идёт копирование многие к одному, то параметр StMagik у каждой запускаемой копии должен быть разным.
----------When translated into English used Google translator
Test period to 31.12.2014
Testing, notes taken at sn-bot@yandex.ru
Type=Master; //operation copyist: Master - for the account provider
// , Slave - for the customer's account (Market, Stop, Limit, TekeProfit, StopLoss)
// , Slave_revers. - for the customer's account (only market)
FileName="MarketInfo.txt";/*FileName*/ //file name for the exchange of information between Master and Slave
Sleep_=500;//Sleep mls.
Coeff=1.0;// copy ratio Lot
SO=120;//allowable time copy sec.
StMagik="copier"; //magic string, should that be "Slave" and "Slave_revers" did not lose their orders
1. Set "Copier.ex4" in the navel MQL4 / Experts / Master Terminal
2. Set "Copier.ex4" in the navel MQL4 / Experts / Sleve terminal
3. Run "Copier.ex4" the account provider. Schedule any.
4. Select the required parameters.
5. Run "Copier.ex4" on slave account. Schedule any.
6. The FileName parameter to put the same as on kopirovschine running on the master account.
7. If going up, many to one, the parameter StMagik triggered each copy must be different.


Alexandr Bryzgalov
Show all comments (10)

Alexandr Bryzgalov
2014.09.12
для проверки, нанеси граф объекты на график и через диспетчер убей терминал, по идее графические объекты при загрузке терминала должны исчезнуть.

Izzatilla Ikramov
2014.09.12
Я говорил, по моим расчетам еще рано на лонг. Подробности в моем профиле.


Alexandr Bryzgalov
http://autopoet.yandex.ru/monorim/18/
чем питается кабан
госуслуги татарстан
клип роксаны бабаян
лимончелло ресторан
2013
чем питается кабан
госуслуги татарстан
клип роксаны бабаян
лимончелло ресторан
2013

Alexandr Bryzgalov
http://autopoet.yandex.ru/onegin/15/
компьютерные магазины
животное как объяснить
чертеж ножа для гильотины
квартальные столбы купить
о женской красоте цитаты
сбербанк саратов банкоматы
краситель бета-каротин
как позвонить на сахалин
утилизация отходов
цитаты из армагеддон
ячеистый газобетон
опалубка для кладки сводов
что означает паракорд
лион париж аэропорт
12 января 2014, метель
компьютерные магазины
животное как объяснить
чертеж ножа для гильотины
квартальные столбы купить
о женской красоте цитаты
сбербанк саратов банкоматы
краситель бета-каротин
как позвонить на сахалин
утилизация отходов
цитаты из армагеддон
ячеистый газобетон
опалубка для кладки сводов
что означает паракорд
лион париж аэропорт
12 января 2014, метель

Alexandr Bryzgalov
натолкнул ты меня на одну идею )))
спасибо
спасибо

Vladimir Karputov
Comment to topic Интересное и Юмор
Наша Таня громко плачет. Уронила в речку: — мячик; — деньги; — линзы; — документы; — чемодан; — рулон брезента; — кактус; — веник; — сигареты; — керогаз; — белье; — конфеты; — камень; — ножницы; —

Alexandr Bryzgalov
Интересное дело:
использование одного и того же свойство объекта(MQL4), в казалось бы одинаковых по смыслу функциях даёт разный результат.
ObjectSet("HighLow",OBJPROP_CORNER,CORNER_RIGHT_UPPER); // меняет угол привязки объекта
ObjectSetInteger(0,"HighLow",OBJPROP_CORNER,CORNER_RIGHT_UPPER);// меняет угол графика для привязки объекта
использование одного и того же свойство объекта(MQL4), в казалось бы одинаковых по смыслу функциях даёт разный результат.
ObjectSet("HighLow",OBJPROP_CORNER,CORNER_RIGHT_UPPER); // меняет угол привязки объекта
ObjectSetInteger(0,"HighLow",OBJPROP_CORNER,CORNER_RIGHT_UPPER);// меняет угол графика для привязки объекта

Alexandr Bryzgalov

Alexandr Bryzgalov
А кто модерирует раздел "Фриланс"?
Или его ни кто не модерирует


Alexandr Bryzgalov


Alexandr Bryzgalov
2014.09.07
нету, только разработчики с первых двух страниц https://www.mql5.com/ru/job/developers

Alexandr Bryzgalov

Server Muradasilov
Comment to topic Интересное и Юмор
Нью-Йорк. Полдень. Жара. Старый еврей Мойша торгует семечками на мраморной лестнице Bank of New York. К нему обращаются: — Мойша! Дайте взаймы. — Не можно, — отвечает он. — У нас договор с Bank of New


Alexandr Bryzgalov
В фильме «Терминатор-2» Терминатор говорит байкеру: «Мне нужны твоя одежда, ботинки и мотоцикл».
За 11 лет до этого в фильме «Приключения Электроника» Электроник, собираясь заменить Сыроежкина, обращается к нему с фразой: «Мне нужна твоя форма».
За 11 лет до этого в фильме «Приключения Электроника» Электроник, собираясь заменить Сыроежкина, обращается к нему с фразой: «Мне нужна твоя форма».


Alexandr Bryzgalov
срочно в блоги )

ALEXEY NIKOLAEV
Comment to topic Интересное и Юмор
Современное рабство: 1. Кредитные карты Петя Клюшкин получает 30 тысяч рублей в месяц. Также у него есть несколько кредитных карточек с общим долгом в 100 тысяч рублей. За обслуживание этого кредита

: