Advertisement
romaresh

Untitled

Jun 25th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. libs.logger.logger.info('Check rates: False, (1 - bid_rate/ask_rate) < coef * margin '
  2. '(1 - {bid_rate}/{ask_rate}) < {coef} * {margin}'.format(
  3. bid_rate=bid_rate_corrected,
  4. ask_rate=ask_rate_corrected,
  5. coef=libs.config_db.FIXTURES.rate_coef,
  6. margin=libs.config_db.FIXTURES.margin_min))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement