Nur Nutzer, die das Produkt gekauft oder gemietet haben, können Kommentare hinterlassen
pumy  
Vladislav Andruschenko:


Hello,

Checked, everything is working fine.

attach your set file, log file of the advisor and a screenshot.

Dateien:
pumy  

I have checked everything  and  all working fine.  Just update to the new version,  all is OK before update. 

Please help me!

pumy  

 I  delate and reinstall it , still not CLOSE ALL  , and also  can not close any trade auto.

Please help me!

Vladislav Andruschenko  
pumy:

 I  delate and reinstall it , still not CLOSE ALL  , and also  can not close any trade auto.

Please help me!

Hello. 
I can atach old version. 
pumy  
Vladislav Andruschenko:


old version

Thank U

stephenwan  

Hello,

I would like to know 

1) 

For the parameter CLP_TRALOPTIONSTEP, the default is 0.0, what will happen it is set as zero? Will it keep chasing the price or disabling trailing for zero value?

2)

I am using a EA to trade 5 CCY, and implement close if for each CCY, do I need to change the magic no of each CCY and match it with the magic number setting of close if in each CCY?

Vladislav Andruschenko  
stephenwan:

Hello,

I would like to know 

1) 

For the parameter CLP_TRALOPTIONSTEP, the default is 0.0, what will happen it is set as zero? Will it keep chasing the price or disabling trailing for zero value?

2)

I am using a EA to trade 5 CCY, and implement close if for each CCY, do I need to change the magic no of each CCY and match it with the magic number setting of close if in each CCY?



Hello. 
1. 0 is trailprofot work always.  Each pip.  
2. You can set in ea settings multi magic, for example 111,222,333 etc 
stephenwan  
Vladislav Andruschenko:


Hello. 
1. 0 is trailprofot work always.  Each pip.  
2. You can set in ea settings multi magic, for example 111,222,333 etc 

Thanks

So I need to set the magic number parameter in close if in each ccy to match with the magic no of my ea right?

Vladislav Andruschenko  
My Expert Advisor, by default, monitors and closes all transactions on the account., With any magic number.
But, if you need my advisor to follow only certain magic, then you need to install the necessary magics, separated by commas.
ttom0128  
hi, I would like to know the uses of parameter of CLP_DeleteStopOrders which default setting is false
Vladislav Andruschenko  
ttom0128:
hi, I would like to know the uses of parameter of CLP_DeleteStopOrders which default setting is false
bool CLP_DeleteStopOrders = falseDelete pending orders when "closing on the total profit or loss"
Vladislav Andruschenko  
-Исправлена ошибка трейлинга прибыли и закрытия в минус, которая возникала при использовании закрытия на всех символах. 

-Добавлена переменная указания валютной пары для работы панели: SymbolToTradeCustom
Это дает возможность торговать на оффлайн графиках (Тиковый, Ренко..). 
Внимание: Будьте внимательны при написании названия. Название должно полностью соответствовать названию в Обзоре рынка!
EurUSD - Неправильно!
EURUSD - Правильно!
Если этот параметр не задан, советник работает на той валютной паре, на которой он установлен!

-Добавлена возможность работы Magic Target на оффлайн (Тиковый, Ренко...) графике. 

-В CLP вкладку добавлена индикация работы функции.
Если Вы видите красный индикатор, значит функция выключена и не работает;
Если Вы видите зеленый индикатор, значит функция включена и работает.




- Fixed trailing profit trailing and closing in the negative, which occurred when using the closing on all symbols.


-Added variable to specify the currency pair for the panel: SymbolToTradeCustom
This makes it possible to trade on offline charts (Tickov, Renko ..).
Caution: Be careful when writing a title. The name must fully match the name in the Market Review!
EurUSD - Wrong!
EURUSD - That's right!
If this parameter is not set, the Expert Advisor works on the currency pair on which it is installed!

-Added possibility of Magic Target to work offline (Tick, Renko ...) graphics.

-In the CLP tab, an indication of the function has been added.
If you see a red indicator, then the function is turned off and does not work;
If you see a green indicator, then the function is turned on and working.

deekelvin  

Hello,

Here are my questions solicit your advices:

