Code: Select all
void go_alerts(string msg)
{
Alert(msg);
SendNotification("msg");
}
But I would like to send the symbol and time.
Thanks!
Code: Select all
void go_alerts(string msg)
{
Alert(msg);
SendNotification("msg");
}
What are your fav. timeframe combos?
yes but based on your waddah indi,
Like a moving average type of indicator, on chart.kvak wrote: Fri Sep 15, 2023 3:28 am Hello, sorry, I dont understand correctly, you mean subwindow indicator? Maybe picture with explanation would be useful for me....