Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Noob help needed: Creating an adjusted MA output based by using a multiplier

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Noob help needed: Creating an adjusted MA output based by using a multiplier

    Hello,
    I wonder how I could add the linear regression slope value into another indicator and use it as a multiplier inside a formula to adjust a visual MA indicator output.

    I mean, ideally the slope indicator should give me a value of X degrees (by a method described in this post or similar. I would like to then use the degrees inside a formula with two other multipliers Y (a fixed decimal number multiplier) and Z (an MA from an indicator) by the following
    (1+X*Y)*Z
    which would create an adjusted MA plot.

    Does anyone have a good reference link or a code snippet sample for doing the above?
    For example by using the basic LinReg and the LinRegSlope indicators.

    Thank you.

    #2
    Originally posted by MickeyHR View Post
    Hello,
    I wonder how I could add the linear regression slope value into another indicator and use it as a multiplier inside a formula to adjust a visual MA indicator output.

    I mean, ideally the slope indicator should give me a value of X degrees (by a method described in this post or similar. I would like to then use the degrees inside a formula with two other multipliers Y (a fixed decimal number multiplier) and Z (an MA from an indicator) by the following
    (1+X*Y)*Z
    which would create an adjusted MA plot.

    Does anyone have a good reference link or a code snippet sample for doing the above?
    For example by using the basic LinReg and the LinRegSlope indicators.

    Thank you.
    You may need to be careful here. Unless your scales have exactly the same values (i.e., 1 unit of price (in number of pixels/screen length) is exactly equal to 1 unit of time (in number of pixels/screen length), a slope will not look visually the way that you expect. IOW, what calculates to 45 degrees, for example, will look like 45 degrees if, and only if your scales are identical.

    Comment


      #3
      Thanks

      Originally posted by koganam View Post
      You may need to be careful here. Unless your scales have exactly the same values (i.e., 1 unit of price (in number of pixels/screen length) is exactly equal to 1 unit of time (in number of pixels/screen length), a slope will not look visually the way that you expect. IOW, what calculates to 45 degrees, for example, will look like 45 degrees if, and only if your scales are identical.
      I see. Thank you for your response. I actually think it's better to have someone who knows C# looking into this. So I posted a Job at Elance: Project AdjustedLinReg.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by sjsj2732, 03-23-2026, 04:31 AM
      0 responses
      53 views
      0 likes
      Last Post sjsj2732  
      Started by NullPointStrategies, 03-13-2026, 05:17 AM
      0 responses
      302 views
      0 likes
      Last Post NullPointStrategies  
      Started by argusthome, 03-08-2026, 10:06 AM
      0 responses
      294 views
      0 likes
      Last Post argusthome  
      Started by NabilKhattabi, 03-06-2026, 11:18 AM
      0 responses
      139 views
      1 like
      Last Post NabilKhattabi  
      Started by Deep42, 03-06-2026, 12:28 AM
      0 responses
      98 views
      0 likes
      Last Post Deep42
      by Deep42
       
      Working...
      X