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
0 registered members (), 18,046 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
Must then be called in a fixed order in the script #487888
10/24/23 16:29
10/24/23 16:29
Joined: Aug 2023
Posts: 19
I
izorro Offline OP
Newbie
izorro  Offline OP
Newbie
I

Joined: Aug 2023
Posts: 19
I have noticed this being mentioned in several indicators in https://zorro-project.com/manual/en/ta.htm

Functions internally create series and thus must be called in a fixed order in the script.

Could someone explain what this means? what is the "fixed order"?

Re: Must then be called in a fixed order in the script [Re: izorro] #487889
10/24/23 16:51
10/24/23 16:51
Joined: Feb 2017
Posts: 1,806
Chicago
AndrewAMD Offline
Serious User
AndrewAMD  Offline
Serious User

Joined: Feb 2017
Posts: 1,806
Chicago
For every run() call, series() must be called the same exact number of times every time. It cannot be changed by an if statement between run() calls.

As a rule of thumb, put all series() calls outside of all if statements.

Re: Must then be called in a fixed order in the script [Re: AndrewAMD] #487892
10/25/23 07:40
10/25/23 07:40
Joined: Aug 2023
Posts: 19
I
izorro Offline OP
Newbie
izorro  Offline OP
Newbie
I

Joined: Aug 2023
Posts: 19
Ahh got it. Thank you.

Re: Must then be called in a fixed order in the script [Re: AndrewAMD] #487893
10/25/23 07:44
10/25/23 07:44
Joined: Aug 2023
Posts: 19
I
izorro Offline OP
Newbie
izorro  Offline OP
Newbie
I

Joined: Aug 2023
Posts: 19
This is a much better explanation, it should be documented somewhere if not already.


Moderated by  Petra 

Powered by UBB.threads™ PHP Forum Software 7.7.1