Skip to content

Commit

Permalink
#22 Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Bouquet committed Oct 1, 2018
1 parent aac6eba commit 4b18d79
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion Evaluator/RealTime/InstantRegulatedMarketEvaluator.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"refresh_rate_seconds": 0.3,
"regulated_market_price": 1,
"regulated_market_range": 0.03
}
1 change: 1 addition & 0 deletions Evaluator/RealTime/instant_fluctuations_evaluator.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ def _should_eval(self):
return self.should_eval


# This RT evaluator should be used on regulated markets like USDT/USD or TUSD/USDT...
class InstantRegulatedMarketEvaluator(RealTimeTAEvaluator):
def __init__(self, exchange, symbol):
super().__init__(exchange, symbol)
Expand Down

0 comments on commit 4b18d79

Please sign in to comment.