Available translations
loading results
Paper Trading Session
A paper trading session is a trading mode by which the trading bot instance reads a live market data feed, applies the rules defined in the associated trading system, and generates a trading simulation.
Un paper trading session es un modo de trading mediante el cual la instancia del Trading Bot lee una fuente de datos de mercado en vivo, aplica las reglas definidas en el Trading System asociado y genera una simulación de trading.
Paper Trading Session - это режим торговли, при котором экземпляр торгового бота считывает поток рыночных данных в реальном времени, применяет правила, определенные в соответствующей торговой системе, и генерирует торговую симуляцию.
Kağıt ticaret oturumu, ticaret botu örneğinin canlı bir piyasa veri akışını okuduğu, ilgili ticaret sisteminde tanımlanan kuralları uyguladığı ve bir ticaret simülasyonu oluşturduğu bir ticaret modudur.
Content
A paper trading session node must reference a trading system to gain access to the trading logic to be applied during the session. Other considerations framing the session come from the set of parameters attached to it.
Узел бумажной торговой сессии должен ссылаться на торговую систему, чтобы получить доступ к торговой логике, которая будет применяться во время сессии. Другие соображения, касающиеся сеанса, исходят из набора прикрепленных к нему параметров.
Bir kağıt ticaret ( gerçekte olmayan ) oturum düğümü, oturum sırasında uygulanacak ticaret mantığına erişim sağlamak için bir ticaret sistemine referans vermelidir. Oturumu çerçeveleyen diğer hususlar, oturuma eklenen parametreler kümesinden gelir.
Running
Running Paper Trading Session
Запуск Paper Trading Session
Kağıt Ticaret (gerçekte olmayan) Oturumu Çalıştırma (Running Paper Trading Session)
Before you start a paper trading session, the corresponding task needs to be running, as it is the task that puts the trading bot instance to run. Once the trading bot instance is running, select Run on the menu to start the session.
Перед тем, как вы начнете торговую сессию на бумаге, должна быть запущена соответствующая задача, поскольку именно эта задача запускает экземпляр торгового бота. После запуска экземпляра торгового бота выберите в меню пункт «Run», чтобы начать сеанс.
Bir kağıt ticareti oturumunu başlatmadan önce, ilgili görevin çalışıyor olması gerekir, çünkü bu görev ticaret botu örneğini çalıştırır. Ticaret botu örneği çalıştığında, oturumu başlatmak için menüden Çalıştır'ı seçin.
To stop a backtesting session, select Stop on the menu.
Чтобы остановить сеанс тестирования на истории, выберите в меню «Stop».
Bir geriye dönük test oturumunu durdurmak için menüden Durdur öğesini seçin.
Configuring
Paper Trading Session Configuration
Конфигурация Paper Trading Session
Kağıt Ticaret Oturumu Yapılandırması (Paper Trading Session Configuration)
Properties
Свойства
Özellikleri
folderName
allows you to set a significant name to the folder in which the data products—and logs—generated by the session are stored. If left blank, the system names the folders with the session id. This may be handy when you intend to consult the raw data generated by the session, as, otherwise, the folder would be hard to identify. folderName
позволяет вам задать значимое имя для папки, в которой хранятся продукты данных и журналы, созданные в ходе сеанса. Если оставить поле пустым, система присваивает папкам имена с идентификатором сеанса. Это может быть удобно, если вы собираетесь просмотреть необработанные данные, созданные в ходе сеанса, поскольку в противном случае папку будет сложно идентифицировать. folderName
oturum tarafından oluşturulan veri ürünlerinin -ve günlüklerin- depolandığı klasöre önemli bir ad vermenizi sağlar. Boş bırakılırsa, sistem klasörleri oturum kimliği ile adlandırır. Bu, oturum tarafından üretilen ham verilere başvurmak istediğinizde kullanışlı olabilir, aksi takdirde klasörü tanımlamak zor olacaktır. Initial Values
These are the Initial Values for Paper Trading Session configuration:
{
"folderName": ""
}
Examples
This is a list of properties featured by the Paper Trading Session configuration. Expanding a property shows sample values for the property extracted from the current Workspace.
Paper Trading Session Menu
The Paper Trading Session node has the following Node Menu items:
The Run menu item has the following properties:
- action: Run Trading Session
- label: Run
- workingLabel: Run Request Sent
- workDoneLabel: Session Running
- workFailedLabel: Session Cannot be Run
- secondaryAction: Stop Trading Session
- secondaryLabel: Stop
- secondaryWorkingLabel: Stopping...
- secondaryWorkDoneLabel: Session Stopped
- secondaryWorkFailedLabel: Session Cannot be Stopped
- secondaryIcon: stop
- iconPathOn: run
- iconPathOff: run
- actionFunction:
payload.executeAction
- actionProject: Algorithmic-Trading
The Resume menu item has the following properties:
- action: Resume Trading Session
- label: Resume
- workingLabel: Resume Request Sent
- workDoneLabel: Session Running
- workFailedLabel: Session Cannot be Resumed
- secondaryAction: Stop Trading Session
- secondaryLabel: Stop
- secondaryWorkingLabel: Stopping...
- secondaryWorkDoneLabel: Session Stopped
- secondaryWorkFailedLabel: Session Cannot be Stopped
- secondaryIcon: stop
- iconPathOn: resume
- iconPathOff: resume
- actionFunction:
payload.executeAction
- actionProject: Algorithmic-Trading
The Configure menu item has the following properties:
- action: Configure
- label: Configure
- iconPathOn: configuration
- iconPathOff: configuration
- dontShowAtFullscreen: true
- actionFunction:
uiObject.configEditor.activate
The Add Social Bots menu item has the following properties:
- action: Add UI Object
- label: Add Social Bots
- relatedUiObject: Social Bots
- actionFunction:
payload.executeAction
- relatedUiObjectProject: Social-Bots
- actionProject: Visual-Scripting
The Add Missing Children menu item has the following properties:
- action: Add Missing Children
- label: Add Missing Children
- relatedUiObject: Trading Parameters
- actionFunction:
payload.executeAction
- actionProject: Visual-Scripting
- relatedUiObjectProject: Foundations
The Switch To Backtesting menu item has the following properties:
- action: Switch To Backtesting
- label: Switch To Backtesting
- relatedUiObject: Backtesting Session
- actionFunction:
payload.executeAction
- relatedUiObjectProject: Foundations
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 Paper Trading Session already has the required child type that the menu item may add, and only that child is allowed for that case.
Paper Trading Session Children
The Paper Trading Session node has the following childrenNodesProperties:
The Trading Parameters node property features the following properties:
- name:
tradingParameters
- type: node
- childType: Trading Parameters
- autoAdd: true
The Trading System Reference node property features the following properties:
- name:
tradingSystemReference
- type: node
- childType: Trading System Reference
- autoAdd: true
The Trading Engine Reference node property features the following properties:
- name:
tradingEngineReference
- type: node
- childType: Trading Engine Reference
- autoAdd: true
The Social Bots node property features the following properties:
- name:
socialBots
- type: node
- childType: Social Bots
- project: Social-Bots
Paper Trading Session Attaching Rules
The following are the Node Attaching Rules that govern the attachment of Paper Trading Session with other nodes:
Compatible Types:
Paper Trading Session Referencing Rules
The following are the Node Referencing Rules that determine which nodes Paper Trading Session may establish a reference to:
Compatible Types: