Gamestudio Links
Zorro Links
Newest Posts
Change chart colours
by 7th_zorro. 05/11/24 09:25
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
0 registered members (), 1,103 guests, and 1 spider.
Key: Admin, Global Mod, Mod
Newest Members
Hanky27, firatv, wandaluciaia, Mega_Rod, EternallyCurious
19051 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