Elite indicators :) - page 1180

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Dear mntiwana,
Could you describe how you make the vertical red line in that demonstration picture about the FR trend?
Based on what rules?
thanks.
mike
it is FR Trend indicator,posted exact above your previous post at post #11789 in the same thread.
regards
NK Trade if you change interpolate = false it's been working for me, have not been able to figure out why it doesn't work with interpolation on.
Thanks Sir... it works
Dear mntiwana,
Could you describe how you make the vertical red line in that demonstration picture about the FR trend?
Based on what rules?
thanks.
mike
Hi microsat,
that are hand drawn Vlines just to see where possible trend change by all two indicators combination,you can count it more one bar ahead/later even,it can be zero line cross or level cross or color change or any base and match that suits to one.but it is a rough idea and productivity of a indicator,no specific formula or rule......how you check and test some indicator ?
Here is a version that works correctly with interpolation set to true too : t3vhf_adaptive_itrend_mtfalertsarrows_2_2.ex4
Here is a version that works correctly with interpolation set to true too : t3vhf_adaptive_itrend_mtfalertsarrows_2_2.ex4
Thank's sir,
Here s the newest version of averages that adds adaptive mode to all (except the already explained recursive moving trend line) which makes a possible 134 types of averages now : averages_-_mtf__alerts_7_6.ex4
Mdladen, I sent you PM. Other question. If I want enable custom timeframe in this indicator using iCustom how I have do it? I try some ways but I only can make works default settings. Thanks for advance
Mdladen, I sent you PM. Other question. If I want enable custom timeframe in this indicator using iCustom how I have do it? I try some ways but I only can make works default settings. Thanks for advance
For custom time frame you have to have the data as offline data
Here is an example how it is set in the averages (I have the "10 minutes" data as offline data) :
For custom time frame you have to have the data as offline data
Here is an example how it is set in the averages (I have the "10 minutes" data as offline data) :
Ok. But what is the constant number for Custom TF? Maybe 10? Because I want call from iCustom and I know rest of TFs in first option are 0 to 9. If i use iCustom( NULL, 0, "averages...", 10, 18,.... ); its right for have custom TF 18M?
Ok. But what is the constant number for Custom TF? Maybe 10? Because I want call from iCustom and I know rest of TFs in first option are 0 to 9. If i use iCustom( NULL, 0, "averages...", 10, 18,.... ); its right for have custom TF 18M?
12345678
And then you can use any number for the custom time frame value (the second parameter)
12345678
And then you can use any number for the custom time frame value (the second parameter)Lol. Only one number in that range ( 12345678 )? Or that is the constant number for custom timeframe?
Now I'm confused. iCustom( NULL, 0, "averages...", 12345678, 18,... )?