Search found 24 matches

by franky
17 Dec 2014
Forum: MultiCharts .NET
Topic: CommandLine or c# command from menu [SOLVED]
Replies: 3
Views: 1907

Re: CommandLine or c# command from menu [SOLVED]

This does a complete screenshot instead of the window chart like the option in the menu. Is there a way to access this functionality of only taking a screenshot of the workspace or the current chart ? The goal is to automate a screenshot via c#. I really like the chartcommand.commandline. Can it be ...
by franky
16 Dec 2014
Forum: MultiCharts .NET
Topic: CommandLine or c# command from menu [SOLVED]
Replies: 3
Views: 1907

CommandLine or c# command from menu [SOLVED]

I would like to know it there is a way to copy to clipboard or save the workspace image to a file like in the 'File' menu via c# or the ChartCommands.CommandLine(...)
by franky
06 Oct 2014
Forum: MultiCharts .NET
Topic: CustomInstrument question for cumulativedelta data
Replies: 1
Views: 1177

CustomInstrument question for cumulativedelta data

I'm trying to use the customInstrument class. When used with renko or linebreak type, it work well. However, when trying to create a cumulativedelta or footprint data, I'm getting error. Here is the line of codes I'm trying: m_MyCustomInstrument1 = new CustomInstrument(this, Resolution.CreateCumulat...
by franky
28 May 2014
Forum: MultiCharts .NET
Topic: TradeManager IOrders problem
Replies: 1
Views: 1214

TradeManager IOrders problem

I'm having problem using the IOrders from TradeManager. How come this code can't work all the time ? (.net 8.8 build 9191) When the strategy is added, I should receive the list of orders but I don't get it all the times ? Same things when the strategy is turn off, the list of orders should be output...
by franky
27 May 2014
Forum: MultiCharts .NET
Topic: compiling a strategy in dll mode or... some methods
Replies: 4
Views: 2399

Re: compiling a strategy in dll mode or... some methods

