Search found 8 matches

by yonobarn
07 Jan 2014
Forum: MultiCharts
Topic: No option to merge data sources? [SOLVED]
Replies: 1
Views: 1201

No option to merge data sources? [SOLVED]

Hi,

Hopefully this is an easy one.

On my desktop, I have an option to merge real time and historical data sources. On my laptop, the option is missing (screenshot attached).
no merge option.png
(10.44 KiB) Downloaded 323 times
What am I missing??!!

(I have version 8.8, build 8362)
by yonobarn
09 Sep 2013
Forum: MultiCharts
Topic: Change in dayofweek code?
Replies: 2
Views: 1309

Re: Change in dayofweek code?

Scratch that, looks like the new code will be:

if dayofweek(date) < dayofweek(date of 1 bar ago) then TDOW=1 else TDOW=TDOW+1;

Again, I am interested to know how/why this changes. A similar thing happened last update, with different code...
by yonobarn
09 Sep 2013
Forum: MultiCharts
Topic: Change in dayofweek code?
Replies: 2
Views: 1309

Change in dayofweek code?

Hi, I recently updated to build 7633. Previously, to define the trading day of the week (TDOW), I used this code: if dayofweek(date of next bar) < dayofweek(date) then TDOW=1 else TDOW=TDOW+1; Since the update, it no longer works properly, and instead (strangely) the exact opposite code gives me the...
by yonobarn
09 Apr 2012
Forum: MultiCharts
Topic: Exclude trading times
Replies: 1
Views: 885

Exclude trading times

Is there a way to identify a time on a particular date, and not trade x minutes either side of that time on that date? For example, the input is 1120410 (April 10, 2012) and 900 (9:00am) and we do not want to trade 30 minutes before or 60 minutes after. Data is 1 minute bars. Many thanks in advance.
by yonobarn
30 Mar 2012
Forum: MultiCharts
Topic: Exporting from Quote Manager
Replies: 4
Views: 1117

Re: Exporting from Quote Manager

Brilliant! Many thanks.
by yonobarn
30 Mar 2012
Forum: MultiCharts
Topic: Exporting from Quote Manager
Replies: 4
Views: 1117

Exporting from Quote Manager

I am trying to export 60 minute data using the following indicator:

Code: Select all

Print(File("c:\data\mydata.txt"), Date, Time, Open, High, Low, Close);
Only issue is, this code prints to 2 decimal places, I need 5. Is there any way to fix this without having to first manipulate the original data?
by yonobarn
06 Dec 2011
Forum: MultiCharts
Topic: Problem mapping ASCII after upgrade
Replies: 2
Views: 819

Re: Problem mapping ASCII after upgrade

An update.

Apologies, the data IS being imported, but I cannot edit it from within QuoteManager?

Thanks in advance
by yonobarn
06 Dec 2011
Forum: MultiCharts
Topic: Problem mapping ASCII after upgrade
Replies: 2
Views: 819

Problem mapping ASCII after upgrade

I have just upgraded to v7.4 Beta (build 4846) and can no longer map ASCII files. The file formats are fine, as they can be imported manually. The issue (see screenshot) seems to be that even though the box next to the file to be mapped is ticked, the 'selected' section at the bottom says '0'. After...

Go to advanced search