forex software

Create and Test Forex Strategies

forex software

Skip to forum content

Forex Software

Create and Test Forex Strategies

You are not logged in. Please login or register.


Forex Software → Technical Indicators → How To limit the Moving Average indicator

Pages 1

You must login or register to post a reply

RSS topic feed

Posts: 1

Topic: How To limit the Moving Average indicator

The regular Moving average

double[] adMA = MovingAverage(period, shift, maMethod, Price(price));

i need to limit the methods

Old : var maMethod = (MAMethod) IndParam.ListParam[1].Index;
New: var maMethod  = only simple & expo
                   
var price = (BasePrice) IndParam.ListParam[2].Index;
               = only O H L C

Posts: 1

Pages 1

You must login or register to post a reply

Forex Software → Technical Indicators → How To limit the Moving Average indicator

Similar topics in this forum