Search found 5 matches

by Seed83
15 Apr 2015
Forum: MultiCharts
Topic: Moving Averages and repainting [SOLVED]
Replies: 4
Views: 1987

Re: Moving Averages and repainting [SOLVED]

I have tried your code, I do not see any so called "repainting". Can you make a few screenshots to illustrate your observation? HI, built-in Mov Avg 1 line indicator is cyan Personal_Ma (same code but with Waverage in place of Average) is red Go to Format Study , under Scale tab, select " Same as i...
by Seed83
15 Apr 2015
Forum: MultiCharts
Topic: Moving Averages and repainting [SOLVED]
Replies: 4
Views: 1987

Re: Moving Averages and repainting [SOLVED]

I have tried your code,
I do not see any so called "repainting".

Can you make a few screenshots to illustrate your observation?
HI,

built-in Mov Avg 1 line indicator is cyan
Personal_Ma (same code but with Waverage in place of Average) is red
by Seed83
14 Apr 2015
Forum: MultiCharts
Topic: Moving Averages and repainting [SOLVED]
Replies: 4
Views: 1987

Moving Averages and repainting [SOLVED]

broker feed: Oanda I take the pre-built indicator Moving Average 1 line and put it in the chart. It obviously doesn’t repaint. inputs: Price( Close ), Length( 9 ), Displace( 0 ) ; variables: var0( 0 ) ; var0 = AverageFC( Price, Length ) ; condition1 = Displace >= 0 or CurrentBar > AbsValue( Displace...
by Seed83
29 Jan 2015
Forum: MultiCharts
Topic: Working with more than one date interval [SOLVED]
Replies: 3
Views: 1324

Re: Working with more than one date interval [SOLVED]

ps.
[FAQ] How to Post Codes (that people can read)
viewtopic.php?f=16&t=11713
Thank you very much!
by Seed83
29 Jan 2015
Forum: MultiCharts
Topic: Working with more than one date interval [SOLVED]
Replies: 3
Views: 1324

Working with more than one date interval [SOLVED]

Hi, sorry for my poor English I want to run a test with two or more data interval. For instance, let's take a look at the built-in signal MovAvgCross LE and SE. I want to run the test only in the week (7-13 december) and in the week(11-17 january). inputs: Price( Close ), Length( 9 ), ConfirmBars( 1...

Go to advanced search