Search found 26 matches

by fx1
09 Feb 2015
Forum: MultiCharts
Topic: Access to Strategy Positions
Replies: 5
Views: 1612

Re: Access to Strategy Positions

I am actually interested to strategy positions information globally. My main problem with GV issue is: imagine i have 20 charts open and all 20 charts push strategy position information to GV. All fine, BUT once i remove the chart, this wont detected, the position sticks in GV. AFAIK there is no "de...
by fx1
09 Feb 2015
Forum: MultiCharts
Topic: Access to Strategy Positions
Replies: 5
Views: 1612

Re: Access to Strategy Positions

Josh, thanks for quick reply.
Can one of official moderators give me an answer too please? The answer will decide to purchase or not. thanks
by fx1
05 Feb 2015
Forum: MultiCharts
Topic: Access to Strategy Positions
Replies: 5
Views: 1612

Access to Strategy Positions

Hi, i am mc.net user but i am now interested to mc if this is possible: imagine i run 20 charts/workspaces, i send all orders to trademanager as strategy position. I need a way to read all positions from all charts somehow without adding code to every single chart. Is this somehow possible with mc p...
by fx1
23 Oct 2014
Forum: MultiCharts
Topic: external DLL, Array and Reference
Replies: 1
Views: 1234

external DLL, Array and Reference

Hi, i have an external DLL which is being used from other software. I dont have source code, i just know the exports: bool ExcelA2C(string Address, int & Col, int & Row) bool ExcelSetFromArrayV(string Address,double [] data,int count) can you please help me to define the External: line? How can i sa...
by fx1
16 Oct 2014
Forum: MultiCharts
Topic: Query bought & sold contracts from CQG
Replies: 1
Views: 792

Query bought & sold contracts from CQG

Hi,

is it possible to query traded contracts from CQG. Even without having traded from MC?Lets sayi have traded the positions from web or manually, can i still query this information from MC? If yes how please? Any hints are welcome. (Programmatically please)

regards
by fx1
31 Jul 2014
Forum: MultiCharts .NET
Topic: Using MC.NET independent from Charts
Replies: 5
Views: 2112

Re: Using MC.NET independent from Charts

Many tx for official and inofficial statements.
by fx1
28 Jul 2014
Forum: MultiCharts .NET
Topic: Using MC.NET independent from Charts
Replies: 5
Views: 2112

Re: Using MC.NET independent from Charts

Actually both variants are possible. I would like to use .NET Trading strategy routines from MC to backtest c# written strategies. Lets imagine this: i have EURUSD1.txt file, i will import this file into my Dictionary Collection, convert 1 minute data myself to n minute data, n+5 minute data, n+15 m...
by fx1
28 Jul 2014
Forum: MultiCharts .NET
Topic: Using MC.NET independent from Charts
Replies: 5
Views: 2112

Using MC.NET independent from Charts

Hi, i have set of data from external sources, i plan to read the data simply by simply csv and backtest them in mass. what i plan is to read M1 data and convert these 1M bar like xM bar internally and run backtests like for(int period=5;period<1048;period+=5) { .... } and evaluate their performance ...
by fx1
07 Jul 2014
Forum: MultiCharts .NET
Topic: Change Resolution programmatically
Replies: 1
Views: 1132

Change Resolution programmatically

Hi,

is there a way to change Time Resolution on any chart programmatically? I want to optimise my strategy on differebt Time Resolutions (Periods). Is there anything similar doable please?

regards
by fx1
11 Nov 2013
Forum: MultiCharts
Topic: DATAn Discrepancy between MC and TS [SOLVED]
Replies: 3
Views: 1574

Re: DATAn Discrepancy between MC and TS [SOLVED]

Many thanks for help. This has helped.

FASTEMA_30=XAverage(Close,EMAPeriod1) of DATA2;

rather than

FASTEMA_30=XAverage(Close of DATA2,EMAPeriod1);

is the solution for other people they were searching.
by fx1
11 Nov 2013
Forum: MultiCharts
Topic: DATAn Discrepancy between MC and TS [SOLVED]
Replies: 3
Views: 1574

DATAn Discrepancy between MC and TS [SOLVED]

Hi, i want to port my TS strategies to MC but have following problem.
following picture tells whole story
Image

Any help is appreciated. Of course i want to have same behaviour like on TS.
by fx1
17 Jul 2013
Forum: MultiCharts .NET
Topic: ITextObject question [SOLVED]
Replies: 2
Views: 4200

Re: ITextObject question [SOLVED]

I appreciate your reply, helped me a lot
by fx1
12 Jul 2013
Forum: MultiCharts .NET
Topic: Bar OpenPrice differs from source
Replies: 2
Views: 2452

Re: Bar OpenPrice differs from source

This seems to have helped but the fact that those numbers may be different sometimes makes me feeling strange.
by fx1
12 Jul 2013
Forum: MultiCharts .NET
Topic: Execution FXCM <> MC.NET <> MT4
Replies: 3
Views: 3048

Re: Execution FXCM <> MC.NET <> MT4

