Attachments forums

List of attachments posted on this forum.


All files on forums: 135902

Re: Intraday Channel Breakout for MT4

太虚一毫, Tue Nov 16, 2021 8:59 pm

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;
All files in topic