commodus wrote: Sun Jun 18, 2023 8:47 pm
------------------------------------------------------------------------------
1- how could i specify signal 1 + signal 2 + signal 3 for entry, and signal 2 + signal 3 + signal 4 (with oposite direction) for exit
in another way of explanation:
signal 1 ==> specifically for entry signal
signal 2 + signal 3 ==> for both entry and exit signals (with opossite directions)
signal 4 ==> specifically for exit signal
------------------------------------------------------------------------------
2- dashboard indi setting has just 10 indi capacity for entry/exit signals and have 10 indi capacity for specific exit dignals, then how could add 11th and 12th indi as a signal?
------------------------------------------------------------------------------
3- probably i coulnd't understand completely the dashboard settings yet ,how could we incorprate "or" cluse for entry/exit signals. Eg. if (signal 1 "or" signal 2 ) "and" signal 3 happend then give entry/exit signal
------------------------------------------------------------------------------
> ------------------------------------------------------------------------------
> 1- how could i specify signal 1 + signal 2 + signal 3 for entry,
> and signal 2 + signal 3 + signal 4 (with oposite direction) for exit
>
> in another way of explanation:
> signal 1 ==> specifically for entry signal
> signal 2 + signal 3 ==> for both entry and exit signals (with opossite directions)
> signal 4 ==> specifically for exit signal
See Figure 1.
Description of the parameter "Signal Match ratio for Entry (%GE)".
Entry condition.
100 if signals 1, 2, and 3 all match.
Description of the parameter "Signal Match ratio for Exit (%GE)".
100 if signal2, 3, or 4 all match in the opposite direction.
66.7 if any two of signal2, 3, or 4 are reversed.
33.4 if any one of signal2, 3, or 4 is in the opposite direction.
In addition,
If you set "Signal Match ratio for Exit (%GE)",
Signal Match ratio for Exit (%LT)" is invalid.
> ------------------------------------------------------------------------------
> 2- dashboard indi setting has just 10 indi capacity for entry/exit signals
> and have 10 indi capacity for specific exit dignals,
> then how could add 11th and 12th indi as a signal?
Entry/exit is limited to 10 signals.
Any more than 10 are for reference only.
------------------------------------------------------------------------------
3- probably i coulnd't understand completely the dashboard settings yet ,
how could we incorprate "or" cluse for entry/exit signals.
Eg. if (signal 1 "or" signal 2 ) "and" signal 3 happend then give entry/exit signal
It cannot be too complicated.
The entry/exit is determined by the percentage of each signal condition that matches the condition set for each parameter (Same, Opposite, different, etc.).
"No signal required" is not included in the percentage calculation.
<Entry (%GE)>
Entry when the percentage match is greater than or equal to the set percentage.
<Exit (%LT)>
Exit when the percentage match is less than or equal to the set percentage.
<Exit (%GE)>
Exits when the percentage match is greater than or equal to the set percentage.
Once closed.
To be continued later.