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
  1. Algo-trading
  2. TradingView Signals

Update settings by signal

✔ Learn how to update module settings by TradingView signals on the Finandy platform: sending signals with the 'update' parameter, updating take profit and other modules.

PreviousControlling an option in the signalNext{{Placeholders}}

Last updated 10 months ago

If you need to update the module settings in an open position, send a signal containing 'update': true in the module signal message parameters.

If you need to update the module parameters and average the position, send two separate signals. One signal will update the module, and the other signal will average the position.

Take Profit update example

  • It is mandatory to activate "update": true in TP module configuration.

  • To update by price - add the "price" parameter to Take Profit settings:

{
  "name": "Hook 123",
  "secret": "234",
  "side": "buy",
  "symbol": "XRPUSDT",
  "tp": {
    "orders": [
      {
        "price": "0.326"
      },
      {
        "price": "0.329"
      },
      {
        "price": "0.331"
      }
    ],
    "update": true
  }
}
  • To update by percentage, insert the required percentage into "ofs" field and add the "price" parameter with empty data, for example:

{
  "name": "Hook 123",
  "secret": "234",
  "side": "buy",
  "symbol": "XRPUSDT",
  "tp": {
    "orders": [
      {
        "ofs": "2",
        "price": "",
        "piece": "33.3"
      },
      {
        "ofs": "3.0",
        "price": "",
        "piece": "33.3"
      },
      {
        "ofs": "4",
        "price": "",
        "piece": "33.4"
      }
    ],
    "update": true
  }
}

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

🤖
LogoFinandy Exchange + Binance trading terminalTelegram