Search found 5 matches

by simpsongc
25 Oct 2014
Forum: MultiCharts
Topic: Triggering trade in ETH on daily bar.
Replies: 2
Views: 899

Re: Triggering trade in ETH on daily bar.

Many thanks JoshM,

I will try your suggestion.
by simpsongc
24 Oct 2014
Forum: MultiCharts
Topic: Triggering trade in ETH on daily bar.
Replies: 2
Views: 899

Triggering trade in ETH on daily bar.

I am trying to trigger a Market Order trade using Daily charts that generate the order when the daily bar closes. MC is sending the order to IB but because it is after RTH the order is getting held by IB. I have the "Use outside RTH tag for orders" checked in the Broker profile but the order never g...
by simpsongc
22 Sep 2014
Forum: MultiCharts
Topic: Basic question
Replies: 10
Views: 3039

Re: Basic question

Thank you ABC and JoshM. Great discussion.
by simpsongc
21 Sep 2014
Forum: MultiCharts
Topic: Basic question
Replies: 10
Views: 3039

Re: Basic question

Sorry forgot to include elsystems.collections

Here is how it should look. I know I am missing something here.

Using elsystem.collections;

Vars: GlobalDictionary GD(null),
string GCSCount(""),
Remaining(0);

if barnumber = 1 then begin
GD = GlobalDictionary.Create(true,"GCS");
end;
by simpsongc
20 Sep 2014
Forum: MultiCharts
Topic: Basic question
Replies: 10
Views: 3039

Basic question

I am having difficulty with the Global Dictionary syntax. My code is below. It works fine in TS. Could someone point me in the right direction?


Vars: GlobalDictionary GD(null),
string GCSCount(""),
Remaining(0);

if barnumber = 1 then begin
GD = GlobalDictionary.Create(true,"GCS");
end;

Go to advanced search