Experts: Pipsover - page 3

 
Vladimir Karputov:

I'll do it on Monday. I'm sorry.

Thank you very much, I'll be waiting.

 
Shara1:

Thank you very much, I'll be waiting.

Pipsover 2
version "2.001"

New:

+ trailing stop ("Trailing Stop")

+ breakeven ("The break-even"), and the breakeven is also the parameter "Trailing Step" - so it is forbidden to assign the value "0". Algorithm: if possible, the position is first moved to breakeven and only then trailing can be activated.

+ parameters for Moving Avegare and Chaykin indicator

+ now these two indicators are displayed on the chart if the Expert Advisor is thrown on the chart

Files:
Pipsover_2.mq5  38 kb
 
Vladimir Karputov:

Pipsover 2
version "2.001"

New:

+ trailing stop ("Trailing Stop")

+ breakeven ("The break-even"), and the breakeven is also the parameter "Trailing Step" - therefore it is forbidden to assign the value "0". Algorithm of operation: if possible, the position is first transferred to breakeven and only then trailing can be switched on.

+ parameters for Moving Avegare and Chaykin indicator

+ now these two indicators are displayed on the chart if the EA is thrown on the chart.

Hello Vladimir. Thank you very much for the Expert Advisor. Could you please tell me, this parameter: Chaikin indicator level for position locking is responsible for position locking, if I don't need to lock, I don't switch it on. And this parameter: Chaikin indicator level for opening a position, what is it responsible for, what will happen if I don't switch it on?

Thank you.

 
2024.12.05 22:08:45.931 Core 01 testerstopped because OnInit returns non-zero code 1

 
Михаил Шерстнёв #:
2024.12.05 22:08:45.931 Core 01 tester stopped because OnInit returns non-zero code 1

Four variants of why this could happen:

  1. An attempt was made to run testing on an account that has position accounting in "netting" mode;
  2. Ask and Bid prices could not be updated;
  3. Failed to create a handle of the iMA indicator (in Russian "mashka");
  4. Failed to create iChaikin indicator handle .
Regards, Vladimir.