Indicators: ZigZag Arrow

 

ZigZag Arrow:

ZigZag Arrow indicator is based on a built-in ZigZag indicator that replaces the Line Section with Arrow.

GBPAUDH1-ZigZagArrow Indicator

Author: 3rjfx

 

Hello,

 

Thanks for great indicator.

Is it possible to change arrow position?

If yes, may you upgrade it?

 

Thanks,

Max 

 
Max Enrik:

Hello,

 

Thanks for great indicator.

Is it possible to change arrow position?

If yes, may you upgrade it?

 

Thanks,

Max 

Hello Max,

You can change the position of the arrow, with a change indicator input properties, for example as follows:
Depht = 12; be Depht = 14;
Deviation = 5; be Deviation = 3;
Backstep = 3; be Backstep = 2;

Or the value according to your wishes.
please try it yourself.

Regards.

 
3rjfx:

Hello Max,

You can change the position of the arrow, with a change indicator input properties, for example as follows:
Depht = 12; be Depht = 14;
Deviation = 5; be Deviation = 3;
Backstep = 3; be Backstep = 2;

Or the value according to your wishes.
please try it yourself.

Regards.

Hello @3rjfx,

 

Thanks your reply.

but  still my wish. Please check out my screenshot. You will understand me.

 

Thanks,

Max 

Files:
 
Max Enrik:

Hello @3rjfx,

 

Thanks your reply.

but  still my wish. Please check out my screenshot. You will understand me.

 

Thanks,

Max 

Hello Max,

I did not catch you, what do you mean with blue and red arrows on your screenshot?

What should be changed? What arrow position must be upgraded?

 
3rjfx:

Hello Max,

I did not catch you, what do you mean with blue and red arrows on your screenshot?

What should be changed? What arrow position must be upgraded?

Hello @3rjfx,

Thanks for your reply.

Please check this screenshot.

Thanks, 

Max 

Files:
 
Max Enrik:

Hello @3rjfx,

Thanks for your reply.

Please check this screenshot.

Thanks, 

Max 

Hmm.. nice .. Ok, I will update as that.
 
3rjfx:
Hmm.. nice .. Ok, I will update as that.
Thanks so much! :)
 
Max Enrik:
Thanks so much! :)
I've updated.. welcome.. ^_^
 
3rjfx:
I've updated.. welcome.. ^_^

Thanks so much! I highly appreciate that. Have great business week. :)

Please find attachment file. May I increase distance a bit more? If yes how, please? 

Files:
 
Max Enrik:

Thanks so much! I highly appreciate that. Have great business week. :)

Please find attachment file. May I increase distance a bit more? If yes how, please? 

You can change the values for each timeframe,

the code is as follows: (at OnInit() function)

   //--
   switch(_Period)
     {
       //--
       case 1: ad=2; break; // TF M1, the value of the variable "ad", from 2 changed to 3 and so on.
       case 5: ad=3; break; // TF M5
       case 15: ad=4; break; // TF M15
       case 30: ad=7; break; // TF M30
       case 60: ad=9; break; // TF H1
       case 240: ad=16; break; // TF H4
       case 1440: ad=70; break; // TF D1
       case 10080: ad=120; break; // TF W1
       case 43200: ad=220; break; // TF MN1
       //--
     }   
   //--  
Reason: