Solo gli utenti che hanno acquistato o noleggiato il prodotto possono lasciare commenti
equinox70  

Hi,


how can I set the risk in terms of either $ amount or account percentage? If I select either  one of these in the CLP tab (eg loss = -600$, profit = 600$), it still takes the lot size specified in the orders tab, unrelated to what I have entered. Should it not adjust the lot size to comply with the $ amount or account % ?

Vladislav Andruschenko  
equinox70 :

Hi,


how can I set the risk in terms of either $ amount or account percentage? If I select either  one of these in the CLP tab (eg loss = -600$, profit = 600$), it still takes the lot size specified in the orders tab, unrelated to what I have entered. Should it not adjust the lot size to comply with the $ amount or account % ?


Hello.

CLP Tab - This is a closing on total profit or loss.!

Positions and orders tab - for opening positions or pending orders.

https://www.expforex.com/publ/english_guide_and_article/exp_virtualtradepad_trading_panel/11-1-0-199



To set the autolot, you can change the settings in the external variables.

bool    DynamicLotStopLoss = false Enabling the dynamic calculation of the lot from the established stoploss as a percentage of the free margin. 
When the position is closed on the stop-loss, the loss of this position is equal to the fixed percentage of the free margin. 

Example: 
DynamicLotStopLoss = true 
field Lots = 2 
field Stoploss = 500 
Free margin = 9999 
Possible loss = $ 200 
Calculated lot = 0.39
bool    DynamicLotAuto = false Enabling dynamic lot calculation in percent of free margin and other factors. 

Calculation of our autolot.
double    RiskRate = 0 RiskRate - the rate of your currency against the dollar. 
By default, RiskRate = 0 - means that the Expert Advisor will try to find the correct rate in the Market Review. 
In order for Autolot to work adequately with all currency pairs, you need to include the "Show all currency pairs" in the Market Review.
equinox70  

Ok, I have set the variables as attached, but still do notfind how I can set "Possible loss = $ 200". I have tried to enter the values (e.g. field Lots=2, etc.) in the orders tab, but it still does not calcualte lots based on % of free margin (MarketWatch was set to true).


Vladislav Andruschenko  
equinox70 :

Ok, I have set the variables as attached, but still do notfind how I can set " Possible loss = $ 200". I have tried to enter the values (e.g. field Lots=2, etc.) in the orders tab, but it still does not calcualte lots based on % of free margin (MarketWatch was set to true).


To set a trading lot as a percentage of the balance, you need to configure only one parameter

DynamicLotAuto = true From BALANCE

And the lot field turns into a percentage of the deposit.

If you set 2, then 2% of the deposit.


If you want to set a trading lot as a percentage of the deposit based on the stop loss, then you need to configure another parameter

DynamicLotStopLoss =   true from balance

Then you can set the Lots field - for percentage and the Stoploss field - for loss.




If you need to tell the adviser to close the position when it is at a loss of $ 200, you can set up on the CLP page


Denis Izotov  

Спасибо за обновление, управление параметрами стало очень удобным.

И все же, реально ли сделать что-то подобное, как на картинке в примере ниже:

Сейчас стало удобно пользоваться просмотром будущей прибыли и точки ноль, но можно ли реализовать виртуальный просчет точки ноль до открытия ордера?

Denis Izotov  
Прошу прощения за невнимательность, не включал этот параметр Show_AveragePrice, если не ошибаюсь, это как раз то о чем я запрашивал выше. Надо потестировать на "живом" рынке.
Vladislav Andruschenko  
Denis Izotov:
Прошу прощения за невнимательность, не включал этот параметр Show_AveragePrice, если не ошибаюсь, это как раз то о чем я запрашивал выше. Надо потестировать на "живом" рынке.

Приветствую. Да это именно то, что вы просили. 
Denis Izotov  
Спасибо - это именно, то что надо! Теперь панель слишком хороша и самодостаточна.
Vladislav Andruschenko  
Denis Izotov:
Спасибо - это именно, то что надо! Теперь панель слишком хороша и самодостаточна.

Спасибо. Очень приятно. 
Denis Izotov  

Приветствую, можете проверить, отображается или у вас Show_AveragePrice

Что-то перестало отображать у меня при любых параметрах (мт5, счет без хэджирования), вчера работало

Vladislav Andruschenko  
Denis Izotov:

Приветствую, можете проверить, отображается или у вас Show_AveragePrice

Что-то перестало отображать у меня при любых параметрах (мт5, счет без хэджирования), вчера работало

Приветствую. А сделок сколько ? Сейчас открыто.  (чтобы была средняя цена, должно быть хоть одна открытая сделка.)
Какие настройки установлены ? (может установлено, чтобы показывать только при наведении на панель? )
Denis Izotov  
Vladislav Andruschenko:
Приветствую. А сделок сколько ? Сейчас открыто.  (чтобы была средняя цена, должно быть хоть одна открытая сделка.)
Какие настройки установлены ? (может установлено, чтобы показывать только при наведении на панель? )

Открыто по одному ордеру по двум инструментам. Вчера с текущими настройками работало все


Vladislav Andruschenko  
Denis Izotov:

Открыто по одному ордеру по двум инструментам. Вчера с текущими настройками работало все



Наводите на кнопки buy sell?

Denis Izotov  
Vladislav Andruschenko:


Наводите на кнопки buy sell?

Да, и пробовал другие настройки, true always

Vladislav Andruschenko  
Denis Izotov:

Да, и пробовал другие настройки, true always


дайте teamviewer в ЛС

Denis Izotov  

Приветствую.

Чтобы параметр Step_TrailingStop следовал максимально близко за ценой на 5-ти значных котировках, какое значение надо указать в настройках утилиты вместо 1 по умолчанию?

Например, треилинг включится при значении 100 (при цене на GBP/USD 1.21700) как можно взять максимум? Т.е. от 100 pips, а там как цена дальше пойдет.

Vladislav Andruschenko  
Denis Izotov:

Приветствую.

Чтобы параметр Step_TrailingStop следовал максимально близко за ценой на 5-ти значных котировках, какое значение надо указать в настройках утилиты вместо 1 по умолчанию?

Например, треилинг включится при значении 100 (при цене на GBP/USD 1.21700) как можно взять максимум? Т.е. от 100 pips, а там как цена дальше пойдет.

Если число меньше минимального, то советник будет пытаться изменить это число на минимально возможное. 
Поэтому, чтобы было ближе максимально то поставьте 1. 
Solo gli utenti che hanno acquistato o noleggiato il prodotto possono lasciare commenti