@felixnr Is this the whole EA? I don't see any cinditions for closing a trade so they shouldn't be closed except if hitting a SL.
Posts made by l'andorrà
-
RE: Close position when next candle close [SOLVED]posted in Questions & Answers
-
RE: Does anyone knows how to make an EA close all trades, say on Friday?posted in Questions & Answers
@martin-5 You can do something like this:

-
RE: my robot wont take decimal inputs for pricesposted in General Discussions
@foxbat Did you select an integer variable type maybe? If so, you select a double type.
-
RE: How to '3 Bull in a Raw' x> '13EMA'posted in Questions & Answers
@wadz91 Then you will need a Constant to select how many candles in a row you want:

-
RE: How to limit the number of trades?posted in Questions & Answers
@joe_fx Those 'check trades count' blocks are unnecessary if you are using both 'no trade' blocks on top. You can remove them. You will get one buy or one sell only at any time.
-
RE: New Here with no programming Knowledge Just Crypto and Forexposted in Questions & Answers
@joykpankpari Thank you very much for your kind support!
I strongly recommend you to study all documentation pages here before moving on. That should help you to understand the basics. Then we can help you here for any furthers issues. -
RE: exchange related pairposted in Questions & Answers
@cristall86 Then you can run your EA on the EURUSD chart and do this:

-
RE: solucion bloquesposted in Questions & Answers
@mingo No acabo de entender lo que dices. Si cierra un sell, poco importa que sea a un nivel de SL o de otro diferente. ¿Te importaría aclarar un poco más?
-
RE: How to build robot to manage operationsposted in Questions & Answers
@campero Then you can do this:

I created a Constant for the distance in pips to open (35 in your example), but you can use any other you need.
-
RE: Why isn't my Ea putting tradesposted in Questions & Answers
@winson I remember from other threads a problema like that. If you want to use that "% of free margin-->lots" correctly you need to use much hifger numbers than 100%. I rememebr a user sid he had to use 1200% in his EA. Maybe you should try thet. If it doesn't work, then you should contact the admin to let him know.
-
RE: 2 arrows in last 4 candles with 5 pips distanceposted in Questions & Answers
@egeunilicem Do you have any initial project to begin with? That would make it easier.
-
RE: Basket TP based on money profitposted in Questions & Answers
@piptheripper The only one I can think of right now is by using some custom code doing that specific calculation. AFAIK no fxDreema block can do what you want, sorry.
-
RE: ichimokuposted in General Discussions
@josuafree I replied to your other thread. Please don't duplicate threads.
-
RE: 2 arrows in last 4 candles with 5 pips distanceposted in Questions & Answers
@egeunilicem You should use a variable for condition 2. Conditions 1 and 3 can be checked on candle ID 0 but condition 2 doesn't. You need to store the information of condition 2 on a variable and then use it to check it out later on candle ID 0.
-
RE: How to '3 Bull in a Raw' x> '13EMA'posted in Questions & Answers
@wadz91 You need to specify candle ID 1 on block 5 and then the respective candle ID on the right operand on the three previous blocks.
-
RE: OMG....$10 to $10k++ profits in 5 minutesposted in Questions & Answers
@fxdreema-co-uk This is completely Off-topic. Please focus on questions related to fxDreema.
-
RE: solucion bloquesposted in Questions & Answers
@mingo Puedes conseguir eso usando los siguentes bloques en la pestaña 'On Trade':

En este ejemplo, cuando se cierre una compra por SL, se abrirá de inmediato una venta.
-
RE: ICHIMOKUposted in Bug Reports
@josuafree The logic is correct. Is this the whole project or just part of it?