Discussion of article "The Indicators of the Micro, Middle and Main Trends" - page 2

 
 
I have the same problem in the Expert Advisor does not load the indicator. How the whole dialogue ends and I did not understand the reason or not?
 

Hello Dima,

What did you use to create the graphs in post conclusions?

Python + Matplotlib? Something else?

 
ifmihai:

Hello Dima,

What did you use to create the graphs in post conclusions?

Python + Matplotlib? Something else?

 

Hi,

Nothing from written. It's created in Exel))

 

The test went, - indicators are not in the folder, but there is no profit - straight. In the log

CExpertBase::SetOtherSeries: changing of timeseries is forbidden

CExpertBase::SetPriceSeries: changing of timeseries is forbidden

Can you tell me who has figured it out? Indicators ..... are good.

 

The generated EA doesn't work...

What's wrong??

Files:
Gann.mq5  8 kb
 
who create the ea based on this indicator, how about the result?
 

I have test it , there is error, how to sloved? 

 
codeidea:

I have test it , there is error, how to sloved? 

You need to install and compile the indicators.

But still it won't work.

We have to wait for Dima's response.

 

Similar situation. Below is a fragment of the Log file.

What is the problem?


IL 0 Tester 13:56:40 EURUSD,H4: testing of Experts\GannTrendExpert v03.ex5 from 2011.06.01 00:00 to 2011.08.09 00:00 started with inputs:

HN 0 Tester 13:56:40 Expert_Title=GannTrendExpert v03
DE 0 Tester 13:56:40 Signal_ThresholdOpen=10
FM 0 Tester 13:56:40 Signal_ThresholdClose=10
CG 0 Tester 13:56:40 Signal_PriceLevel=0.00
IE 0 Tester 13:56:40 Signal_StopLevel=50.00
JO 0 Tester 13:56:40 Signal_TakeLevel=50.00
CG 0 Tester 13:56:40 Signal_Expiration=4
HH 0 Tester 13:56:56:40 Signal__MinMainSwingContinuance=5
LM 0 Tester 13:56:40 Signal__MinMainSwingSize=300.00
LJ 0 Tester 13:56:40 Signal__MinMiddleSwingContinuance=3
KO 0 Tester 13:56:40 Signal__MaxMiddleSwingSize=200.00
QD 0 Tester 13:56:40 Signal__OpenPriceSpace=5.00
GL 0 Tester 13:56:40 Signal__StopLossSpace=5.00
HH 0 Tester 13:56:40 Signal__Weight=1.00
QG 0 Tester 13:56:40 Trailing_MiddleTrend_StopLossSpace=5.00
KM 0 Tester 13:56:40 Money_FixLot_Percent=10.00
LJ 0 Tester 13:56:40 Money_FixLot_Lots=0.10
QL 0 GannTrendExpert v03 (EURUSD,H4) 13:56:41 2011.06.01 00:00:00 CExpertBase::SetPriceSeries: changing of timeseries is forbidden
NL 0 GannTrendExpert v03 (EURUSD,H4) 13:56:41 2011.06.01 00:00:00 CExpertBase::SetOtherSeries: changing of timeseries is forbidden
IS 0 GannTrendExpert v03 (EURUSD,H4) 13:56:41 2011.06.01 00:00:00 CExpertBase::SetPriceSeries: changing of timeseries is forbidden
FR 0 GannTrendExpert v03 (EURUSD,H4) 13:56:41 2011.06.01 00:00:00 CExpertBase::SetOtherSeries: changing of timeseries is forbidden
IO 0 Tester 13:56:42 OnTester result 0
IK 0 Tester 13:56:42 EURUSD,H4: 272815 ticks (294 bars) generated within 1343 ms (total bars in history 2488, total time 2547 ms)
DG 0 Tester 13:56:42 log file "C:\Program Files\MetaTrader 5 NordFX\Tester\Agent-127.0.0.0.1-3000\logs\20110816.log" written
DG 0 Tester 13:56:42 tester agent shutdown


Note: the text "CExpertBase::SetPriceSeries: changing of timeseries is forbidden" is generated in the ExpertBase.mqh file by the following fragment:

//--- check the initialisation phase
if(m_init_phase!=INIT_PHASE_VALIDATION)
{
printf(__FUNCTION__+": changing of timeseries is forbidden");
return(false);
}

i.e. we must assume that this condition is not fulfilled for some reason.

Документация по MQL5: Стандартные константы, перечисления и структуры / Именованные константы / Предопределенные макроподстановки
Документация по MQL5: Стандартные константы, перечисления и структуры / Именованные константы / Предопределенные макроподстановки
  • www.mql5.com
Стандартные константы, перечисления и структуры / Именованные константы / Предопределенные макроподстановки - Документация по MQL5