Search found 16 matches

by gmoney
14 Nov 2011
Forum: MultiCharts
Topic: Vote for Dukascopy JForex API Integegration
Replies: 6
Views: 2533

Re: Vote for Dukascopy JForex API Integegration

I just added my vote for this as well.
by gmoney
21 Sep 2011
Forum: MultiCharts
Topic: need - help with code - multi-exit [SOLVED]
Replies: 23
Views: 9999

Re: need - help with code - multi-exit [SOLVED]

Thank you for the suggestion. I did the following: "format signals->signal name->Format->Properties->select IOG mode #1 (limit each order command in this signal to one entry and one exit per bar). In strategy properties->Properties->Allow up to 3 entry orders." However the orders are still not simul...
by gmoney
20 Sep 2011
Forum: MultiCharts
Topic: need - help with code - multi-exit [SOLVED]
Replies: 23
Views: 9999

Re: need - help with code - multi-exit [SOLVED]

I ran it on minute bars too. Not getting multiple entries at same time. See screenshot below.
by gmoney
20 Sep 2011
Forum: MultiCharts
Topic: need - help with code - multi-exit [SOLVED]
Replies: 23
Views: 9999

Re: need - help with code - multi-exit [SOLVED]

I do have "Allow unlimited entries and exits per bar" and "Allow up to ___ entry orders in the same direction...." checked. Per the chart screenshot attached, there were multiple entries on one bar but they were not simultaneous. You can see them being entered real time, plus you can see in the trac...
by gmoney
20 Sep 2011
Forum: MultiCharts
Topic: need - help with code - multi-exit [SOLVED]
Replies: 23
Views: 9999

Re: need - help with code - multi-exit [SOLVED]

Ok thanks for the info.

The "bug" I was referring to wasn't the exits but the entry orders not ocurring simultaneously. This may not be a bug per se, but it isn't executing as intended - the intention/desire is to have all the entries occur simultaneously.
by gmoney
20 Sep 2011
Forum: MultiCharts
Topic: need - help with code - multi-exit [SOLVED]
Replies: 23
Views: 9999

Re: need - help with code - multi-exit [SOLVED]

I ran the code in your latest post and had the same issue. The other exit orders were cancelled when the 1st exit was filled but then immediately reissued the orders.

Also, the entries did not fill simultaneously. This is an issue that needs to be corrected. Have you posted a bug report on this?
by gmoney
19 Sep 2011
Forum: MultiCharts
Topic: need - help with code - multi-exit [SOLVED]
Replies: 23
Views: 9999

Re: need - help with code - multi-exit [SOLVED]

The entries and exits need to be individually named (LE1, LE2, LE3). See code example I posted before. The code you used is not what I was suggesting.
by gmoney
19 Sep 2011
Forum: MultiCharts
Topic: multiple strategies same symbol
Replies: 6
Views: 1754

Re: multiple strategies same symbol

Another option is to use multiple charts for the same account. You also may need to run long trades in one chart and short trades in a separate chart - this way undesired reversals don't happen and stops and profit targets are still active. Note, I don't think you can use any keywords that are using...
by gmoney
19 Sep 2011
Forum: MultiCharts
Topic: need - help with code - multi-exit [SOLVED]
Replies: 23
Views: 9999

Re: need - help with code - multi-exit [SOLVED]

It is working for me using limit orders for entry. I have not tried it with end of bar market orders.
by gmoney
19 Sep 2011
Forum: MultiCharts
Topic: need - help with code - multi-exit [SOLVED]
Replies: 23
Views: 9999

Re: need - help with code - multi-exit [SOLVED]

You can still manage the number of contracts. Instead of: buy ("LE1") 1 contracts next bar market; use: buy ("LE1") 5 contracts next bar market; or however many you want. If you don't specify the number of contracts for each exit, they will exit all contracts for that entry. Am I missing something???
by gmoney
19 Sep 2011
Forum: MultiCharts
Topic: need - help with code - multi-exit [SOLVED]
Replies: 23
Views: 9999

Re: need - help with code - multi-exit [SOLVED]

What I do is use multiple named entries, and then use "from entry" for each position. Basically I view them as 3 separate trades. For example you could adjust your code as follows: if LastBarOnChart_s and barstatus(1)=2 and MktPosition=0 then begin buy ("LE1") 1 contracts next bar market; buy ("LE2"...
by gmoney
13 Sep 2011
Forum: MultiCharts
Topic: charts stopped updating
Replies: 16
Views: 4329

Re: charts stopped updating

If it happens again, I will send you the log files.
by gmoney
06 Sep 2011
Forum: MultiCharts
Topic: charts stopped updating
Replies: 16
Views: 4329

Re: charts stopped updating

My charts have been stopping lately too. Using MB Trading feed. On Monday the charts stopped but QuoteManager continued to receive quotes. Today both charts and QM stopped updating. In the QM Event Log, today at 12:54:13 (my time, currently PDT) there are two messages: "MB Trading message: Disconnec...
by gmoney
31 Aug 2011
Forum: MultiCharts
Topic: MBT order issues [SOLVED]
Replies: 6
Views: 2180

Re: MBT order issues [SOLVED]

I realize I should have posted this in a different forum, I am not using MCDT. I will repost in the proper forum.
by gmoney
30 Aug 2011
Forum: MultiCharts
Topic: MBT order issues [SOLVED]
Replies: 6
Views: 2180

Re: MBT order issues [SOLVED]

Any update for resolution of this? I am having similar issues.
by gmoney
17 Jun 2011
Forum: MultiCharts
Topic: Walk Forward Optimization not Showing
Replies: 6
Views: 1551

Re: Walk Forward Optimization not Showing

I am having the same problem - no walk-forward report. I am guessing it is a memory issue since I am running on tick-based bars. Has there been any resolution to this in later versions of MC? I am using 6.1 (3605).

Thanks!
gary

Go to advanced search