Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
April 5, 2022 05:04 pm GMT

How To Navigate In The OpenBB Terminal

After a successful installation, it's a good idea to quickly review how to navigate through the various menus. The documentation is available here for reference: https://openbb-finance.github.io/OpenBBTerminal/

Two helpful commands to know right away:

Read the documentation: https://openbb-finance.github.io/OpenBBTerminal/

Navigating is easier than you can say MS-DOS. When you see ">" beside a menu item, that indicates a submenu to a group of related functions.

>   economy

To get into the economy submenu from home, simply enter:

economy

Read the documentation: https://openbb-finance.github.io/OpenBBTerminal/

Entering ".." lets you return to the parent menu.

2022 Apr 05, 12:22 () /economy/ $ ..2022 Apr 05, 12:26 () / $ 

What if you want to jump to another section from another submenu? This is easily accomplished by prefixing a "/" to any absolute path in the Terminal.

/stocks/disc

Read the documentation: https://openbb-finance.github.io/OpenBBTerminal/

/portfolio/po

Read the documentation: https://openbb-finance.github.io/OpenBBTerminal/

In the same way that you can navigate the Terminal, commands can be sandwiched into these moves like so:

/stocks/load TSLA -i 1 -p -s 2022-04-04/ta/obv 

Read the documentation: https://openbb-finance.github.io/OpenBBTerminal/

The sequence above navigates you to the stocks menu, loads the ticker TSLA with a one-minute interval starting yesterday and pre/post market prices turned on, enters the technical analysis menu and displays a chart of on-balance volume.

Read the documentation: https://openbb-finance.github.io/OpenBBTerminal/

That's all you need to know to comfortably and efficiently navigate through the OpenBB Terminal. If you require assistance, or have any questions, join our community Discord server and someone will gladly help you out: https://discord.com/invite/Y4HDyB6Ypu

Happy trails!

https://openbb.co


Original Link: https://dev.to/danglewood/how-to-navigate-in-the-openbb-terminal-jl2

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To