Woo! Which indicator is that one Fishy?

SuperTrend of CCIthomdel wrote: Sun Apr 25, 2021 6:49 pm @mrtools
Respected Sir, Please see this request.
Please Try to Add these Params : Line Width, Arrows ( Arrow Code, Arrow Size, Arrow Colour, Arrow Gap ), Colour Candles ( Candle Body Width, Wick Width, Candle Colour )
Thanks for your Generosity. Thanks
Respected Sir,
Beautiful Mrtools, thanks a lot for working on this gem
Multiplier option added.thomdel wrote: Tue Apr 27, 2021 2:31 pm Respected Sir,
Thank You for this awesome additions. Thanks for your Generosity, Kindness, Shares.
If Possible, Please Add these 2 Options : 1) Use ATR Multiplier : True / False 2) ATR Multiplier : 3.0 (Changeable Value )
( Sorry, I forgot to mention in earlier posts )
Thanks for all the Gifts provided by You on this Forum. Thanks.
Hi @mrtools, can I just please check to see if anybody else is getting 'out of memory' errors with this indicator, I am running multiple instances of it and calling it with iCustom from another indicator. But after a good few hours I start to get these messages:
Code: Select all
if ( iCustom(NULL,0,"!SuperTrend cci (arrows + alerts + candles)",60,"Close price",60,"Display line(s)",true,LimeGreen,Orange,1,LimeGreen,Orange,3,Linen,Green,Crimson,8,Linen,Lime,Orange,4,false,false,false,false,false,false,"alert2.wav",true,2,2,"Up in a circle type arrow","Down in a circle type arrow",0.5,0.5,LimeGreen,Orange,5,1) < 9999999 &&
iCustom(NULL,0,"!SuperTrend cci (arrows + alerts + candles)",60,"Close price",60,"Display line(s)",true,LimeGreen,Orange,1,LimeGreen,Orange,3,Linen,Green,Crimson,8,Linen,Lime,Orange,4,false,false,false,false,false,false,"alert2.wav",true,2,2,"Up in a circle type arrow","Down in a circle type arrow",0.5,0.5,LimeGreen,Orange,5,2) > 9999999 ){
SuperTrend=1;
}