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?
Create and Test Forex Strategies
You are not logged in. Please login or register.
Forex Software → Express Generator → 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?
I believe it is hidden only the ea expert studio can read
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]
}]
}
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?
> 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.
Forex Software → Express Generator → Open Filters JSON File
Powered by PunBB, supported by Informer Technologies, Inc.