1. Magic number- if I have currency x 5 with H1 time frame to managed by one closeif EA( select all symbol. Should I set 5 different magic number for each ccy? 

2.now I have the same set of currency x5 and this time I run in H4 timeframe. Then should I set another magic number that is different that the ccy in H1?

3. both 1 (5+1 chart) and 2(5+1 chart) can run by one MT4? Or I need to run in 2 separate MT4?

your advice pls. Thank you so much.

deekelvin  

Hi one more question,

if the EA I’m using is already have built-in para for TAking profit and stop loss. After I apply the closeif to manage my EA then what is logic for take profit and loss since Closeif have the same function of TP and SL? Pls advise. Thanks

Vladislav Andruschenko  
deekelvin :

Hello,

Here are my questions solicit your advices:

1. Magic number- if I have currency x 5 with H1 time frame to managed by one closeif EA( select all symbol. Should I set 5 different magic number for each ccy? 

2.now I have the same set of currency x5 and this time I run in H4 timeframe. Then should I set another magic number that is different that the ccy in H1?

3. both 1 (5+1 chart) and 2(5+1 chart) can run by one MT4? Or I need to run in 2 separate MT4?

your advice pls. Thank you so much.


Hello,

I will try to answer your questions:

1. If your advisers use the same magic and you need to monitor all these advisors, then you do not need to do anything. My Expert Advisor, by default, follows all the magics.

If you have 10 graphs, but you need to follow only 5 Magics, then you need to specify these magics in the variable:

UseAllMagicFromAllAccount = false

MagicNumber = "111,222,333,444,555"

2. If you need to follow other Magics or follow 2 different advisers. for example 6 Magics of one adviser and 5 Magics of another advisor, you can set 2 graphics with my advisor, and in each specify magics. But only when you want to use different parameters to close the overall profit.

My Expert Advisor, by default, keeps track of all the positions on your account.

3. Depends on your strategy. My Expert Advisor can be run on several graphs or terminals.

deekelvin :

Hi one more question,

if the EA I’m using is already have built-in para for TAking profit and stop loss. After I apply the closeif to manage my EA then what is logic for take profit and loss since Closeif have the same function of TP and SL? Pls advise. Thanks


My advisor is not stoploss and takeprofit. This is a closing on the total profit or loss.

You can use it both as a virtual stoploss and take-profit.

But my advisor keeps track of the overall profit or loss, not for every single line item.

More details can be found here: http://www.expforex.com/publ/closeifprofitorloss_with_trailing_kontrol_pribyli_ili_ubytka_s_trejlingom_pribyli_zakrytie_po_obshhej_pribyli/4-1-0-155

deekelvin  

Thanks for your prompt reply! 

One more question for a situation that I am running multiple currency with an EA and closeif EA. But I want to stop only one specific currency with after hitting my loss %. Can closeif stop my EA  not allowing it to place orders until I initiated that EA again? 

Vladislav Andruschenko  
deekelvin :

Thanks for your prompt reply! 

One more question for a situation that I am running multiple currency with an EA and closeif EA. But I want to stop only one specific currency with after hitting my loss %. Can closeif stop my EA  not allowing it to place orders until I initiated that EA again? 


only this

bool CPL_CloseTerminalAfterClose = false Closing the terminal after all positions have been closed
Staffan Ofwerman  

I have been running this for a while and it's great. But the other day my computer did update to the new Windows system and I had some problem with settings lost and things like that, but now it's up and running.

But it seems like the CloseIfProfitorLoss with Trailing isn't updating the numbers like it did before. I got a feeling it was updating on every tick or something like that before, but now it looks like it's freezing. If I go to the EA settings and click ok, it will update to the actual numbers on the open trades. Is there something I can do to make it refresh the numbers more often?

Vladislav Andruschenko  
Staffan Ofwerman :

I have been running this for a while and it's great. But the other day my computer did update to the new Windows system and I had some problem with settings lost and things like that, but now it's up and running.

But it seems like the  CloseIfProfitorLoss with Trailing isn't updating the numbers like it did before. I got a feeling it was updating on every tick or something like that before, but now it looks like it's freezing. If I go to the EA settings and click ok, it will update to the actual numbers on the open trades. Is there something I can do to make it refresh the numbers more often?


Hello,

I have no problems with updating the values ​​of profits.

can show a screenshot from your terminal?

do you have teamviewer?

Nur Nutzer, die das Produkt gekauft oder gemietet haben, können Kommentare hinterlassen