Attachments forums

List of attachments posted on this forum.


All files on forums: 163321

Re: Moving Average indicators for MT4

moey_dw, Fri Sep 06, 2024 11:33 am

mrtools wrote: Thu Sep 05, 2024 9:14 pm Added the histogram auto width option, if auto width = false then you can control the width with your external inputs.

Code: Select all

input bool                 inpAutoWidth    = true;             // Automatic width?
input int                  inpHistoWidth   = 2;                // Used if not using automatic width
It works!! What a great code....... I see now in the code it has AutoWidth its really neat. By adding Arrows and the AutoWidth toggle in Inputs tab only added extra 5kb to the code so really light weight..... I love this indicator because from a glance you can see the trend instantly from what its doing vs the moving average
All files in topic