@vpeet82 Can you please share the link to your project?
Posts made by l'andorrà
-
RE: Buying and Closing when entering or Exit Support or Resistance Zoneposted in Questions & Answers
-
RE: EA fails to open a tradeposted in Questions & Answers
@ambpips Can you please share the link to the EA?
-
RE: Anyone knows how to deal with Error 4002?posted in Questions & Answers
@jstap Well, as far as I checked them all, no MA block is switched off when the proper input indicator is selected. I tested that same logic on MT4 and it works fine, so the issue is in MT5 for sure. The admin needs to know this.
-
RE: "Indicator fall" blockposted in Bug Reports
@uriel-0 This is the second thread you created for this same issue. Please don't duplicate threads.
-
RE: Tutorial - Create Custom Blocks with "FXDreema Studio"posted in Tutorials by Users
@quantengineer Thank you very much for sharing.
-
RE: 2 Or More Trade TP is Not Workingposted in Questions & Answers
@talalkhan I never recommend to use baskets of trades. You can get the same effect more efficiently this way:
-
RE: how to code :- if ema2 cross above sma9 appears before ema2 cross above ema5 then buy.posted in General Discussions
@kunalyadav1809 The problem with crossings is that what we humans see on the chart is not what a crossing is for the terminal.What we call crossings is a comparison of two MA values between two consecutiva candles. That 'crossing price' is a visual artifact, not a real price.
-
RE: Stop time, and be able to test itposted in Questions & Answers
@uriel-0 It is not an easy thing to do. What do you need exactly?
-
RE: EA multi timeframe with line graphposted in Questions & Answers
@uriel-0 I'm not sure an MA can be selected with 0 period. I guess that is the problem. Did you try any other value?
-
RE: how to open a reverse positionposted in Questions & Answers
@paihdt Easy. Simply create a variable for values 1 and 2 so that each new trade will increasu it value by 1. Once it hits two, your lot size is reinitiated.
-
RE: Someone Help me with this(Take trade at horizontal line)posted in Questions & Answers
@suyirich You need to name lines with different names and the you can specify what line is supposed to be crossed in order to open a trade like this:

-
RE: PARTIAL CLOSEposted in Questions & Answers
@kestra Well, that depends on your current structure. And that doesn't mean necessarily an fast and easy solution. Can you please share the link to your project?
-
RE: Help gridposted in Questions & Answers
@cristall86 Not sure what you mean. What custom indicator are you using?
-
RE: Enum error : Cannot add custom indicatorposted in Questions & Answers
@xlestergg Then I'm afraid I'm of no help. I'm not a coder, sorry.
-
RE: Anyone knows how to deal with Error 4002?posted in Questions & Answers
@talalkhan But what do you exactly mean by 'parameter'? Input parameter, variable or what?
-
RE: Anyone knows how to deal with Error 4002?posted in Questions & Answers
@alphaomega This is not the problem. I always empty that space and this is why you get that message. The error is somewhere in the MA, but I can't see where.
-
RE: Anyone knows how to deal with Error 4002?posted in Questions & Answers
@talalkhan I did it more than 10 times and I see no problem! What do you mean?
