стопы
test / deploy_trader_prod (push) Successful in 2m11s
Details
test / deploy_trader_prod (push) Successful in 2m11s
Details
parent
3a865a117a
commit
f8c83d40ab
|
@ -965,7 +965,7 @@ INewPrice message, int windowMaxSize, decimal uptrendStartingDetectionMeanfullSt
|
|||
if (mode == TradingMode.Stable && type == PositionType.Short)
|
||||
{
|
||||
takeProfitShift = 2.5m;
|
||||
stopLossShift = 5;
|
||||
stopLossShift = 6;
|
||||
}
|
||||
if (mode == TradingMode.SlowDropping && type == PositionType.Short)
|
||||
{
|
||||
|
@ -974,6 +974,7 @@ INewPrice message, int windowMaxSize, decimal uptrendStartingDetectionMeanfullSt
|
|||
if (mode == TradingMode.SlowDropping && type == PositionType.Long)
|
||||
{
|
||||
takeProfitShift = 1.5m;
|
||||
stopLossShift = 5;
|
||||
}
|
||||
if (mode == TradingMode.Dropping && type == PositionType.Short)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue