Skip to content

Add docs and tests for Monowave#7

Open
daherman wants to merge 1 commit intodrstevendev:masterfrom
daherman:test/monowave
Open

Add docs and tests for Monowave#7
daherman wants to merge 1 commit intodrstevendev:masterfrom
daherman:test/monowave

Conversation

@daherman
Copy link

@daherman daherman commented Jul 5, 2023

Adding tests and documentation to MonoWave feature

Adding tests and documentation to MonoWave feature
@daherman
Copy link
Author

daherman commented Jul 5, 2023

Approved

Copy link
Owner

@drstevendev drstevendev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks a lot for this improvement docu and test wise

drop a mail if you are interested in deeper conversation e.g. telegram to push the code further to a more usable state from a practical point of view, e.g. scanning markets :-)

@@ -0,0 +1,12 @@
# Copyright (c) 2023 Nightingale Professional Services, LLC
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please remove this commercial licence text

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you can remove the cached (gitignore pycache) files from git, or are they commited on purpose?


self.count = int # the count of the monowave, e.g. 1, 2, A, B, etc
self.degree = 1 # 1 = lowest timeframe level, 2 as soon as a e.g. 12345 is found etc.
self.count = int
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be more like .count = 0 or .count: int as type hint not assigned to class int (but i know that its old code anyway and i m overdue to clean it up myself :-) )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants