Search found 18 matches

by klkwan
11 Oct 2012
Forum: MultiCharts
Topic: how to unmap ascii mapping? [SOLVED]
Replies: 4
Views: 1916

Re: how to unmap ascii mapping? [SOLVED]

Hi, Henry Thanks for your info. I'm just starting to use ascii mapping too. But my chart will shows 2 bars for same current day once it automactically update the ascii file. I have to press ctl+r for refesh the chart, and then that 2 same day bars will normally combine back to today current bar. Doe...
by klkwan
26 Apr 2012
Forum: MultiCharts
Topic: Shows mouse pointed bar's OHLCV on text data on top of chart
Replies: 7
Views: 1174

Re: Shows mouse pointed bar's OHLCV on text data on top of c

Hi, TJ
Get it. Thanks for your advise. I will try my best to achieve it. :)
by klkwan
26 Apr 2012
Forum: MultiCharts
Topic: Shows mouse pointed bar's OHLCV on text data on top of chart
Replies: 7
Views: 1174

Re: Shows mouse pointed bar's OHLCV on text data on top of c

Thanks TJ advise. I think I can use the loop on bar count, then the values of each bar can be calculated. But any function code which can refer when I move the mouse pointer and then make my text data will refer that specified bar & access that values? Could you give me more hint? Much thanks! :D
by klkwan
26 Apr 2012
Forum: MultiCharts
Topic: Shows mouse pointed bar's OHLCV on text data on top of chart
Replies: 7
Views: 1174

Re: Shows mouse pointed bar's OHLCV on text data on top of c

I want to just view the specified day's close price and EMA values which count & calculate from I move the mouse pointer onto the specified bar, and the text data will auto change to show that values. I just can achieve to shows the current bar's close price & EMA value onto text data box. But I hav...
by klkwan
26 Apr 2012
Forum: MultiCharts
Topic: Shows mouse pointed bar's OHLCV on text data on top of chart
Replies: 7
Views: 1174

Shows mouse pointed bar's OHLCV on text data on top of chart

Hello, Folks Does it possbile to write any code can same as enable 'Tracking Mode' on Status Line function, once I move the mouse pointer onto the specified bar, then shows that date's Close price & EMA in 5 days onto my text data message on top of chart? I only can do to show the current bar text d...
by klkwan
07 Dec 2011
Forum: MultiCharts
Topic: Candlestick chart in PowerLanuage code
Replies: 24
Views: 3640

Re: Candlestick chart in PowerLanuage code

Hi, TJ

Then, how I can get the code for learning?
by klkwan
07 Dec 2011
Forum: MultiCharts
Topic: Candlestick chart in PowerLanuage code
Replies: 24
Views: 3640

Re: Candlestick chart in PowerLanuage code

Hi, TJ

Any update how make the header on the top of chart...
by klkwan
06 Dec 2011
Forum: MultiCharts
Topic: Candlestick chart in PowerLanuage code
Replies: 24
Views: 3640

Re: Candlestick chart in PowerLanuage code

Hi, TJ
I already checked it before from my gmail. And just tested to re-send the activate email again but still fail...

You are experience expert, any refer links that can let me to learn it.
by klkwan
06 Dec 2011
Forum: MultiCharts
Topic: Candlestick chart in PowerLanuage code
Replies: 24
Views: 3640

Re: Candlestick chart in PowerLanuage code

Hi, TJ I want to make my designed header and you had refered the below link for get ideas: http://www.tradersxchange.com/viewtopic.php?f=36&t=417&sid=77b8da610de5793916405d38dfa4ca5f However, I tried many times but fail to get its login account activate email, and I cannot contact its administrator ...
by klkwan
29 Nov 2011
Forum: MultiCharts
Topic: Candlestick chart in PowerLanuage code
Replies: 24
Views: 3640

Re: Candlestick chart in PowerLanuage code

Hi, TJ

I got it. Much thanks for your teaching. :-)
by klkwan
28 Nov 2011
Forum: MultiCharts
Topic: Candlestick chart in PowerLanuage code
Replies: 24
Views: 3640

Re: Candlestick chart in PowerLanuage code

Hi, TJ

Thanks a lot to put it onto code tag.
And my attached chart was already made fm sub-chart.
Could u kindly give me more hint how made it? Thanks!
by klkwan
28 Nov 2011
Forum: MultiCharts
Topic: Candlestick chart in PowerLanuage code
Replies: 24
Views: 3640

Re: Candlestick chart in PowerLanuage code

Hi, TJ OK, then I only focus in PLOT command to plot the bottom bar. But if use 'plot' command, e.g. is used on DJI: ma1=ma2>=ma3; If ma1 then macolor=green else macolor=red; Plot3(0,"",macolor); The straight bar is located on the bottom of chart. But the main chart will shrink to so short candle ba...
by klkwan
28 Nov 2011
Forum: MultiCharts
Topic: Candlestick chart in PowerLanuage code
Replies: 24
Views: 3640

Re: Candlestick chart in PowerLanuage code

Hi, TJ Thanks for your info. I think that I can get idea from there. Thanks a lot! By the way, attached a chart that I highlight its' bottom bars. You can see it is plotted green or red square-area. Also, there are 5 plotted bars on the bottom of chart which base on my 5 indicators' results to plot ...
by klkwan
25 Nov 2011
Forum: MultiCharts
Topic: Candlestick chart in PowerLanuage code
Replies: 24
Views: 3640

Re: Candlestick chart in PowerLanuage code

Hi, TJ I also have some questions. I knows I can adjust 'Status line' to show what data on top of chart. But I use over 6+ indicators in one chart. And I only want to show a parts of my indictors' return value on chart. Don't need to shows all inputs & study value. So, for the latest MultiCharts v7,...
by klkwan
24 Nov 2011
Forum: MultiCharts
Topic: Candlestick chart in PowerLanuage code
Replies: 24
Views: 3640

Re: Candlestick chart in PowerLanuage code

Hi, TJ
Achieved my wanted charts effect. Much thanks!! :D
by klkwan
24 Nov 2011
Forum: MultiCharts
Topic: Candlestick chart in PowerLanuage code
Replies: 24
Views: 3640

Re: Candlestick chart in PowerLanuage code

Hi, TJ

Thanks again. But I have no idea about the below code:
High = bar high, weight = thin;
Low = bar low, weight = thin;
Open = bar high, weight = thick;
Close = bar low, weight = thick;

How I can make it work in MC? Sorry about my stupid...
by klkwan
24 Nov 2011
Forum: MultiCharts
Topic: Candlestick chart in PowerLanuage code
Replies: 24
Views: 3640

Re: Candlestick chart in PowerLanuage code

Hi, TJ

Much thanks for your teach.
I already code for candle in: PlotPaintBar( H, L, O, C, "", color );
But I don't know how to make: Open = bar high, weight = thick ??

Could you kindly list the code how to use your teaching method?

Much thanks!! :)
by klkwan
24 Nov 2011
Forum: MultiCharts
Topic: Candlestick chart in PowerLanuage code
Replies: 24
Views: 3640

Candlestick chart in PowerLanuage code

Does it possible to create candlestick chart from the code?? I want to use True or False to make the chart between candlestick chart or Heikin-Ashi chart? If I set the chart type in candlestick chart, once I switch to Heikin-Ashi which the chart will shows 2 of layer of that charts at the same time....

Go to advanced search