Settings =
{
Name = «Brent»,
USDRUB = «USDRUB_KURS»,
line =
{
{
Name = «rubrent»,
Color = RGB (0, 255, 0),
Type = TYPE_LINE,
Width = 1
}
}
}
function Init()
Settings =
{
Name = «Brent»,
USDRUB = «USDRUB_TOM»,
line =
{
{
Name = «rubrent»,
Color = RGB (0, 255, 0),
Type = TYPE_LINE,
Width = 1
}
}
}
function Init()
return 1
end
function OnCalculate(index)
rubrent = nil
local br,n,i = getCandlesByIndex (Settings.USDRUB, 0, index, 1)
if br ~= nil then
rubrent = br[0].close * C(index)
end
return rubrent
end