Available translations
loading results
Phase
The management of take profit and stop loss targets is done in phases, each with their own formula that determines the target.
Управление целями тейк-профита и стоп-лосса осуществляется фазами, каждая из которых имеет свою формулу, определяющую цель.
Kar alma (Take profit) ve zararı durdurma (Stop loss) hedeflerinin yönetimi, her biri hedefi belirleyen kendi formülüne sahip aşamalar halinde yapılır.
Content
Phase 1 sets the initial targets, either for the Managed Stop Loss or the Managed Take Profit, and becomes active as soon as the Take Position Event validates
true
. Subsequent phases allows switching to different formulas given certain market situations. Фаза 1 устанавливает начальные цели, либо для управляемого стоп-лосса Managed Stop Loss, либо для управляемого тейк-профита Managed Take Profit, и становится активной, как только событие Take Position Event становится
true
(истинным). Последующие фазы позволяют переключаться на различные формулы при определенных ситуациях на рынке. Aşama 1, Yönetilen Zarar Durdurma ( Managed Stop Loss ) veya Yönetilen Kar Alma ( Managed Take Profit ) için ilk hedefleri belirler ve Pozisyon Alma Olayı ( Take Position Event ) doğrulanır doğrulanmaz (
true
) aktif hale gelir. Sonraki aşamalar, belirli piyasa durumları göz önüne alındığında farklı formüllere geçişe izin verir. The default management of phases is sequential, meaning that phase 2 comes after phase 1, phase 3 comes after phase 2, and so on.
Управление фазами по умолчанию является последовательным, то есть фаза 2 наступает после фазы 1, фаза 3 наступает после фазы 2 и так далее.
Aşamaların varsayılan yönetimi sıralıdır, yani 2. aşama 1. aşamadan sonra gelir, 3. aşama 2. aşamadan sonra gelir ve bu böyle devam eder.
To switch from one phase to the next phase in the sequence, the Next Phase event is used. When the Situation described in the next phase event validates
true
, the switch occurs and the next phase becomes the active phase. Для перехода от одной фазы к следующей в последовательности используется событие Next Phase. Когда ситуация Situation, описанная в событии следующей фазы, становится истинной, происходит переключение, и следующая фаза становится активной.
Sıralamada bir aşamadan bir sonraki aşamaya geçmek için Sonraki Aşama ( Next Phase ) olayı kullanılır. Sonraki aşama olayında açıklanan Durum ( Situation ) doğru (
true
) olduğunda, geçiş gerçekleşir ve sonraki aşama aktif aşama haline gelir. However, management does not need to happen sequentially. By using the Move To Phase Event instead of the Next Phase Event, the system may activate any other phase and not just the one next in the sequence.
Однако управление не обязательно должно происходить последовательно. Используя событие Move To Phase Event вместо события Next Phase Event, система может активировать любую другую фазу, а не только следующую в последовательности.
Ancak, yönetimin sırayla gerçekleşmesi gerekmez. Sonraki Aşama Olayı ( Next Phase Event ) yerine Aşamaya Taşı Olayı ( Move To Phase Event ) kullanılarak, sistem sadece sıradaki aşamayı değil, başka herhangi bir aşamayı da etkinleştirebilir.
Both events may be used at the same time, and whichever event is triggered first takes precedence.
Оба события могут быть использованы одновременно, при этом приоритет имеет то событие, которое сработало первым.
Her iki olay da aynı anda kullanılabilir ve hangi olay önce tetiklenirse öncelik o olayın olur.
Note: Notice that stop loss and take profit phases are independent and defined separately from each other, each below the corresponding managed stop loss and managed take profit nodes.
Note: Обратите внимание, что фазы стоп-лосс и тейк-профит являются независимыми и определяются отдельно друг от друга, каждая из них находится ниже соответствующих узлов управляемого стоп-лосс и управляемого тейк-профит.
Note: Zararı durdur (stop loss) ve kârı al (take profit) aşamalarının bağımsız olduğuna ve her biri ilgili yönetilen zararı durdur (stop loss) ve yönetilen kârı al (take profit) düğümlerinin altında olmak üzere birbirlerinden ayrı olarak tanımlandığına dikkat edin.
Note: The value of the target set for a phase is expressed by a formula. Learn more about formulas and how to write them.
Note: Значение цели, установленной для фазы, выражается формулой. Узнайте больше о формулах и о том, как их написать.
Note: Bir aşama için belirlenen hedefin değeri bir formülle ifade edilir. Formüller ve bunların nasıl yazılacağı hakkında daha fazla bilgi edinin.
Tip: This explanation about phase 1 may be extended to any other phase, as they all work similarly, and it applies both for managed stop loss phases and managed take profit phases.
Tip: Это объяснение о фазе 1 можно распространить на любую другую фазу, поскольку все они работают одинаково, и оно применимо как к фазам управляемого стоп-лосса, так и к фазам управляемого тейк-профита.
Tip: Aşama 1 ile ilgili bu açıklama, hepsi benzer şekilde çalıştığı için diğer tüm aşamalara genişletilebilir ve hem yönetilen zararı durdurma aşamaları hem de yönetilen kar alma aşamaları için geçerlidir.
Configuring
Serial Number Configuration
Seri Numara Yapılandırması (Serial Number Configuration)
Properties
Özellikler (Properties)
-
initialValue
allows resetting the initial state of the node to an arbitrary value.
-
initialValue
düğümün ilk durumunun rastgele bir değere sıfırlanmasını sağlar.
Phase Menu
The Phase node has the following Node Menu items:
The Add Formula menu item has the following properties:
- action: Add UI Object
- disableIfPropertyIsDefined: true
- propertyToCheckFor: formula
- label: Add Formula
- relatedUiObject: Formula
- actionFunction:
payload.executeAction
- actionProject: Visual-Scripting
- relatedUiObjectProject: Foundations
The Add Next Phase Event menu item has the following properties:
- action: Add UI Object
- disableIfPropertyIsDefined: true
- propertyToCheckFor:
nextPhaseEvent
- label: Add Next Phase Event
- relatedUiObject: Next Phase Event
- actionFunction:
payload.executeAction
- actionProject: Visual-Scripting
- relatedUiObjectProject: Foundations
The Add Move To Phase Event menu item has the following properties:
- action: Add UI Object
- label: Add Move To Phase Event
- relatedUiObject: Move To Phase Event
- actionFunction:
payload.executeAction
- relatedUiObjectProject: Foundations
- actionProject: Visual-Scripting
The Add Outgoing Signals menu item has the following properties:
- action: Add UI Object
- actionProject: Visual-Scripting
- disableIfPropertyIsDefined: true
- propertyToCheckFor:
outgoingSignals
- actionFunction:
payload.executeAction
- label: Add Outgoing Signals
- relatedUiObject: Outgoing Signals
- relatedUiObjectProject: Trading-Signals
The Add Incoming Signals menu item has the following properties:
- action: Add UI Object
- actionProject: Visual-Scripting
- disableIfPropertyIsDefined: true
- propertyToCheckFor:
incomingSignals
- actionFunction:
payload.executeAction
- label: Add Incoming Signals
- relatedUiObject: Incoming Signals
- relatedUiObjectProject: Trading-Signals
The Add Announcement menu item has the following properties:
- action: Add UI Object
- label: Add Announcement
- relatedUiObject: Announcement
- actionFunction:
payload.executeAction
- relatedUiObjectProject: Social-Bots
- actionProject: Visual-Scripting
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 Phase already has the required child type that the menu item may add, and only that child is allowed for that case.
Phase Children
The Phase node has the following childrenNodesProperties:
The Formula node property features the following properties:
- name: formula
- type: node
- childType: Formula
- autoAdd: true
The Outgoing Signals node property features the following properties:
- name:
outgoingSignals
- type: node
- childType: Outgoing Signals
- project: Trading-Signals
The Incoming Signals node property features the following properties:
- name:
incomingSignals
- type: node
- childType: Incoming Signals
- project: Trading-Signals
The Next Phase Event node property features the following properties:
- name:
nextPhaseEvent
- type: node
- childType: Next Phase Event
The Move To Phase Events node property features the following properties:
- name:
moveToPhaseEvents
- type: array
- childType: Move To Phase Event
The Announcements node property features the following properties:
- name: announcements
- type: array
- childType: Announcement
- project: Social-Bots
Phase Attaching Rules
The following are the Node Attaching Rules that govern the attachment of Phase with other nodes:
Compatible Types: