Respuesta

Cannot import external indicator

1 respuesta

tommmmmm

Cliente, bbp_participant, comunidad, 7 respuestas.

Visitar el perfil

hace 1 semana #286321

Hola,

 

I get an error about time consecution while trying to import an external indicator.

 

I tested a simple code for sqAvgVolume first. The file looks good. Here are a few beginning lines:

2020.12.28 04:50:00;1.21843;1.21846;1.2181;1.21819;120;120
2020.12.28 04:51:00;1.21822;1.21851;1.21813;1.2185;117;118.5
2020.12.28 04:52:00;1.21851;1.21852;1.21828;1.21833;81;106
2020.12.28 04:53:00;1.21833;1.21859;1.21829;1.21857;122;110
2020.12.28 04:54:00;1.21858;1.21922;1.21852;1.21895;186;125.2
2020.12.28 04:55:00;1.21892;1.21918;1.21866;1.21903;152;129.66666667

 

When importing, the first column was recognized correctly as Date&Time. Yet the error persists….

 

Thomas

 

Adjuntos:
Debes acceda a para ver los archivos adjuntos.

0

tommmmmm

Cliente, bbp_participant, comunidad, 7 respuestas.

Visitar el perfil

hace 1 semana #286323

I used the official export tool for external indicators SQ_IndicatorValuesExportEA.mq4

Note I changed the first column to have a ; instead of ” “(space) splitting it into 2. Now the values are imported successfully.

2020.12.28;04:50:00;1.21843;1.21846;1.2181;1.21819;120;120
2020.12.28;04:51:00;1.21822;1.21851;1.21813;1.2185;117;118.5
2020.12.28;04:52:00;1.21851;1.21852;1.21828;1.21833;81;106
2020.12.28;04:53:00;1.21833;1.21859;1.21829;1.21857;122;110
2020.12.28;04:54:00;1.21858;1.21922;1.21852;1.21895;186;125.2
2020.12.28;04:55:00;1.21892;1.21918;1.21866;1.21903;152;129.66666667

Adjuntos:
Debes acceda a para ver los archivos adjuntos.

0

Viendo 1 respuesta (de un total de 1)