Login / Register
Add a review
Log in
Sign UP
[bws_google_captcha]

The indicator calculates the angle of inclination of the Moving Average and displays the result on the screen. The user can select a start and end point to measure the angle of inclination MA. You can also set the angle value, and if the angle of inclination exceeds the set value, the indicator will notify you with an audible signal and a message on the screen.

  • Left_Shift_of_MA=1; – MA shift for calculating the slope angle (starting point)
  • Right_Shift_of_MA=0; – Shift of MA for the calculation of the angle of inclination (endpoint)
  • MA_Period=14; – MA period
  • MA_Shift=0; – MA shift
  • MA_Method=MODE_EMA; – Method of calculating the values of MA
  • MA_Price=PRICE_CLOSE; – The price for which the MA is calculated
  • Draw_Trend_Line=true; – whether to draw a trend line for clarity of angle measurement
  • Auto_Color_for_Line_and_Font=true; – Automatically detect the color for the trend line and the output angle
  • LF_Color=clrAqua; – color for the trend line and the output angle if the parameter value is higher than FALSE
  • Font_Size=14; – Font size of the output angle value
  • Label_Corner=right lower chart corner; – screen angle for the displayed angle value
  • Label_X_Offset=10; – horizontal offset for the output angle value
  • Label_H_Offset=10; – vertical offset for the output angle value

[spoiler title=”Read More…”]

  • Alert_if_Angle_More_than=30; – If the tilt angle exceeds this value, the indicator will notify you
  • AlertON=true; – On/Off notification on the screen
  • SoundON=true; – On/Off sound alert
  • EmailON=true; – On/Off email notification
  • PushON=true; – On/Off notification to the mobile terminal

[/spoiler]

Add review
Reviews ( 0 ):