amusleh-spotware-com / ctrader-alert_popup

Alert Popup For cTrader
MIT License
10 stars 6 forks source link

add button on chart to open popup #4

Closed DontMatterDE closed 4 years ago

DontMatterDE commented 4 years ago

is it possible to add a small button on chart to open the popup instead of waiting for a showpopup trigger?

amusleh-spotware-com commented 4 years ago

Yes, it's possible, just add a button on your chart by using cTrader automate controls and then on the button click event add "Notifications.ShowPopup()".

DontMatterDE commented 4 years ago

that works fine, thank you