Search found 4 matches

by tusa
15 Nov 2012
Forum: MultiCharts
Topic: First of 7 Barnumber bars is missing [SOLVED]
Replies: 8
Views: 1974

Re: First of 7 Barnumber bars is missing [SOLVED]

Hi, TJ Thanks for your answer again. After your advise, now only missing the first bar only on chart, better than missed first 7 bars before. The SetMaxBarsBack() is only minimize set to SetMaxBarsBack(1), and you said that the first bar would be calculated after SetMaxBarsBack. So, the "if BarNumbe...
by tusa
14 Nov 2012
Forum: MultiCharts
Topic: First of 7 Barnumber bars is missing [SOLVED]
Replies: 8
Views: 1974

Re: First of 7 Barnumber bars is missing [SOLVED]

Hi, TJ Sorry about I am newbie. For my concept, the "if BarNumber=1...", it only calculate itself's O,H,L,C to calculate and draw bar. And "if BarNumber>1...", it will take itself and previous one's data to make it. So it suppose can draw the first bar and second bar, not start to draw from the thir...
by tusa
14 Nov 2012
Forum: MultiCharts
Topic: First of 7 Barnumber bars is missing [SOLVED]
Replies: 8
Views: 1974

Re: First of 7 Barnumber bars is missing [SOLVED]

Much thanks, TJ!!

I just added SetMaxBarsBack(1) above the "if BarNumber = 1 then"...
The case is improved, but it still only can shows fm BarNumber = 3.
Base on the code, it should define if BarNumber = 1 then... & > 1 then...
But why still lost the first 2 BarNumber bars? Please advise. :D
by tusa
14 Nov 2012
Forum: MultiCharts
Topic: First of 7 Barnumber bars is missing [SOLVED]
Replies: 8
Views: 1974

First of 7 Barnumber bars is missing [SOLVED]

Hello, I am using the below code to ma Heiken Ashi chart, but whatever I use it for any symbol, it sill cannot show the first of 7 BarNumber. But if I using the MC bulit-in Heiken Ashi or Hollow Candlestick, it can be shown back. Do I miss someting? Or it is right if it is through code to make any c...

Go to advanced search