0% found this document useful (0 votes)
83 views2 pages

Script China Iqoption @indicadoresgratis

The document provides information about free trading indicators and templates available through various Telegram channels. It includes a script for a trading indicator that utilizes simple moving averages (SMA) and exponential moving averages (EMA) to generate buy and sell signals. Users are encouraged to share the channels for broader access to these resources.

Uploaded by

swapon
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
83 views2 pages

Script China Iqoption @indicadoresgratis

The document provides information about free trading indicators and templates available through various Telegram channels. It includes a script for a trading indicator that utilizes simple moving averages (SMA) and exponential moving averages (EMA) to generate buy and sell signals. Users are encouraged to share the channels for broader access to these resources.

Uploaded by

swapon
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

las mejores plantillas indicadores cursos y sistemas de trading totalmente gratis

en nuestro canales de telegram

@indicadoresgratis
https://t.me/indicadoresgratis

@indicadoreschat
https://t.me/indicadoreschat

@comunidadgratis
https://t.me/comunidadgratis

-------------------------------

instrument {name ="china jmf", short_name ="china", overlay=true}

exibir_tracamento = input ( 1, "Desea exibir?", input.string_selection,


{"SI","No"})

input_group { "SMAA", smaa_color = input{ default = "yellow", type = input.color }}


input_group { "SMAB", smab_color = input{ default = "blue", type = input.color }}

input_group { "Up", up_color = input{ default = "green", type = input.color }}


input_group { "Down", Down_color = input{ default = "red", type = input.color }}

sec = security(current_ticker_id, "1m")

smaa = sma(close, '3')


smab = sma(close, '50')
smaao = sma(open, '3')
smabo = sma(open, '50')

plot(smaa, "SMA", smaa_color)


plot(smab, "SMA", smab_color)

emaa = ema(close, '100')

period = input (12, "front.period", input.integer, 1)

source = input (1, "front.ind.source", input.string_selection, inputs.titles)


fn = input (1, "front.newind.average", input.string_selection, averages.titles)

input_group {
"front.newind.barcolors",
up_color = input { default = "#2CAC40", type = input.color },
down_color = input { default = "#DB4931", type = input.color }
}

local sourceSeries = inputs [source]


local averageFunction = averages [fn]

mean = averageFunction (sourceSeries, period)


mad = sourceSeries - mean

rect {
first = 0,
second = mad,
color = mad >= mad [1] and up_color or down_color,
width = 0.4
}

if
( mad <= 0 and ( mad[1] > mad) and (smaa < smab) and (smaao > smabo) and close <=
emaa ) then
plot_shape (1,
"Down",
shape_style.arrowdown,
shape_size.auto,
down_color,
shape_location.abovebar,
0,
" Down ",
1)
end

if
( mad >= 0 and (mad > mad[1]) and (smaa > smab) and close >= emaa and smaao <
smabo)
then
plot_shape (1 ,
"Up",
shape_style.arrowup,
shape_size.auto,
up_color,
shape_location.belowbar,
0,
"Up",
1)

end

NO COPIARESTO DEABAJO SOLO HASTA DONDE DICE END


nuestros canales telegram

@indicadoresgratis
@indicadoreschat
@comunidadgratis
@Formaciontraders
@educaciontraders
Chicos nuestros canales, si pueden compartir genial👍 se los agradecería

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy