Skip to content

Commit

Permalink
doc: add application description
Browse files Browse the repository at this point in the history
  • Loading branch information
stupenkov committed Aug 31, 2023
1 parent 88b10e3 commit 7492ab7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Scalping level screener

The screener analyzes horizontal levels on cryptocurrency charts and sends notifications to Telegram.

Cryptocurrency screener consists of a server part and an indicator for tradingView. The server part is a console application
which launches chrome browser and interacts with it using selenium library. The data storage is
local database LiteDB.

The principle of operation is as follows: the console application opens a browser, goes to the tradingView site and cycles through the coins filtered in the "cryptocurrency pairs screener" panel.
pre-filtered in the "cryptocurrency pairs screener" panel. There is an indicator on the chart, which uses colors to indicate to the application that the price is approaching a price level.
indicates to the application that the price is approaching horizontal levels. The application takes a screenshot for each instrument and
analyzes this screenshot for the presence of color coding in the indicator table. Based on this analysis, a decision is made
decision on notification in Telegram.

![alt text](Resources/image1.png)

> *Note:* the default settings for the screenshot analyzer are set to 1920x1080 screen resolution
## Useful

Send a message to telegram via http request:
Expand Down
Binary file added Resources/image1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7492ab7

Please sign in to comment.