Henry,

this was manual execution from chart. I have tested automatic EA execution in the meantime and it has worked well. Do i still need to switch off hedging if i want to trade automatically? Is that a known issue? Can this issue cause some trouble while trading automatically from EA?
by fx1
12 Jul 2013
Forum: MultiCharts .NET
Topic: Missing DATA TS<>MC
Replies: 2
Views: 2495

Re: Missing DATA TS<>MC

this issue has been resolved after reloading like 10 times. I simply could not solve this problem with reloading but now after 2-3 days it simply backfilled, i dont understand why. thanks for help
by fx1
11 Jul 2013
Forum: MultiCharts .NET
Topic: ITextObject question [SOLVED]
Replies: 2
Views: 4200

ITextObject question [SOLVED]

I am trying to put a status line like textobject to chart. I do this on LastBarOnChart and draw it like seen here: using System; using System.Drawing; using System.Linq; using System.Collections.Generic; using System.Collections; using PowerLanguage.Function; namespace PowerLanguage.Indicator{ publi...
by fx1
11 Jul 2013
Forum: MultiCharts .NET
Topic: Questions about execution
Replies: 3
Views: 2763

Re: Questions about execution

Thank you very much for your reply. Is there a way that my strategy can somehow notice about non filled orders? For example are there some Events available they would be fired in such cases please?
by fx1
11 Jul 2013
Forum: MultiCharts .NET
Topic: Bar OpenPrice differs from source
Replies: 2
Views: 2452

Bar OpenPrice differs from source

Please see attached proof. I am using MC.NEt and TS and porting currently my strategies but detected this strange behaviour. On 1% of bars the OPEN Price is not same as TS. I am using TS as Data Source and MC.NET Open Price differs from TS Open Price by some bars. Please advice. This discrepancy cos...
by fx1
07 Jul 2013
Forum: MultiCharts .NET
Topic: Execution FXCM <> MC.NET <> MT4
Replies: 3
Views: 3048

Execution FXCM <> MC.NET <> MT4

Hi MC community i have prepared a small demonstration video to explain the problem i currently have. I have opened a FXCM account and intend to work with MC.NEt to write my automated strategies. http://www.youtube.com/watch?v=LomGpYjPqzc Please check this video. Is this a bug or do i oversee somethi...
by fx1
07 Jul 2013
Forum: MultiCharts .NET
Topic: Missing DATA TS<>MC
Replies: 2
Views: 2495

Missing DATA TS<>MC

I think screenshoot says everything. I miss data from friday. This is my first weekend with MC.NET and i am not sure whats the issue.

Please check the screenshoot which is commented and shows my settings too.
by fx1
03 Jul 2013
Forum: MultiCharts .NET
Topic: Questions about execution
Replies: 3
Views: 2763

Questions about execution

Hi, i would like to ask these details: a) as i understood default execution mode is at end of the bar, but what happens when Order.Send has been requoted or cannot be fulfilled for some reason? does that mean that i miss the signal at this bar? How can i manage such cases? b) Is IntraBar Order Gener...
by fx1
02 Jul 2013
Forum: MultiCharts .NET
Topic: OpenProfit from indicators
Replies: 1
Views: 1841

OpenProfit from indicators

Hi,

i understand that OpenProfit may not be used from indicators but how can i get this information from an indicator? I want to draw Open Equity curve to chart.

Is there a way to share information with signals and studies internally somehow?
by fx1
01 Jul 2013
Forum: MultiCharts .NET
Topic: Data discrepancy?
Replies: 1
Views: 2064

Data discrepancy?

hi, i am still confused how to solve this issue: i do have TS data and FXCM real account along MC.net full licence. Now TS and FXCM data will have discrepancy, do i have to take care of this fact in my code by allowing only @market orders? Stop, Limit orders may not work because of data discrepancy....
by fx1
20 May 2013
Forum: MultiCharts .NET
Topic: TS No data
Replies: 3
Views: 1785

Re: TS No data

Henry,

it has suddenly started working, maybe it was not working because of Weekend i dont know?

Now my problem is like seen on attached screenshoot. I have tried to see more bars etc by instrumet settings but no success. I just see 1 bar on chart, the last one.
by fx1
18 May 2013
Forum: MultiCharts .NET
Topic: TS No data
Replies: 3
Views: 1785

TS No data

Hi, i am using latest TS version and most recent MC.NEt edition. Whatever i do i get "No data" i remember it was working 2 months ago now it does not work anymore. I am changin symbols or and timeframe, same result. Can you plesae help me with this? May TS disallow MC to fetch data after MC got more...
by fx1
20 Mar 2013
Forum: MultiCharts .NET
Topic: Data vs broker data [SOLVED]
Replies: 1
Views: 1554

Data vs broker data [SOLVED]

I have a general question. I am using TS Data Feed and want to be MC user because of its .net flexibility. Now my question is: We all know that data is different on every broker and data provider. I am just experimenting with FXCM Demo account and TS Data. I have the feeling that the strategies will...

Go to advanced search