Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
1 registered members (TipmyPip), 18,449 guests, and 6 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 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: 28,024
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 28,024
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