If you trade like me, you'll be homeless and broke within a week.
Texas-2-Step All Time Return:
-1.0%
SuperTrend Hedge V1 13 replies
How to reference Custom Indicator (SuperTrend) 23 replies
Supertrend and MTF supertrend IDEA 11 replies
Help with Supertrend Indicator error 2 replies
Modified Supertrend indicator 0 replies
DislikedHello to everybody and Merry Christmas! I hope to find people who still using xSuperTrend indicator. What is xSuperTrend Candles supposed to do? Looks like it does nothing while being attached to the chart.Ignored
QuoteDislikedIt should work anyway if you installed all the indicators to the correct folder. Metaquotes changed the file structure so the indicator check does not work. Turn off dll imports for the indicator and you will not get that error msg.
input int SuperTrendPeriod=10; // SuperTrend ATR Period input double SuperTrendMultiplier=3.0; // SuperTrend Multiplier
#property indicator_type1 DRAW_LINE #property indicator_color1 DarkOrange #property indicator_width1 1 #property indicator_style1 STYLE_DOT #property indicator_type2 DRAW_LINE #property indicator_color2 Red #property indicator_width2 2 #property indicator_style2 STYLE_SOLID #property indicator_type3 DRAW_LINE #property indicator_color3 Lime #property indicator_width3 2 #property indicator_style3 STYLE_SOLID
DislikedThis is a repair to the indicator xSuperTrend on the first post that as of - 26-Aug-2019 - was not working. Repairs - code updated to new code - #property strict - OnCalculate - bugs cleared - out of range fault cleared. The default setting was 10-1.7 and the below chart illustrates this setting on GU London Breakout GU - M5: All times London Summer Time - First vertical pink line = 06:00 & second = 08:00. {image} The indicator setting on the below GU chart is 10-3.0 and appears to be the more popular default value. {image} Any preferred default...Ignored
DislikedI love to watch My template with this super trend indicators.. {image}Ignored