@lanrayy If those results are real and replicable, could you please let me invest in your strategy (not kidding)?
Posts made by l'andorrà
-
RE: My Best Result Ever, Check this out guys.posted in Questions & Answers
-
RE: exit position does not work properly in arrow indicatorposted in Questions & Answers
@mahdi-2 Can you please share the link to your project to review it?
-
RE: Check for open trades and the entry pointsposted in Questions & Answers
@wiehan1981 Ok. So you want an EA findung how many (if any) open trade are right now on the chart and then store its open price into a variable. Right? I guess those trade can be open at a previous day. Correct?
-
RE: Reopening of negotiations are not working properly.posted in Bug Reports
@fabiobioware My guess (and it's just a guess) is that you broker changes the spread dramatically from one session to the next one. If the is trying to close an open trade, that sperad filter can be the reason of the error. Obviously I have no idea about programming, but did you try you EA in a broker with no spread change between sessions?
-
RE: New order for certain pips awayposted in Questions & Answers
@zedeai2 Yes, you need to substitute that 'If trade' block for a 'Pass' one because the trailing stop block already includes the 'if trade' code in it, so there is no need to use it. You need a 'Pass' block because single blocks are not operational in fxDreema, they nrrd to be grouped at least in pairs.
On your question about how to use those trailing parameters, I recommend you this:
-
RE: Reopening of negotiations are not working properly.posted in Bug Reports
@fabiobioware No link is included.
-
RE: Multipairsposted in Questions & Answers
@pbarbieri All symbols included in that 'set current market' vblock will be checked, no matter the symbols in which the EA is active on right now. However, you will need all those symbols to be active on your MT4's market watch window. Otherwise the will not be checked.
-
RE: Stop Trading when the daily target or loss is achievedposted in Questions & Answers
@zedeai2 You need some changes.
- You can remove the 'Pass' block on top.
- Substitute it by a 'For each trade' block instead.
- Move that 'Once a day' block below both 'check profit/check loss' blocks. One below each block.
-
RE: primo segnaleposted in Questions & Answers
@luigi-3 I don't speak Italian, sorry. I speak Catalan and Spanish if that can help.
-
RE: New order for certain pips awayposted in Questions & Answers
@zedeai2 The trailing stop block is correct (although some of those values are a bit extreme, IMHO. What you need to do is removing that 'If trade' block and substitute it for a 'Pass' block.
-
RE: Block connection issueposted in Questions & Answers
@kvinvest What browser are you using? I tried with Chrome and Firefox and both work well.
-
RE: Check for open trades and the entry pointsposted in Questions & Answers
@wiehan1981 There are several ways to do it. How many open trades are supposed to be open at any moment in the day?
-
RE: Anyone can help me about heiken ashi candle ?posted in Questions & Answers
@lonerider I'm afraid fxDreema cannoy create indicators. However, I still think you can use the HA indicators included by default in fxDreema. The problem is that one called TMATrue. What is it supposed to do? Can you fins another one in mq4 format doing the same?
-
RE: Anyone can help me about heiken ashi candle ?posted in Questions & Answers
@lonerider Two quick questions. Why not using the HA indicators included by default on the MT4 platform? What is this one doing that is not included in the other one? Secondly, fxDreema doesn't work well with ex4 files. Can you please provide the mq4 version?
-
RE: Pls Help me how to make it Buy when Line is green and sell when Line is red object Line in the chartposted in Questions & Answers
@zarbitz None of your condition blocks is looking for that indicator. I guess you are trying to get the green segimen by using both 'For each object' blocks. Right? Simple remove them. You need to import it that custom indicator to your fxDreema account and them use it as a condition.
However, I guess that indicator will repaint a lot. You should check it out in the first place. If it does, simple try another indicator.
-
RE: [SOLVED] Cannot manage a position countingposted in Questions & Answers
@jerkha Interesting. Thank you for sharing.
