Gamestudio Links
Zorro Links
Newest Posts
Trading Journey
by 7th_zorro. 04/27/24 04:42
Help with plotting multiple ZigZag
by M_D. 04/26/24 20:03
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
Zorro FIX plugin - Experimental
by flink. 04/21/24 07:12
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
4 registered members (Akow, Quad, 7th_zorro, VoroneTZ), 800 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
Plotting returns for day of week #467603
08/16/17 06:51
08/16/17 06:51
Joined: Feb 2017
Posts: 369
D
Dalla Offline OP
Senior Member
Dalla  Offline OP
Senior Member
D

Joined: Feb 2017
Posts: 369
Was wondering if there is some way to plot returns for day of week, similar to how plotDay can plot returns for hours of the day?

I looked into the code in profile.c and came up with something like this:

Code:
function plotDow(var value,int type)
{
	int periods = 5;
	checkLookBack(periods);
	int n = dow()-1;
	if(n > periods) return;
	plotSeason(n,n,n,value,type);
}


This produces a plot similar to what I want, but I'm not sure the code is correct, especially not the parameters to plotSeason

Last edited by Dalla; 08/16/17 06:51.
Re: Plotting returns for day of week [Re: Dalla] #467647
08/18/17 16:47
08/18/17 16:47
Joined: Jul 2000
Posts: 27,986
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,986
Frankfurt
From how I understand the plotSeason function, this looks ok to me.


Moderated by  Petra 

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1