Python Setting

Python Editor

The python editor is an area where you can write, run, debug your own python code to analyze, and get the result of the code.

Code Area

Code area is an area to write your python code. Unlike the function mode, the python mode does not have multiple tabs, but has only one code area. You can get the market data by using functions in Python Library, and analyze them with the popular libraries of python, such as numpy, pandas, and etc.

Code Output

After selecting Run button, the code's result can be seen at the code output. A pandas.DataFrame object you've set to result variable is returned as a result of the code run.

Console Log

Run

Last updated

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