iCustom Test

 

Hello Guys, i have an ex4 file indicator that shows currency strength. My ideas was to made a test to check if i can use iCustom to see if i can get a value of the power of a pair, but i have always same value and it's zero. Indicator is attached, this is how i have tried it:


double Strength = iCustom(_Symbol,_Period,"Currency Meter",0,0);

Comment(Strength);

Value is always zero, so this means is not possible to get strength value of a pair?

Files:
 
Do you really expect an answer? There are no mind readers here and our crystal balls are cracked. We can't possibly know what indicator and what version of "Currency Meter" you are using, with out the file or a link.
 
William Roeder:
Do you really expect an answer? There are no mind readers here and our crystal balls are cracked. We can't possibly know what indicator and what version of "Currency Meter" you are using, with out the file or a link.

Done, hasn't uploaded before

 
Look at the data window. Your indicator apparently doesn't have a buffer. iCustom is useless.
 
William Roeder:
Look at the data window. Your indicator apparently doesn't have a buffer. iCustom is useless.

Yeah, that was also my ideas. So, without mq4 file i can't do anything right?

 
SIMONE MARELLI: So, without mq4 file i can't do anything right?

You will have to examine the objects and their colors to develop what you want.

 
William Roeder:

You will have to examine the objects and their colors to develop what you want.

Yes, thanks, I have solved!
Reason: