Gamestudio Links
Zorro Links
Newest Posts
Help with plotting multiple ZigZag
by degenerate_762. 04/30/24 23:23
M1 Oversampling
by 11honza11. 04/30/24 08:16
Trading Journey
by howardR. 04/28/24 09:55
Zorro Trader GPT
by TipmyPip. 04/27/24 13:50
Data from CSV not parsed correctly
by jcl. 04/26/24 11:18
Why Zorro supports up to 72 cores?
by jcl. 04/26/24 11:09
Eigenwerbung
by jcl. 04/26/24 11:08
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
2 registered members (degenerate_762, AndrewAMD), 877 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
Dot-style plot on extra chart #460192
06/19/16 13:23
06/19/16 13:23
Joined: Apr 2016
Posts: 5
W
wingt Offline OP
Newbie
wingt  Offline OP
Newbie
W

Joined: Apr 2016
Posts: 5
Hi.
I'm trying to plot dot-type data on a new chart in this way:

function run()
{
ColorUp = ColorDn = 0;
PlotHeight1 = PlotHeight2 = 200;
PlotWidth = 800;
LookBack = 100;
set(PLOTNOW);
StartDate = 2010;
EndDate=2010;
asset("EUR/USD");

vars p = series(price());
plot("p",p,0,BLUE);
plot("HighPass",HighPass(p,30),NEW|DOT,BLUE);

}

But it seems an extra plot hasn't drawn at all. Maybe I do something wrong?
Meanwhile, for line-type both plots are drown as they should.

Attached Files
1.png (4 downloads)
2.png (2 downloads)
Re: Dot-style plot on extra chart [Re: wingt] #460353
06/27/16 15:37
06/27/16 15:37
Joined: Jul 2000
Posts: 27,986
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,986
Frankfurt
You've found a bug. The "NEW" flag works in combination with lines and bars, but not with dots. Version 1.46 was not offically released yet, so this can be fixed before the release.


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