ATR Trailing Stop Custom indicator isnt opening any trades(?) .
-
Hey Guys , I am trying to make an swing trade robot based on average true range trailing stop indicator and STC indicator but it cant seem to open any trades . if anyone any idea I appreciate it . I think the problem is about ATR trailing stop buffer is not colorized , it shows in mt5 level up and level down with green or red but in the fxdreema my indicators section , there isnt any colors for buffers . I tried with value and below or above candle ID but it doesnt seem to work . I managed to work somehow but it opened like 2-3 trader per year which is not correct and I cant find that again . Thanks in advance
-
@burakthesecond Put the indicator into a comment, so you can visually see what the buffer returns, it needs to show a number to use<>.
-
@jstap Thanks for reply , I am not familiar with the comment block . can you show me an example please ? I cant seem to find a way to add an custom indicator to comment block .
-
@burakthesecond Pass block->comment block with the indicator settings
-
@jstap
Like this ? then what ? -
@burakthesecond You have to have a label
-
@jstap
I labeled it , I can see the value of it but still no order . -
@burakthesecond this value is within the price range, as long as it not changing itshould work, set up a test project, if price is > value draw text above, if < redraw text to below.
-
@jstap thanks for the answers man , I couldnt make it work , I maked up with another indicator though .