Search found 18 matches

by thariman
08 Dec 2010
Forum: MultiCharts
Topic: Paint Bar on the 4th full trading of the month
Replies: 6
Views: 1314

Re: Paint Bar on the 4th full trading of the month

Dave, I saw there is First Bar of Month indicator. I'm trying to do arrow/paintbar like in the First Bar of Month indicator for the 4th full trading day of the month and the 4th to last full trading day of the month. It will skip if the trading day is only half day. For example: Oct 6th 2010 and Oct...
by thariman
05 Dec 2010
Forum: MultiCharts
Topic: Paint Bar on the 4th full trading of the month
Replies: 6
Views: 1314

Re: Paint Bar on the 4th full trading of the month

This is what I have so far some modification on current code. Only the 4th from last still no clue yet how to get the total day available on a particular month. // Still not sure on how to only include full trading day only removing half day trading //4th bar to last full trading day of the month if...
by thariman
04 Dec 2010
Forum: MultiCharts
Topic: Paint Bar on the 4th full trading of the month
Replies: 6
Views: 1314

Paint Bar on the 4th full trading of the month

Hi,

I saw there is First Bar of Month indicator.
I'm trying to do paintbar for
4th full trading day of the month and
4th to last full trading day of the month.

Any help appreciated.

Thank you

Tony
by thariman
07 Dec 2009
Forum: MultiCharts
Topic: Volume breakdown chart
Replies: 5
Views: 2793

TJ,

I saw that post but, I think what that indicator use is more of Ask/Bid volume. Which Bob mention. Probably need more like insideasksize insidebidsize
Thank you TJ, Bob. Guess have to wait for version 6


Tony
by thariman
07 Dec 2009
Forum: MultiCharts
Topic: Volume breakdown chart
Replies: 5
Views: 2793

Volume breakdown chart

Hi, Is it possible to have something like this in Multicharts ? www.linnsoft.com/tour/techind/vb.htm This chart: www.linnsoft.com/tour/techind/images/VB_Chart.jpg Basically it is Delta = Buy Volume - Sell Volume Buy Volume (Ask Volume) = volume that traded at or above the ask price. Sell Volume (Bid...
by thariman
27 Oct 2009
Forum: MultiCharts
Topic: windows 7 upgrade
Replies: 4
Views: 1933

Since I use MC (5.5 B 2723) with Windows 7 64bit once in a while MC crash when I save and close all the workspace.
by thariman
06 Oct 2009
Forum: MultiCharts
Topic: Maximum database size of 2 Gig?
Replies: 3
Views: 2063

Re: Maximum database size of 2 Gig?

I've heard that the maximum size for the database file is 2 Gig. Is that true? What happens when you get to that limit? With 64-bit systems and tons of memory, it would be great to be able to store what the disk can hold. Just to be sure that the disk is formated with NTFS not FAT32 which have the ...
by thariman
22 Sep 2009
Forum: MultiCharts
Topic: Strategy Performance report for discretionary trading log
Replies: 5
Views: 1947

Andrew: That gave me an idea for a new feature. For discretionary traders, it would be fun to be able to manually
place buy and sell arrows on the screen and have the results show up in the performance reports.
That's what I'm trying todo, by hard coded the trade entry and exit.
by thariman
22 Sep 2009
Forum: MultiCharts
Topic: Strategy Performance report for discretionary trading log
Replies: 5
Views: 1947

Andrew,

I tried to create a signal for entry and exit in the same 2 min bar, but the price that I specify did not match up.
by thariman
17 Sep 2009
Forum: MultiCharts
Topic: Strategy Performance report for discretionary trading log
Replies: 5
Views: 1947

Strategy Performance report for discretionary trading log

Hi, Is there a way to put discretionary trading log into MC so I can use the Strategy Performance report ? I try doing like the following code below: I manually create a signal if Date = 1090915 and Time_s = 93821 then Buy("LE2") 1 contract next bar at 1046.50 Stop; if Date = 1090915 and Time_s = 94...
by thariman
04 Sep 2009
Forum: MultiCharts
Topic: MC 5.5 - Windows7 build 7100 64bit
Replies: 8
Views: 2800

Did it happen once or it is reproducible?
Andrew,


It happen during market hour after letting it run about 2hrs.
If I only open and close premarket for chart review it didn't crash.

Tony
by thariman
03 Sep 2009
Forum: MultiCharts
Topic: MC 5.5 - Windows7 build 7100 64bit
Replies: 8
Views: 2800

I'm going to install it on my PC too:)
Hi Andrew,

MC crashed on me when I close and save the workspace on Win 7 build 7600 64bit

Tony
by thariman
08 Jan 2009
Forum: MultiCharts
Topic: arrow in volume bars charts
Replies: 4
Views: 1950

Wish MC have arw_new and text_new base on barnumber to be more accurate.
Very useful for those who use volume bar for their charting.
by thariman
07 Jan 2009
Forum: MultiCharts
Topic: arrow in volume bars charts
Replies: 4
Views: 1950

Got it. Less error but not 100% perfect. In a 343 is fine but going lower to 49 there is still a few wrong arrow. Thanks TJ
by thariman
07 Jan 2009
Forum: MultiCharts
Topic: arrow in volume bars charts
Replies: 4
Views: 1950

arrow in volume bars charts

Hi I have the following code: Basically it is going to mark each swing high. This code seems to work fine in 5 minute bar chart. But in a volume chart some work some don't. Is my logic wrong or arw_new is not accurate enough to put the arrow in volume bars ? variables: highUp(FALSE); print(currentba...
by thariman
30 May 2007
Forum: MultiCharts
Topic: Printout second
Replies: 1
Views: 1515

Printout second

Is it possible to print out second in easylanguage ? TIME only have HHMM.
Also I try to print out the volume in Volume Bars using V but it only print out up volume. How do I print out total volume ?
by thariman
21 May 2007
Forum: MultiCharts
Topic: How to compress the database
Replies: 5
Views: 2677

Kate,

How about what is the best way to export all the historical data and create a new database and reimport the data back ?
by thariman
21 May 2007
Forum: MultiCharts
Topic: How to compress the database
Replies: 5
Views: 2677

How to compress the database

After deleting a lot of symbol. How do I compress or compact the database ?

Go to advanced search