(Req) 2 ma crossover histogram indicator

 

Hi all coder experts,

Please help to code: 2 ma crossover histogram indicator.

Thank you and Regards,

Anton

 
anton1:
Hi all coder experts,

Please help to code: 2 ma crossover histogram indicator.

Thank you and Regards,

Anton

Anton this is the ma cross histo with multi timeframe and alerts.

 

Hi mrtools,

You are really great and helpful and kind.

I am thanking you very much.

Best Regards,

anton

 

Hi mrtools,

Would you please to teach me how to HIDE the parameter in this indicator?

Thank you and regards,

anton

 
anton1:
Hi mrtools,

Would you please to teach me how to HIDE the parameter in this indicator?

Thank you and regards,

anton

Hi Anton,

You can change IndicatorShortName to something like this IndicatorShortName(""); then you will get this

Files:
nothing.png  46 kb
 

Hello mrtools,

Thank you for your quick and kind response.

I want to hide the input window (the value of time-frame and moving average). Please teach me.

Thank you and regards,

anton

 
anton1:
Hello mrtools,

Thank you for your quick and kind response.

I want to hide the input window (the value of time-frame and moving average). Please teach me.

Thank you and regards,

anton

anton1

You can not do that. You can do that only if you make those values fixed (remove the extern before the parameter type) but then those values can not be changed and will always use only the default values

 

mladen,

Yes, I want to fix it AT certain value of time-frame and moving average.

I have try to remove the "extern", BUT it does not work. Please teach me by making one example in mql4.

I am learning to code.

Your kind help really needed and appreciated.

Thank you and regards,

anton

 
anton1:
mrtools,

Yes, I want to fix it AT certain value of time-frame and moving average.

I have try to remove the "extern", BUT it does not work. Please teach me by making one example in mql4.

I am learning to code.

Your kind help really needed and appreciated.

Thank you and regards,

anton

anton

If you replace this :

extern int FastMa = 5;

with this :

int FastMa = 5;

the parameter will not be visible

 

mladen,

Yes, I have done.

And I set the time-frame at "60", and I put this indi at chart (M15). Because I want to see this indi (of Time-frame 60) at M15 chart. I am trading at M15 chart. And want to see the trend at H1.

Please make one mql4 version as an example.

Thank you and regards,

anton

 

I am sorry mladen. I think the last 2 replies from mrtools.

Please help.

Thank you,

anton

Reason: