Discussion of article "MQL5 Wizard: New Version" - page 2

 
Erm955:

Generated an Expert Advisor. The main interval is current, signals on EURUSD and GBPUSD. I set it in the tester on EURUSD. After testing, all trades are only on EURUSD. No trades on GBPUSD. Similarly, I put it on GBPUSD (as a working one). After testing, all transactions only on the pound. That's why the question?

The signal can be taken from any symbol/timeframe pair, this option has nothing to do with the possibility of trading on the specified pair. Show a screenshot of the settings of the generated EA to be able to say more definitely.
 
Erm955:

Generated an Expert Advisor. The main interval is current, signals on EURUSD and GBPUSD. I set it in the tester on EURUSD. After testing, all trades are only on EURUSD. No trades on GBPUSD. Similarly, I put it on GBPUSD (as a working one). After testing, all transactions only on the pound. That's why the question?

The Expert Advisor makes trades only on the current symbol.
 
Rosh:
The signal can be taken from any symbol/timeframe pair, this option has nothing to do with the possibility of trading on the specified pair. Show a screenshot of the settings of the generated Expert Advisor, so that we can be more definite.

 

uncleVic:
The EA makes trades only on the current symbol.

Then the question remains - will a wizard be developed to generate Expert Advisors that will make trades on several symbols at the same time?

 
Erm955:

uncleVic:
The EA makes trades only on the current symbol.

Then the question remains - will a wizard be developed to generate Expert Advisors that will make trades on several symbols at the same time?

It is unlikely.
 

Please explain these parameters:

1. Price level to execute a deal

2. Expiration of pending orders (in bars)

 
Erm955:

Please explain these parameters:

1. Price level to execute a deal - parameter for more "flexible" market entry. It defines the margin from the current market price (in 2/4 digit points). For example, the price has broken through some level, but "we know" that after the trial breakout should be followed by a pullback to the level and only after that further movement. We set the value of the parameter to less than zero. Instead of entering the runok at the current price, we get an entry by limit order (if we guessed the pullback). If the value of the parameter is positive, set a stop order (it may be necessary to confirm the "bounce" signal).

2. Expiration of pending orders (in bars) - the parameter defines the time of "life" of a pending order in bars. For example, if we work on a 15-minute interval, the parameter value is 4. If the order does not work, it will be automatically cancelled in an hour. It is useful in real trading.

Документация по MQL5: Стандартные константы, перечисления и структуры / Торговые константы / Свойства ордеров
Документация по MQL5: Стандартные константы, перечисления и структуры / Торговые константы / Свойства ордеров
  • www.mql5.com
Стандартные константы, перечисления и структуры / Торговые константы / Свойства ордеров - Документация по MQL5
 
You made the multi-currency tester that so many people have been waiting for, why not make a wizard that could use this tester 100%?
 
beginner:
You have made the multicurrency tester that so many people have been waiting for, why not make a wizard that could use this tester 100%?

There are certain problems of formalising all possible strategies (and wishes) related to multicurrency trading (like cut on this pair and add on that pair to ...).

Suggest a solution, we can think about it.

Реализация мультивалютного режима в MetaTrader 5
Реализация мультивалютного режима в MetaTrader 5
  • 2011.01.10
  • Konstantin Gruzdev
  • www.mql5.com
Интерес к мультивалютному анализу и мультивалютной торговле существует давно. Но только с выпуском в свет терминала MetaTrader 5 и языка программирования MQL5 появилась возможность реализации полноценного мультивалютного режима. В данной статье предложен способ, позволяющий проводить анализ и обработку всех поступающих тиков по множеству финансовых инструментов. В качестве иллюстрации рассмотрен мультивалютный индикатор RSI для индекса доллара USDx.
 
beginner:
You made the multicurrency tester that so many people have been waiting for, why not make a wizard that could use this tester 100% ?

what is your specific task ?