Skip to content

Commit

Permalink
remove to
Browse files Browse the repository at this point in the history
  • Loading branch information
wahyubiman committed Jul 2, 2022
1 parent aa6bc9f commit d08a9f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/strategy/indicator_alert.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ async def _signal(self, ohlcvs):
result(list): list pair name with format ['pairName - $lasPrice - rsi - LONG/SHORT']"""

LOG.info('Calculating signal . . .')
# TODO add jika ema_fast di atas ema_slow dan rsi cross 42.5 berikan sinyal long juga sebaliknya
try:
result = []
for ohlcv in ohlcvs:
Expand Down

0 comments on commit d08a9f8

Please sign in to comment.