LogoLogo
  • Analytics
    • Create Chart
      • Select Mode
      • Function mode
        • 1. How to import data
          • Select Data
          • Select Time Range
          • Data Setting
        • 2. How to analyze data
          • Data Details
          • Function Setting
          • How to write functions
          • Function Library
          • Function Chart Examples
        • 3. How to visualize data
          • Line & Bar Chart
          • Doughnut Chart
          • Number Chart
          • Table Chart
          • Color Setting
      • Python mode
        • 1. How to preview data
        • 2. How to analyze data
          • Python Setting
          • How to write Python
          • Python Chart Examples
        • 3. How to visualize data
          • Line & Bar Chart
          • Table Chart
    • Publish Chart
    • Chart Examples
    • Fork Chart
  • Terminal
    • Create Bot Strategy
      • 0. How to write code
      • 1. How to preview data
    • Fork Strategy
    • Strategy Examples
    • 🔜Deploy Bot
  • Workspace
    • Manage Strategy
      • Strategy Published
      • Strategy saved as draft
    • 🔜Manage Bot
  • Account Setting
    • Change Password
    • 🔜Register Exchange Account
    • 🔜Register OTP
    • 🔜Register Payment
  • library
    • 📍Function Library
    • 📍Python Library
      • Private API
        • Binance
      • Public API
  • FAQ
    • Data
      • Dataset
        • data list
      • What type of data can I use?
      • How customizable are the data?
    • Security
      • Is UnBlinked safe?
    • Account
      • I forgot my OTP device
      • I forgot password
Powered by GitBook

Copyright © 2023, UnBlinked Co., Ltd. | All rights reserved.

On this page
  • Function Editor
  • Code area
  • Code Output
  • Add Function
  • Delete Function
  • Name Function
  1. Analytics
  2. Create Chart
  3. Function mode
  4. 2. How to analyze data

Function Setting

PreviousData DetailsNextHow to write functions

Last updated 1 year ago

Function Editor

The function editor is an area where you can write, run, add, delete, and name functions. Each function has its own code area and code output, and its code does not affect the other functions.

Code area

The code area is where you are going to write down your function code. When you type spacebar, the auto complete dropdown is given. The Auto complete dropdown suggests functions by using the keyword you write after typing spacebar. Use up/down arrow keys to get to the item you want to add and press enter to add the function into the code area.

You can run and get the result of the functions as follows:

  1. Select a function tab you want to code.

  2. After code is completely written, click Run button.

  3. At the Code Output area below the code editor, you'll find out the result.

  4. You can visualize the result in chart at Visualization Setting tab.

Code Output

When you click a run button after filling out the functions, you can get the result of every function you made. And the table filled with the result can be seen at the code output.

If the result is not shown or the error comes out, then it means that your function may has an error somewhere. Fix your function code and run again to get the right result.


Add Function

You can add the Function as follows:

  1. Click the ADD button at the right side.

  2. You can add up to 5.


Delete Function

You can delete the Function as follows:

  1. Select the Function on the code editor you want to delete.

  2. Click the DELETE button at the right side.

  3. The message will pop up to ask you confirm deletion. Click DELETE


Name Function

You can name the function. It'll be displayed when the function is visualized as chart.

  1. Select the Function on the code editor you want to rename.

  2. Press the input right below the function tab

  3. Name changes will be automatically saved and applied to chart.