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));
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));
Added mtf and posted it here BandstheCuchuoi 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
Can somebody please make it MTF? ThanksCode: 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));
Might look for averages cross indicator it has all the averages with arrows on crossover and more.JAMIL wrote: Fri Mar 12, 2021 4:10 am Two line crossover need add arrow with alerts and when display two line in a same color need add arrow with alerts
Dear Mrtools,
First of all, I would like to thank this forum.
I have also continuously analyzing an indicator for a month. That if such changing is done in it by coders ,
Which I have mentioned in the screenshot
So it can be a very profitable indicator.
1:- in screenshot white color arrows are for crossover
Please add arrows on every crossover with alerts .
2:- in screenshot blue color arrows to be add with alerts , when display two line in a same color .
i shall be highly appreciated .
with regards
JAMIL
Greetings Mr Tools, could you kindly add alerts to this indicator please?mrtools wrote: Sat Mar 13, 2021 3:22 am Might look for averages cross indicator it has all the averages with arrows on crossover and more.
Can anyone help with this?pathenry wrote: Thu Mar 11, 2021 6:47 pm Would it be possable to add a push alert to this indicator?
Thank you in advance :-)
Mr. Tools, have managed to check the refinishing of the indicator?Taicer wrote: Thu Mar 11, 2021 9:40 am Mr. Tool, Could you please check the refinishing of this indicator?
If that's not possible, fine ...
Thank you very much!!!