Page 1 of 1

Moving Average using MidPoint

Posted: Sun Apr 15, 2007 1:29 am
by jstockman
Hey guys,


I can't find out how to plot the MA of the midpoint. MA (h+l)*.50. Can anyone point me in the right direction.

TS had the price in the drop down menu.


jstockman

Posted: Sun Apr 15, 2007 1:42 am
by Patch
JStockMan

One thing you can do is to open the midpoint eld and look through the code and figure out the math. It also helps learn "Easy Language" and a good thing to do with the various indicators your trade with.

Patch the Pirate
In VA

Posted: Sun Apr 15, 2007 5:01 am
by TheRumpledOne
Just use the standard moving average eld with the input price set to (h+l)*.50 instead of close.

Posted: Mon Apr 16, 2007 1:10 am
by jstockman
TheRumpledOne wrote:Just use the standard moving average eld with the input price set to (h+l)*.50 instead of close.


TRO

NT does not midpoint as option on input. I need help on how to change the options. I guess I better wait for Michal to get back. Thank-you for your reponse.


jstockman

Posted: Tue Apr 17, 2007 7:41 pm
by MtnDog
You need to create a fomula indicator and then attach a moving average to that instead of the data series. Click 'Add Indicator' , choose 'Formula' , under parameters, plot1, enter " (h+l)*0.5 ", make sure it is linked to the appropriate data series. You can disable the visuals so it does not plot. Now you can attach any other indicator to this formula.

Posted: Wed Apr 18, 2007 4:15 am
by jstockman
MtnDog wrote:You need to create a fomula indicator and then attach a moving average to that instead of the data series. Click 'Add Indicator' , choose 'Formula' , under parameters, plot1, enter " (h+l)*0.5 ", make sure it is linked to the appropriate data series. You can disable the visuals so it does not plot. Now you can attach any other indicator to this formula.


MtnDog

Thank-you for the direction.


jstockman :P