Attachments forums

List of attachments posted on this forum.


All files on forums: 136849

Re: MT4 Indicator requests and ideas

theCuchuoi, Fri Mar 12, 2021 6:56 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
All files in topic