Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Average price to iDataSeries

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

    Average price to iDataSeries

    Hello,

    I'm trying to use the MESA Adaptive Moving Average. It works fine when passing it one price (iDataSeries) like the following.

    Output = MAMA(Close, FastLimit, SlowLimit).Default[0];

    I really want to pass it the average price (High - Low)/2.

    Is there a way to do it?

    Thanks,
    Dave



    #2
    Originally posted by mapesd View Post
    Hello,

    I'm trying to use the MESA Adaptive Moving Average. It works fine when passing it one price (iDataSeries) like the following.

    Output = MAMA(Close, FastLimit, SlowLimit).Default[0];

    I really want to pass it the average price (High - Low)/2.

    Is there a way to do it?

    Thanks,
    Dave


    Output = MAMA(Median, FastLimit, SlowLimit).Default[0];

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by kinfxhk, 07-14-2026, 09:39 AM
    0 responses
    125 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 07-13-2026, 10:18 AM
    0 responses
    105 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 07-13-2026, 09:50 AM
    0 responses
    84 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 07-13-2026, 07:21 AM
    0 responses
    104 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 07-11-2026, 02:11 AM
    0 responses
    83 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Working...
    X