Tuesday, January 06, 2009     | Register
TradersStudio Forums
Subject: Daily Highest in Intraday System

You are not authorized to post a reply.   
Author Messages
stroj
Posts:17

02-19-2007 3:39 AM Alert 

Is it possible to return Daily Highest if I only use intraday data in a session?

e.g. Data is 5 min. but I want to use Highest(High,30,0) which returns the highest High of the last 30 days.

Maybe I could workaround with a function which builds an array of the highs of the day and then return Max?

But I would prefer a built in function.

 

murray
Posts:435

02-19-2007 12:06 PM Alert 

Minor work around

TodayHighBar and TodayLowBar give you the bars ago that todays high and low occured.

So , High[TodayHighBar] will give you todays high.

 

stroj
Posts:17

02-19-2007 1:50 PM Alert 
I don´t understand, is it possible to get the Highest High of the last 30 days with this function when I use only intraday data?
You are not authorized to post a reply.
Forums > TradersStudio 2.x > TradersStudio Basic > Daily Highest in Intraday System



ActiveForums 3.6
TradersStudio® Copyright 2004-2009 All Rights Reserved   |  Privacy Statement  |  Terms Of Use