Изменил дефолтное значение take profit
test / deploy_trader_prod (push) Successful in 1m33s
Details
test / deploy_trader_prod (push) Successful in 1m33s
Details
parent
4b50058d77
commit
7043068105
|
@ -862,7 +862,6 @@ INewPrice message, int windowMaxSize, decimal uptrendStartingDetectionMeanfullSt
|
|||
{
|
||||
res[TradingEvent.UptrendEnd] = Constants.PowerLowingCoefficient;
|
||||
res[TradingEvent.UptrendStart] = Constants.UppingCoefficient;
|
||||
res[TradingEvent.DowntrendStart] = Constants.BlockingCoefficient;
|
||||
res[TradingEvent.DowntrendEnd] = Constants.UppingCoefficient;
|
||||
}
|
||||
if (mode == TradingMode.SlowDropping)
|
||||
|
|
Loading…
Reference in New Issue