Available translations
loading results
Slippage
The slippage is an assumption on the difference between the simulated rate and the actual fill rate of a market order, most relevant in the context of backtesting and paper-trading sessions. The parameter is a tool to make simulations more realistic.
El slippage es una suposición sobre la diferencia entre la tasa simulada y la tasa de ejecución real de una orden de mercado, más relevante en el contexto de las sesiones de backtesting y de paper-trading. El parámetro es una herramienta para hacer que las simulaciones sean más realistas.
Slippage (проскальзывание) - это предположение о разнице между моделируемой скоростью и фактической скоростью исполнения рыночного ордера, что наиболее актуально в контексте тестирования на исторических данных и сессий бумажной торговли. Параметр Slippage - это инструмент, позволяющий сделать моделирование более реалистичным.
Content
In the context of forward testing and live trading sessions, slippage does not affect the actual transactions. However, the parameter is taken into account when creating the live trading simulation until the actual order fill values are obtained from the exchange.
В контексте форвард-тестирования и торговых сессий в реальном времени проскальзывание не влияет на фактические транзакции. Однако этот параметр учитывается при создании симуляции торговли в реальном времени до тех пор, пока с биржи не будут получены фактические значения заполнения ордеров.
Configuring
Slippage Configuration
Конфигурация Slippage
Properties
Свойства
-
positionRate
is the slippage value applied to the rate of all market orders throughout the position, expressed as a percentage (for example, 0.1 means 0.1%).
-
positionRate
- это значение проскальзывания, применяемое к ставке всех рыночных ордеров по всей позиции, выраженное в процентах (например, 0,1 означает 0,1%).
-
stopLoss
is the slippage value applied to the stop loss target defined by the formulas of each stop loss phase in the manage stage of the trading system, expressed as a percentage (for example, 0.2 means 0.2%). The slippage value is applied to the value resulting from the corresponding stop loss formula, and the actual stop loss target is the resulting number. For example, if the stop loss formula results in 1000 and thestopLoss
slippage value is 0.2, then the resulting stop loss target is 1000 ± 1000 0.2 / 100. Read below for an explanation on when the slippage is added or subtracted.
-
stopLoss
- это величина проскальзывания, применяемая к цели стоп-лосса, определяемая формулами каждой фазы стоп-лосса на этапе управления торговой системой, выраженная в процентах (например, 0,2 означает 0,2%). Значение проскальзывания применяется к значению, полученному по соответствующей формуле стоп-лосса, а фактическая цель стоп-лосса - это результирующее число. Например, если формула стоп-лосса дает значение 1000, а значение проскальзывания стоп-лосса равно 0,2, то результирующая цель стоп-лосса составляет 1000 ± 1000 0,2 / 100. Прочтите ниже, чтобы узнать, когда складывается или вычитается проскальзывание.
-
takeProfit
works similarly as thestopLoss
setting, but affecting the take profit target instead of the stop loss target.
-
takeProfit
работает аналогично настройкеstopLoss
, но влияет на целевой тейк-профит вместо целевого стоп-лосса.
Note: If the slippage parameter is left empty or detached both from your session and your trading system, slippage is not computed during simulations.
Note: Если параметр проскальзывания оставлен пустым или отключен как от вашей сессии, так и от вашей торговой системы, проскальзывание не вычисляется во время симулирования.
Initial Values
These are the Initial Values for Slippage configuration:
{
"marketOrderRate": 0.1,
"stopLoss": 0.2,
"takeProfit": 0.3
}
Examples
This is a list of properties featured by the Slippage configuration. Expanding a property shows sample values for the property extracted from the current Workspace.
Slippage Menu
The Slippage node has the following Node Menu items:
The Configure menu item has the following properties:
- action: Configure
- label: Configure
- iconPathOn: configuration
- iconPathOff: configuration
- actionFunction:
uiObject.configEditor.activate
The Delete menu item has the following properties:
- action: Delete UI Object
- actionProject: Visual-Scripting
- askConfirmation: true
- confirmationLabel: Confirm to Delete
- label: Delete
- iconPathOn: delete-entity
- iconPathOff: delete-entity
- actionFunction:
payload.executeAction
Tip: When a menu item is grayed out, it means that Slippage already has the required child type that the menu item may add, and only that child is allowed for that case.
Slippage Attaching Rules
The following are the Node Attaching Rules that govern the attachment of Slippage with other nodes:
Compatible Types: