21 lines
386 B
Markdown
21 lines
386 B
Markdown
# DecreaseFactor
|
||||
|
|
|
|||
|
|
Sets the value of decrease factor.
|
|||
|
|
|
|||
|
|
```
|
|||
|
|
void DecreaseFactor(
|
|||
|
|
double decrease_factor // decrease factor
|
|||
|
|
)
|
|||
|
|
|
|||
|
|
```
|
|||
|
|
|
|||
|
|
Parameters
|
|||
|
|
|
|||
|
|
decrease_factor
|
|||
|
|
|
|||
|
|
[in] Decrease factor.
|
|||
|
|
|
|||
|
|
Note
|
|||
|
|
|
|||
|
|
The DecreaseFactor defines the open position volume decreasing coefficient (compared with the volume of a previous position) for the case of consecutive loss trades.
|