We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58d6115 commit ee1a82cCopy full SHA for ee1a82c
django_napse/core/models/bots/controller.py
@@ -225,12 +225,12 @@ def apply_orders(self, orders):
225
def send_candles_to_bots(self, closed_candle, current_candle) -> list:
226
"""Scan all bots (that are allowed to trade) and get their orders.
227
228
- Parameters
229
- ----------
230
- closed_candle: The candle that just closed.
231
- current_candle (dict): The candle that is currently open.
+ Args:
+ ----
+ closed_candle : The candle that just closed.
+ current_candle : The candle that is currently open.
232
233
- Returns
+ Returns:
234
-------
235
list: A list of orders.
236
"""
0 commit comments