Advanced Strategy Parameters
VolumesLite Strategy and Its Parameters
Суть стратегии в детекте объемов, при этом в ней задаются 4 интервала и проверяется, что средние цены и объёмы росли от предыдущего к последующему интервалу. Рост задаётся в процентах. Если задать 0 процентов, то условие превращается в «цена (объём) не упали». Для исключения проверки роста цены/объёма на конкретном интервале необходимо в нужном параметре указать большое отрицательное число, которое позволит пройти проверку этого условия, то есть проверка условия на этом интервале будет проходить всегда (кроме исключительных случаев реального падения цены/объёмов меньше указанного значения).
General Parameters
-
VLiteT0: field for specifying the time interval T0 in whole seconds (see figure above);
-
VLiteT1: field for specifying the time interval T1 in whole seconds (see figure above);
-
VLiteT2: field for specifying the time interval T2 in whole seconds (see figure above);
-
VLiteT3: field for specifying the time interval T3 in whole seconds (see figure above);
-
VLiteP1: field for specifying the minimum price growth value P1 from the previous time interval T0 to the subsequent time interval T1, in percent. P1: Price1 > Price0;
-
VLiteP2: field for specifying the minimum price growth value P2 from the previous time interval T1 to the subsequent time interval T2, in percent. P2: Price2 > Price1;
-
VLiteP3: field for specifying the minimum price growth value P3 from the previous time interval T2 to the subsequent time interval T3, in percent. P3: Price3 > Price2;
-
VLiteMaxP: field for specifying the maximum growth for each interval, in percent;
-
VLitePDelta1: field for specifying the price growth delta PDelta1 when comparing values, i.e., how much P2 > P1, in percent;
-
VLitePDelta2: field for specifying the price growth delta PDelta2 when comparing values, i.e., how much P3 > P2, in percent;
-
VLiteDelta0: field for specifying the price change value on the zero interval: the difference between the maximum and minimum price within interval T0, in percent;
-
VLiteMaxSpike: field for specifying the maximum difference between the maximum price on the interval and the average price, in percent. Used to exclude spikes;
-
VLiteV1: field for specifying the volume growth value from the previous time interval T0 to the subsequent time interval T1, in percent;
-
VLiteV2: field for specifying the volume growth value from the previous time interval T1 to the subsequent time interval T2, in percent;
-
VLiteV3: field for specifying the volume growth value from the previous time interval T2 to the subsequent time interval T3, in percent;
-
VLiteWeightedAvg: YES/NO checkbox. Used to calculate average prices.
If YES is set, a volume-weighted average is calculated for the interval.
If NO is set, the average is calculated based on the number of trades in the interval; -
VLiteReducedVolumes: YES/NO checkbox.
If YES is set, calculate volume per minute.
If NO is set, use the full volume for the interval.