Here is the free script for Dr.Cryton Indicator NB: Please don't change anything
just apply it the way it is, for mt4 and mt5 contact me on whatsapp for details
+256703052059.
About Dr. Cryton indicator:
instrument { name = "Dr.cryton oscilator" } period = input (2, "front.period", input.integer, 1, 200) input_group { "css Up", up_color = input { default = "#009933", type = input.color }, up_width = input { default = 1, type = input.line_width }, up_visible = input { default = true, type = input.plot_visibility } } input_group { "css Down", down_color = input { default = "#ff0000", type = input.color }, down_width = input { default = 1, type = input.line_width }, down_visible = input { default = true, type = input.plot_visibility } } if up_visible then up = (period - bars_since_highest (period)) / period * 100 plot (up, "Up", up_color, up_width) end if down_visible then down = (period - bars_since_lowest (period)) / period * 100 plot (down, "Down", down_color, down_width) end
you can follow this link bellow to get started with an iq option account with my recommendation and my acceptance to use the free script on that new account you create with this link
https://affiliate.iqbroker.com/redir/?aff=334920&aff_model=revenue&afftrack=wikituby
this indicator allows you to predict changes in prices, the direction of the trend and the strength. The indicator is used to determine the weakening of the trend and predict its subsequent change or reversal or development. it is usually visualised as two lines : the css up and the css down(css in full is cryton simulator strategy) css up symbolises an uptrend while css down symbolises a downtrend
the indicator comes with a default value of "2"; this is its best value at which it best works, and therefore Dr.Cryton doesn't recommend anyone to change the value, the color codes are green and red by default
Green color is accorded to css up and therefore representing uptrend
Red color is accorded to css down and therefore representing a downtrend
How to use Dr. Cryton Indicator Strategy
this is a unique indicator in a way that it can work alone unlike the rest of the indicators and strategies, so its self is a strategy.
in simple terms:
if the green color strikes to the top, then the uptrend has started or gains momentum.
if the Red color strikes to the top , then the downtrend has started or gained control of the market.
you can watch the full video on youtube on this channel "wikituby" and also dont forget to subscribe to the channel for more updates
you can follow this link bellow to get started with an iq option account with my recommendation and my acceptance to use the free script on that new account you create with this link
https://affiliate.iqbroker.com/redir/?aff=334920&aff_model=revenue&afftrack=wikituby
More detailed usages will be explained the video below:
https://youtu.be/NTDfSz9n95g


instrument { name = "Dr.cryton oscilator" } period = input (2, "front.period", input.integer, 1, 200) input_group { "css Up", up_color = input { default = "#009933", type = input.color }, up_width = input { default = 1, type = input.line_width }, up_visible = input { default = true, type = input.plot_visibility } } input_group { "css Down", down_color = input { default = "#ff0000", type = input.color }, down_width = input { default = 1, type = input.line_width }, down_visible = input { default = true, type = input.plot_visibility } } if up_visible then up = (period - bars_since_highest (period)) / period * 100 plot (up, "Up", up_color, up_width) end if down_visible then down = (period - bars_since_lowest (period)) / period * 100 plot (down, "Down", down_color, down_width) end
ReplyDelete