-
General Questions
-
Robots
-
- What is the difference between EA Trading Academy's free and premium robots
- Which broker should I use to trade the Robots?
- Do I need a VPS to trade with Robots?
- Can I use Robots on cryptocurrency exchanges?
- How to trade with many EAs in the US? (FIFO solutions)
- I placed the EAs over the charts, but no trades are opening
- Is it possible to trade cryptocurrencies with Robots?
- Why do my trades not match on Demo and Live accounts with the same EAs?
- Why do some of the EAs in the courses not have SL and TP?
- Do the EAs have money management integrated?
- What returns should I expect from the robots
- Can I use Grid EA (like Waka Waka) on Prop Firms?
- Can you pass a challenge for me and manage my Funded account with the FTMO EA?
-
-
- Articles coming soon
-
- Articles coming soon
-
- Articles coming soon
-
- Articles coming soon
-
- Articles coming soon
-
- Articles coming soon
-
- Articles coming soon
-
-
- Articles coming soon
-
- Articles coming soon
-
- Articles coming soon
-
-
-
- Articles coming soon
-
- Articles coming soon
-
-
Strategy Builders
- What are the main differences between EA Studio and FSB Pro?
- Is there a difference between the trial period and the license?
- Why is the backtest on EA Studio/FSB Pro different from the backtest in MetaTrader?
- Can I use Custom indicators on EA Studio or FSB Pro?
- What are the limitations of the EAs during the free trial?
-
-
- Articles coming soon
-
- Data Source Settings
- Fetch Settings
- Collection Settings
- Parameters and Settings
- Data Horizon
- Backtester Settings
- How to avoid overfitting?
-
- Articles coming soon
-
- Articles coming soon
-
- Articles coming soon
-
- Articles coming soon
-
- Articles coming soon
-
- Articles coming soon
-
- Articles coming soon
-
Courses
-
Indicators
Table of Contents
< All Topics
Collection Settings
PostedSeptember 11, 2024
UpdatedSeptember 15, 2024
ByMarin Stoyanov
0 out of 5 stars
5 Stars | 0% | |
4 Stars | 0% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |
Collection Capacity and Behavior
Controls the capacity and behavior of the strategy collection.
- collection_capacity: Maximum number of strategies in a collection. Set to
0
for unlimited capacity.
Example:collection_capacity = 100
- sort_by: Specifies the metric to sort the collection by.
Possible values:NetBalance
,Profit
,ProfitFactor
,ReturnToDrawdown
,RSquared
,Stagnation
,WinLossRatio
Example:sort_by = Profit
- correlation_threshold: Threshold for correlation analysis between strategies.
Example:correlation_threshold = 0.98
- resolve_correlation: Enables detection of balance line correlations between strategies.
Example:resolve_correlation = true
- resolve_similar_rules: Detects strategies with similar trading rules.
Example:resolve_similar_rules = false
Input Collection or Directory Settings
Defines the input for validation or further generation.
- input: Points to one or several collections or a directory of collections to be validated. Example:
input = ./collections/
- input_match: Filters input collections based on text phrases. This is useful when dealing with a large collection directory.
Example:input_match = EURUSD_M30
- validate_then_generate: When set to
true
, the system validates the input strategies before generating new ones.
Example:validate_then_generate = false
- suppress_input_error: Prevents errors if the input file cannot be loaded.
Example:suppress_input_error = false
Output Collection Settings
Defines how and where generated or validated strategy collections will be stored.
- output: Filename format for output collections. Supports placeholders like
[SERVER]
,[SYMBOL]
,[PERIOD]
,[YEAR]
,[MONTH]
,[DAY]
,[COUNT]
,[PROFIT]
. Example:output = ./collections/[SERVER]/[SYMBOL]/[PERIOD]/collection.json
- output_replace: When
false
, the system appends a suffix to the file if it already exists; whentrue
, it overwrites the file.
Example:output_replace = false
Was this article helpful?
0 out of 5 stars
5 Stars | 0% | |
4 Stars | 0% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |
5