Search found 18 matches

by lstman
16 Jan 2014
Forum: MultiCharts .NET
Topic: ATCenterProxy.interop Limit Order Cancel. [SOLVED]
Replies: 13
Views: 17814

Re: ATCenterProxy.interop Limit Order Cancel. [SOLVED]

Hi Henry.

Thanks for your kindly support.

And, your mean....

this internal ID is different from OrderID or BrokerID?

I think it's same number as OrderID...
by lstman
16 Jan 2014
Forum: MultiCharts .NET
Topic: ATCenterProxy.interop Limit Order Cancel. [SOLVED]
Replies: 13
Views: 17814

Re: ATCenterProxy.interop Limit Order Cancel. [SOLVED]

Hi I have one more question for your sample code. >int _id = p.PlaceOrder(_pparam); "_id" is OrderID? I want to get " ETM_OrderState", so I try the below code. But, not good... { int _id = p.PlaceOrder(_pparam); IEnumerable<PowerLanguage.TradeManager.Order> ord = GetOrderList(_id); foreach (TradeMan...
by lstman
08 Jan 2014
Forum: MultiCharts .NET
Topic: Order Status Checking
Replies: 1
Views: 2051

Order Status Checking

Hi I want to confirm "order filled" or not, after order sending. I put Limit order and cancel it after 100 milliseconds. if order is not filled, TWS accepts cancel. but already order filled, I have one position. I want to confirm order status soon, after "p.CancelOrder(_id);". Please advise. using S...
by lstman
16 Dec 2013
Forum: MultiCharts .NET
Topic: Referencing multiple C# .dlls error due to Reflection?
Replies: 3
Views: 2174

Re: Referencing multiple C# .dlls error due to Reflection?

Hello

I also have problem with the same.
Did you able to resolve this issue?

B.RGDS
lstman
by lstman
20 Nov 2013
Forum: MultiCharts .NET
Topic: ATCenterProxy.interop Limit Order Cancel. [SOLVED]
Replies: 13
Views: 17814

Re: ATCenterProxy.interop Limit Order Cancel. [SOLVED]

This is a very nice idea, and very cool also.

Thanks, it works!
by lstman
19 Nov 2013
Forum: MultiCharts .NET
Topic: ATCenterProxy.interop Limit Order Cancel. [SOLVED]
Replies: 13
Views: 17814

Re: ATCenterProxy.interop Limit Order Cancel. [SOLVED]

Hi Henry

OrderID(IOrders collection/ public struct order) can not cancel order?
(this is not BrokerID, I think...)

If possible, please advise simple code.

B.RGDS
lstman
by lstman
15 Nov 2013
Forum: MultiCharts .NET
Topic: ATCenterProxy.interop Limit Order Cancel. [SOLVED]
Replies: 13
Views: 17814

Re: ATCenterProxy.interop Limit Order Cancel. [SOLVED]

Hi Henry
Thanks for your kindly support.

And my version is the below.
MultiCharts .NET64 SE Version 8.7 Release (Build 7631)
by lstman
15 Nov 2013
Forum: MultiCharts .NET
Topic: ATCenterProxy.interop Limit Order Cancel. [SOLVED]
Replies: 13
Views: 17814

Re: ATCenterProxy.interop Limit Order Cancel. [SOLVED]

About Multicharts.Net programming guide. 4.7.5.3 Trading Functionality. TradingProfiles. >void CancelOrder(int order_id); > a) One Cancel Others means that the cancellation or execution of one order cancels all other orders. This mean.... Strategy will cancel one order(the number of order_id) only, ...
by lstman
12 Nov 2013
Forum: MultiCharts .NET
Topic: ATCenterProxy.interop Limit Order Cancel. [SOLVED]
Replies: 13
Views: 17814

ATCenterProxy.interop Limit Order Cancel. [SOLVED]

Hi my strategy puts orders from "ATCenterProxy.interop". In this case , if I make orders by "Limit order", I can cancel market orders as obsolete if not filled within 10 seconds? I want to increase "cancel market orders after 10 seconds" into the below code. S1570op.category = MTPA_OrdrCtgry.eMTPA_O...
by lstman
12 Nov 2013
Forum: MultiCharts .NET
Topic: "OpenP/L" on Order and Position Tracker and IB TWS [SOLVED]
Replies: 2
Views: 1880

Re: "OpenP/L" on Order and Position Tracker and IB TWS [SOLVED]

Hi Henry

Thanks and well noted...

B.RGDS
lstman
by lstman
11 Nov 2013
Forum: MultiCharts .NET
Topic: "OpenP/L" on Order and Position Tracker and IB TWS [SOLVED]
Replies: 2
Views: 1880

"OpenP/L" on Order and Position Tracker and IB TWS [SOLVED]

Hi

My exit rule uses "OpenP/L" on Order and Position Tracker.
But, I sometimes found different P/L between "Order and Position Tracker" and the IB TWS.

Is it possible to match the P/L data in "Order and Position Tracker" and TWS?

Please advise me.
by lstman
07 Nov 2013
Forum: MultiCharts .NET
Topic: Japanese stock symbol [SOLVED]
Replies: 10
Views: 3998

Re: Japanese stock symbol [SOLVED]

Henry, thank you for your reply so quickly.
And well noted...

B.RGDS
lstman
by lstman
07 Nov 2013
Forum: MultiCharts .NET
Topic: Japanese stock symbol [SOLVED]
Replies: 10
Views: 3998

Re: Japanese stock symbol [SOLVED]

Hi MidKnight
Thanks for your advice.

Your mean...
I have to change symbol name to "NK225MZ13" from "NK225MZ3" in quotemanager?
by lstman
07 Nov 2013
Forum: MultiCharts .NET
Topic: Japanese stock symbol [SOLVED]
Replies: 10
Views: 3998

Re: Japanese stock symbol [SOLVED]

Hi Henry Thanks for your kindly support. And my version is the below. MultiCharts .NET64 SE Version 8.7 Release (Build 7631) then, I found that I cannot put order for "NK225MZ3" , also. (I can show chart on MC.net) The below message was displyed on "Order and Position Tracker". "No security definiti...
by lstman
06 Nov 2013
Forum: MultiCharts .NET
Topic: Japanese stock symbol [SOLVED]
Replies: 10
Views: 3998

Re: Japanese stock symbol [SOLVED]

Hello cdf.

I cannot choose "1570.TSE" in quotemanager also, because "1570.TSE" is not displayed.
there are the below symbols,only.
"1570 Exchange TSEJ"
"1570 Exchange SMART"
"1570 Exchange CHIXJ"
by lstman
06 Nov 2013
Forum: MultiCharts .NET
Topic: Japanese stock symbol [SOLVED]
Replies: 10
Views: 3998

Japanese stock symbol [SOLVED]

I use Malticharts.net. I added symbol "1570"(japanese stock) in QuoteManager from datasource"IB". and, I could show chart of "1570". But, I could not put order.... If I change symbol name from "1570" to "1570.T" on QuoteManager, I can put order!! , but I can not show chart of "1570.T".... I checked ...
by lstman
23 May 2013
Forum: MultiCharts .NET
Topic: Ask/Bid from DataLoader
Replies: 3
Views: 1954

Re: Ask/Bid from DataLoader

Hi Henry.

Shall I use the below?

Code: Select all

_request.QuoteField = RequestQuoteField.Ask;
IDataLoaderResult iResAsk = m_host.DataLoader.BeginLoadData(_request, DataCB, null);
by lstman
22 May 2013
Forum: MultiCharts .NET
Topic: Ask/Bid from DataLoader
Replies: 3
Views: 1954

Ask/Bid from DataLoader

I am creating a strategy using DataLoader. I want to know "StatusLine" of TICK data obtained from DataLoader. Can I use "StatusLine" of TICK data obtained from DataLoader? ---------------------------------------------------------------------------------------- public Bar[] Data { get { return m_tick...

Go to advanced search