New Updates: HPPu02
- "Timezone/UTC" option added. Because of we can not get chart timezone you need to enter your chart timezone using this option. The timezone is used while calculating recent bars and also it's used for the Alerts. so it's impotant to be set correctly.
- Added an option for coloring prediction line (it was same color with the prediction label)
- Some improvements in the algorithm
- "Show Statistics Panel" menu was put upper in the options
- Default value of "Max Patterns for each Bar" set to 2
- New advanced Customizable Alert Messages Added! You can change the custom alert messages as you want now. For each signal you can set Long / Short custom messages using following Placeholders:
-- {{ticker}} : if you use this in custom message then you get ticker info. example: AAPL, EURUSD, BTCUSD, and ESTX50
-- {{time}} : if you use this in custom message then you get the time the alert fired. 12:02:45, 21:32:53 (UTC need to be set correctly to get correct time)
-- {{close}} : if you use this in custom message then you get closing price when the alert triggered
-- {{timeframe}} : if you use this in custom message then you get chart time frame
-- {{pattern}} : if you use this in custom message then you get the Pattern name which the alert got triggered
-- {{entry}} : if you use this in custom message then you get Entry level of the Pattern
-- {{target1}} : if you use this in custom message then you get Target 1 level of the Pattern
-- {{target2}} : if you use this in custom message then you get Target 1 level of the Pattern
-- {{stoploss}} : if you use this in custom message then you get Stop-loss level of the Pattern
For each alert, these custom messages set by the indicator when you add it to your chart and then you can change the custom messages as you want. you can get 1 alert for same events, for example if there are 3 new different patterns found then the alert for the last found pattern is triggered.
Some examples:
Custom message for the new short pattern alert:
{{ticker}}, {{timeframe}}, {{time}}, {{pattern}}, New Pattern, Short, Close: {{close}}, Recommended: Entry: {{entry}}, T1: {{target1}}, T2: {{target2}}, SL: {{stoploss}}
BTCUSD, 5S, 11:16:48, Shark, New Pattern, Short, Close: 38326.12, Recommended: Entry: 38321.42, T1: 38218.01, T2: 38129.43, SL: 38396.67
Custom message the Reached Target 1 alert for Long:
{{ticker}}, {{timeframe}}, {{time}}, {{pattern}}, Reached Target 1, Long, Close: {{close}}, T1: {{target1}}
BTCUSD, 5S, 11:16:48, Shark, Reached Target 1, Long, Close: 38326.12, T1: 38218.01
Custom message the Stop-loss alert for Short:
##{{ticker}}##, {{timeframe}}, {{pattern}}, Short, Stop-loss: {{stoploss}
##BTCUSD##, 60, 20:16:48, Bat, Short, Stop-loss: 37322.71