bars 
Number of bars to calculate. The larger it is, the heavier the processing.It is reckless to specify 10,000 units.
price 
Applied price like close,median,,,etc ,to be used for calculation. As you prefer.
model 
Calculation and display format or average model.
 
averageaverage model
method 
Splitting method. Choose your favorite from the following: The default is DecisionTree.
 
Decision TreeSelect the split point where the residual sum of squares is smallest by round-robin.
 
Random Forest Regressorses random numbers to perform optimal division with fewer calculations.Number of trials is sample count/tree depth/3.
 
OnippayaDivided by original logic, less recalculation of old data.
 
High SpeedDivided by original logic, that enables high-speed node segmentation with almost the same accuracy as round-robin.
prune deviance 
Pruning criteria. If specify smaller , divided into many nodes.1 is the maximum and no split.It is meaningless in RandomForest.
display band width 
Specify the bandwidth to be displayed as a multiple of the average variance.If you want to widen the width, increase the value.
number of tree 
Increasing the number increases accuracy but slow down. Valid only for ForestRegressor.
depth of tree 
Increasing the number of divisions increases and slows down the process.Valid only for ForestRegressor.
Rand 
Random generator.Default is Mersenne Twister, Select it if you like.Only Forest Regressor is valid.
 
MqlRandMQL standard random generator.
 
XorShiftRandom number generation using XorShift.
 
MersenneTwisterPorting from JAVA. It's a little late.
correlation font 
Font name of the correlation coefficient of the most recent node to display.Correlation coefficient is always 0 for the average model.
corralation font size 
Font size of the correlation coefficient to display.
corralation font color 
Font color of the correlation coefficient to display.
correlation corner 
Choose display position of the correlation coefficient to display.