026d25da72624d2b783a32ef16282d46df9f3387,apps/market_watcher.py,MarketWatcher,__do_if_spread_smaller_than_limit,#MarketWatcher#,122
Before Change
systime.sleep(2)
def __do_if_spread_smaller_than_limit(self):
logging.info("Good spread!!")
self.ok = True
def __do_if_spread_equal_limit(self):
logging.info("Spread is the same as limit, not ok.")
After Change
systime.sleep(2)
def __do_if_spread_smaller_than_limit(self):
self.__log("Hit")
self.ok = True
def __do_if_spread_equal_limit(self):
self.__log("Pass")
In pattern: SUPERPATTERN
Frequency: 4
Non-data size: 3
Instances Project Name: tg12/FAIG
Commit Name: 026d25da72624d2b783a32ef16282d46df9f3387
Time: 2018-02-26
Author: 31006209+chaubilly@users.noreply.github.com
File Name: apps/market_watcher.py
Class Name: MarketWatcher
Method Name: __do_if_spread_smaller_than_limit
Project Name: tg12/FAIG
Commit Name: 026d25da72624d2b783a32ef16282d46df9f3387
Time: 2018-02-26
Author: 31006209+chaubilly@users.noreply.github.com
File Name: apps/market_watcher.py
Class Name: MarketWatcher
Method Name: __do_if_spread_larger_than_limit
Project Name: tg12/FAIG
Commit Name: 026d25da72624d2b783a32ef16282d46df9f3387
Time: 2018-02-26
Author: 31006209+chaubilly@users.noreply.github.com
File Name: apps/market_watcher.py
Class Name: MarketWatcher
Method Name: __do_if_price_change_outside_range
Project Name: tg12/FAIG
Commit Name: 026d25da72624d2b783a32ef16282d46df9f3387
Time: 2018-02-26
Author: 31006209+chaubilly@users.noreply.github.com
File Name: apps/market_watcher.py
Class Name: MarketWatcher
Method Name: __do_if_spread_equal_limit