Re: [amibroker] TimeFrameSet problem

 

Filter = 1;
TimeFrameSet(inDaily);
VolLowDaily = LLV(Volume * C, 20);
TimeFrameRestore(); 
AddColumn(VolLowDaily, "VLD");

On 4/16/2016 11:41 AM, Marcin Jagodziński marcin.jagodzinski@gmail.com [amibroker] wrote:
 
Hello everyone,

although I've read https://www.amibroker.com/guide/h_timeframe.html several times, I still have (probably pretty trivial) problem with TimeFrameSet. 

What I want to achieve is to find the day with lowest volume (I'm using weekly bars for exploration). I've added this to my exploration


TimeFrameSet(inDaily);
VolLowDaily = LLV(Volume * C, 20);
TimeFrameRestore(); 

AddColumn(VolLowDaily, "VLD");

and I'm getting weird (high) values of VolLowDaily.

Anyone could tell me what I'm doing wrong?

best

--
Marcin Jagodziński

__._,_.___

Posted by: Alan <alan@thenorthams.us>
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (2)
**** IMPORTANT PLEASE READ ****
This group is for the discussion between users only.
This is *NOT* technical support channel.

TO GET TECHNICAL SUPPORT send an e-mail directly to
SUPPORT {at} amibroker.com

TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
http://www.amibroker.com/feedback/
(submissions sent via other channels won't be considered)

For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/


.

__,_._,___


EmoticonEmoticon