How the bot Calculate the Total Score
Last updated
Last updated
Steps to Calculate the Total Score:
Identify Metrics: Let's assume the system evaluates 8 metrics (e.g., Holder Strength, Liquidity, Chart Analysis, etc.). Each of these metrics will be given a score out of 100.
Assign Weights to Metrics: Each metric should be assigned a weight depending on its importance. For example, the liquidity metric might have a higher weight than the chart analysis.
Formula to Calculate Individual Metric Score: For each metric, assign a score between 0 and 100 based on the analysis.
Calculate Total Score: Multiply each metric score by its weight, sum the results, and then divide by the total sum of weights to get the final score out of 100.
Let’s assume we have the following metrics and weights:
Now, the total score can be calculated as:
This way, each metric contributes to the final score based on its importance and the value derived from the analysis.