Not sure I fully get it, if you need two consecutive buys or sells each time, why is the problem on sell 2 and buy 2 exactly? If I understand it correctly, no matter what happens to buy1/sell1. But if they are open in pairs, what happens to buy 2 for example?
Posts made by l'andorrà
-
RE: Repeat last order once moreposted in Questions & Answers
-
RE: EA xauusdposted in Questions & Answers
Did you create an initial project? If so please share the link to take a look at it.
-
RE: Where to Start?posted in General Discussions
Hedging grid systems are never profitable in the long run. Are you sure you want t dedicate your time to such a trading approach?
-
RE: once per bar ..... and a bit moreposted in Questions & Answers
That is not a trivial thin to do, but let's move step by step. The first thing to do is creating two boolean variables, one for RSI 60 level and another one for the RSI 40 level. The first time one or the other is activated, they need to change from false to true. Once you do that, we can move to the next step.
-
RE: how to auto off and on a button with the toggle block ?posted in Questions & Answers
Can you please share the link to it?
-
RE: Trying to learn multiple conditions in an EAposted in Questions & Answers
Then you need to disconnect each step from the previous one and use a boolean variable for each one so that the next step can 'know' the previous one happened.
-
RE: Grid strategy with no martingaleposted in Questions & Answers
Can you please share it? I will take a look at it.
-
RE: Where to Start?posted in General Discussions
Sadly there is not much info specifically designed for rookies. However, you can find many info and courses offered by users (like me, for example).
-
RE: once per bar ..... and a bit moreposted in Questions & Answers
No new trades are open because you are requiring new crossings to happen every candle. In order to get what you want you will have to use a variable checking if the crossing that happened before is still valid. Are you familiar with variables?
-
RE: Hedgin EA with martingaleposted in Questions & Answers
That is a very complex bot. Did you create any initial project to begin with?
-
RE: signal from trading view to mt5posted in Questions & Answers
Blocks 59 and 66 are both searching for buys and sells when they should search for buys only or sells only instead.
-
RE: Trying to learn multiple conditions in an EAposted in Questions & Answers
Your project is designed to search for all those conditions to happen exactly at the same time while I guess those steps are supposed to happen in different moments in time, right?
-
RE: Errorposted in Bug Reports
Por desgracia es un problema habitual con el navegador. Deberías eliminar cookies y la caché. entonces vuelve a entrar. Si no te es posible, deberías entonces cambiar el navegador.
-
RE: Buy now keeps taking the same trade twiceposted in Questions & Answers
Can you please share the link to the project?
-
RE: First try at building and EA, and of course it doesn't work. Help!posted in Questions & Answers
Some changes are necessary:
- You can remove both 'Buy 1' and 'Sell 1' blocks.
- Bloc 17 should be connected to block 13 through the orange output dot, not the yellow one.
- You don0t need to duplicate both trailing stop blocks. Two of them for buys and sells are enough.
-
RE: Limitationsposted in Questions & Answers
Yes, it is possible but only if you build that double structure in fxDreema from scratch. If you do not want/can to do that you still can build a 3rd bot through fxDreema but then you'd need to use terminal variables to condition what the other two are doing. This second option is far more complex and you'd need a programmer help for sure.
