Search found 7 matches

by kengonn
22 Apr 2016
Forum: MultiCharts
Topic: Multicharts on Window server, AWS, EC2
Replies: 35
Views: 14732

Re: Recommended hosting for Multicharts.Net and IB Gateway?

Thanks for your replies, everyone :).

hughesfleming: your setup looks quite expensive, is there any particular reason why you chose Windows Server 2012 R2 instead of Windows 10?

I'm thinking of a config with 2 or 4 GB of RAM (because 8 GB RAM looks ex ><)
by kengonn
22 Apr 2016
Forum: MultiCharts .NET
Topic: How to plot lines in both SubChart1 AND a new SubChart? [SOLVED]
Replies: 1
Views: 2966

How to plot lines in both SubChart1 AND a new SubChart? [SOLVED]

Instructions for plotting a line on the current chart (e.g. EUR.USD) are clear, but how do you plot a 2nd line, e.g. ATR, on a separate Sub-Chart at the bottom? I've checked the PlotAttributes object but don't see any setting that allows us to specify where the line is to be plotted.
by kengonn
22 Apr 2016
Forum: MultiCharts
Topic: Multicharts on Window server, AWS, EC2
Replies: 35
Views: 14732

Hosting for Multicharts

Due to a spotty Internet connection where I live (in Sydney), and to ensure reliability and consistency, I'm currently investigating into the available hosting options for a Multicharts plus Interactive Brokers API Gateway setup - does anyone has any good recommendations to share? The strategies tha...
by kengonn
22 Apr 2016
Forum: MultiCharts
Topic: Trade Size settings in Signal Properties for IB spot FX?
Replies: 1
Views: 1205

Trade Size settings in Signal Properties for IB spot FX?

Under Signal Properties, there is a section called "Trade Size (if not specified by signal)" (please refer to attached screenshot if you're not sure what I'm referring to), and the following 2 options that we can select: a) Fixed Shares/Contracts b) Cash per Trade I have 2 questions: 1. if I'm tradi...
by kengonn
24 Sep 2015
Forum: MultiCharts .NET
Topic: How to debug "Max bars forward error"?
Replies: 3
Views: 2295

Re: How to debug "Max bars forward error"?

Hi Henry, I understand what the code does, and I'm simply replicating the sample code in the MultiCharts.NET-ProgrammingGuide-v1.1 (please refer to page 23) - I didn't make any changes. Have a look at this: for (int index = 0; index < Bars.FullSymbolData.Count; index++) { Output.WriteLine("{0:d-M-yy...
by kengonn
15 Sep 2015
Forum: MultiCharts .NET
Topic: How to debug "Max bars forward error"?
Replies: 3
Views: 2295

How to debug "Max bars forward error"?

Hi, I keep getting this error: "Max bars forward error. Bars reference value : -21828" when I'm referencing future prices in the StartCalc() method of my Signal. Does anyone know how to resolve this? I'm replicating the code found in Multicharts.Net programming guide, and my code goes like this: for...
by kengonn
24 Aug 2015
Forum: MultiCharts .NET
Topic: Is there a RSIClassic equivalent for Multicharts.Net?
Replies: 1
Views: 1705

Is there a RSIClassic equivalent for Multicharts.Net?

I saw that there is RSIClassic for Multicharts (EasyLanguage version), where the code goes something like

rsi = RSIClassic(close, 12) of data1;

Is there an equivalent RSIClassic indicator/signal for Multicharts.Net?

Go to advanced search