Multi-indics indicator - page 3

 

Hi Lowphat

Kindly post your stat monitor and newton indicator.

thanks and best regards,

Vasu

 

Thanks fxed!!

fxed:
I think that is because you don't have a opened position. Regards!

Thanks fxed......that makes sense, I'm just having one of those days.

Have you managed to get the indicator to open correctly on your chart?

johnny

 
 
lowphat:
I believe if you kill your buffers.

If you had to you could make a seperate indy just for icust perhaps if buffers are needed

or just write it into the expert if the purpose of the buffers are for an ea.

I'm not sure to understand.

Yes i have 2 buffers for transfer the variable from "multi_info+" to "multi_info+_2" and 2 buffers for an EA.

PS: great indi in your screen shot!

 
fxcruiser:
BTW, can we add more to the specs?

???

 
yorkyjohnny:
The FerruFx Multi and Multi2 have appeared on my chart, but only displaying as far as TREND, "Up" and "Down" section. The "Daily Pivots" and "Daily Range" sections do not appear at all. It is chopped off at TREND, as if the indicator is too wide for the screen!!??

Yes it's possible you have a smaller (screen!!!) than me.

 
yorkyjohnny:
Have you managed to get the indicator to open correctly on your chart?

For open correctly the 2 indicators on my chart, i use this template.

Files:
 

Today (wednesday) 00:00 GMT, SELL @ 238.63, target 237.73

 
 
lowphat:
you can get rid of 2 buffer numbers for sure by

extern bool enableBuf = false;

if (enableBuf) { SetIndexBuffer(0,TrendUPBuffer); SetIndexBuffer(1,TrendDOWNBuffer);}

then you can add to set buffers for true in the expert icustom

i havent tried doing that with icus but should work in theory\

or u can set it to true by default then just disable it when your not usingn it with an ea

Thanks lowphat, i try this asap!

Reason: