python script on tick ?

 

Hi,

i wonder if it would be possible to launch a python script in a EA inside the OnTick() or OnInit() functions ?


code would be something like that :

int OnInit()

  {

   Run("my_script.py");

   return(INIT_SUCCEEDED);

  }


Queston could be larger as to launch a node js webscapper or any c++ .exe ?


many thanks in advance

Arno

 
Non, vous ne pouvez pas appeler des scripts comme ça, malheureusement.
 
Alexey Petrov #:
Non, vous ne pouvez pas appeler des scripts comme ça, malheureusement.

Alexey,

thanks for your prompt reply, i will find another way for that.

have an excellent day

Arno

Raison: