Finandy Docs
English
Finandy Docs
English
  • 📈Manual trading
    • Create order/grid
      • Single order
      • Order grid
      • Fibonacci grid (levels)
      • Order types
        • Limit order
        • Floating order
        • Market order
        • Stop order
        • Trailing order
        • Virtual order
      • Customisable volumes
    • Stop Loss (SL)
    • Trailing Stop (SLX)
    • Take Profit (TP)
    • Settings templates
    • Trade Reports
  • 🖥️Interface
    • User Interface
    • Chart
    • Position list
    • Signal log
    • Other blocks
      • Position settings
      • Market (currency pairs)
      • Order book
      • Notifications
  • 🤖Algo-trading
    • TradingView Signals
      • Signal interface
        • Open position
        • Averaging (DCA)
        • Close / Reverse
        • Stop Loss (SL)
        • Trailing (SLX)
        • Take Profit (TP)
      • Connection and configuration
        • Connecting the TradingView indicator or strategy to Binance / OKX
        • Position opening
        • Position Averaging
        • Closing Position
        • Position Reversal
        • Hedging
      • Signal processing logic
      • Signal testing
      • Signal copying
      • Controlling an option in the signal
      • Update settings by signal
      • {{Placeholders}}
      • Common errors
      • FAQ
  • 🌀Copy trading
    • I want to signal (copy trading Binance)
    • I want to copy trades (copy trading Binance)
  • ⚙️Settings
    • Account
      • Profiles
      • API Keys
      • 2FA
      • Telegram Bot
      • Change password
      • Secret word
      • Sessions
      • Account restart
    • Settings
      • Interface
        • General settings
        • Order creation panel
        • Stop loss (SL)
        • Trailing (SLX)
        • Take Profit (TP)
      • Trading
        • Position price calculation
        • Position PNL Calculation
        • Position Reversal
        • Position Closing
        • Auto-switching from Limit to Stop order
        • Floating order
      • Chart
        • DCA´s Average line
        • TP´s Average line
        • Show/hide orders on chart
    • Others
      • Functions
      • FAQ
      • Desktop app for MAC
      • Error codes and solutions
  • 🏛️Trading platform
    • OKX (via API-key)
    • Finandy (exchange)
      • Deposit
      • Transfer between markets
      • Liquidity
      • Withdrawals
      • Trading Fees
      • Account verification
      • API keys
      • About futures
        • Trading Rules
        • Leverage and Margin
        • Differences Between a Perpetual Contract and a Traditional Futures Contract
        • Mark Price in USDⓈ-M futures
        • Liquidation
    • Binanсe (via API-key)
      • Trade via API
      • Adding an API Key
  • 💲Earn
    • Finandy Referral Program
      • Token Bonus
  • 📖Legal
    • Whitepaper
    • Roadmap 1.0
    • Roadmap 2.0
    • Finandy Futures Agreement
    • AML Policy
    • Term of use
    • Chat Rules in Telegram
    • Сopy trading terms of use
    • Disclaimer (FIN token)
    • Privacy Policy
Powered by GitBook
On this page
  • ❓ Why do we need checkboxes next to the option names?
  • ❓ If you check the option in the master account, and uncheck the checkbox in the slave signal, what settings will be applied when a signal is received?
  • ❓ How fast are orders created?
  • ❓ I have different notification times in TradingView and Finandy. What does this have to do with it?
  • ❓ How safe is it?
  • ❓ Do I need to have a paid subscription to TradingView?
  • ❓ If I save the signal settings but make changes in the PINE-script indicator, will the changes be accepted by the terminal?
  • ❓ Can I configure the signals myself?
  • ❓ A signal occurred in TradingView, but no order was created in the terminal
  • ❓ I have a strategy, how to insert BUY/SELL into a signal message?
  • ❓ I want to send signals from my server. How can I do this?
  • ❓ I want to test the signal settings. How can I do this?
  • ❓ How to set up a position reversal upon receiving a closing signal?
  • ❓ How can I set up a signal so that only opening a position works in the strategy, and closing a position occurs through the execution of take profit or stop loss.
  • ❓ What will happen to the position if a "flat" signal is sent by the strategy?
  • ❓ If I manually paste the code into the message, and the checkbox is not checked in the terminal, will it be applied?
  1. Algo-trading
  2. TradingView Signals

FAQ

