@len-1 Can you please upload a screenshot showing the exact situation you are looking for?
Posts made by l'andorrà
-
RE: Regarding negative shift on MAs, is there...posted in Questions & Answers
-
RE: NEGATIVE SHIFTposted in Questions & Answers
@len-1 You need to create a Constant (double type) with an initial value of 0. Then go to the Condition block and right select on the Shift box position. There you can select the constant to be positioned there.
-
RE: Draw Text to a dynamic lineposted in Questions & Answers
@jsauter86 Please don't hesitate to post it here.
-
RE: Trading Zoneposted in Questions & Answers
@jsauter86 Personally I don't any any indicator doing that right now, but I'm sure there will be several ones on mql5.com. You can try there first.
-
RE: a problem with stochastic ma crossover eaposted in Questions & Answers
@axmed69 I'm afraid not. But we can try it here of you want.
-
RE: at least 4 up bars above SMA 5 shift 5 and BUY, please fix this projectposted in Questions & Answers
@krystian Your blocks are perfectly connect now. Good job.
-
RE: Don't understand why my EA takes only short trades and not longposted in Questions & Answers
@len-1 Can you please share you project to take a look at it?
-
RE: Can Free simple EA's be used on real tradingposted in Questions & Answers
@tinachipindu Of course they can. You can build a fully functional EA with a free fxDreema account.
-
RE: a problem with stochastic ma crossover eaposted in Questions & Answers
@axmed69 You need to create a boolen variable used as a 'switch on', 'switch off' control telling you when the crossing happened. Then you can combine it with the stochastic condition.
-
RE: EA with specific parameters (new to building)posted in Questions & Answers
@thomazrk Well, that is a nice list of input parameters but what market conditions are required for a trade to be open? What are those MA supposed to do and when?
-
RE: VOLUME VS CANDLE identifyposted in Questions & Answers
@ontrade It is not a trivial thing to do. You need to create a variable to store the value of the highest volum value, but that will be a dynamic one. For example is candle ID 1's value higher than candle ID 2's? and candle ID 3's? Then you will need another variable to store the value of prices and compare them.
Do you have an initial project to begin with?
-
RE: Draw Text to a dynamic lineposted in Questions & Answers
@bhovens I'm not completely sure that is possible in fxDreema. I guess (and it's just a guess) that lines ans texts are compeltely independent so that trying to link them in the way you want should require custom code. Can anyone confirm?
-
RE: Where to find description of various stop loss and take profit methodsposted in Questions & Answers
@tonyramirez I'm afraid there is no specific documentation for that. We can try yo help you for any question about any of them.
-
RE: example: For each tradeposted in Tutorials by Users
@bhovens I see this is a part of a much larger project. Can you please share it? Obviously there is something interfering with this part.
-
RE: EA won't run when Stop Loss is a variableposted in Questions & Answers
@yoloyacht Additionally, you need to specify what math symbol is required for that 'brik' value to apply. Is it an addition or a subtract value?
-
RE: Trading Zoneposted in Questions & Answers
@jsauter86 The most efficient way to do it is by importing a custom indocator diing that. Creating a structure to do it will consume computing resourcer that an indocator will solve more quickly and effectively.

