Page 4 of 6

Re: Intraday Channel Breakout for MT4

Posted: Fri Nov 12, 2021 1:49 am
by 太虚一毫
mrtools wrote: Thu Nov 04, 2021 4:06 am No shouldn't affect normal use, removed those warnings in this version.
Image


AuthorizedSSBODynamicBreakoutBoxFinalEdition nmc version:

The three types of information on the chart (yellow dotted line, small arrow, 102.8p) affect the real transaction history information.

Teacher, please modify the code, delete them, or hide them. Thanks a lot!

Re: Intraday Channel Breakout for MT4

Posted: Fri Nov 12, 2021 5:45 am
by mrtools
太虚一毫 wrote: Fri Nov 12, 2021 1:49 am AuthorizedSSBODynamicBreakoutBoxFinalEdition nmc version:

The three types of information on the chart (yellow dotted line, small arrow, 102.8p) affect the real transaction history information.

Teacher, please modify the code, delete them, or hide them. Thanks a lot!
Image
Made it into an option called ShowOrderHistory = true/false.

Re: Intraday Channel Breakout for MT4

Posted: Fri Nov 12, 2021 9:29 am
by vvFish
:think: :roll: :sad:

Re: Intraday Channel Breakout for MT4

Posted: Fri Nov 12, 2021 11:40 am
by vvFish
vvFish wrote: Fri Nov 12, 2021 9:29 am :think: :roll: :sad:
Image
;)

Here is the owner of this system, you will find him and the system at your place.

Re: Intraday Channel Breakout for MT4

Posted: Mon Nov 15, 2021 2:07 am
by Sunrisetobi
mrtools wrote: Wed Nov 11, 2020 5:09 am Optimized the code somewhat to try and make it closer to the mt5 version, also changed the bars out to auto adjust candles. Added a option to fill in the guess you can call it the time start time end box.
Image
hi Mrtools could you please have a look in your inbox i got a request for this indicator :)

Re: Intraday Channel Breakout for MT4

Posted: Tue Nov 16, 2021 5:51 am
by mrtools
Sunrisetobi wrote: Mon Nov 15, 2021 2:07 am hi Mrtools could you please have a look in your inbox i got a request for this indicator :)
Saw your message, just not understanding what it is you want, maybe some pictures would help.

Re: Intraday Channel Breakout for MT4

Posted: Tue Nov 16, 2021 8:59 pm
by 太虚一毫
These days I have been thinking about AuthorizedSSBODynamicBreakoutBoxFinalEdition.mq4.
The request to add a button to it has been made to teacher kvak before.
viewtopic.php?f=579496&t=8473841&start=1190

1. If you modify the color of the indicator buffer line, the buffer line will change to green after the upward breakthrough, and the buffer line will change to red after the downward breakthrough. Will be more beautiful:

extern color BoxBufferLinesColor = 11184640;
extern color ContBoxBufferLinesColor = DarkSlateGray;

2. These two parameters seem to need to be modified:
extern int BoxLength = 21;
extern double BoxRange = 28;

Re: Intraday Channel Breakout for MT4

Posted: Wed Nov 17, 2021 2:38 am
by sudhindragk
See if you like this...its free....

https://qforex.win/

If anybody can modify it to work for indices. Its a good PA technique.

Check it under indicators menu.

Re: Intraday Channel Breakout for MT4

Posted: Fri Nov 26, 2021 6:53 am
by Sunrisetobi
mrtools wrote: Tue Nov 16, 2021 5:51 am Saw your message, just not understanding what it is you want, maybe some pictures would help.
hi mrtools i cant acces my pm´s

i would love an histogramm like that if its possible.

Re: Intraday Channel Breakout for MT4

Posted: Tue Nov 30, 2021 7:36 pm
by 太虚一毫
This is my short-term thought on AuthorizedSSBODynamicBreakoutBoxFinalEdition.mq4. Different from the idea of the inventor of the indicator.