3 lines
92 B
Plaintext
3 lines
92 B
Plaintext
|
if params.get('rsi-enabled'):
|
||
|
conditions.append(dataframe['rsi'] < params['rsi-value'])
|