20% found this document useful (5 votes)
4K views1 page

Elite Algo - New Updated Tradingview Indicator Code

Uploaded by

Helio Lopes
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
20% found this document useful (5 votes)
4K views1 page

Elite Algo - New Updated Tradingview Indicator Code

Uploaded by

Helio Lopes
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/ 1

//created by telegram https://t.

me/tradingview_premium_indicator
//[email protected]

//@version=5
indicator("[Elite Algo - new]", overlay=true, max_lines_count=500,
max_labels_count=500, max_boxes_count=350)

//-------------- Elite Algo New -----------------//


// Get user input
enableDashboard = input(true, "Enable Dashboard", group="DASHBOARD SETTINGS")
locationDashboard = input.string("Middle right", "Location", ["Top right", "Top
left", "Middle right", "Middle left", "Bottom right", "Bottom left"],
group="DASHBOARD SETTINGS")
sizeDashboard = input.string("Tiny", "Size", ["Tiny", "Small", "Normal"],
group="DASHBOARD SETTINGS")
colorBackground = input(#2A2E39, "Bg color", group="DASHBOARD SETTINGS")
colorFrame = input(#2A2E39, "Frame color", group="DASHBOARD SETTINGS")
colorBorder = input(#363A45, "Border color", group="DASHBOARD SETTINGS")
showSignals = input(true, "Show signals", group="BUY AND SELL SIGNALS
SETTINGS")
strategy = input.string("Normal", "Strategy", ["Normal", "Confirmed",
"Trend scalper"], group="BUY AND SELL SIGNALS SETTINGS")
sensitivity = input.float(1.8, "Sensitivity", 0.1, step=0.1, group="BUY AND
SELL SIGNALS SETTINGS")
consSignalsFilter = input(false, "Consolidation signals filter", group="BUY AND
SELL SIGNALS SETTINGS")
smartSignalsOnly = input(false, "Smart signals only", group="BUY AND SELL SIGNALS
SETTINGS")
candleColors = input(fa

NOTE -

DOWNLOAD FULL CODE available on telegram -


https://t.me/tradingview_premium_indicator
(tpi codes)
also predictum, gg shot, ezalgo, lune algo, lux algo, elite algo, quant algo.. etc
THANK YOU.

You might also like