Libraries: BestInterval

 

BestInterval:

The library for calculating the best trading interval.

BestInterval

Author: fxsaber 

BestInterval
BestInterval
  • www.mql5.com
Market laws depend on the intra-day or intra-week intervals. This is why it is reasonable to limit your trading system by time. For example, there are scalping trading systems that are good at trading at Asian and American sessions. Disabling the trading system during high volatility periods is also practiced. Accordingly, a problem arises: How...
 
I know nothing about coding or working with EA's in Meta Editor, but I really like your concept with the BestInterval. Would it be too much trouble for you to instruct me on how to add it to the EA's I have that I would like to test?
 
gspencer:
I know nothing about coding or working with EA's in Meta Editor, but I really like your concept with the BestInterval. Would it be too much trouble for you to instruct me on how to add it to the EA's I have that I would like to test?

Try to understand this thread discussion.

Библиотеки: BestInterval
Библиотеки: BestInterval
  • 2018.10.12
  • www.mql5.com
Статьи и техническая библиотека по автоматическому трейдингу: Библиотеки: BestInterval
 
I would love this for mt4. Please create a update for mt4.
 
Revo Trades:
I would love this for mt4. Please create a update for mt4.

This library should work on this platform.

 

@fxsaber

I updated Bestinterval, Mt4Orders and Virtual (mqh), to the last version.

For testing I use the example. Any help?



 
Nelk0n:

@fxsaber

I updated Bestinterval, Mt4Orders and Virtual (mqh), to the last version.

For testing I use the example. Any help?

#include <MT4Orders.mqh> // https://www.mql5.com/ru/code/16006

#include <fxsaber\Virtual\Virtual.mqh> // https://www.mql5.com/ru/code/22577

#define BESTINTERVAL_ONTESTER // Критерий оптимизации - прибыль лучшего интервала.
#include <fxsaber\BestInterval\BestInterval.mqh> // https://www.mql5.com/ru/code/22710

#include <MT5Bridge.mqh> // https://www.mql5.com/ru/articles/8321

#include <..\Experts\Examples\MACD\MACD Sample.mq5>