Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
test yapf action
Browse files Browse the repository at this point in the history
  • Loading branch information
CelestialCrafter committed Sep 24, 2023
1 parent 2b9c54a commit 7967d78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions algorithms/macd.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ def algorithm(prices, window_sizes=[12, 26, 9]):

def signal(data):
macd, signal = data
# test comment
# @TODO make this not stupid :3
if macd[-1] > signal[-1]:
return 'sell'
Expand Down

0 comments on commit 7967d78

Please sign in to comment.