Use custom indicator to be a data source for another custom indicator? - page 2

 
Fernando Carreiro #:

You don't have to use the "price"/"short" version. That was an answer for the points raised by @Ryan L Johnson

That is why I specifically stated ... "Please note that this post is off-topic and not relevant to the OP's question"

For your case, you can use either method, but since both indicators are already "detailed"/"long" version you can keep that way too.

There are multiples ways to solve it, and it really depends on your needs and coding ability. Personally I would merge the two and make it a single indicator, but do it in which ever way is easiest for you to understand.

OK. Thanks. 
Will try something. Unfortunately my coding 
ability are a litle bit lameish. Basic level only.And barely that with a lot to learn ahead. 
Trying to merge both indicators into one. That results in about literally dozens of  errors when compiled. 
Tried to retrieve data from Fourier inside Hull using handle and iCustom than copy all to custom  array. Than supstitute close[]  with Mydata[] array.With same "results" (tons of error when  try to compiled. 
So, work in progress. 
But  its probably not my league yet.
Thanks  a lot for suggestions.