Ayuda con con Custom code
-
Hola @fxdreema tengo dos problemas los cuales no consigo solucionar.
1 Primero y mas importante, no consigo imprimir en el comentario de la orden el TF y el nombre que yo le ponga a la entrada.
2 Segundo quiero poner el ea y que se active a la vez en 3 graficos m15-m30 y h1
podrias ayudarme ??
te dejo el hilo del proyecto.
https://fxdreema.com/shared/QCYKsV9I
un saludo y gracias.
-
- The Comment parameter is a string parameter. If "int" variables don't work, try with "string" variables.
- Use Symbol(), not "Symbol()"
-
@fxdreema
ChartOpen(Symbol(), PERIOD_M15);
ChartOpen(Symbol(), PERIOD_M30);eso funciona a la perfeccion.
tengo que mirar lo de los comentarios que no lo veo claro.
1 escribo el codigo custom
2 creo las varibles tf_used1 tf used2 etc...
3 creo la constante int
4 creo la constante string enumerando los tf????????????
estoy completamente perdido no lo consigo.
-
Better make some small example project that contains only what you to do. I will take a look if something is wrong in it.
-
@fxdreema gracias, en cuanto lo tenga lo envio.