Man, there are almost infinite possibilities!
Some additional preferences from your part would help.
Posts made by l'andorrà
-
RE: How to trade in range ?posted in Questions & Answers
-
RE: MISSING PROJECTS FROM LOAD PROJECT TABposted in General Discussions
Sorry for that, man. Then I'm afraid they are lost forever.
-
RE: Heiken ashi strategyposted in Questions & Answers
What do you exactly mean by 'every 2nd bull/bear'?
-
RE: Block for close pending operationsposted in Questions & Answers
Blocks 9 and 13 are unnecessary because the position was already closed on the 'on tick' tab. The option on top should work as you want.
-
RE: Blocks with intermittent problems.posted in Bug Reports
Without seeing the project no accurate suggestions can be made. There can be several reasons for that to happen, and the most likely is that MQ5 is being changed...again.

-
RE: Trading historyposted in Questions & Answers
Not sure what you exactly mean. If all bots are trading on the same symbol, aren't their profits combined? Are you maybe looking for separate profits per chart, maybe?
-
RE: Why does the loop in this example not work?posted in Questions & Answers
You should select the 'as price fraction' option on the left operand of the formula block.
-
RE: renko continuous candle entriesposted in Questions & Answers
Blocks 7 and 8 (and those below them) need to be disconnected from its current position and separated into a new block tree headed by another (if trade) block and another 'once per bar' tree.
-
RE: Blocks titles and variables remove by bugposted in Bug Reports
Then I'm afraid the only thing I can recommend is contacting the admin and letting him know. Maybe he can do something about it.
-
RE: someone HELP Pleaseposted in Questions & Answers
Your logic doesn't stop new trade to open if conditions are met as soon as the previous one was closed. You need to add the appropriate conditions to that not to happen.
-
RE: loops or pending orders blocks are not workingposted in Bug Reports
They work correctly. What do you exactly need?
-
RE: How much is TOO much?posted in Questions & Answers
I guess it is a problem of time execution. Probably the bot can be optimized by using less blocks. Could you please share the link to it?
-
RE: Need help with EA based on indicatorposted in Questions & Answers
@facto Then I'm afraid I don't fully understand. Are you maybe using three condition blocks just to illustrate the bot will need three different conditions to be met?
-
RE: MACD Divergenceposted in Questions & Answers
Yes, technically it is possible, but as I said you would need a serious fxDreema structure just to find that point. I recommend using a custom indicator instead.
-
RE: calculate aall loss trades and then profit alsoposted in Questions & Answers
Are all those closed trades belonging to a specific time period or just from the beginning of the account's trading history?
-
RE: Candle Rangeposted in Questions & Answers
@Safeer992 Then you will need two variables, one for each value. You can get them this way:
-
RE: between the boxposted in General Discussions
@priyaavatar Then you can do this:

You need ti insert the EXACT name of the rectangle name on the left and then use Price level 2 for the bottom line of it on the condition block. If you need the upper level of the rectangle you should select Price level 1 instead.