You're welcome.
Posts made by l'andorrà
-
RE: Problem when doubling down on a lossposted in Questions & Answers
@enigmaxalgo No. They must be different. Can you please share the link to your project?
-
RE: What's wrong with MT5 on this platform?posted in Questions & Answers
That block doesn't work on MT5. It is a known bug. It's only reliable on MT4. You need to use pink 'for each position' blocks instead.
-
RE: Trailing stop for sell isn't working.posted in Bug Reports
@MigSornrakrit Those blocks work correctly. Your logic is what need to be reviewed. What do you exactly need?
-
RE: Will this Daily profit area work for my botposted in Questions & Answers
@FX-Gnosis Blocks 69 and 70 are empty. You need to specify what blocks are to be turned on and off there.
-
RE: Problem when doubling down on a lossposted in Questions & Answers
Are you using the same magic number on all instances? If not, you should.
-
RE: Trail Stopposted in Questions & Answers
If the trailing stop works fine on backtest but not on real, the problem is not on your bot but on the broker. They are applying different rules on real and on backtest. Try other brokers and you will notice the difference.
-
RE: Help with "Check Profit" Pleaseposted in Questions & Answers
@Matatika Yes. You can also take closed trades by doing something like this:
https://fxdreema.com/shared/bKbTjhrse
In my example, I'm counting pips, but you can do it with profit.
-
RE: Help with "Check Profit" Pleaseposted in Questions & Answers
What you need is using variables to store the values of those closed trades. Something like this:
-
RE: how set stop lose at the opening price of the previous position?posted in Questions & Answers
If my suggestions don't work the reason must be somewhere else in the srtucture. If I can't see it, I cannot be more helpful, sorry. Your current loginc is correct and should work.
-
RE: time frameposted in Questions & Answers
@Jabbar-700 You can selecte specific time frams withing any condition block:

Simply use a condition block with your signal on 4H as per my example on top of your M15 trigger blocks
-
RE: Different Stops with same conditionsposted in Questions & Answers
You selected the 'random outputs' block. Try a standard condition block with a legit condition to test it again.
-
RE: send telegram httpposted in Questions & Answers
This is not my field of expertise, but I think this can help:
https://fxdreema.com/forum/topic/6716/mt4-to-telegram-group/4
-
RE: can you help me fix my ea i need close profit and use profit close lossposted in Questions & Answers
So if I understand you correctly, all trades from 1 to 6 will have separate, independent trailing stops, right? Then I don't see your logic can always make sense, because what happens if some trades are in profit and others in loss when trade 7 is open. How can you be sure the direction of trade 7 will guarantee all the 6 previous ones are in profit?
-
RE: Having Problems With MA Crossoversposted in Tutorials by Users
This subforum is for tutorials. Could you please open a new thread with your question on 'Questions & answers' subforum? I will help you there.
-
RE: can you help me fix my ea i need close profit and use profit close lossposted in Questions & Answers
Not sure I fully get it. If I understand it correctly, the bot will be opening trades and the trailing stop will begin to work only when at least 7 trades are open at the same time, right? My first question is, are you using a common trailing stop for all open trades or each trade is trailing its particular SL?
-
RE: how set stop lose at the opening price of the previous position?posted in Questions & Answers
Is this the whole project or just part of it?
