Errors, bugs, questions - page 1410

 
Joo Zepper:

I'm embarrassed to ask, why do you need the prices of the daily candlesticks for 1900... years? To do technical analysis? Do you want to test the Advisors on history?

Ok, what is strange here? Why does it surprise you? Or is it ok to do the analysis/testing from 1970 and not from 1969?
 
Alexey Navoykov:
OK, what's so strange about it? Why does it surprise you? Or is it OK to do analysis/testing from 1970, but not from 1969?
You can, but it makes no sense.
 
Joo Zepper:

I'm embarrassed to ask, why do you need the prices of the daily candlesticks for 1900... years? To do technical analysis? Do you want to test the Advisors on history?

And why can't such a powerful MT5 show the DJ index from the last 100 years? Or the SP500 index from the fifties?
 
Vasiliy Sokolov:
And why is such a powerful MT5 unable to show the DJ index over the last 100 years? Or the SP500 index since the fifties?
I understand when progress in general and human resources in particular are directed towards a good, useful cause. But I don't understand when an advanced warp engine is asked to be fitted to an auto plough to pick a vegetable garden. That's what I mean.
 
Ilya Malev:

It has come to my attention that theOnTesterInit, OnTesterPass, OnTesterDeinit functionsallow calling trading functions that, if called, are executed on the trading account, not in the tester. Although code is run from the tester.

Is this true?

If so, are such calls in Expert Advisors from the Market prohibited, or during testing a product from the Market may unexpectedly start to trade on a real account?

Show the source of your information.

Here is the official source: https://www.mql5.com/ru/docs/basis/function/events#ontesterinit

An Expert Advisor that has the OnTesterDeinit() or OnTesterPass() handler is automatically loaded ona separate terminal chart with the symbol and period specified in the tester, and receives TesterInit event.

How do you know that this code is launched from the tester?

Документация по MQL5: Основы языка / Функции / Функции обработки событий
Документация по MQL5: Основы языка / Функции / Функции обработки событий
  • www.mql5.com
Основы языка / Функции / Функции обработки событий - справочник по языку алгоритмического/автоматического трейдинга для MetaTrader 5
 

In the new builds, there are price cup icons and a quick trade panel on the chart. There used to be one neat arrow. I think that the current version is too aggressive for the chart, these icons are too prominent. In addition, these icons have become a kind of punishment for many panels that occupy the entire chart:


In this regard, I ask you to introduce a flag in the chart settings to set/deselect these icons:

I also ask to introduce an additional identifier in MQL, that will enable to set up displaying of these icons programmatically, along with other chart properties, such as colour, etc.

It would also be a good idea to reduce the colour saturation of these icons, as they are too hard on the eyes.

 

When hovering over an order, additional information pops up. What does it mean and how can I get it programmatically?

 

Is it possible to paint the fimbres on MT4?

it doesn't work(?

https://docs.mql4.com/ru/constants/objectconstants/enum_object/obj_fibo

OBJ_FIBO - Документация на MQL4
  • docs.mql4.com
OBJ_FIBO - Документация на MQL4
 
pako:

Is it possible to paint the fimbres on MT4?

it doesn't work(?

https://docs.mql4.com/ru/constants/objectconstants/enum_object/obj_fibo

You can. The grid is painted separately, the levels separately (as far as I remember). And without the code, it's not clear where the error is.
 
Tapochun:
You can. The grid is painted separately, the levels separately (as far as I remember). And without the code, it's not clear where the error is.
I meant to paint the levels in different colours