pending orders
-
Hello guys , please i need help with my project please , so basically the EA is based on SMC strategy , the EA DRAW the structure (BOS&CHOCH) and wait a break of one of those lines then wait for pull back to the FVG and only then execute a trade ,As the picture below shows , so so far i did everything correctly the EA draw line for structure and also draw lines for the FVG , now the issue that i have is sometimes when there is a breakout of structure we might have over 3 FVG in a row , i want the EA place a pending order only on the extreme FVG , i will be so happy if you can help
-

-

-
as you can see i made everything correctly , the green line is the HL and the red line below is the the LL so after the candle break the red line that's a BOS and you can see there is other two red lines that is the FVG , no the problem is i don't know why i can't place a pending order on that first FVG because if it keeps dropping the EA will keep redrawing new FVGs , but i don't want that i need it to place only one order is the extreme fvg ( first FVG )
-
The best way to handle this is to use flags on candle close. Pending orders are a challenge to deal with, because you have to have checks to make sure that you don't keep opening pending orders and have 100 orders ready to get tagged in. So what I would do, is when you have identified a CHoCH, you identify the entry price and SL level. Once per bar, you should check to see if the last candle high/low was above/below the entry price and then do a market order to enter.
-
the problem is the pending order is based on an objective on the chart , so when i put the entry level the EA didn't respond to that
-
-
i want it to put a pending order in the FVG line (sell limit Or buy limit ), i thought i did everything correctly but i don't know why it doesn't work
-
i already solved the pending order issue but now i still have only one problem , is that the EA keep redrawing new fvgs if thethe trend keep moving in one direction ,so the EA will always put the the order in the newest FVG but i want it to put it in the oldest FVG
-
Can you please share the latest version?
-
@MattCoward Hola, que tal si compartes el enlace del proyecto para entenderlo mejor entre todos ayudar un poco mas....
-

yo lo hice asi tomando el ifc extremo .... pero lastimosamente en fxdreema no se pueden hacer proyectos asi..... nesesitas librerias y mql4 -
@MattCoward

ASI LO RESOLVI YO ESE PROBLEMA ...... ESPERO Y TE SIRVA -
@yopimer746764 Amigo, ya creaste este proyecto?, puedes compartir el enlace, esto que estas graficando aca lo conocemos como un cierre de ciclos, es una estrategia muy buena para implementarse en los indices sinteticos, y yo he intentado crear un EA o un indicador que grafique justamente lo que estas mostrando pero nolo he logrado, aun estoy en el proceso, lo mas cercano que logre fue hacer la estrategia Quasimodo de SMC en un EA pero no es lo que estoy buscando.
Friend, have you already created this project? Can you share the link? What you are graphing here is known as a closing of cycles. It is a very good strategy to be implemented in synthetic indices, and I have tried to create an EA or an indicator that graphs Exactly what you are showing but I have not achieved it, I am still in the process, the closest I achieved was doing SMC's Quasimodo strategy in an EA but it is not what I am looking for.
-
@DragonZueloTrends YO LO INTENTE EN FXDREEMA DE 1000 FORMAS Y NO SE PUEDE BUENO NO PUDE, TOCO HACERLO EN MQL4 Y TOMAR ALGUNAS LIBRERIAS -
LASTIMOSAMENTE EN FXDREEMA NO SE PUEDE HACER ALGO ASI -
@yopimer746764 Hablas español?... que bien amigo, bueno son muchas las limitantes en fxdreema pero igual es una buena herramienta para empezar a desarrollar bots, por ahora estoy intentando lo siguiente:
1- Menu de botones en grafico (RESUELTO)
2- Menu de botones mas pequeño en la parte superior del grafico horizontalmente (RESUELTO)
3- Agregarle a la botonera un sistema de seguimiento y gestion de la operativa para que haga martingale o trailing stop cuando se coloca una operativa (EN PROCESO)
4- colocar botones que dibujen lineas trend de tendencias, soportes resistencias o TP y SL, maximos y minimos (RESUELTO)
5- Implementar un Ea con botonera que incluya mas de 10 de las mejores estrategias que voy encontrando y que se puedan activar o desactivar con switches para usarlas de forma individual o combinadas, ademas de implementacion de switches para gestionar las operaciones con martingala, breakeven, tp, sl, trailing stop, grid, cerrar con perdida maxima, cerrar con % de perdida, cerrar al alcanzar un TP diario, etc... (EN PROCESO aun no se como colocarle un filtro de noticias, no se como implementar en el grafico que me dibuje las sesiones de cada mercado y que me identifique las killzones, ademas quisiera que tambien me marque las zonas de cierres de ciclos, por eso estoy estancado)
6- Dibujar logotipo en el EA (NO RESUELTO)
7- Faltarian otras pendientes mas... jajajaSi algo de lo que tengo te sirve me lo dices y te lo comparto con mucho gusto, lo mismo si tu tienes algo que me pueda servir te lo agradecere mucho
-
@DragonZueloTrends si bro yo hablo español y ya me toco pasar por ese proceso que pasaste tu.... ya mis bots algunos son mql4 y otros fxdreema ... tengo de casi todo tipo .... de los unicos que no tengo son alta frecuencia
-
@yopimer746764 Yo tengo de alta frecuencia si gustas te lo paso..
-
@yopimer746764
Estos son los que tengo
Espero que te sirvan mi hermanito.... -
@DragonZueloTrends gracias men
