today GBPNZD TF15m entry
Pair Strength Analyzer indicator 447 replies
Price info indicator needed - one pair's price x another pair 5 replies
Relative Strength Average Convergence Difference indicator 4 replies
Indicator that measures relative strength 1 reply
VT Moving Averages of Relative Strength Index Alert Wanted 1 reply
DislikedOnTheRoad,
Need your help. You said: ''3- in every Chart , switch TFs to refreshing every TFs data for every chart( 28*9 times ) this may comsume some minutes
''
Could you please explain me how to set up those charts to refresh 28*9...Cpair v2 indi seems to work without setting up those charts. I attached it only to eur/jpy.
Have a nice day!
PeterIgnored
DislikedHi,
This is needed only the first time you want to use this indis...(28Charts*9TFs switch)
after first time , the indis... automatically refresh 28 charts in the same TF that it is acting,
and it is needed to randomly switch this chart(EURJPY) TFs to automatically refresh your 28Charts other TFs.
Regards
OTRIgnored
DislikedI like this indicator and have been looking at it for a few days in from M5 to D1 timeframes.
However I've noticed that it repaints some of the recent past bars of the indicator. Can the code be re-written such that it doesn't repaint?
I commented out the last two sections of the main indicator code and it helped somewhat. Are those transformations really necessary? It looks OK without them.
Thanks for developing this interesting indicator. I think there is a lot of potential, and hope to see further improvements.Ignored
DislikedI like this indicator and have been looking at it for a few days in from M5 to D1 timeframes.
However I've noticed that it repaints some of the recent past bars of the indicator. Can the code be re-written such that it doesn't repaint?
I commented out the last two sections of the main indicator code and it helped somewhat. Are those transformations really necessary? It looks OK without them.
Thanks for developing this interesting indicator. I think there is a lot of potential, and hope to see further improvements.Ignored
DislikedWhats a reliable numerical range on activity indi for no trades? Maybe two extra horizontal lines could be added to indicate this range..?Ignored
DislikedFor reliable No trade zone:
1- because Activity_... is not Normalized , MT4 will scale it on Screen, then the Don't trade zone is Visual and based on proximity of 3 curves to zero level Or flatness of 3 curves and midway of AQUA curve between 2 others.
2- for normalizing , I think it will be good if we use the max and min of (n) recent bars calculations,
thx
OTRIgnored
Dislikedin step3: if you think this is a good idea then please kindly help for more improvements!Ignored
DislikedI like your indicator very much.
I hope you don't mind-I took the liberty of revising the code somewhat for programming efficiency; I explain why in the comments in the code.
Also this version will automatically refresh all pairs - all time frames every 15 minutes - so the user doesn't have to do it manually.Ignored
DislikedOTR,
this kind of normalization can be "dangerous/tricky" e.g. in flat markets(withing the (n) candles u would normalize by) the lines will be pretty far from zero like in volatile market conditions, hence seducing to take a bad trade. Maybe it should be normalized by some more relative measure such as an average variance similar to CCI, but it would introduce some extra nonlinearities to the activity indicator hence changing slightly or significantly the way it should be read...Ignored