Gamestudio Links
Zorro Links
Newest Posts
Data from CSV not parsed correctly
by jcl. 04/26/24 11:18
M1 Oversampling
by jcl. 04/26/24 11:12
Why Zorro supports up to 72 cores?
by jcl. 04/26/24 11:09
Eigenwerbung
by jcl. 04/26/24 11:08
MT5 bridge not working on MT5 v. 5 build 4160
by EternallyCurious. 04/25/24 20:49
Trading Journey
by howardR. 04/24/24 20:04
Zorro FIX plugin - Experimental
by flink. 04/21/24 07:12
Scripts not found
by juergen_wue. 04/20/24 18:51
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
2 registered members (Ayumi, AndrewAMD), 822 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
wandaluciaia, Mega_Rod, EternallyCurious, howardR, 11honza11
19049 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