Dear all,
I need a sound/beep when price reaches to particular line.
my code is a follows.
_SECTION_BEGIN("draw me");
lin1 = Param("Number 1",61 , 7, 10000, 10);
Plot(lin1 ,"",ParamColor("line1 color",colorWhite),styleLine,1,1) ;
lin2 = Param("Number 2",101, 7, 10000, 10);
Plot(lin2 ,"",ParamColor("line2 color",colorWhite),styleLine,1,1) ;
lin3 = Param("Number 3",141, 7, 10000, 10);
Plot(lin3 ,"",ParamColor("line3 color",colorYellow),styleLine,1,1) ;
lin4 = Param("Number 4",155, 7, 10000, 10);
Plot(lin4 ,"",ParamColor("line4 color",colorWhite),styleLine,1,1) ;
_SECTION_END();
i not a coder i have a AFL which is plotting lines as per given number in RT data feed. I need beep sound too.
plese suggest.
Prakash Modak
prakash.modak65@gmail.com