Signal processing logic

✔ Learn the logic of signal processing on the Finandy platform: position setup, buy and sell actions, averaging and reversal. Detailed guide to signal logic.

Position adjustment logic: Both

Buy signal

"side": "buy",

Position opening

Action

No opened position

Open a Long position.

Long

Long position averaging if allowed in signal settings.

Short

Close or reverse a Short position if allowed in signal settings.

Sell signal

"side": "sell",

Position opening

Action

No opened position

Open a Short position.

Long

Close or reverse a Long position if allowed in signal settings.

Short

Short position averaging if allowed in signal settings.

Do you have any questions? We can help you in our Telegram chat.

Last updated