Attachments forums

List of attachments posted on this forum.


All files on forums: 136890

Re: MT4 Indicator requests and ideas

DTRCT, Sun Feb 19, 2023 11:27 pm

mrtools wrote: Sun Feb 19, 2023 9:39 am Kvak has made an MT4 translation here.
Dear mrTool, Please assist in limiting the number of history bars in this indicator.| download/file.php?id=3435799

Code: Select all

//
// Limit number of history bars to 300
//
input int       barsToDisplay   = 300;        // 0 = all bars: > 0 = bars to display
Thank you in advance
All files in topic