Working woth ex5 files in fxDReema is tough. Please read the following tutorial to be sure you did it correctly:
https://fxdreema.com/forum/topic/9105/tutorial-working-with-ex4-ex5-indicator-file
Working woth ex5 files in fxDReema is tough. Please read the following tutorial to be sure you did it correctly:
https://fxdreema.com/forum/topic/9105/tutorial-working-with-ex4-ex5-indicator-file
I guess the problem should be in the variable type. Considering that is is for MT5 some help from real programmers is required. THis is not my field of expertise, sorry. 
The candle ID is a dynamic value. There is no fix number ID for candles. What you can do to identify the third cnadle of the day is using a counter (variable) that adds 1 for each new candle created so far. Once the value for that variable is 3 you will have found it.
Never used those options. I'm also curious about it.
The HA indicator offered in fxDreema does not include colour. If you need that you will have to upload a custom indicator with those coloues in its buffers. Preferibly the mq4 version.
You can import the indocator but you will have to follow these detailed insttrutions for it to be (possibly) configured in fxDreema:
https://fxdreema.com/forum/topic/9105/tutorial-working-with-ex4-ex5-indicator-file
@tradingstrategy88 said in Trailing Stop lose:
shared/F30lbspDb
I didn't notice this is a duplicated thread. Please don't do that. I answered you in the other thread.
@tradingstrategy88 said in How to move few trade trailing stop loss together:
shared/WGZRCHKZd
You can use the 'trailing stop (avarage)' block. It will create a common trailing stop for all your open trades. That way you will not need any of the blocks on the 'on trade' tab.
You will need to create a variable and then you can do this:

You need to add a 'For each trade' block between both of them for it to work.
I think the best option would be by creating your specific condition tree below a 'For each trade' block. The the block at the bottom of it should be 'modify stops'
I see no objects are identifiable. The only option I see is by using buffers, but they can't be reached normally. I'm afraid you will need a real programmer to help you.
I agree. They work fine to me.
It doesn't work at all in my MT5. This is weird indicator.