Search found 28 matches

by AMarsland
15 Jun 2023
Forum: MultiCharts
Topic: Adjusting Default Alert Email Text
Replies: 5
Views: 649

Re: Adjusting Default Alert Email Text

Thanks ABC,

Amazing resource. On my list to try.

All the best,

Anthony
by AMarsland
17 Feb 2023
Forum: MultiCharts
Topic: Adjusting Default Alert Email Text
Replies: 5
Views: 649

Re: Adjusting Default Alert Email Text

Thanks Svetlana
by AMarsland
16 Feb 2023
Forum: MultiCharts
Topic: Adjusting Default Alert Email Text
Replies: 5
Views: 649

Adjusting Default Alert Email Text

Hi there,

Is there a way to adjust the default email text in an alert. I'd prefer to be able to define my own subject and messsge text and have no default text.

Many thanks,

Anthony
by AMarsland
17 Jun 2022
Forum: MultiCharts
Topic: Creating efficient read into Array and read to chart box drawing
Replies: 1
Views: 560

Creating efficient read into Array and read to chart box drawing

Hi there, Can I get more efficiency in use of array and box drawing than the code attached below. I ask because it seems to slow the chart down and takes a while to write the initial boxes. Many thanks for any thoughts, Anthony // This indicator reads a text file on the server desktop at start of da...
by AMarsland
21 Apr 2021
Forum: MultiCharts
Topic: Using Real Time History Matching
Replies: 5
Views: 1082

Re: Using Real Time History Matching

Hi there Vlada,

Thanks so much. Very useful info.

Anthony
by AMarsland
29 Jan 2021
Forum: MultiCharts
Topic: Using Real Time History Matching
Replies: 5
Views: 1082

Re: Using Real Time History Matching

Hi TJ, Thank you for your input. I'd rally appreciate your help here... I'm assuming that MC uses Data time stamps as the feed for TIME function. Not computer time… Am I correct in my assumption? Maybe an example will make my query clear. Pseudo Code: if Time = 0835 and Close of Data2 > 800 then Buy...
by AMarsland
26 Jan 2021
Forum: MultiCharts
Topic: Using Real Time History Matching
Replies: 5
Views: 1082

Using Real Time History Matching

Hi there, Just want to be clear on when an order is sent to the broker when I have two, or more data sets creating the signal and I have selected Real Time History Matching in Advanced Section of Backtesting Tab in Strategy Properties. Let's say I have: Data1: 5 minute Futures Index data. Data2: 5 m...
by AMarsland
07 Jan 2021
Forum: MultiCharts
Topic: Portfolio Trader Data 1, 2, 3 with different data ranges
Replies: 3
Views: 835

Re: Portfolio Trader Data 1, 2, 3 with different data ranges

Thanks for the clarification Tammy. Just so I'm clear. If I set the data range to 100 DAYS Portfolio Trader will load 100 days of minute data on a minute data set and 100 days of daily data on a day data set. If I set Portfolio Trader to load 10,000 BARS it will load 10,000 minute bars on a minute d...
by AMarsland
29 Dec 2020
Forum: MultiCharts
Topic: Portfolio Trader Data 1, 2, 3 with different data ranges
Replies: 3
Views: 835

Portfolio Trader Data 1, 2, 3 with different data ranges

Hi there,

I have a number of strategies that use multiple data sets:

Data 1: 1 minute data, 10day range
Data 2: 1 day data, 400 day range
Data 3: 5 minute data, 10 day range

How do I set multiple data ranges in Portfolio Trader?

Thanks for your help...

Anthony
by AMarsland
14 Sep 2016
Forum: MultiCharts
Topic: IOData writing to a pre-existing file [SOLVED]
Replies: 3
Views: 1626

Re: IOData writing to a pre-existing file [SOLVED]

Thank you. Very, very helpful...

Anthony
by AMarsland
14 Sep 2016
Forum: MultiCharts
Topic: IOData writing to a pre-existing file [SOLVED]
Replies: 3
Views: 1626

IOData writing to a pre-existing file [SOLVED]

Hi there, I'm using IOData to read a file with great success. Not having so much luck writing to a file. Please could you supply the syntax for defineDLLfunc for all the functions. Also could you supply a simple example of code to write to the end of an already existing .csv file. Many thanks, Anthony
by AMarsland
30 Aug 2016
Forum: MultiCharts
Topic: MC Indicator to DDE [SOLVED]
Replies: 2
Views: 1380

Re: MC Indicator to DDE [SOLVED]

Thanks Henry...

Which do you think would be the most stable?

IO Data doesn't seem to be OS or Excel version dependant... whereas RTD Server seems very particular...

Anthony
by AMarsland
25 Aug 2016
Forum: MultiCharts
Topic: MC Indicator to DDE [SOLVED]
Replies: 2
Views: 1380

MC Indicator to DDE [SOLVED]

Hi there,

Can I use IO Data, or another utility/script, to export, in real time, an indicator's value to DDE so that I may use it in another application (ADL algo in TT).

Thanks,

Anthony
by AMarsland
17 Feb 2016
Forum: MultiCharts
Topic: On chart text not deleting [SOLVED]
Replies: 2
Views: 952

On chart text not deleting [SOLVED]

