Gamestudio Links
Zorro Links
Newest Posts
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
Release 2.68 replacement of the .par format
by Martin_HH. 09/23/25 20:48
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
2 registered members (TipmyPip, AndrewAMD), 16,415 guests, and 5 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
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 (5 downloads)
2.png (3 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: 28,022
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

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