Designing the "three-state" button is a challenge
Posted: Sun May 18, 2025 6:07 am
by 太虚一毫
According to mrtools/mladen's work, design MT4 and MT5 "three-state" buttons: T3 off, T3 new, T3 old.1. T3 double bands separate button MT5 selects T3 old, T3 new, and the display effect is obviously incorrect.2. Are there any other bugs in the T3 double bands separate v3.1 button MT4 and T3 double bands separate button MT5 Indicator? Ask Mr. MRTtools to check and revise it.3. Hope mrtools teacher adds the latest Atr adaptive T3 code,Make the button become a "five-state" button, such as T3 off, T3 new, T3 old, Atr adaptive T3 new, Atr adaptive T3 old, etc.The merit is immeasurable!
Re: Designing the "three-state" button is a challenge
Posted: Mon May 19, 2025 4:09 am
by mrtools
太虚一毫 wrote: Sun May 18, 2025 6:07 am
According to mrtools/mladen's work, design MT4 and MT5 "three-state" buttons: T3 off, T3 new, T3 old.1. T3 double bands separate button MT5 selects T3 old, T3 new, and the display effect is obviously incorrect.2. Are there any other bugs in the T3 double bands separate v3.1 button MT4 and T3 double bands separate button MT5 Indicator? Ask Mr. MRTtools to check and revise it.3. Hope mrtools teacher adds the latest Atr adaptive T3 code,Make the button become a "five-state" button, such as T3 off, T3 new, T3 old, Atr adaptive T3 new, Atr adaptive T3 old, etc.The merit is immeasurable!
Hello, can add my usual on/off button to the new versions, but there is no "new" setting, don't think it is required because the button function, I use loops back to the OnInit() so the indicator should automatically refresh, but very possibly there is something I am not understanding in your post.
Re: Designing the "three-state" button is a challenge
Posted: Mon May 19, 2025 4:21 am
by 太虚一毫
mrtools wrote: Mon May 19, 2025 4:09 am
Hello, can add my usual on/off button to the new versions, but there is no "new" setting, don't think it is required because the button function, I use loops back to the OnInit() so the indicator should automatically refresh, but very possibly there is something I am not understanding in your post.
Based on the work of mrtools/mladen, the "three-state" buttons for MT4 and MT5 are designed: "T3 off", "T3 new", "T3 old". Faced a problem.
1.For MT5 version, select "T3 old", the indicator data shows that it is clearly wrong.
2.What are the other errors besides the above ones?
Trouble the teacher to check and revise!The merits are immeasurable!
Re: Designing the "three-state" button is a challenge
Posted: Mon Jul 14, 2025 1:29 am
by Thoth
太虚一毫 wrote: Mon May 19, 2025 4:21 am
Based on the work of mrtools/mladen, the "three-state" buttons for MT4 and MT5 are designed: "T3 off", "T3 new", "T3 old". Faced a problem.
1.For MT5 version, select "T3 old", the indicator data shows that it is clearly wrong.
2.What are the other errors besides the above ones?
Trouble the teacher to check and revise!The merits are immeasurable!
Hi. Do you happen to mean something like this? Don't pay attention to the moving average that doesn't work when switching. It's a quick code to understand if this is what you're looking for or not
Best regards,
Thoth