New Updates: TLPIv22.0
- "Divergence Labels" option added under Divergences menu. You have 3 options: "Don't Show", "Show Last", "Show All". Show Last option can be used if you want to see only last divergence labels
- "Max Number of Bars to Search" option added under Divergences menu. You can set the number of bars up to 100 to search divergences. by default it's 80 bars.
- The source for Money Flow Index indicator changed as hlc3 => (high+low+close)/3
- "New Trendlines" Alert option added. if you enable it you can get alert when new trend lines appeared
- Custom Alert Message options with Place Holders added for each Alert. now you can customize each alert messages as you wish! (all custom messages set by default and can be changed if needed)
-- Place Holders that can be used in Custom Alert Messages:
---- {{BrokenSupport}} => gets the level of broken Up trend line on last bar
---- {{BrokenResistance}} => gets the level of broken Down trend line on last bar
---- {{CurrentSupport}} => gets closer Support level if there is any
---- {{CurrentResistance}} => gets closer Resistance level if there is any
---- {{ticker}} => gets Ticker info
---- {{time}} => gets the time in which the Alert triggered. you should set UTC accordingly to get the time correct!
---- {{timeframe}} => gets time frame of the chart
---- {{indivalue}} => gets the indicator when the alert was triggered
---- {{indiname}} => gets the Indicator name when the alert was triggered
---- {{signalvalue}} => gets the Signal line value when the alert was triggered
Some examples for Custom Alert Messages
=> {{ticker}}, {{timeframe}}, {{indiname}}, Resistance Broken, Indicator:{{indivalue}}, Broken Resistance:{{BrokenResistance}}, Current Resistance:{{CurrentResistance}}, Current Support:{{CurrentSupport}}
====> BTCUSDT, 30, RSI, Resistance Broken, Indicator:37.12, Broken Resistance:36.45, Current Resistance:58.71, Current Support: 28.94
=> {{ticker}}, {{timeframe}}, Bounce back up from Support Channel, Indicator:{{indivalue}}, Support:{{CurrentSupport}}, Resistance:{{CurrentResistance}}
====> BTCUSDT, 30, Bounce back up from Support Channel, Indicator:21.76, Support:20.43, Resistance:48.63