Smart Money Index

If you need an Indicator or Signal developed or translated from other language, please post all Indicator development REQUESTS to this section here.

Moderator: admin

Smart Money Index

Postby isamegrelo » Sat Feb 10, 2018 4:15 pm

Code:


study(title="Smart Money Index (SMI)", shorttitle="Smart Money Index")
xcloseH1 = security(tickerid, "60", close)
xopenH1 = security(tickerid, "60", open)
nRes = nz(nRes[1], 1) - (open - close) + (xopenH1 - xcloseH1)
plot(nRes, color=green, title="SMI")
isamegrelo
FXCodeBase: Initiate
 
Posts: 114
Joined: Mon May 29, 2017 3:36 pm



Return to Indicator and Signal Requests

Who is online

Users browsing this forum: No registered users and 9 guests