siruku6 / fx_alarm_py

This app alarm you when you should check FX chart. (is being developed ...)
GNU General Public License v3.0
1 stars 0 forks source link

Feature: improve the precision of the time resolution #169

Open siruku6 opened 2 years ago

siruku6 commented 2 years ago

Currently, my App processes only two time scales in one analysis. For instance, those are H1 and D1.

But in real trade, price is going to rise or down rapidly in a few minutes. This App can't recognize even if the some indicators indicate "not entry" in that "a few minutes". This can recognize only the state of indicators produced from the close prices of either of two time scales.

to be

First, enable this App to recognize the behavior of prices and indicators per 5 minutes even if selected time scale is H1 or H4. In the future, the goal may change from "per 5 minutes" to "per 1 minute", but this issue treats only "per 5 minutes".