The simple indicator which starts a new support/resistance line every time when up or down fractal appears.
Download:
FBSR with Fibonacci levels
The indicator was revised and updated
Moderator: admin
function Prepare()
source = instance.source;
first = source:first() + 4;
local name = profile:id() .. "(" .. source:name() .. ")";
instance:name(name);
--core.Dot=core.Line
R = instance:addStream("R", core.Line, name .. ".R", "R", instance.parameters.R_color, first);
S = instance:addStream("S", core.Line, name .. ".S", "S", instance.parameters.S_color, first);
end
kelvincha wrote:Good Job
That almost the best indicator ever
but I have a request
can i change the resistance and support to fiboncci retracement level of previous day
Thanks a lot
Users browsing this forum: No registered users and 8 guests