Experts: VR---ZVER v.2 - page 4

 
By the way, this Expert Advisor is not designed to work if Stop Loss or Take Profit is set to zero. Therefore, there will be no protection against zero stops.
 
Vladimir Karputov:
No. If stoploss is set to zero, then trailing will not be able to work - because trailing will have nothing to move.
In your Expert Advisor Crossing of two iMAs trailing closed trades, I think.
 
Shara1:
I have in your Expert Advisor Crossing of two iMA trailing closed trades I think.

This EA has trailing:

Trailing Stop (in pips)
Trailing Step (in pips)
 
Vladimir Karputov:

There is trailing in this advisor:

VR---ZVER also has trailing. By the way, I put a stoploss in it, but it still does not open trades for some reason. Please help me to understand why.
 
Shara1:
VR---ZVER also has trailing. By the way, I put a stoploss in it, but it still does not open trades for some reason. Please help me to understand why.

What code are you talking about now? I do not understand.


Added: and look more carefully at the input parameters - it is clearly written there:

  • Stop Loss(use only > 0)(in pips)
  • Take Profit(use only > 0) (in pips)
 
Vladimir Karputov:

What code are you talking about now? I don't understand.


Added: and look more carefully at the input parameters - it is clearly written there:

  • Stop Loss(use only > 0)(in pips)
  • Take Profit(use only > 0) (in pips)

I was talking about the VR---ZVER code . Now I put take profit, it seems to work. I didn't know that stoploss and take profit are mandatory parameters for the Expert Advisor. Are the points in it also in four digits?

Thank you.

 
Shara1:

*** I didn't know that Stop Loss and Take Profit are mandatory parameters for Expert Advisor work***

For the VR---ZVER XXXX series of EAs, Stop Loss and Take Profit are mandatory parameters.
Shara1:

***Arethe points in it also in four digits?

As a rule in my codes stops are brought to four digits.
 
Vladimir Karputov:
For the VR---ZVER XXXX series of Expert Advisors, Stop Loss and Take Profit are mandatory parameters. As a rule, in my codes the stops are brought to four digits.
Thanks, I will wait for the new version of the EA.
 
Shara1:
Thanks, I'll wait for the new version of the EA.
Which one?
 
Vladimir Karputov:
Which one?

I thought you promised to make it work with stoploss equal to zero, and add indicators to the chart, or have you changed your mind?

Thank you.