Attachments forums

List of attachments posted on this forum.


All files on forums: 136124

Re: Bollinger Band type indicators for MT4

mrtools, Sat Mar 13, 2021 3:19 am

theCuchuoi wrote: Fri Mar 12, 2021 6:55 pm I wrote this thing based off of Donchian channel, but included two middle bands. The code is

Code: Select all

lower2[i]=iHigh(Symbol(),Period(),iLowest(Symbol(),Period(),MODE_HIGH,BarsToCount,i+Shift));
upper2[i]=iLow(Symbol(),Period(),iHighest(Symbol(),Period(),MODE_LOW,BarsToCount,i+Shift));
Can somebody please make it MTF? Thanks
Added mtf.
All files in topic