forex software

Create and Test Forex Strategies

forex software

Skip to forum content

Forex Software

Create and Test Forex Strategies

You are not logged in. Please login or register.


Forex Software → Express Generator → Open Filters JSON File

Pages 1

You must login or register to post a reply

RSS topic feed

Posts: 5

Topic: Open Filters JSON File

The JSON file containing the Collection in the "openFilters" section has three columns (1) the name of the indicator, (2) the number of the rule in the list and, (3) the "numValue". Where are the parameter values?

Post's attachments

Screenshot 2024-01-22 at 10.05.19 PM.png
Screenshot 2024-01-22 at 10.05.19 PM.png 14.51 kb, 2 downloads since 2024-01-22 

You don't have the permssions to download the attachments of this post.

Re: Open Filters JSON File

I believe it is hidden only the ea expert studio can read

Re: Open Filters JSON File

The Collection's JSON file contains all parameters for the strategy.

{
    "openFilters":[{
            "name"       :"RSI",
            "listIndexes":[6,3,0,0,0],
            "numValues"  :[3,50,0,0,0,0]
         }, {
             "name"       :"Standard Deviation",
             "listIndexes":[0,3,0,0,0],
             "numValues"  :[14,0,0,0,0,0]
         }],
    "closeFilters":[{
        "name"       :"Commodity Channel Index",
        "listIndexes":[5,5,0,0,0],
        "numValues"  :[32,646,0,0,0,0]
    }]
}

Re: Open Filters JSON File

Thank you ...
ListIndex 0,0,0,0,0 has 5 possible values
numValues 0,0,0,0,0,0 has 6 possible values

In the case of your example for RSI
ListIndex 6,3,0,0,0
numValues 3,50,0,0,0,0

RSI has 8 possible rules. I assume the first value "6" refers to the 6th rule. What do the rest of the values refer to?

RSI has 3 parameters. I assume the first value "3" refers to the 3rd "Apply To" pull-down option and the 2nd value "50" refers to the "Period" and the 3rd value "0" refers to the "Shift". What do the rest of the values refer to?

Re: Open Filters JSON File

>  I assume the first value "6" refers to the 6th rule.

It is the 7th rule because, in programming, it is counting from 0.

The first number of the "listIndexes" is the logical rule. Then, we have up to 4 other dropdown menus with listed items.
The numeric options are up to 6.

Posts: 5

Pages 1

You must login or register to post a reply

Forex Software → Express Generator → Open Filters JSON File

Similar topics in this forum