Experts: Breakdown catcher

 

Breakdown catcher:

Working with pending Stop orders

Breakdown catcher

Author: Vladimir Karputov

 
It doesnt open any trade. is something wrong?
 
Adityan Mulia :
It doesnt open any trade. is something wrong?

Set the "Print log" parameter to "true" and check the log .

 
pls give me config for EURUSD M1, thanks
 
Le Pham Tuan Kiet:
pls give me config for EURUSD M1, thanks

Help: Strategy Testing

Strategy Testing - Algorithmic Trading, Trading Robots - MetaTrader 5 Help
Strategy Testing - Algorithmic Trading, Trading Robots - MetaTrader 5 Help
  • www.metatrader5.com
The Strategy Tester allows you to test and optimize trading strategies (Expert Advisors) before using them for live trading. During testing, an Expert Advisor with initial parameters is once run on history data. During optimization, a trading strategy is run several times with different sets of parameters which allows selecting the most...
 
i want  Allowable spread > 255, help me please
 
Adnow :
i want  Allowable spread > 255, help me please

Change the type of the variable responsible for the spread:

input uchar    InpAllowablSpread = 5;        // Allowable spread, in points (1.00045-1.00055=10 points)
 
mir Karputov :

Thay đổi loại chịu trách nhiệm cho sự chênh lệch:

Thank you, but it is not active

2 error 

 

Forum on trading, automated trading systems and testing trading strategies

Experts: Breakdown catcher

Vladimir Karputov, 2021.07.14 20:22

Change the type of the variable responsible for the spread:

input uchar    InpAllowablSpread = 5;        // Allowable spread, in points (1.00045-1.00055=10 points)

You have to TAKE AND CHANGE the datatype yourself.

 
Vladimir Karputov :

Bạn phải TỰ LẬP VÀ THAY ĐỔI dữ liệu kiểu.

Thank for help me. I had make it.

Reason: