It's decompiledcamisa wrote: Fri Aug 28, 2020 2:13 am Hello mrtools
is it possible to add audio alerts to the attached indcators please?
(and if it's possible full price options too!)

It's decompiledcamisa wrote: Fri Aug 28, 2020 2:13 am Hello mrtools
is it possible to add audio alerts to the attached indcators please?
(and if it's possible full price options too!)

Hi, BOLBAMBOLBAM wrote: Thu Aug 27, 2020 4:13 am hi mrtools,
could you please explain which indicator value shows in the marked area
 Re: MT4 Indicator requests and ideas
Re: MT4 Indicator requests and ideas Re: MT4 Indicator requests and ideas
Re: MT4 Indicator requests and ideasMrs.Watanabe wrote:
Hi, BOLBAM
This is dingdong99's Chart Button V3 which is shared in Forex Factory \ Platform Tech \ Dashboard Trading.
The attached picture is dingdong99's explanation in the Dashboard Trading at post #16714.
If you have any other questions, it's better to ask her there.
Best regards.
Mrs. Watanabe
many many thanks mrs. watanabeMrs.Watanabe wrote: Fri Aug 28, 2020 5:54 am
Hi, BOLBAM
This is dingdong99's Chart Button V3 which is shared in Forex Factory \ Platform Tech \ Dashboard Trading.
The attached picture is dingdong99's explanation in the Dashboard Trading at post #16714.
If you have any other questions, it's better to ask her there.
Best regards.
Mrs. Watanabe
0 = close, 1 = open,2 = High, 3 = low. 4 = median, 5 = typical, 6 = weighted close.SpecialFX wrote: Fri Aug 28, 2020 4:01 pm Can anyone identify what prce types the numbers correspond to with this indicator? I'm pretty sure 4 = MEDIAN PRICE, but I have no idea what the others are...
Thanks in advance
Thank you sir!mrtools wrote: Fri Aug 28, 2020 6:00 pm
0 = close, 1 = open,2 = High, 3 = low. 4 = median, 5 = typical, 6 = weighted close.
Code: Select all
double one = iCustom(NULL,0,"waddah attar explosion averages nmc alerts 2_2.ex4",0,0);
double two = iCustom(NULL,0,"waddah attar explosion averages nmc alerts 2_2.ex4",1,0);
int OnInit()
  {
   return(INIT_SUCCEEDED);
  }
void OnDeinit(const int reason)
  {
  }
void OnTick()
  {
Comment(one, "  ", two);   
  } Re: MT4 Indicator requests and ideas
Re: MT4 Indicator requests and ideas