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

Re: Smart Money Index

Postby Apprentice » Sun Feb 11, 2018 5:24 am

Something similar is provided here.
viewtopic.php?f=17&t=52933&p=113025&hilit=Smart+Money+Index#p113025

Will this do.
Or the exact translation is needed.
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36435
Joined: Thu Dec 31, 2009 11:59 am
Location: Zagreb, Croatia


Return to Indicator and Signal Requests

Who is online

Users browsing this forum: No registered users and 23 guests