Discussion of article "MTF indicators as the technical analysis tool" - page 2

 
Andrey Khatimlianskii:

I would like to see more implementation of displaying indicators from the lower TF on the higher one in the form of a bar with shadows!

PS: gifs in the article are of very low quality. Is it the originals or did the site cut them?

I guess @fxsaber has solved this problem: https: //www.mql5.com/ru/forum/212096/page8#comment_11666692

Библиотеки: Symbol
Библиотеки: Symbol
  • 2019.03.02
  • www.mql5.com
Symbol: Автор: fxsaber...
 

 I try to test EA but it don't buy and sell , and gives error.

 Not all data of Handle is calculated (-1bars ). Error4806

  Not all data of ExtHandle1 is calculated (-1bars ). Error4806

  Not all data of Handle is calculated (-1bars ). Error4806

 
Great article. Thank you.
 
CrazyTrend:

 I try to test EA but it don't buy and sell , and gives error.

 Not all data of Handle is calculated (-1bars ). Error4806

  Not all data of ExtHandle1 is calculated (-1bars ). Error4806

  Not all data of Handle is calculated (-1bars ). Error4806

Wait and watch. It will work.

 

How to make the indicator display two senior TFs?

Only one is implemented here!

 
Can you send me the link to this indicator?
 

Can you send me the link to the first indicator in your article?

It's attached.

 

Hello,


error in code when i compile it:


cannot convert 0 to enum 'ENUM_TRADE_REQUEST_ACTIONS' Triple Screen Trading System 1.0.mq5 406 32

cannot convert 0 to enum 'ENUM_TRADE_REQUEST_ACTIONS' Triple Screen Trading System 1.0.mq5 348 32

cannot convert 0 to enum 'ENUM_TRADE_REQUEST_ACTIONS' Triple Screen Trading System 1.0.mq5 532 29

cannot convert 0 to enum 'ENUM_TRADE_REQUEST_ACTIONS' Triple Screen Trading System 1.0.mq5 587 29


Can you please correct it ?

 
Sebastien Pelle #:

Hello,

error in code when i compile it:

cannot convert 0 to enum 'ENUM_TRADE_REQUEST_ACTIONS' Triple Screen Trading System 1.0.mq5 406 32

.....

Can you please correct it ?

Simply remove the zeros, then it should compile:
MqlTradeRequest request = {};
MqlTradeResult  result  = {};
 

Hi,

Thank you very much for this article on MTF, it has been super useful.

One thing I noted however, is that when I load the indicator (say in the 1m chart) for the first time, it loads fine. If I change the TF to 5 minutes I get this error:

2023.11.04 07:31:15.541 MA_MultiTF (EURUSD,M1)  Not All data of ExtHandle1 is calculated (-1bars ). Error4806

The strange thing, is that if I load any other indicator, the indicator of the MA_MultiTF in 5M will appear just fine. Do you know how to fix this behavior?