Presets make talking to Alpha Bot easy. Any command you would give Alpha can be turned into a custom preset. Presets are great for calling a complex sequence of charts, charts with many indicators you use often, and more. If you use the same set of commands and parameters often, creating presets can save you time and energy.
Syntax
You can create presets with preset add <name> <command>
. Use preset list
to list all your presets.
Notes: preset names have to be made out of a single word with no spaces.
Tip: To remove presets, click the red cross emoji under each preset when running preset list
command.
The following command creates a preset named
apple
. Calling it will produce 4h AAPL chart with MFI and Linear Regression indicators.John Doe
December 19, 2019preset add apple c aapl 4h mfi lr
Alpha
December 19, 2019John Doe
December 19, 2019apple
Alpha
December 19, 2019The following command creates a preset named
bitcoin
. alling it will produce 1h, 4h, and 1d XBTUSD charts from BitMEX with RSI and Linear Regression indicators, and a weekly XBTUSD chart from BitMEX with RSI and MACD indicators.John Doe
December 19, 2019preset add bitcoin c xbt 1h-d rsi lr, xbt w rsi macd
Alpha
December 19, 2019John Doe
December 19, 2019bitcoin
Alpha
December 19, 2019The following command creates a preset named
ethbooks
. Calling it will produce ETHUSD orderbook visualizations from Binance, BitMEX, and FTX respectively.John Doe
December 19, 2019preset add ethbooks d eth, eth bitmex, eth ftx
Alpha
December 19, 2019John Doe
December 19, 2019ethbooks
Alpha
December 19, 2019