Search found 15 matches

by FATSTrader
27 Jan 2015
Forum: MultiCharts
Topic: nthHighestArray [SOLVED]
Replies: 4
Views: 2141

Re: nthHighestArray [SOLVED]

Thanks for catching that for me, Josh. Actually for my current purpose I can use the ExtremesArray since it doesn't have the 100 cell limitation, or as you said, just sort it myself. But I will need the Nth capability for another project. Easy enough to create a new version of NthExtremesArray: inpu...
by FATSTrader
25 Jan 2015
Forum: MultiCharts
Topic: nthHighestArray [SOLVED]
Replies: 4
Views: 2141

Re: nthHighestArray [SOLVED]

Hi, Below is the code. No success with nthHighestArray, nthLowestArray or nthExtremesArray. Vars: count( 0 ), cell( 0 ), oExtremeVal( 0 ), oExtremePosRaw( 0 ); Array: myDynamicArray[]( 0 ); if High > Highest( High,20 )[1] then count = count + 1; Array_SetMaxIndex( myDynamicArray, count ); myDynamicA...
by FATSTrader
25 Jan 2015
Forum: MultiCharts
Topic: nthHighestArray [SOLVED]
Replies: 4
Views: 2141

nthHighestArray [SOLVED]

Hi,

I am trying to use nthHighestArray( array, size, nth ) per the EL documentation but in MC I only get zero as return value in a fully populated array.

Anyone use this is MC? The functions are there but I can't seem to get them to work.

Appreciate you help.

Thanks!
by FATSTrader
21 Dec 2014
Forum: MultiCharts .NET
Topic: CREATE .DLL from a build indicator .net
Replies: 3
Views: 2291

Re: CREATE .DLL from a build indicator .net

The question is, are you able to create an indicator in MultiCharts.Net and create a DLL from that MC.Net code, then call the DLL from a Powerlanguage study in [regular] MultiCharts.
by FATSTrader
21 Dec 2014
Forum: MultiCharts
Topic: Calls to C# dlls
Replies: 4
Views: 2375

Re: Calls to C# dlls

Hi Jad, I am trying to access a VS 2013 Express DLL from MC64 and the study does not see the function. Can you post the PowerLanguage study with the call to your DLL below: public class ManagedClass : ICalculator { public int Add(int Number1, int Number2) { return Number1 + Number2; } } Also, what C...
by FATSTrader
15 Mar 2014
Forum: MultiCharts
Topic: A correlation matrix with lag and avanced feature
Replies: 12
Views: 6186

Re: A correlation matrix with lag and avanced feature

Hi,

Unfortunately the Correlation Matrix Excel file is no longer available at RapidShare.
Would apprecieate anyone with the file to please make it available or any information on
how to build will be great as well.

Thanks!
by FATSTrader
28 Jul 2012
Forum: MultiCharts
Topic: Autotrading with eSignal data and Interactive Brokers Issue
Replies: 1
Views: 1103

Autotrading with eSignal data and Interactive Brokers Issue

Hi All, I use eSignal as my chart data source and Interactive Brokers as my broker. I have an issue with simulated trades being in some cases very different from the live autotrading results. I have included a snapshot of my chart with simulated trades in the top chart and an actual trade (AT sync m...
by FATSTrader
16 Jan 2012
Forum: MultiCharts
Topic: All Data Everywhere Timing Issue
Replies: 8
Views: 5056

All Data Everywhere Timing Issue

Hi, I am using All Data Everywhere to share data between 2 charts in a workspace. The issue I am having is the receiving chart is throwing an error as it cannot find the ADE class. This is because it attempts to look for the class/data before it is created by the sending chart. If I re-enable the st...
by FATSTrader
04 Sep 2011
Forum: MultiCharts
Topic: Autotrading Account Stop Loss/Profit Level Stop New Orders
Replies: 1
Views: 793

Autotrading Account Stop Loss/Profit Level Stop New Orders

Hi, I am using MultiCharts with Interactive Brokers autotrading multiple workspaces. I need to be able to stop any new orders from being submitted from all workspaces once a profit level or stop loss level (for all workspaces) for the day has been reached. How can I implement this in MC? Appreciate ...
by FATSTrader
24 Aug 2011
Forum: MultiCharts
Topic: Unfilled Strategy Order Replacement/Buy,Sell Stop Orders
Replies: 1
Views: 694

Unfilled Strategy Order Replacement/Buy,Sell Stop Orders

Hi, I have a question on Auto Trading setup. Most of my systems use a buy stop or sell stop for an Entry order. Here is the snippet of my typical entry code: trd = 1 IF MarketPosition<>-1 and TradesToday(date) < trd and Condition1 then Sell Short ("SE System1") Next Bar at Lowest(Low,Length)-1 point...
by FATSTrader
31 Jul 2011
Forum: MultiCharts
Topic: OOEL (Object Oriented Easy Language) features in TS
Replies: 3
Views: 2240

OOEL (Object Oriented Easy Language) features in TS

Hi,

TS 9.0 has incorporated new Object Oriented Easy Language capabilities. Is there a plan to include the same in MultiCharts in the future?

Thanks
by FATSTrader
30 Jul 2011
Forum: MultiCharts
Topic: Optimizing Time Window Results
Replies: 2
Views: 915

Optimizing Time Window Results

Hi, Most of my trading systems use time and so I optimizing start and end times, say, for a time window to place an order. Typically, I will set up optimization start value at 0830 and end value at 1500, which a step of 5, 10 or 15. Since the time when optimizing is base 10, the best optimized resul...
by FATSTrader
27 Jul 2011
Forum: MultiCharts
Topic: Multicharts 7 - Double entry on order tracking
Replies: 9
Views: 4234

Re: Multicharts 7 - Double entry on order tracking

Although multiple orders are not transmitted in auto trading, when using Flatten Everything, it seems orders are sent for each entry(actual or duplicate). So the existing order is closed, but a new one is opened by the extra exit order. Also, when closing MC, for each of the orders(actual and duplic...
by FATSTrader
20 Jul 2011
Forum: MultiCharts
Topic: Multicharts 7 - Double entry on order tracking
Replies: 9
Views: 4234

Re: Multicharts 7 - Double entry on order tracking

Also, this seems to result in two orders being sent to the broker, one for the original symbol and one for the broker symbol. In the Order Tracker/Orders Tab, there is an entry for both symbols in every case, and this is also reflected in the Open Positions Tab when there are positions active on the...

Go to advanced search