Jump to content

⤴️-Paid Ad- Check advertising disclaimer here. Add your banner here.🔥

Recommended Posts

Posted
By default the arrows are tiny. Can someone help me to find the line in the code below to increase the size of the arrows?

 

#property indicator_chart_window

#property indicator_buffers 4

#property indicator_color1 Aqua

#property indicator_color2 HotPink

#property indicator_color3 Lime

#property indicator_color4 Red

 

Insert these 2 lines after the above section of code:

#property indicator_width3 3

#property indicator_width4 3

 

The last digit in each line (3) is the arrow size.

 

SetIndexStyle(2, DRAW_ARROW, 5, 5, 1);
SetIndexStyle(3, DRAW_ARROW, 5, 5, 1);

 

YES... This is just what I needed. Thank You guys, your the greatest.

  • 3 weeks later...
Posted

Also, don't forget to delete the following, else you'll get a nasty surprise in 2020

 

if (TimeCurrent() > D'04.11.2020 15:15:10') {

Alert("Michael B\'s Method is expired! Please re-new your licence");

return;

}

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

⤴️-Paid Ad- Check advertising disclaimer here. Add your banner here.🔥

×
×
  • Create New...