I believe I found a solution to that question here it is: 1. In the .net editor, create a indicator (or strategy) like this: using System; using System.Drawing; using PowerLanguage.Function; using myDLLlib; namespace PowerLanguage.Indicator{ [SameAsSymbol(true)] public class _myInd : _myProtectedInd...
by franky
23 May 2014
Forum: MultiCharts .NET
Topic: Changing the Orders.StatesFilter ?
Replies: 1
Views: 1053

Changing the Orders.StatesFilter ?

I would like to know how can I change the Iorders.statesfilter.currentvalue to all the orders and then switch it back to just the pending orders or the filled orders ?? The ETM_FilterOrdersStates doeas not include the "All" options. How can I get from one state to another ... do I have to use TradeM...
by franky
21 May 2014
Forum: MultiCharts .NET
Topic: Base Strategy calling different stratgies [SOLVED]
Replies: 4
Views: 3880

Re: Base Strategy calling different stratgies [SOLVED]

Thanks JoshM for the hint. Very useful however, it's impossible to change programmatically public parameters for the indicator or strategy with `ChartCommands.CommandLine()'.
Hope this will be fully incorporated in ver9.
But Thanks.
by franky
21 May 2014
Forum: MultiCharts .NET
Topic: index Consistency problem in IAccounts versus (ILogs, IOrder
Replies: 1
Views: 1106

index Consistency problem in IAccounts versus (ILogs, IOrder

I saw sometimes an index consistency problem in IAccounts versus (ILogs, IOrders & IPositions). When I use a filter for selecting a specific account in (ILogs, IOrders & IPositions) I then get a specific index for the selected account but it's not always the same index for the IAccounts. I know that...
by franky
21 May 2014
Forum: MultiCharts .NET
Topic: PnL Currency [SOLVED]
Replies: 4
Views: 2847

Re: PnL Currency [SOLVED]

It will be very useful to set the currency for specific strategy. Would it be possible to make it programmable via the code for each instrument via the Iposition struct ? Also, could this struct add the element OpenPL in tick ?
by franky
20 May 2014
Forum: MultiCharts .NET
Topic: PnL Currency [SOLVED]
Replies: 4
Views: 2847

PnL Currency [SOLVED]

I would like to know if it is possible to convert the PnL in different currencies in Multicharts.Net ? For example, if trading Eurex instrument in a consolidated US account, being able to get the Position.OpenPL in eurex would be helpfull. Also, It would be interesting to get the live OpenPL either ...
by franky
16 May 2014
Forum: MultiCharts .NET
Topic: Accessing Indicator from Signal [SOLVED]
Replies: 15
Views: 17182

Re: Accessing Indicator from Signal [SOLVED]

I know it's possible to import values of an indicator from a signal file. Is it possible to start an indicator from a signal file so that I don't have to add the indicator by hand ? I don't want just the values but I would like to start the indicator from the signal with the indicator being plot acc...
by franky
14 May 2014
Forum: MultiCharts .NET
Topic: Base Strategy calling different stratgies [SOLVED]
Replies: 4
Views: 3880

Base Strategy calling different stratgies [SOLVED]

I would like to know if it is possible to have a base strategy file which can call other strategies ? For example, Is it possible to create a charttoolbar strategy file which will call other strategies (Instead of inserting multiple strategy in the 'Insert Study' form) ? Can't figure out how to impo...
by franky
02 Apr 2014
Forum: MultiCharts .NET
Topic: Weird behavior with _ChartToolBar_Trading_ strategy
Replies: 8
Views: 2301

Re: Weird behavior with _ChartToolBar_Trading_ strategy

Yes I did use the right Broker profile and the right symbol mapping. Weird enough ... it's the panel data which doesn't work ... not the buy or sell button. So because the buy & sell button works well, I suppose the broker profile is right .... however ... when chart data resolution is in contract b...
by franky
02 Apr 2014
Forum: MultiCharts .NET
Topic: Weird behavior with _ChartToolBar_Trading_ strategy
Replies: 8
Views: 2301

Re: Weird behavior with _ChartToolBar_Trading_ strategy

Seems to work with CQG Broker profile ... but not with Interactive Brokers profile !!! Is there a reasons ?
by franky
01 Apr 2014
Forum: MultiCharts .NET
Topic: Weird behavior with _ChartToolBar_Trading_ strategy
Replies: 8
Views: 2301

Re: Weird behavior with _ChartToolBar_Trading_ strategy

I'm using .net version 8.8 build 8595

Yes I can replicate it all the time !!
No I did not change anything on the code.
by franky
01 Apr 2014
Forum: MultiCharts .NET
Topic: Weird behavior with _ChartToolBar_Trading_ strategy
Replies: 8
Views: 2301

Weird behavior with _ChartToolBar_Trading_ strategy

I'm having problem with the _ChartToolBar_Trading_ strategy. If I have a position and my chart resolution is 1 minute or more....and then I add the _ChartToolBar_Trading_ strategy, the market panel on the toolstrip will work. However, If a have a position and my chart resolution is 100 volume consta...
by franky
14 Mar 2014
Forum: MultiCharts .NET
Topic: broker and datafeed connectivity status event
Replies: 8
Views: 3089

Re: broker and datafeed connectivity status event

I do agree with JoshM. A simple event would be mandatory. Minimizing the risk of broken connection is essential on both datafeed and broker side.
by franky
14 Mar 2014
Forum: MultiCharts .NET
Topic: broker and datafeed connectivity status event
Replies: 8
Views: 3089

broker and datafeed connectivity status event

I would like to know if there is a datafeed connectivity status event. The broker connectivity status event in TradeManager exist but not for the datafeed.. well... Can't find it !!
If it doesn't exist ... can it be implemented ?
by franky
12 Mar 2014
Forum: MultiCharts .NET
Topic: Access to VolumeProfile properties
Replies: 1
Views: 1192

Access to VolumeProfile properties

Is it possible to have access to the VolumeProfile properties ? I can't find any parameters in the volumeprofile other than the collection itself.
I would like to have access to the volume profile parameters in read mode.
For example, the number of bars the volume profile is calculated on...
Thanks
by franky
31 Jan 2014
Forum: MultiCharts .NET
Topic: Accessing last "N" T&S records - for any chart type
Replies: 6
Views: 8402

Re: Accessing last "N" T&S records - for any chart type

Volume for any tick is easy to know ... but how to know if it was done on the bid or the ask.... ? Comparing the tick volume with the bid and ask time series gives some problems. It would be nice to get a volume based on the bid/ask like Bars.askticksvalue & Bars.bidticksvalue or bars.volumeside ....
by franky
31 Jan 2014
Forum: MultiCharts .NET
Topic: OnBrokerPositionChange problem with IB
Replies: 1
Views: 1234

OnBrokerPositionChange problem with IB

I'm trying to use the OnBrokerPositionChange() event with Interactivebroker. If I have nothing into the calcbar() and just a message output in the OnBrokerPositionChange() event. I seems to get the event the first time but never after ? Any reasons why ?
by franky
29 Jan 2014
Forum: MultiCharts .NET
Topic: Accessing last "N" T&S records - for any chart type
Replies: 6
Views: 8402

Re: Accessing last "N" T&S records - for any chart type

Hi Henry, I understand that the volume profile data collection need to be used for getting an accurate time & sales instead of the Bars.UpTicksValue and Bars.DownTickValue but I have problem getting the info timewise. Would it be possible to get a sample code to see in realtime the time & sales ? I ...
by franky
27 Nov 2012
Forum: MultiCharts .NET
Topic: Custom Price Series Questions
Replies: 3
Views: 2354

Re: Custom Price Series Questions

Thanks Henry. My questions was more related to generating a custom price series relative to another one. Basically what I would like to do is generating a custom Renko price series indicator which I could use as a trigger for a strategy. This custom Renko price series would have no Bar at some time....
by franky
26 Nov 2012
Forum: MultiCharts .NET
Topic: Custom Price Series Questions
Replies: 3
Views: 2354

Custom Price Series Questions

1. If I set the Bar.State properties to none (value = -1) to a specific Bar, will it means that when I'll ask for Bars.Close[x] it will skip the Bar with state (-1) and gives me only the active Bars ? 2. What is the best way to create a custom Series of price Bars which can be reference the same way...

Go to advanced search