Input price

Questions about MultiCharts .NET and user contributed studies.
juanfer
Posts: 13
Joined: 06 Feb 2013
Has thanked: 1 time
Been thanked: 1 time

Input price

Postby juanfer » 23 Sep 2015

Hi, .NET moving averages can not choose the price on which it is calculated. (Close, high, ...)
I tried to put as input the price, but I get error when trying to insert.
How can you do?
Do you have an example?
Thank you

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: Input price

Postby Henry MultiСharts » 06 Oct 2015

Hello juanfer,

Please refer to the prebuilt indicator "Mov_Avg_1_Line":

Code: Select all

price = Bars.Close;


Return to “MultiCharts .NET”