Forums › ProRealTime English forum › ProOrder support › Machine Learning in ProOrder ProRealTime › Reply To: Machine Learning in ProOrder ProRealTime
04/30/2020 at 12:23 PM
#128994
and last one, using 1 ML engine with increments of 5, code of juanj on p1 or p2.
it start out at correct 15 up to 50, but when there’s a drop it ends op with 23 which is not with factor 5 and after that everything is off.
1 2 3 4 5 6 7 |
startingvalue = 20 //5, 100, 10 boxsize ResetPeriod = 1 //Specify no of months after which to reset optimization increment = 5 //5, 20, 10 maxincrement = 5 //5, 10 limit of no of increments either up or down reps = 2 //1 number of trades to use for analysis //2 maxvalue = 50 //20, 300, 150 //maximum allowed value minvalue = 15 //5, minimum allowed value |