Forum

PLEASE HELP ME WITH MY NEW DEVELOPED INDICATOR

THE ARROW REFUSED TO SHOW BY IT SELF , UNTIL I SWITCH TIME FRAME , THAT IS , IF AM ON 5MUNTE TIME FRAME ,I WILL CHANGE TO ANOTHER TIME FRAME AND SWITCH IT BACK TO 5MUNITE TIME FRAME BEFORE THE NEW ARROW APPEAR . PLEASE HELP ME OUT

PLEASE HELP ME WITH MY NEW DEVELOPED INDICATOR

THE ARROW REFUSED TO SHOW BY IT SELF , UNTIL I SWITCH TIME FRAME , THAT IS , IF AM ON 5 MUNTE TIME FRAME ,I WILL CHANGE TO ANOTHER TIME FRAME AND SWITCH IT BACK TO 5 MUNITE TIME FRAME BEFORE THE NEW ARROW APPEAR . PLEASE HELP ME OUT

how can someone protect his an indicator by adding security like password or licence .

please i need to on how to protect his an indicator by adding security like password or licence

have tried to print the arrows but all to no avail, please help me out, my codes are below.

have tried to print the arrows but all to no avail . please help out . these are codes belo. #property indicator_chart_window #property indicator_buffers 2 #property indicator_color1 Green #property indicator_color2 Red extern bool Alerts = TRUE;

please help me to put buy and sell arrow on this code.

please how can i display buy and sell arrow on the below codes .someone should please help me. for (int i = 5; i > 1; i--) { if(Close[i] > Open[i]) { COUNT = COUNT + 1; } else{ COUNT = COUNT - 1; } } if (EnableBB==True) { if (COUNT == 4 && Close[1] < Open[1]) { BUYARROW } } if (EnableBB==True) { if