That is not possible here. fxDreema is designed to create ES, not indicator. At most you can use an EA created her as an indicator, but it will still be an EA, not an indicator.
Posts made by l'andorrà
-
RE: How to convert an EA into an indicator?posted in Questions & Answers
-
RE: I want to add initial lot size increment to my martingale money managementposted in Questions & Answers
@jude-1 The only way to do that is by using variables. Are you familiar with them?
-
RE: EA Closing all trades if MT5 restartedposted in Questions & Answers
Sorry, my mistake. I meant other broker's MT5 platforms, not trying it on MT4.
-
RE: problem with 4h candle close when gold market is closed at nightposted in Questions & Answers
Technically that is not correct. The 'once per bar' block detects a new bar forming at the fist tick arriving at the platform for that candle. It doesn't matter if that tick is arriving at 01:00 or at 01:10. As soon as a new bar if formed, the block will detect it.
-
RE: How to custom an indicator to give signal as the indicator changes colour.posted in Tutorials by Users
You're welcome, man. Simply don't hesitate to be back here for help.

-
RE: GAP EA F40 sell order stopposted in Bug Reports
You're welcome. Try contacting the admin. Maybe he'll be able to find where's the problem.
-
RE: I am new to this platform and trying to build an EAposted in General Discussions
@pressium Not exactly. Just like this:

-
RE: Ryan Jones MMposted in Questions & Answers
@pbarbieri Technically you can do all those calculations by using condition blocks, but why not using the option available by default here?:

-
RE: dialogposted in Questions & Answers
I'm afraid that goes beyond my abilities, sorry. I have no isea how to do that. I hope jstap or roar can help.
-
RE: Stop Loss Referenceposted in Questions & Answers
You need to use the 'on trade' tab for sure. My question is. How can you define the 'parent trade' exactly? Do you mean the recently closed trade only? I mean the last trade closed by hitting its SL only?
-
RE: Resolving the issue of the difference in calculated lot size in capital management 'Risk % of Balance (Volume size depending on Stop-Loss)' between 2 different brokersposted in Questions & Answers
You need to use two different versions of the same bot by changing the pip size rules for each broker or asking roar how can be added the '*point' code within the project. Sadly I have no idea how to do the second option.
-
RE: How to custom an indicator to give signal as the indicator changes colour.posted in Tutorials by Users
Before trying that you need to be completely the indicator doesn't repaint. Because if it does, the bot is doomed.
-
RE: getting signal in rowposted in Questions & Answers
You should use a 'no trade/order block on top of the launcher structure.
-
RE: My project says Compilation errorposted in Questions & Answers
No. The free version s fully functional. The only limitation is the maximum number of blocks that can be used. Maybe you should contact the admin to let him know.
-
RE: Stop Loss Referenceposted in Questions & Answers
Can you please share the link to the latest version? We'll continue from there.
-
RE: I am new to this platform and trying to build an EAposted in General Discussions
Ok. You are close. You need to substitute that orange constant in the 'modify variables ' by the 'count trade' blue one and adding +1. Then you can use the current condition block as it is now.
