Poner ordenes pendientes en niveles de fibo
-
Hola.
Me gustaria saber como puedo poner ordenes pendientes en un fibo dibujado en el grafico manualmente.
Es decir, yo dibujo el fibo y el ea automaticamente me pone una orden pendiente en cierto nivel del fibo dibujado.
Saludos
-
Here is some idea: https://fxdreema.com/shared/wtuY2RjC
I load the last fibonacci object on the chart (because "Not more than..." in block 1 is set to 1). Then I make sure that the color of that object is not White. Then I put the pending order. Then I modify the color to White, to mark that object as used. The idea is to not create a new pending order over the same object in case the EA is restarted.
-
Hello FxDreema.
Thank you very much for answering.
He has put the blocks like the example but it does not work.
I would like to place pending orders at a certain fibro level and the sl and tp also at fibo levels.
I draw the fibo on the graph.
Could you help me?
Thank you
-
I see you are trying to create fibonacci objects with the EA, but here is something I noticed:

You have "fibo0" as a name of the object, but take a look at the first 2 parameters that are Yes and No now. In this case "fibo0" will be a prefix, not the name of the object.

Try with No - Yes, and then take a look at the actual name of the object that is created on the chart.