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

#880

I mean to close the position by SL.

Vladislav Andruschenko  
REYKING #:

#880

I mean to close the position by SL.

I see that you place a position along with a stop loss, but then it closes the position itself.  don't expect a stop loss?  I don't see any errors.  can you make a video in another format so that it can be watched?
REYKING  
Vladislav Andruschenko #:


Hello,

I can't watch your video file.

Can you write more? what doesn't work for you?

Some times the EA can not close the position by Stop Loss.

In the video I show you that I had an SL adjusted to 50 dollars and the price had already exceeded that level of loss, reaching 110 dollars.

The EA did not act and I closed the operation with the key manually.

Because of the size of the zip file, I can not to solve the problem to watch the video file.

This is my email: hugoocejoonline@gmail.com in order to send you the video file, if you want.

Vladislav Andruschenko  
REYKING #:
Some times the EA can not close the position by Stop Loss.

In the video I show you that I had an SL adjusted to 50 dollars and the price had already exceeded that level of loss, reaching 110 dollars.

The EA did not act and I closed the operation with the key manually.

Because of the size of the zip file, I can not to solve the problem to watch the video file.

This is my email: hugoocejoonline@gmail.com in order to send you the video file, if you want.

are you talking about a real stop loss? it is set in pips and set on your broker. only your broker can close the position by stop loss. the adviser does not close the position by stop loss. stoploss is a broker. or are you talking about a virtual stoploss? show pictures. Clp?



REYKING  
Vladislav Andruschenko #:

Vladislav,

I really appreciate your patience and your time. I really appreciate it.

I have found the way that you can see the video through the following link:

https://drive.google.com/file/d/1wI8PjyRopc7ac0nnJqJCCADBnkiF1KDe/view?usp=sharing

I don't know what is a real SL or a virtual SL, if you can tell me the difference I would appreciate it. What I can tell you is that I do not use the F9 key to place a manual order in metatrader, I only use your EA, since more than two years and I have been faithful to your robot because it is a wonderful application that saves me time when I am practicing my trading operations.

As you see in the video, I have a trade in, with an SL of 5 pips away from my entry point, which is roughly $50. You can also see in the video that the price has crossed the SL and that it even reaches 110 dollars of loss and the operation has not been closed; is when I decide to close it manually.

When you say " Only your broker can close the position by stop loss. the adviser does not close the position by stop loss.", I really do not understand. Are you trying to tell me that if the trade is not interrupted because the price has hit the stop loss, then it is because the broker does not want it to be? ... Even when your EA tells to the broker through the SL, at what point the trader wants to exit the trade in case of loss?

With the files that I have sent you, it means that for you the EA has no problems?

Vladislav Andruschenko  
REYKING #:

Vladislav,

I really appreciate your patience and your time. I really appreciate it.

I have found the way that you can see the video through the following link:

https://drive.google.com/file/d/1wI8PjyRopc7ac0nnJqJCCADBnkiF1KDe/view?usp=sharing

I don't know what is a real SL or a virtual SL, if you can tell me the difference I would appreciate it. What I can tell you is that I do not use the F9 key to place a manual order in metatrader, I only use your EA, since more than two years and I have been faithful to your robot because it is a wonderful application that saves me time when I am practicing my trading operations.

As you see in the video, I have a trade in, with an SL of 5 pips away from my entry point, which is roughly $50. You can also see in the video that the price has crossed the SL and that it even reaches 110 dollars of loss and the operation has not been closed; is when I decide to close it manually.

When you say " Only your broker can close the position by stop loss. the adviser does not close the position by stop loss.", I really do not understand. Are you trying to tell me that if the trade is not interrupted because the price has hit the stop loss, then it is because the broker does not want it to be? ... Even when your EA tells to the broker through the SL, at what point the trader wants to exit the trade in case of loss?




I have watched your video.  you set a standard real stop loss on your broker's side.  This means that the stolposs is executed on the side of your broker.  if this is a live account, then you should contact your broker to find out the reasons why the stop loss did not activate.  so you understand, my EA sets a stop loss on your position, but your broker executes the stop loss.  If the stop loss is highlighted in yellow, it means that the broker cannot activate the stop loss at the moment.  but this is not my EA's problem.  These are the rules of the broker.  Sometimes such situations happen, sometimes they test software.  if this is a demo account from metaquotes, then such situations are very common.  this is normal.  in any case, these are the trading conditions of any broker.  and in the rules of trading with a broker there is a clause that says, for example, that a stop loss can only be executed at the worst price or not executed at all.
Audrius  

Hello Vladislav,

the comand:  AutoClose by Signals --- Close opposite position when signal changes - it does not work. For "true Only Sell" - it does not work too. Could you please check this issue? 

I am looking forward to correction and your replay.


Vladislav Andruschenko  
Audrius # :

Hello Vladislav,

the comand:  AutoClose by Signals --- Close opposite position when signal changes - it does not work. For "true Only Sell" - it does not work too. Could you please check this issue? 

I am looking forward to correction and your replay.



Thank you.

