How to upload Tradingview Indicators for Custom Indicators
-
hey guys I am trying to upload some indicators like STC , TDI etc. for backtesting faster. How can I get them from TW to custom indicator for fxdreema? I know there is source codes for it but I think I am writing something wrong so it doesnt work. I be glad if anybody know how to do it correctly or have them .
-
@burakthesecond I'm not a TW user so I'm not sure about this but can you get the dull mq4 file format for that indicator? If so you whould import it to fxDreema easily. Did you try?
-
@burakthesecond you can't load Tradingview indicators in Fxdreema because they are written in the proprietary Pinescript language, you should convert them to mql language first, is it worth it?
-
@l-andorrà sorry for the late reply . I am not familiar with the concept and english isnt my first language . I am not sure about the Enumerations and Input Parameters . I have the source code but cant make it work . the indicator is schaff trend cyle . I will be glad if anyone make it or tell me exactly how to make it . I can share the strategy if I can make it work . Thanks for the reply .
-
@burakthesecond You can get that indicator for MT4/5 from google, to covert means a coder.
-
@jstap I will try to upload fxdreema . but inputs arent very easy . how can I make it buy or sell when value is crossing 25 or 75 ?
-
@burakthesecond Condition block, indicater (using correct buffer) X> number buy, X< number sell.
-
@jstap I am trying man Thanks . I will post if it works this time
-
@burakthesecond Once you get this together add a shared link, say what's not working and problems can be fixed.
-
@jstap I uploaded the indicator but there is only one buffer , anyway I tested and still no trade executed .
-
This is from fxdreema

-
And this is the source code from TW

-
as you can see lenghts are different too , which I am not sure how to modify for fxdreema
-
@burakthesecond I assume this buffer is just a line, on the right you will have the max, mid, min values this indicator moves between, put this in the condition X>, or X< value of wheat ever the mid is, put another block under like buy/sell and it should place trades.
-
I did like this but no trades executed :
Thanks for the reply man I appreciate it -
@burakthesecond Put the indicator and the shared project.
-
@jstap shared/6vJg35F1e
-
@burakthesecond Put the indicator here, all looks correct.
-
@jstap how can I ?
-
@jstap All looks correct but when I Test it , it doesnt open any orders. something isnt right I suppose