Gamestudio Links
Zorro Links
Newest Posts
Data from CSV not parsed correctly
by EternallyCurious. 04/18/24 10:45
StartWeek not working as it should
by Zheka. 04/18/24 10:11
folder management functions
by VoroneTZ. 04/17/24 06:52
lookback setting performance issue
by 7th_zorro. 04/16/24 03:08
zorro 64bit command line support
by 7th_zorro. 04/15/24 09:36
Zorro FIX plugin - Experimental
by flink. 04/14/24 07:48
Zorro FIX plugin - Experimental
by flink. 04/14/24 07:46
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
4 registered members (7th_zorro, Quad, VoroneTZ, 1 invisible), 623 guests, and 2 spiders.
Key: Admin, Global Mod, Mod
Newest Members
EternallyCurious, 11honza11, ccorrea, sakolin, rajesh7827
19046 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,978
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,978
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