Attachments forums

List of attachments posted on this forum.


All files on forums: 135950

Re: Bollinger Bands type indicators for MT4

MDX, Sat Dec 23, 2023 1:12 am

mrtools wrote: Thu Dec 21, 2023 2:58 am Hi,

Added signal cross arrows and alerts about part 2 not sure how to do that, but if I figure it out will add something.
Hi Mrtools! One more thing. If possible, please hide the name of the indicator and all the numbers. I usually remove them by creating an empty window and placing the indicator there already. In this case, the filling of the zones with color disappears. So it don* t work this time. Maybe in main menu Hide details true|false or something else... Anyway thanks again!
The code of the empty window is how I remove the names below:

#property indicator_separate_window
int init() { return(0); }
int deinit() { return(0); }
int start() { return(0); }
All files in topic