Thank you for this information. I am still having an issue...
The original indicator presented no value so the author sent me the icustom mq4 which I uploaded. Then I entered the 8 buffers listed on this email. The indicator Draws an arrow up or down and those are buffers 6 & 7. I tried Indicator Appear Blocks and Condition Blocks and Indicator Visible Blocks. No Success.
I deleted the indicator and entered it manually based on your instruction without the icustom upload and repeated the same blocks. No Success.
The author gave me an example of an EA script that includes the icustom strings for buy and sell entries with buffers 6 & 7. I tried to copy paste sections of this in the fxdreema output mq4 file in different ways to see if this would work. No Success.
The author swears that the icustom program will work for an EA and provided me with the files attached in this string. Many hours have been spent. Can you offer any support?
Here is the sample EA String although I don't place orders on every signal -
int Signal=-1;

if(iCustom(_Symbol,_Period,"TraderDream",0,0,0,Div,0,0,0,0,0,0,6,Shift)!=0)
Signal=OP_BUY;
......
TraderDreamExpert.mq4