hi there, I'm using this code to add an ATR value to my daily chart which updates on each tic: if LastBarOnChart then begin value30 = text_new(date,time,highest(high,50),"Yesterday's 5 Day ATR = " + printText); value31 = text_setColor(value30,white); end else begin value32 = text_delete(value30); en...
by AMarsland
13 Oct 2015
Forum: MultiCharts
Topic: Dividend Files
Replies: 6
Views: 3052

Re: Dividend Files

Sorry Henry didn't make myself clear...

Probably best if I just ask... How do I use this dll?

Thanks,

Anthony
by AMarsland
07 Oct 2015
Forum: MultiCharts
Topic: Dividend Files
Replies: 6
Views: 3052

Re: Dividend Files

Thanks Henry,

Can I access any of these functions directly from MC?

Anthony
by AMarsland
07 Oct 2015
Forum: MultiCharts
Topic: Dividend Files
Replies: 6
Views: 3052

Dividend Files

Hi there,

How could I use Power Language to reference a text file in my Dropbox which contains a list of dates and dividend payments.

Yes, I could load as a separate ASCI file but would prefer to hold data out of the MC eco system and just read it when needed.

Many thanks,

Anthony
by AMarsland
24 Jan 2013
Forum: MultiCharts
Topic: Interactive Brokers and Historical Download Regular Hours [SOLVED]
Replies: 7
Views: 3154

IQ Feed and Historical Download [SOLVED]

Hi Andrew,

Could I suggest that the IQ Feed prefs allow for daily bars to be built from minute data. This would allow flexibility of session times and a longer history from IQ Feed.

Regards,

Anthony
by AMarsland
14 Jun 2012
Forum: MultiCharts
Topic: CSI Custom Futures
Replies: 3
Views: 1127

Re: CSI Custom Futures

Hi Henry, I followed the Wiki instructions: 1 - Load up single contract data in CSI and distribute 2 - In QuoteManager > add symbol automatically > Data Source > CSI > Future 3 - Select the single contracts from the CSI data All the contracts come into the exchange BUT when Edit Data is examined the...
by AMarsland
08 Jun 2012
Forum: MultiCharts
Topic: CSI Custom Futures
Replies: 3
Views: 1127

CSI Custom Futures

Can I create Custom Futures with CSI data?

Many thanks,

Anthony
by AMarsland
13 Dec 2011
Forum: MultiCharts
Topic: Moving data between MC and Portfolio BackTester
Replies: 6
Views: 2506

Moving data between Portfolio BackTester signals

To keep this thread tidy here is A solution: Define a Symbol/Number shared list (MapSN.Share) in variables and store each days/bars closing price. Place this in its own signal with a clone of the same portfolio of instruments the main signal will be used on: Vars: ClosingPrices(MapSN.Share("Prices")...
by AMarsland
10 Dec 2011
Forum: MultiCharts
Topic: Moving data between MC and Portfolio BackTester
Replies: 6
Views: 2506

Re: Moving data between MC and Portfolio BackTester

Hey Josh, Thanks for your pointers. As clarification the ADE code above works at passing OHLCV data through memory between MC workspaces. The write to file function doesn't work... I like your idea of using a shared list to store closing prices on each passing bar. The strategy could then store them...
by AMarsland
09 Dec 2011
Forum: MultiCharts
Topic: Moving data between MC and Portfolio BackTester
Replies: 6
Views: 2506

Moving data between MC and Portfolio BackTester

Tags: ADE, All Data Everywhere, EL Collections, Portfolio Backtester Hi All, I was wondering whether some EL Guru could point me in the direction of a solution to this challenge??? I want to transfer Close data from 23 individual MC price charts to be used in a Portfolio BackTester strategy trading ...
by AMarsland
09 Dec 2011
Forum: MultiCharts
Topic: What component of MultiCharts do you want to be optimized?
Replies: 87
Views: 28401

Re: What component of MultiCharts do you want to be optimize

Portfolio Backtester with Bar Magnifier functionality please
by AMarsland
09 Dec 2011
Forum: MultiCharts
Topic: Teaser for the upcoming release
Replies: 36
Views: 10621

Re: Teaser for the upcoming release

Christmas has come early... That will so make a difference to my January research Santa ;-)
by AMarsland
11 Oct 2010
Forum: MultiCharts
Topic: FXCM Active Trader and Raw Data
Replies: 1
Views: 1576

FXCM Active Trader and Raw Data - update

Here's a solution to connect FXCM Raw Data to MultiCharts Use this link: http://forexforums.dailyfx.com/free-applications/63913-order2go-order2godde.html to: Download the FXCM OrderToGo runtime. Download FXCM OrderToGoDDE application. Watch MC tutorial on creating a chart from DDE data source: https...
by AMarsland
30 Sep 2010
Forum: MultiCharts
Topic: FXCM Active Trader and Raw Data
Replies: 1
Views: 1576

FXCM Active Trader and Raw Data

I am very interested in auto trading with an FXCM Active Trader account utilising Raw Data. This is the sum of my research to date: To use Active Trader requires an account of $50,000 + or a trade volume of $10 million/month nominal. Active Trader offers commissions within the spread or separate fro...
by AMarsland
30 Sep 2010
Forum: MultiCharts
Topic: MultiCharts Portfolio Backtester News
Replies: 15
Views: 5698

Re: MultiCharts Portfolio Backtester News

Thank you for adjusting your license. I will find the extra depth of symbols very useful, especially when testing systems over the full NYSE and NASDAQ universe.

Anthony

Go to advanced search