Indeed, if you choose a certain direction, then other signals do not count. Will be fixed in next update

Vladislav Andruschenko  


For trade from the keyboard, you need to enable option in the KeyBoardTrade = true in panel settings:

  1. Buy_KEY=BUTTON_D; //Buy_KEY - Button to open BUY
  2. Sell_KEY=BUTTON_A; //Sell_KEY - Button to open SELL
  3. Close_KEY=BUTTON_X; //Close_KEY - Button to Close positions
  4. LossCLOSE_KEY=NONE; //LossCLOSE_KEY - Button to Close all loss postions
  5. ProfitCLOSE_KEY=NONE; //ProfitCLOSE_KEY - Button to Close all Profit positions
  6. Reverse_KEY=BUTTON_Q; //Reverse_KEY - Button to Reverse all positions
  7. Lock_KEY=BUTTON_E; //Lock_KEY - Button to Lock all positions
  8. StopLoss_USE_KEY=NONE; //StopLoss_USE_KEY - Button to check/uncheck Stoploss
  9. TakeProfit_USE_KEY=NONE; //TakeProfit_USE_KEY - Button to check/uncheck TakeProfit
  10.  
  11. MagicTarget_Button_KEY=BUTTON_O; //MagicTarget_Button_KEY - Button to start Magic Target
  12. MagicTarget_Place_KEY=BUTTON_P; //MagicTarget_Place_KEY - Button Place order by Magic Target
  13. MagicTarget_Cancel_KEY=BUTTON_I; //MagicTarget_Cancel_KEY - Button Cancel order by Magic Target
  14.  
  15. BuyStop_Open_KEY=BUTTON_G; //BuyStop_Open_KEY - Button to Open BuyStop order
  16. SellStop_Open_KEY=BUTTON_H; //SellStop_Open_KEY - Button to Open SellStop order
  17. BuyLimit_Open_KEY=BUTTON_J; //BuyLimit_Open_KEY - Button to Open BuyLimit order
  18. SellLimit_Open_KEY=BUTTON_K; //SellLimit_Open_KEY - Button to Open SellLimit order
  19. BuyStop_Delete_KEY=BUTTON_V; //BuyStop_Delete_KEY - Button to Delete BuyStop order
  20. SellStop_Delete_KEY=BUTTON_B; //SellStop_Delete_KEY - Button to Delete SellStop order
  21. BuyLimit_Delete_KEY=BUTTON_N; //BuyLimit_Delete_KEY - Button to Delete BuyLimit order
  22. SellLimit_Delete_KEY=BUTTON_M; //SellLimit_Delete_KEY - Button to Delete SellLimit order
  23.  
  24. Position_Tab_KEY=BUTTON_1; //Position_Tab_KEY - Button to select Position TAB
  25. Order_Tab_KEY=BUTTON_2; //Order_Tab_KEY - Button to select Order TAB
  26. Signal_Tab_KEY=BUTTON_3; //Signal_Tab_KEY - Button to select Signal TAB
  27. Info_Tab_KEY=BUTTON_4; //Info_Tab_KEY - Button to select Info TAB
  28. CLP_Tab_KEY=BUTTON_5; //CLP_Tab_KEY - Button to select CLP TAB
Vladislav Andruschenko  
Hello. 
Please click "i" on the position tab 

ShowInfo" button - Hides / Shows information labels of our panel from the chart. Turn on, turn off.
If you need to analyze the chart without unnecessary information, the "ShowInfo" button will help to hide all unnecessary information from the chart.


Vladislav Andruschenko  
REYKING #:

Hello Vladislav,

Why the EA does not show the spread on the chart?

Why the EA does not show the time remaining until the end of bar?

Why the EA does not show information over the lines about position and SL/TP on chart?

Watch the file video: https://drive.google.com/file/d/1wn-2Md-hC82NKjDD4iLhY8_48dqwYJm-/view?usp=sharing

Hello. 
Please click "i" on the position tab 

ShowInfo" button - Hides / Shows information labels of our panel from the chart. Turn on, turn off.
If you need to analyze the chart without unnecessary information, the "ShowInfo" button will help to hide all unnecessary information from the chart.
REYKING  

I did it, but nothing happens.

is there another solution?

Vladislav Andruschenko  
REYKING #:
I did it, but nothing happens.

is there another solution?

Give me your set file 

Vladislav Andruschenko  
REYKING # :

I did it, but nothing happens.

is there another solution?


Everything is working properly:

REYKING  
Vladislav Andruschenko #:


Everything is working properly:

Ohhh ... Thanks a lot Vladislav. I feel like a stupid man, this image speaks by itself.

I have learned!

ruhenrique  

Hi all, 

Algotrading is actived, however the message still appears. Could you please help?



Vladislav Andruschenko  
ruhenrique #:
Hi all, 
Algotrading is actived, however the message still appears. Could you please help?



Warning : If Smile red, then you have installed the wrong adviser. ERRORS of installation EA on MetaTrader

File:
00.jpg  150 kb
Solo gli utenti che hanno acquistato o noleggiato il prodotto possono lasciare commenti