Elite indicators :) - page 1243

 
mladen:

Talaat E

Filter added to stepma of rsi adaptive ema


Mladen Very nice indicator indeed.... is it possible to add the "display feature" to have the display with dots function enabled?

All the best!

Forexblasters 

 

Hi mladen and mrtools,

could you please answer my PM please. Thanks in advise!
I have a hired coder that have some questions.
All the best!
Simon

 
GADEY:

Hi mladen & mrtools,

I am very grateful to you that I am successfully trading based on few indicators from your blog. But I fear that my strategy based on the indicators would be copied by my staff. So, could you give the Payment details for availing the MQL4 files for the indicators. This will be of great help for me.

Thanks in advance 

Regards, 

Murali 

Tell us the name of indicators.....
 
traderduke:

mladen

Can you make the attached indicator into a Hist with Lines?

Thank you

Ray

Ray

Please when asking some coding stuff, post the original code.

 
Thanks for reply mladen!
mladen:

He does not have to know the names

All he needs to know are the values (as known, parameters are not passed by names when iiCustom() is used, but by values) - and the values are exactly the same as regular metatrader time frame enums

Thanks for reply!

My coder answers:
"No it does not help but it's not the main problem as there is always this error "You are trying to use a renamed indicator".
Till this is not solved it's impossible to use the indicator.
Please ask him about this problem of renamed indicator."

"I get the same message when linking all inputs, so the problem of "renames indicator" does not come from the indi's name but from the inputs.
It must be for preventing any Ea usage I suppose..."

Please help! Thanks!
Files:
untitled2.png  63 kb
 
As it is obvious - the issue with posts not show is still present
 
So I am flooding the thread (more like an example to the developers than anything else)
 

mladen

Would you like to make the below indicator

''MTF RSI level indicator on chart''

 
alozard:

hi mladen

I need this indicator.

help me

Thanks

http://www.4shared.com/video/IOwkGZpwce/zigzag-macd.html 

https://www.mql5.com/ru/code/9767
 
mladen:
Post your coders code which he is using to access indicators values, and I will then post a a correction (if needed) of that code part

Thanks mladen! My coder response:

Okay, here is the code snippet used for indi's access:


         Up=iCustom(_Symbol,PERIOD_CURRENT,"::Indicators\\Averages ribbon 2_7.ex4"
                    ,0    //Timeframe
                    ,0    //Custom TF
                    ,FastMaPeriod
                    ,MODE_SMA    //MA Method
                    ,FastMAPrice
                    ,DoubleSmoothedFastAverage
                    ,AdaptiveFastAverage
                    ,SlowMAPeriod
                    ,MODE_SMA    //Slow MA Method
                    ,SlowMAPrice
                    ,DoubleSmoothedSlowAverage
                    ,AdaptiveSlowAverage
                    ,Filter
                    ,0    //Display type
                    ,3    //Lines Width
                    ,1    //BarWidth
                    ,false//Turns alert on
                    ,false//Alerts on current
                    ,false//Alert should pop up
                    ,false//Alert plays a sound
                    ,false//push
                    ,false//mail
                    ,159  //Arrow code up
                    ,159  //Arrow code down
                    ,0.5  //Gap arrow up
                    ,0.5  //Gap arrow down
                    ,true //Arrow on first bars
                    ,0    //Average shift
                    ,0    //Interpolation
                    ,4    //Indicator value 5
                    ,1    //Shift
                    );


Thanks in advise!
Reason: