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
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
4 registered members (AndrewAMD, SBGuy, TipmyPip, ozgur), 923 guests, and 6 spiders.
Key: Admin, Global Mod, Mod
Newest Members
firatv, wandaluciaia, Mega_Rod, EternallyCurious, howardR
19050 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 5 of 9 1 2 3 4 5 6 7 8 9
Re: Major future features [Re: Sundance] #423182
05/25/13 08:51
05/25/13 08:51
Joined: Jul 2000
Posts: 27,986
Frankfurt
jcl Offline OP

Chief Engineer
jcl  Offline OP

Chief Engineer

Joined: Jul 2000
Posts: 27,986
Frankfurt
Ok, that goes on our to do list.

Re: Major future features [Re: jcl] #423187
05/25/13 10:24
05/25/13 10:24

A
acidburn
Unregistered
acidburn
Unregistered
A



Count me interested for the functionality, too. It's not so useful when trading, but having basic graphics primitives available while developing new strategies is very useful.

Re: Major future features [Re: Sundance] #423196
05/25/13 13:42
05/25/13 13:42
Joined: May 2013
Posts: 627
Bonn
Sundance Offline
User
Sundance  Offline
User

Joined: May 2013
Posts: 627
Bonn
A question.
When i look at the manual 'Workshop 7: Machine Learning. Price Action Trading' the first example. Before the call of the enterLong() function i would draw a line like line(2, priceLow(2), 0, priceLow(0),white) to mark the found price pattern. So when testing i can look at the chart an directly see the patterns.

This is what i think of. Is it possible :-)


UPS i didn't saw the last two posts. Fine i'am happy to see that functionality coming

Last edited by Sundance; 05/25/13 13:44.
Re: Major future features [Re: Sundance] #423201
05/25/13 14:34
05/25/13 14:34
Joined: Jul 2000
Posts: 27,986
Frankfurt
jcl Offline OP

Chief Engineer
jcl  Offline OP

Chief Engineer

Joined: Jul 2000
Posts: 27,986
Frankfurt
Marking a found pattern is already possible. You can draw a line with the plot function, like this:

static bool DoLine = false;
if(patternstart) DoLine = true;
if(patternend) DoLine = false;
if(DoLine) plot("Pattern",priceLow()-30*PIP,0,RED);

This draws a red line under all found patterns at 30 pips distance from the price.

Re: Major future features [Re: jcl] #423217
05/25/13 16:11
05/25/13 16:11
Joined: May 2013
Posts: 627
Bonn
Sundance Offline
User
Sundance  Offline
User

Joined: May 2013
Posts: 627
Bonn
Ah. I read the manual about the plot function but had no clue how to draw a line like i wished. This is a workaround that at first glance looks okay. So the line consists of many dots. Do you still pin the line function on your to do list?


PS: ...and funny again you used the 'its already possible' sentence smile

Last edited by Sundance; 05/25/13 16:12.
Re: Major future features [Re: Sundance] #423245
05/26/13 09:09
05/26/13 09:09
Joined: Jul 2000
Posts: 27,986
Frankfurt
jcl Offline OP

Chief Engineer
jcl  Offline OP

Chief Engineer

Joined: Jul 2000
Posts: 27,986
Frankfurt
Yes, the line function will be implemented in a future version, as my suggestion above is just a workaround for the moment.

Re: Major future features [Re: jcl] #423360
05/28/13 14:10
05/28/13 14:10
Joined: May 2013
Posts: 16
F
FalseDave Offline
Newbie
FalseDave  Offline
Newbie
F

Joined: May 2013
Posts: 16
A minor feature but one that I would find very handy is an "always on top" for the zorro window makes it easier to find the window when working on scripts. Or a dock to the edge of the script window.

Re: Major future features [Re: FalseDave] #423554
05/31/13 22:37
05/31/13 22:37
Joined: May 2013
Posts: 627
Bonn
Sundance Offline
User
Sundance  Offline
User

Joined: May 2013
Posts: 627
Bonn
Hi jcl,

i have one more question reagarding the plot function. I would like to draw/mark some bars in the past. When i'am at bar 0 i know now that the last x bars form a special formation so i would like to mark them. How can i accomplish this?

thx in advance

Re: Major future features [Re: Sundance] #423583
06/01/13 13:11
06/01/13 13:11
Joined: Jul 2000
Posts: 27,986
Frankfurt
jcl Offline OP

Chief Engineer
jcl  Offline OP

Chief Engineer

Joined: Jul 2000
Posts: 27,986
Frankfurt
At the moment only the current bar can be marked, not past bars. So you'd have to set the PEEK flag and check the bar formation in the future for marking the current bar. The upcoming line function will also allow to mark past bars.

Re: Major future features [Re: jcl] #423634
06/02/13 13:53
06/02/13 13:53
Joined: May 2013
Posts: 627
Bonn
Sundance Offline
User
Sundance  Offline
User

Joined: May 2013
Posts: 627
Bonn
Okay. then i will wait for the line function. Possible time frame? :-)

Page 5 of 9 1 2 3 4 5 6 7 8 9

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