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
1 registered members (dBc), 17,435 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
ZigZag #464329
02/06/17 12:50
02/06/17 12:50
Joined: Jan 2017
Posts: 4
Not Applicable
D
drzhous Offline OP
Guest
drzhous  Offline OP
Guest
D

Joined: Jan 2017
Posts: 4
Not Applicable
Newbie's question: The built in ZigZag indicator allows only one data series so it can't connect the valley and peak. I'm trying to revise the script to allow for two data series input (both high and low of each bar). What do I need to do after modifying and saving indicators.c so that the new script can be compiled and used in my testing?

Re: ZigZag [Re: drzhous] #464343
02/06/17 18:28
02/06/17 18:28
Joined: Jul 2000
Posts: 28,022
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 28,022
Frankfurt
indicators.c can not be modified, it is just for seeing the source code. But you can copy the code out of indicators.c into your script and modify it there. Some tiny syntax adaptions must be made due to different compilers, f.i. Max() in indicators.c is max() in lite-C.

Re: ZigZag [Re: jcl] #464364
02/07/17 13:15
02/07/17 13:15
Joined: Jan 2017
Posts: 4
Not Applicable
D
drzhous Offline OP
Guest
drzhous  Offline OP
Guest
D

Joined: Jan 2017
Posts: 4
Not Applicable
SETSERIES() in indicators.c seems not working in lite-c. Any advice please?


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