I have my chart set to 30 minute intervals. However, I want to do an
exploration to find the closing OHLCV yesterday while the market is
still open today. I have the following code. However, when I run the
code it gives a list of OHLCV of every minute for TODAY'S session so
far. What am I doing wrong? Help anyone!
Filter=1;
AddColumn(TimeFrameGetPrice( "O", inDaily, -1 ) ,"Open");
AddColumn(TimeFrameGetPrice( "H", inDaily, -1 ) ,"High");
AddColumn(TimeFrameGetPrice( "L", inDaily, -1 ) ,"Low");
AddColumn(TimeFrameGetPrice( "C", inDaily, -1 ) ,"Close");
AddColumn(TimeFrameGetPrice( "V", inDaily, -1 ) *100,"Volume",1.0);
__._,_.___
Posted by: Alan <alan@thenorthams.us>
Reply via web post | • | Reply to sender | • | Reply to group | • | Start a New Topic | • | Messages in this topic (1) |
**** 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/
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