Search found 12 matches

by metotron
Sun Nov 02, 2008 12:23 pm
Forum: Tradestation indicators
Topic: Volatility Quality
Replies: 0
Views: 2368
Gender: None specified

Volatility Quality

Hi all! I have found very interesting indicator -Volatility Quality. This indicator was made for Metatrader but main idea was taken from Tradestation. Tradestation code: Variables: VQI(0), SumVQI(0), aver(0); If TrueRange <> 0 and (High - Low) <> 0 Then VQI = ((Close - Close[1]) / TrueRange + (Close...
by metotron
Mon Dec 24, 2007 7:08 pm
Forum: Tradestation indicators
Topic: Need help in new daily indicator
Replies: 13
Views: 9330
Gender: None specified

metotron wrote:ok! I need 2 days to make correct code


This is my version of Daily Range based on TRO_Plot by TRO :-)
by metotron
Wed Dec 19, 2007 7:55 pm
Forum: Tradestation indicators
Topic: Need help in new daily indicator
Replies: 13
Views: 9330
Gender: None specified

ok! I need 2 days to make correct code
by metotron
Tue Dec 18, 2007 6:04 pm
Forum: Tradestation indicators
Topic: Need help in new daily indicator
Replies: 13
Views: 9330
Gender: None specified

Ha!!! I know what problem is!!! It's cause we need to change.
I need it to display not as a histogram, dots or somethig else.
It must be horizontal line!!! Omega could not display broken lines (like metatrader)
Great thanks TRO!!!
by metotron
Tue Dec 18, 2007 5:59 pm
Forum: Tradestation indicators
Topic: Need help in new daily indicator
Replies: 13
Views: 9330
Gender: None specified

Well that depends...... for today, the range changes everytime there is a new daily high or daily low. If you count today, then the value is going to change. averagefc( (HighD(1) - LowD(1) ) , 20 ) Using yesterday's data should take care of it. no...it doesn't work....look at the pic. it changes it...
by metotron
Mon Dec 17, 2007 6:10 pm
Forum: Tradestation indicators
Topic: Need help in new daily indicator
Replies: 13
Views: 9330
Gender: None specified

Hm...TRO PLOT works good. But... its calculate its value on each bars inside day. Avery day has only one Daily Range.
Look at pic - i try to show what i need
by metotron
Mon Dec 17, 2007 5:17 pm
Forum: Tradestation indicators
Topic: Need help in new daily indicator
Replies: 13
Views: 9330
Gender: None specified

Oh!!! Great Thanks!
I works!!!
But it's not my final question! Next will be after 2 days. I will try to build Cluster Indicators for FOREX :-)
by metotron
Sun Dec 16, 2007 10:30 am
Forum: Tradestation indicators
Topic: Need help in new daily indicator
Replies: 13
Views: 9330
Gender: None specified

Do a search for this in the TradeStation forums and I'm sure you will find a solution. The first thing that came to mind is something like this (don't know if correct, just first thought): var: n(0), avgdailyrange(0); for n = 1 to 20 begin avgdailyrange = average(highd(n) - lowd(n),20); end; It doe...
by metotron
Sun Dec 16, 2007 10:13 am
Forum: Tradestation indicators
Topic: Need help in new daily indicator
Replies: 13
Views: 9330
Gender: None specified

"You want to know the range for each hour right?" i think not... I want to get Average Daily Range (for 20 days) on 15 or 1h harts. Example: R1-yesterday range was 120pips R2 - 2days ago - 100 pips R3 - 3days ago - 97 ----------- R20 - 20days ago -180 pips Average Daily Range = (R1+R2+R3+....
by metotron
Sat Dec 15, 2007 9:47 am
Forum: Tradestation indicators
Topic: Need help in new daily indicator
Replies: 13
Views: 9330
Gender: None specified

Need help in new daily indicator

Hi all!!! I need smal help. I want to make indicator that will calculate Average Daily Range on 15min or 1h time frames. For that i need High and low from previously days. Example: if i want to make Average D. Range from 20 days i must take high and low from each of this days. Its easy if i use Dail...

Go to advanced search