BANDS WHIT MOVING AVERAGE AND TICKS  [SOLVED]

Questions about MultiCharts and user contributed studies.
tranitroom
Posts: 91
Joined: 01 Jun 2011
Has thanked: 11 times
Been thanked: 1 time

BANDS WHIT MOVING AVERAGE AND TICKS

Postby tranitroom » 29 Nov 2012

I want to create a BANDS with Moving Average e ticks, i've created this formula but don't work well, who can help me?
tank


formula:

Code: Select all

Var: MyAv(0), Bup(0), Bdw(0);

MyAv= Average(c,25);
Bup= MyAv + (300/Ticks);
Bdw= MyAv - (300/Ticks);


Plot1(Bup,"Bup");
Plot2(Bdw,"Bdw");

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

Re: BANDS WHIT MOVING AVERAGE AND TICKS  [SOLVED]

Postby Henry MultiСharts » 29 Nov 2012

Hello tranitroom,

Please provide more details on the subject.
What chart resolution and quote field are you going to use? Which data feed do you use?
What results do you have and what results do you expect to have?
If possible please attach full sized screenshots demonstrating the correct and wrong behavior.

tranitroom
Posts: 91
Joined: 01 Jun 2011
Has thanked: 11 times
Been thanked: 1 time

Re: BANDS WHIT MOVING AVERAGE AND TICKS

Postby tranitroom » 30 Nov 2012

Henry tnak for support i've resolved


Return to “MultiCharts”