Search found 19 matches

by boze_man
12 Dec 2012
Forum: MultiCharts
Topic: @ES price scale question
Replies: 1
Views: 977

@ES price scale question

hey all...quick question about the y-axis price scale and setting the scale in quotemanager for ES (emini s&p) In quotemanager I have ES scale set at 1/100 but is there a way to have it set at 0.25? so that when you scroll or use chart drawing tools etc the cursor sticks to 0.25 increments? Also whe...
by boze_man
05 Dec 2012
Forum: MultiCharts
Topic: session open indicator question
Replies: 2
Views: 1485

Re: session open indicator question

Thanks TJ for the link...

I did come across this solution from someone on another website...

plot1(opend(0));

This will plot the opening price of the day regardless of resolution.
by boze_man
05 Dec 2012
Forum: MultiCharts
Topic: 8.5 beta - Hollow bars coloring bug
Replies: 5
Views: 1386

Re: 8.5 beta - Hollow bars coloring bug

I hacked this together...seems to work... Input: UpC(green), DownC(red), NoC(darkgray); If CurrentBar > 1 Then Begin If Close > Open then begin PlotPaintBar(High, Low, Open, Close, "ColorCandle", UpC); End; If Close < Open then begin PlotPaintBar (High, Low, Open, Close, "ColorCandle", DownC); End; ...
by boze_man
05 Dec 2012
Forum: MultiCharts
Topic: 8.5 beta - Hollow bars coloring bug
Replies: 5
Views: 1386

Re: 8.5 beta - Hollow bars coloring bug

thanks andrew for clarification...i was posting as your were posting your reply

is there a study i can overlay on the hollow candles to get the coloring i want...like a normal candle?
by boze_man
05 Dec 2012
Forum: MultiCharts
Topic: 8.5 beta - Hollow bars coloring bug
Replies: 5
Views: 1386

Re: 8.5 beta - Hollow bars coloring bug

my bad...was told that the conditions for coloring the hollow candles are different than that of a normal candle... Here are the rules, how Hollow Candlestick bars are colored: 1. if с1 < с2, then green color is used 2. if с1 = с2, then gray color is used 3. if с1 > с2, then green color is used c1 =...
by boze_man
05 Dec 2012
Forum: MultiCharts
Topic: 8.5 beta - Hollow bars coloring bug
Replies: 5
Views: 1386

8.5 beta - Hollow bars coloring bug

my hollow bars are not coloring correctly...seems to be a prob with session?...maybe since the new ES hours...anyone else notice?

http://i.imgur.com/n2sfA.png?1
by boze_man
26 Nov 2012
Forum: MultiCharts
Topic: Holidays
Replies: 1
Views: 795

Holidays

I have some futures that are showing data for Nov22 and some do not...how do i toggle holiday session for each?

thanks
B
by boze_man
20 Nov 2012
Forum: MultiCharts
Topic: session open indicator question
Replies: 2
Views: 1485

session open indicator question

hey all

any way to make an indicator to draw a line for session open?...i can do a simple one but when i change chart from say 5min to 15min the indicator returns 'zero' and messes up my chart...i guess the indicator needs to reference the open of the bar and not the close?

thanks B
by boze_man
02 Oct 2012
Forum: MultiCharts
Topic: Current bar displayed 2x on daily chart
Replies: 3
Views: 1513

Re: Current bar displayed 2x on daily chart

Henry thanks again for the reply...

I followed your instructions to 'clear cache' then 'delete all data' but still having the double bars forming...any help?

thanks B
by boze_man
09 Sep 2012
Forum: MultiCharts
Topic: MarketScanner Indicator looking for PushPop.dll [SOLVED]
Replies: 4
Views: 1534

Re: MarketScanner Indicator looking for PushPop.dll [SOLVED]

i am totally ignorant but does globalvariable do the same as pushpop? i could recode the indicator and substitute one for the other?
by boze_man
09 Sep 2012
Forum: MultiCharts
Topic: MarketScanner Indicator looking for PushPop.dll [SOLVED]
Replies: 4
Views: 1534

Re: MarketScanner Indicator looking for PushPop.dll [SOLVED]

Thanks for the reply TJ...

so unless someone creates a 64bit version of pushpop its a no go...

thanks B
by boze_man
09 Sep 2012
Forum: MultiCharts
Topic: MarketScanner Indicator looking for PushPop.dll [SOLVED]
Replies: 4
Views: 1534

MarketScanner Indicator looking for PushPop.dll [SOLVED]

Hello...I have an old TS RadarScreen indicator installed in MC8 64bit...when I place it into MarketScanner it gives 'error' in study can't find dll 'PushPop.dll'

I have the PushPop.dll file but not sure what folder to copy it to?

Thanks
B
by boze_man
06 Sep 2012
Forum: MultiCharts
Topic: Current bar displayed 2x on daily chart
Replies: 3
Views: 1513

Current bar displayed 2x on daily chart

hey all ...some of my daily charts display the current bar twice...refreshing does not make it go away...@EU#...IQFEED for example... http://i.imgur.com/E7yP7.jpg

thanks B
by boze_man
28 Aug 2012
Forum: MultiCharts
Topic: Setting for Studies and Session Breaks to placed behind Bars [SOLVED]
Replies: 2
Views: 1059

Setting for Studies and Session Breaks to placed behind Bars [SOLVED]

Hello

When I plot a session break on a chart it plots it overtop the price bar...hiding the price bar...

Any setting to toggle to always plot price bars on top of session breaks and studies (moving averages , etc)

Thanks B
by boze_man
20 Aug 2012
Forum: MultiCharts
Topic: DOM docking [SOLVED]
Replies: 5
Views: 1539

Re: DOM docking [SOLVED]

also looks like moving off to extreme right will dock on the right....
by boze_man
20 Aug 2012
Forum: MultiCharts
Topic: DOM docking [SOLVED]
Replies: 5
Views: 1539

Re: DOM docking [SOLVED]

ok...that makes sense now...i can re-dock via your move to left method...thanks!
by boze_man
20 Aug 2012
Forum: MultiCharts
Topic: DOM docking [SOLVED]
Replies: 5
Views: 1539

Re: DOM docking [SOLVED]

when i do #1 the window is floating and NOT docked w/in the workspace...somehow it has becomed detached and i cannot redock it...if i create a new workspace then it will work as you show
by boze_man
20 Aug 2012
Forum: MultiCharts
Topic: DOM docking [SOLVED]
Replies: 5
Views: 1539

DOM docking [SOLVED]

Hello...is there a Hotkey fcn or way to Dock/Undock the Dom from the workspace page? Somtimes it is docked and then once it becomes undocked there is no way to attach it back...thanks

Go to advanced search