Gamestudio Links
Zorro Links
Newest Posts
Change chart colours
by 7th_zorro. 05/11/24 09:25
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
1 registered members (AndrewAMD), 1,089 guests, and 2 spiders.
Key: Admin, Global Mod, Mod
Newest Members
Hanky27, firatv, wandaluciaia, Mega_Rod, EternallyCurious
19051 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Plot bar in market hour. #483376
05/26/21 09:56
05/26/21 09:56
Joined: May 2021
Posts: 11
San Jose
H
hanw Offline OP
Newbie
hanw  Offline OP
Newbie
H

Joined: May 2021
Posts: 11
San Jose
Hi,

I'm new to Zorro and experimenting with the software.

I have the following script to plot only hourly bars of a ticker within the market hour. But the figure does not look right.(see attached). There is only one bar on Jan 1, and the start market time is 15:00, instead of 9:30. Is there an example somewhere? What did I do wrong?

Code
function run()
{
	BarPeriod = 60;
	AssetMarket = EST;
	AssetZone = EST;
	BarZone = EST;
	BarMode = BR_MARKET;
	StartDate = 20210101;
	EndDate = 20210105;
	set(LOGFILE, PLOTNOW);

	plot("MarketVol", marketVol(), BARS | NEW, BLUE);
}

Attached Files Capture.PNG
Re: Plot bar in market hour. [Re: hanw] #483386
05/27/21 08:30
05/27/21 08:30
Joined: Jul 2000
Posts: 27,986
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,986
Frankfurt
Jan 1 is a holiday, so there are few or no bars during that day.


Moderated by  Petra 

Powered by UBB.threads™ PHP Forum Software 7.7.1