values
This commit is contained in:
@@ -351,14 +351,9 @@ ${v[ETHUSDT_1w_macd_histogram_signal_1]}
|
||||
${v[SOLUSDT_levels_1d]}
|
||||
$v[$[SOLUSDT_levels_1d_next_up]}
|
||||
$v[$[ETHUSDT_levels_1w_next_down]}
|
||||
|
||||
```
|
||||
|
||||
Show all available:
|
||||
```
|
||||
for x in "${!v[@]}"; do printf "[%q]=%q\n" "$x" "${v[$x]}" ; done
|
||||
```
|
||||
|
||||
You can find a complete list of available values in the file `data/botdata/values` whic is creates in the runtime of the bot.
|
||||
An example you can find in example-values.
|
||||
#### Current price from exchange
|
||||
|
||||
${f_tickers_array[SYMBOL]}
|
||||
|
||||
Reference in New Issue
Block a user