✔ Answers to frequently asked questions about working with TradingView signals on the Finandy platform: signal setup, security, speed of order creation, and other tips.

PreviousCommon errorsNextI want to signal (copy trading Binance)

Last updated 11 months ago

❓ Why do we need checkboxes next to the option names?

When the checkbox is checked, the parameter will be sourced from the incoming signal, even in the case of a slave signal from the Master signal.

When the checkbox is unchecked, the parameter will be sourced from the terminal.

❓ If you check the option in the master account, and uncheck the checkbox in the slave signal, what settings will be applied when a signal is received?

The setting from the received signal message will be applied since the checkbox is checked in the master account, and the slave signal's terminal setting will be ignored.

❓ How fast are orders created?

Orders are created very quickly, with a delay of only a fraction of a second.

❓ I have different notification times in TradingView and Finandy. What does this have to do with it?

Signal timing discrepancies between TradingView and Finandy may occur due to the nature of TradingView's signal delivery. TradingView signals may arrive later than the stated alert time, while Finandy immediately processes received signals. Technical support does not address these situations as they are not service malfunctions.

❓ How safe is it?

Our system is 100% safe since we only accept signals from authorized TradingView servers. Additionally, we generate a unique link and secret for each signal to ensure security.

❓ Do I need to have a paid subscription to TradingView?

Yes, a paid subscription to TradingView is required for using our service.

❓ If I save the signal settings but make changes in the PINE-script indicator, will the changes be accepted by the terminal?

Yes, you can modify the generated code manually or using the indicator according to your strategy. Saving new versions in the terminal is not necessary.

❓ Can I configure the signals myself?

If you have an indicator, it can provide two signals: one for buying and one for selling. By inserting the code from the terminal settings, you can specify "buy" for the buy signal and "sell" for the sell signal. The strategy will have a single signal using a placeholder. Controlling an option in the signal.

❓ A signal occurred in TradingView, but no order was created in the terminal

❓ I have a strategy, how to insert BUY/SELL into a signal message?

You need to replace the line with the "side" parameter with "side": "{{strategy.order.action}}".

❓ I want to send signals from my server. How can I do this?

To send signals from your server, you need to add your server's IP address to the allowed IP list in the signal settings.

❓ I want to test the signal settings. How can I do this?

❓ How to set up a position reversal upon receiving a closing signal?

The settings include a 'Reverse' parameter. When enabled, receiving a closing signal will trigger the creation of a reversal position. The reversal position will be created based on the 'Amount' specified in the signal or the 'Amount' of the current position.

Attention! In hedging mode, position reversal is not possible. To apply reversal strategies, hedging must be turned off.

❓ How can I set up a signal so that only opening a position works in the strategy, and closing a position occurs through the execution of take profit or stop loss.

You need to disable the Closings tab and enable the TP module with the desired settings.

❓ What will happen to the position if a "flat" signal is sent by the strategy?

"flat" means that the strategy does not have any open positions. When a signal is received with the parameter "positionSide": "flat", all positions in that pair will be closed, and no reversal will occur, even if it is specified in the settings.

❓ If I manually paste the code into the message, and the checkbox is not checked in the terminal, will it be applied?

If the option is not checked in the terminal and it is not included in the generated code, then the option will be sourced from the terminal.

Check the size of the order being created, as it may be below the minimum allowable amount or the account balance may be insufficient. We will improve the for better troubleshooting in the future.

🤖
error logging
Signal testing
Why do we need checkboxes next to the option names?
If you check the option in the master account, and uncheck the checkbox in the slave signal, what settings will be applied when a signal is received?
How fast are orders created?
I have different notification times in TradingView and Finandy. What does this have to do with it?
How safe is it?
Do I need to have a paid subscription to TradingView?
If I save the signal settings but make changes in the PINE-script indicator, will the changes be accepted by the terminal?
Can I configure the signals myself?
A signal occurred in TradingView, but no order was created in the terminal.
I have a strategy, how to insert BUY/SELL into a signal message?
I want to send signals from my server. How can I do this?
I want to test the signal settings. How can I do this?
How to set up a position reversal upon receiving a closing signal?
How can I set up a signal so that only opening a position works in the strategy, and closing a position occurs through the execution of take profit or stop loss
What will happen to the position if a "flat" signal is sent by the strategy?
If I manually paste the code into the message, and the checkbox is not checked in the terminal, will it be applied?