values
This commit is contained in:
parent
563c63b57b
commit
e5fd834a9d
@ -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]}
|
||||
|
@ -96,7 +96,7 @@ function get_values {
|
||||
|
||||
for i in "${!v[@]}"
|
||||
do
|
||||
echo "\${v[$i]}"
|
||||
echo "\${v[$i]} = ${v[$i]}"
|
||||
done | sort >values.new
|
||||
mv values.new values
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user