Gamestudio Links
Zorro Links
Newest Posts
COT Download with Quandl does not work
by Petra. 11/15/25 09:35
Training with the R bridge does not work
by Petra. 11/15/25 09:31
Zorro 2.70
by jcl. 11/15/25 08:43
Camera always moves upwards?
by NeoDumont. 11/14/25 16:32
brokerCommand PLOT_HLINE parameters
by M_D. 11/13/25 10:42
ZorroGPT
by TipmyPip. 11/10/25 11:04
Alpaca Plugin v1.4.0
by TipmyPip. 10/20/25 18:04
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
1 registered members (TipmyPip), 9,164 guests, and 4 spiders.
Key: Admin, Global Mod, Mod
Newest Members
tritom, sheliepaley, Blueguy, blobplayintennis, someone2
19178 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,809
Chicago
AndrewAMD Online
Serious User
AndrewAMD  Online
Serious User

Joined: Feb 2017
Posts: 1,809
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