Try this
viewtopic.php?t=8474844&p=1295471468
Can't do anything with an ex4 file.RBiss wrote: Sat Nov 26, 2022 12:04 am Hello all, first, thank you to all the programmers and contributors that make this site possible, I would like to ask if a sound alert could be added to this indicator? Mr Tools?
This is the indicator, I was trying to reach out to the creator but I wasn't sure where to post this to ask. I apologize if I posted this in the wrong place.
download/file.php?id=3415318
Ray
Code: Select all
int start()
{
recalc = false;
if (show_data)
{
//1 click button
ObjectSetInteger(ChartID(),buttonId,OBJPROP_COLOR,btn_text_ON_color);
ObjectSetString(ChartID(),buttonId,OBJPROP_TEXT,btn_unpressed);
start2();
handleButtonClicks();
}
else
if (show_data1)
{
//2 clicks on the button
ObjectSetInteger(ChartID(),buttonId,OBJPROP_COLOR,btn_text_OFF_color);
ObjectSetString(ChartID(),buttonId,OBJPROP_TEXT,btn_pressed);
deinit2();
handleButtonClicks();
}
else
{
//3 clicks on the button
ObjectSetInteger(ChartID(),buttonId,OBJPROP_COLOR,btn_text_OFF_color);
ObjectSetString(ChartID(),buttonId,OBJPROP_TEXT,btn_text);
handleButtonClicks();
deinit2();
}
return(0);
}
What I want is to click the button all the time to display ABCDE
Users browsing this forum: alextschem, Amazon [Bot], FXSurf, IBM oBot [Bot], MeNiazi, Proximic [Bot], Superfreak, Topguy7 and 68 guests