DAM_Trader_Optimized
DAM_Trader_Optimized
instrument {
name = 'DAM Trader Script Mejorado',
short_name = 'DAM Trader',
icon = "None",
overlay = true
}
if visibleSell then
plot_shape(sellCondition, "Venta", shape_style.arrowdown, shape_size.normal,
colorSell, shape_location.abovebar)
end
if visibleSlow then
plot(maSlow, "MA Lenta", colorSell, widthSlow)
end