Gamestudio Links
Zorro Links
Newest Posts
MT5 bridge not working on MT5 v. 5 build 4160
by EternallyCurious. 04/25/24 20:49
Data from CSV not parsed correctly
by EternallyCurious. 04/25/24 10:20
Trading Journey
by howardR. 04/24/24 20:04
M1 Oversampling
by Petra. 04/24/24 10:34
Zorro FIX plugin - Experimental
by flink. 04/21/24 07:12
Scripts not found
by juergen_wue. 04/20/24 18:51
zorro 64bit command line support
by 7th_zorro. 04/20/24 10:06
StartWeek not working as it should
by jcl. 04/20/24 08:38
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
4 registered members (EternallyCurious, AndrewAMD, TipmyPip, Quad), 889 guests, and 8 spiders.
Key: Admin, Global Mod, Mod
Newest Members
Mega_Rod, EternallyCurious, howardR, 11honza11, ccorrea
19048 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,982
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,982
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