Hello Nicolas,
In the prorealtime software there is a SMI indicator, for example SMI 4,1,5,3)
If I want to use this indicator in a an indicator I want to build myself, then it’s not possible to choose this indicator.
So i’m looking for the code of this standaard SMI indicator, then I can put that code into my own indicator.
Thank you for you’re help.
Best regards
Jan Pieterssen
JSParticipant
Senior
Hi Jan,
Try this one:
K=SMI[14,3,5](close)
D=Average[3](K)
Return K as "Stoch momentum", D Coloured(255,140,0)as "Signal",40,-40
Yes! thats it, thank you very much.