Support Board
Date/Time: Wed, 27 Nov 2024 04:41:21 +0000
Post From: alert settings
[2014-07-17 07:25:02] |
mayerrs - Posts: 70 |
that works!! could you please help me with this, it is the same formula but i cannot make it as i want. i have this: =AND((AV-BV)>BV,V>((V[-1]+V[-2]+V[-3]+V[-4]+V[-5])/5)*1,BARTIME>TIMEVALUE("09:00:00"),BARTIME<TIMEVALUE("12:00:00")) now i prefer the volume part other way. i would like to higlight just the bars they have volume bigger then an average betwen 9:00 and 12:00. the reason why i use just 5last bars V>((V[-1]+V[-2]+V[-3]+V[-4]+V[-5])/5)*1 is because i dont know how to make this part of formula from 9:00 to 12:00. do you think there is chance to write this part? btw, this part about volume is also from you:-) thanks |