summaryrefslogtreecommitdiffstats
path: root/openbb_terminal/miscellaneous/routines/routine_example.openbb
blob: 5eaa2b0b874882bacbf030f335dca68b2e799217 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Go into the stocks context
stocks

# Load a company ticker, e.g. Apple
load AAPL

# Show a candle chart with a 20 day Moving Average
candle --ma 20

# Switch over to the Fundamental Analysis menu
fa

# Show Management
mgmt

# Show price targets charts
pt

# Show future estimations
est

# Return to home
home