chartingshow / documentation

Documentation for Charting Show
GNU General Public License v3.0
0 stars 0 forks source link

Update Core Algorithm: Add Trading Signals Module #269

Open summercms opened 1 month ago

summercms commented 1 month ago

Enhancement idea

Description

The trading module processes the various trading algorithms that are currently used by the trader. The results are then displayed in a section of the data window, where the trader can show/hide in the menu options.

Different trading signals are displayed ranging from buy and sell signals through to informational signals. Actionable trading signals are displayed at the top of the list and informational signals are displayed below them. Each trading signal tells the trader what trading algorithm got called and a suggested trading action.

There are also complex trading signals merging several different trading algorithms together that get displayed in the data window.

All the trading signals are joined to the alerts module to be able to send various alerts to the trader such as email, txt, push notifications etc.

All the trading signals are also joined to the warning signals module, where the trader can highlight any of the trading signals on the trading chart.

Links

n/a

summercms commented 1 month ago

Merge to Core code and Crypto Market algorithms.