Search found 355 matches

by Emmanuel
23 Jun 2021
Forum: MultiCharts .NET
Topic: Communicating from MultiCharts.NET with another .NET program [SOLVED]
Replies: 14
Views: 5391

Re: Communicating from MultiCharts.NET with another .NET program [SOLVED]

You are welcome Rc76, I plan to communicate with MT 5 ,
and you ?
by Emmanuel
23 Jun 2021
Forum: MultiCharts .NET
Topic: Communicating from MultiCharts.NET with another .NET program [SOLVED]
Replies: 14
Views: 5391

Re: Communicating from MultiCharts.NET with another .NET program [SOLVED]

rc76, Here are the links plus other one: https://coders-corner.net/2013/03/25/inter-process-communication-with-memory-mapped-files-part-02-serialisation-and-thread-safe-access/ https://docs.microsoft.com/en-us/dotnet/standard/io/memory-mapped-files https://docs.microsoft.com/en-us/dotnet/standard/io...
by Emmanuel
12 Jun 2021
Forum: MultiCharts .NET
Topic: Communicating from MultiCharts.NET with another .NET program [SOLVED]
Replies: 14
Views: 5391

Re: Communicating from MultiCharts.NET with another .NET program [SOLVED]

Thank you PK1 for the link

This is really useful and helpful
by Emmanuel
09 Jun 2021
Forum: MultiCharts .NET
Topic: Communicating from MultiCharts.NET with another .NET program [SOLVED]
Replies: 14
Views: 5391

Re: Communicating from MultiCharts.NET with another .NET program [SOLVED]

PK1 ,

I wanted to develop mapped memory as well. but I didn't find any example .

Do you have an example of mapped memory ? This would be very helpful . because I need as well to communicate with other application.

This would be much better than using an application of FX1.
by Emmanuel
09 Jun 2021
Forum: MultiCharts
Topic: Disappearing Text [SOLVED]
Replies: 10
Views: 4198

Re: Disappearing Text [SOLVED]

Tj,

Thank you for your answer

I try to find where is the problem. I will write a signal to produce this error.

Then I will post it here.

Thank you TJ

Emmanuel
by Emmanuel
09 Jun 2021
Forum: MultiCharts
Topic: Disappearing Text [SOLVED]
Replies: 10
Views: 4198

Re: Disappearing Text [SOLVED]

this is happening to me too, the drawing are disappearing too but in MC .NET even if I use [RecoverDrawings(false)] and even with (this.BarsOfData(1).Status == EBarState.Close) The drawing are still in the list of drawing inside C# but the drawing are disappearing in tick replay at 14:00, 18:00, 22 ...
by Emmanuel
09 Jun 2021
Forum: MultiCharts
Topic: Maximum capacity of 7500 active GDI objects reached
Replies: 7
Views: 5978

Re: Maximum capacity of 7500 active GDI objects reached

GDI objects are all objects that form the MultiCharts window and charts in it (all toolbars, menus, buttons, bars, drawings, etc). The Windows system limitation per one process is 10,000 object Now it is possible to increase the limitation of GDI object : https://techcommunity.microsoft.com/t5/wind...
by Emmanuel
09 Jun 2021
Forum: MultiCharts .NET
Topic: Multicharts integration with stock brokers
Replies: 15
Views: 4248

Re: Multicharts integration with stock brokers

If the broker have an API, it is possible to develop a connection to send the order directly to the broker without going through MC. Otherwise depending on the broker, it is possible to connect through Excel via XSLGate http://xlsgate.com/ or sharedVar https://fx1.net/sharedvar.php It would be bette...
by Emmanuel
09 Jun 2021
Forum: MultiCharts .NET
Topic: Communicating from MultiCharts.NET with another .NET program [SOLVED]
Replies: 14
Views: 5391

Re: Communicating from MultiCharts.NET with another .NET program [SOLVED]

Hi, When I need to communicate quickly with few information, I am using a solution of FX1 : I am using Xls gate to communicate easly through an excel sheet between application : http://xlsgate.com/ https://fx1.net/sharedvar.php https://fx1.net/products.php# However when I need real communication bet...
by Emmanuel
13 May 2021
Forum: MultiCharts .NET
Topic: ERROR MESSAGE OF C#2010 Express
Replies: 5
Views: 2419

Re: ERROR MESSAGE OF C#2010 Express

Why not using VS 2019 ?
by Emmanuel
31 Mar 2021
Forum: MultiCharts .NET
Topic: Replay Signal on BarsOfData(2) without update ?
Replies: 5
Views: 1770

Re: Replay Signal on BarsOfData(2) without update ?

Kate, I know it is applied to the second data series. this is the purpose of my question. 1/ If I apply a one hour indicator of the second series to the first data series , RSI calculus is not correct . (see the video) https://drive.google.com/file/d/1o1Yy5qcVoqkbgfjybUT-VwqYl3UVHn8K/view?usp=sharin...
by Emmanuel
30 Mar 2021
Forum: MultiCharts .NET
Topic: Replay Signal on BarsOfData(2) without update ?
Replies: 5
Views: 1770

Re: Replay Signal on BarsOfData(2) without update ?

Hello Kate, Thank you for your answer, I tried your suggestion and I still have this missing information. I made a little video with the RSI indicator. https://drive.google.com/file/d/1DfyZrSRMrrRwIcgogH6_zgeIeiJEkcO4/view?usp=sharing When I add in my indicator : protected override void Create(){ m_...
by Emmanuel
23 Mar 2021
Forum: MultiCharts .NET
Topic: Replay Signal on BarsOfData(2) without update ?
Replies: 5
Views: 1770

Replay Signal on BarsOfData(2) without update ?

Hi, On Replay, I am using 2 DataSeries : Data 1 with 1 min data and Data 2 with 1 Hour data. (See Attachment Workspace 2 Data) 2 Data.wsp As an example, I am using "MovAvg_Cross_LE" signal. I want the calculus of the Average to be on the 1 Hour Data : Dataserie 2, with an update every minute as in D...
by Emmanuel
20 Mar 2021
Forum: MultiCharts .NET
Topic: What C# version is supported by MC.NET 14?
Replies: 4
Views: 1962

Re: What C# version is supported by MC.NET 14?

I am working fine with VS 2019 .NET 4.7 and MC.NET without any issue

You just need to open the project in VS 2019 , that's all
by Emmanuel
20 Mar 2021
Forum: MultiCharts .NET
Topic: Referencing higher version of .NET than 4
Replies: 3
Views: 1461

Re: Referencing higher version of .NET than 4

There is no problem as well for me, I am working with Net 2019 . 4.7
by Emmanuel
01 Mar 2021
Forum: MultiCharts .NET
Topic: No Drawing with the first Indicator turned off [SOLVED]
Replies: 4
Views: 1274

Re: No Drawing with the first Indicator turned off [SOLVED]

Thank you very much Kate !!!

It works !!!!!
by Emmanuel
23 Feb 2021
Forum: MultiCharts .NET
Topic: No Drawing with the first Indicator turned off [SOLVED]
Replies: 4
Views: 1274

No Drawing with the first Indicator turned off [SOLVED]

Hi,

When I want to add a drawing, it is not possible if the first indicator is switch off.


Drawing have nothing to do with the first technical indicator. Is there a way to remove this limitation ?


https://drive.google.com/file/d/1k5QTUC ... sp=sharing
by Emmanuel
24 Jul 2020
Forum: User Contributed Studies
Topic: Series transformer snippet
Replies: 2
Views: 1498

Re: Series transformer snippet

Absolutely, this can be useful !

Thank you very much
by Emmanuel
24 Jul 2020
Forum: User Contributed Studies
Topic: Black Scholes
Replies: 2
Views: 1377

Re: Black Scholes

Excellent !!!!!!! This is a good idea !!!! This is awesome !!!!!!!!!!!!!!!!!!!!! If we had the Interactive formula, it would be possible to compare. If the difference is small , it could be because of difference of variable , e.g : single variable in one calculus and double in another calculus for t...
by Emmanuel
28 Jun 2020
Forum: MultiCharts .NET
Topic: DTN IQFeed 6.x
Replies: 4
Views: 2277

Re: DTN IQFeed 6.x

Rkhan , It depend if you request 1 min trade data or if you request the Bid / ask data There is only 6 months Tick data are . Bid / Ask are from tic data There is much more Trade Data , I opened chart with trade data this morning, I got data from 2005 til now (4529 bars of 1440 min) @ES#C Did you re...
by Emmanuel
15 May 2020
Forum: MultiCharts .NET
Topic: MultiCharts .NET 12.0 Release 11
Replies: 11
Views: 3602

Re: MultiCharts .NET 12.0 Release 11

Svetlana, I tried Rithmic this week. Unfortunately, Rithmic is very limited in the quantity of data : I downloaded only one volumedelta chart of one future (ES) April May 2020 , and immediately, I received an email telling me , I downloaded too much data : has requested 10050040784 bytes of historic...
by Emmanuel
12 May 2020
Forum: MultiCharts .NET
Topic: How can I get the index of bar of a specific Datetime?
Replies: 3
Views: 2791

Re: How can I get the index of bar of a specific Datetime?

Hoaw !! very interesting and helpful !!!!

This is a good idea !!!

I was looking for this function !!!!!!

Thank you dataheck for this excellent function !!!!

It should be included in Multicharts !!!!!
by Emmanuel
12 May 2020
Forum: User Contributed Studies
Topic: Function To Find Closest Bar Number for Given DateTime
Replies: 2
Views: 1542

Re: Function To Find Closest Bar Number for Given DateTime

Hoaw !! very interesting and helpful !!!!

This is a good idea !!!

I was looking for this function !!!!!!

Thank you Mat for this excellent function !!!!
by Emmanuel
11 May 2020
Forum: MultiCharts .NET
Topic: MultiCharts .NET 12.0 Release 11
Replies: 11
Views: 3602

Re: MultiCharts .NET 12.0 Release 11

Svetlana,

It works !!!!!!!!!

This is awesome !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Svetlana, thank you very much for your help !!!!

Historical data are very important for good testing.
by Emmanuel
10 May 2020
Forum: MultiCharts .NET
Topic: MultiCharts .NET 12.0 Release 11
Replies: 11
Views: 3602

Re: MultiCharts .NET 12.0 Release 11

Svetlana, We tested it on ES continuous futures instrument and were able to download minute data since December 2011; tick data since February 2013. To get continuous data from Rithmic please go to QuoteManager -> Instrument -> Add symbol -> From data source -> Rithmic -> add the current futures con...
by Emmanuel
09 May 2020
Forum: MultiCharts .NET
Topic: Limitation of 3 months of historical data with a resolution 3 points on Multicharts 14 Beta and 12 [SOLVED]
Replies: 2
Views: 1542

Limitation of 3 months of historical data with a resolution 3 points on Multicharts 14 Beta and 12 [SOLVED]

I am unable to get more than 3 months of data on a charts if I request XXX number of bars back as data range with a resolution of 3 points , (or 2 Points or 5 points....) I have data from the 2 / 12 / 2020 : exactly 3 months of data, whatever is the number of points requested or the Future requeste...
by Emmanuel
06 May 2020
Forum: MultiCharts .NET
Topic: MultiCharts .NET 12.0 Release 11
Replies: 11
Views: 3602

Re: MultiCharts .NET 12.0 Release 11

Svetlana, I am trying Rithmic this afternoon, I want add Rithmic as data provider in Multicharts. I signed up There is very few information on their web site. How do we select which exchange we want ? I didn't received any link where we can manage the user account. Which software do we need to insta...
by Emmanuel
05 May 2020
Forum: MultiCharts .NET
Topic: MultiCharts .NET 12.0 Release 11
Replies: 11
Views: 3602

Re: MultiCharts .NET 12.0 Release 11

Svetlana, This is really excellent !!!!!!!!!!!!!! We tested it on ES continuous futures instrument and were able to download minute data since December 2011; tick data since February 2013. Does this mean, that we can have 7 years of Volume profile/Volume Delta charts on ES with Rithmic ? (I get only...
by Emmanuel
04 May 2020
Forum: MultiCharts .NET
Topic: MultiCharts .NET 12.0 Release 11
Replies: 11
Views: 3602

Re: MultiCharts .NET 12.0 Release 11

Good news !!! Thank you

We can get 10 years of tick data with rythmic ?? Does it works with CME e mini contract ? Does they have a continuous ES contract ? (to have continuous quote over multiple contract and multiple date of expiration ?)
by Emmanuel
30 Apr 2020
Forum: User Contributed Studies
Topic: Volume Z-Score
Replies: 1
Views: 1636

Re: Volume Z-Score

good idea ! thank you
by Emmanuel
30 Apr 2020
Forum: User Contributed Studies
Topic: Volatility Bands Area
Replies: 2
Views: 2017

Re: Volatility Bands Area

Good idea !!!!!!!!!!!!! it is more accurate than the bollinger band specially if we work with option. The standard deviation is the most important.

What is black swan event ?

(I am interested as well in option as I follow the courses of powercycletrading.com.)
by Emmanuel
30 Apr 2020
Forum: User Contributed Studies
Topic: Linear Regression Line w/ Difference Histogram
Replies: 3
Views: 2199

Re: Linear Regression Line w/ Difference Histogram

The histogram is good idea Dataheck !!!

It could give an overbought / oversold !!!

Maybe we could add the slope of the trendline in the histogram ?

I always like trendline, it gives a clear idea of the trend.

Dataheck , thank you
by Emmanuel
28 Apr 2020
Forum: MultiCharts .NET
Topic: Is VolumeProfile in strategy optimizer not supported ?!
Replies: 7
Views: 2976

Re: Is VolumeProfile in strategy optimizer not supported ?!

It seem the Volume profile information go trough the charts, as it take a lot of time to retrieve information from the chart to the signal the instruction vp= .... ItemForBar(), take a lot more time than any other instruction Radekj, I did a test with volume profile : it works on chart but not in op...
by Emmanuel
27 Apr 2020
Forum: MultiCharts .NET
Topic: Speed up screen updating during fast markets
Replies: 4
Views: 2236

Re: Speed up screen updating during fast markets

I try opening 4 desktop , it works well, and it is very useful. each speed improvement is very important.

thank you johnromeronc
by Emmanuel
27 Apr 2020
Forum: MultiCharts .NET
Topic: Is VolumeProfile in strategy optimizer not supported ?!
Replies: 7
Views: 2976

Re: Is VolumeProfile in strategy optimizer not supported ?!

Radekj

Do you have a signal to test ?
If you don't put the correct setup in the chart, your volume profile object is null.

If you have signal, I can test it, and look for a solution
by Emmanuel
23 Apr 2020
Forum: MultiCharts .NET
Topic: Loading time of Volume Profile is too slow, and get even slower as your read it.
Replies: 1
Views: 1437

Loading time of Volume Profile is too slow, and get even slower as your read it.

The instruction : vp = VolumeProfiles .ItemForBar (x) to get the volume profile is too slow And it is even slower as you read it from the chart : (As you can read in the log attached) Current : 2000 Total Seconds / (1000 VolumeProfile request) : 5.216 It takes around 5.2 seconds to get 1000 Volume p...
by Emmanuel
30 Mar 2020
Forum: MultiCharts .NET
Topic: Go to Specified bar windows
Replies: 1
Views: 1070

Go to Specified bar windows

Hi,

Is it possible to make the input box of the Bar Number larger ? (in Go to Specified bar windows)

As you can see on the attached picture, we can not see correctly the all number, only the last 4 digit

If I enter a bar number : 112 000 for exemple, I can see only the last 4 number.
by Emmanuel
29 Mar 2020
Forum: MultiCharts .NET
Topic: Speed up screen updating during fast markets
Replies: 4
Views: 2236

Re: Speed up screen updating during fast markets

Hi John,

I am using MC.Net 64 too and MC64. This is an important question. I didn't use different desktop until now. I will try.

This help a lot.

thank you
by Emmanuel
28 Mar 2020
Forum: MultiCharts .NET
Topic: Speed up screen updating during fast markets
Replies: 4
Views: 2236

Re: Speed up screen updating during fast markets

Thank you John This is a very interesting subject. Main Multicharts is limited to 2 instances on one computer. if you detach a windows, it will run on a separate core ???? are you sure ? Normally a detached graph is still referenced in the the Main Multicharts . It would be helpfull to have more det...
by Emmanuel
15 Feb 2020
Forum: MultiCharts .NET
Topic: Volume Delta, with Incorrect number ?
Replies: 4
Views: 2654

Re: Volume Delta, with Incorrect number ?

Thank you Sveltlana,

It may be useful to have access to this data in the quotemanager
by Emmanuel
15 Feb 2020
Forum: MultiCharts .NET
Topic: VolumeProfile ItemForBar returns allways null
Replies: 2
Views: 1723

Re: VolumeProfile ItemForBar returns allways null

Thank you very much et1hugo ! you must use _ShortTermBars.FullSymbolData.Current - 1 to have a correct bar number Otherwise your vp.Close won't match Bar.Close[0]. https://www.multicharts.com/trading-software/index.php/4.7.6_Volume_Profile -1 is necessary, I checked it. IProfile shortTermVolumeProfi...
by Emmanuel
29 Jan 2020
Forum: MultiCharts .NET
Topic: Cumulative Delta inconsistencies
Replies: 11
Views: 4942

Re: Cumulative Delta inconsistencies

Lordongi, I was thinking the delta come directly from the server , you should not have this inconsistencies. Maybe it depend on your data provider. Maybe with CQG the Delta is calculated in multicharts with the tic data ? in Real time did you check the tic data ID number in the quotemanager ? In rea...
by Emmanuel
29 Jan 2020
Forum: MultiCharts .NET
Topic: Use of VariableSeries<double> vars inside class?
Replies: 5
Views: 2061

Re: Use of VariableSeries<double> vars inside class?

Hi RonS, Normally, it is the other way around : inside your strategy and inside your function : if you put a breakpoint on each : protected override void CalcBar(){ and if you check the Bars.CurrentBar value in debug mode You will see the function is always called first , then the signal. it is diff...
by Emmanuel
28 Jan 2020
Forum: MultiCharts .NET
Topic: Use of VariableSeries<double> vars inside class?
Replies: 5
Views: 2061

Re: Use of VariableSeries<double> vars inside class?

Hi RonS You have existing example : look at Mov_Avg_1_Line indicator 1/ at the initialisation you have public class Mov_Avg_1_Line : IndicatorObject { private VariableSeries<Double> m_avg; 2/ inside protected override void Create(){ you have m_avg = new VariableSeries<Double>(this); 3/ inside protec...
by Emmanuel
28 Jan 2020
Forum: MultiCharts .NET
Topic: Volume Delta, with Incorrect number ?
Replies: 4
Views: 2654

Re: Volume Delta, with Incorrect number ?

Hello Svetlana, THANK YOU SO MUCH for your answer !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! It is very clear now !!!! I can see well the setup on the captured image. Ask Traded vs Bid Traded status is not calculated locally by MultiCharts, but provided by IQfeed. I didn't know this inf...
by Emmanuel
22 Jan 2020
Forum: MultiCharts .NET
Topic: Volume Delta, with Incorrect number ?
Replies: 4
Views: 2654

Volume Delta, with Incorrect number ?

Hi, I am using Multicharts 12 19401 and MultiCharts .NET64 OpenBeta Version 14.0 (Build 19286) When I check the data tic by tic , I see clearly a difference between the Volume delta Bar and the count of the volume Tick by tick. As you can see on the video, I count the tic carefully and the total don...
by Emmanuel
08 Jan 2020
Forum: MultiCharts
Topic: MULTICHARTS 12.0 RELEASE 9
Replies: 13
Views: 4514

Re: MULTICHARTS 12.0 RELEASE 9

Thank you Henry for your answer.

I voted as well on https://www.multicharts.com/pm/public/m ... ues/MC-517

Thank you for your help
by Emmanuel
08 Jan 2020
Forum: MultiCharts
Topic: MULTICHARTS 12.0 RELEASE 9
Replies: 13
Views: 4514

Re: MULTICHARTS 12.0 RELEASE 9

I agree with Janus, IG markets is the #1 in the world for CFD, IG markets is 180 000 customers in the world (and growing) and IG have offices all around the world. (Australia, UK, Germany, France, Spain, USA, Italia, Sweden, Luxembourg, Portugal, Suisse, ect , etc ....) A lot of customer need this i...
by Emmanuel
02 Mar 2019
Forum: MultiCharts
Topic: IB TWS historical data request pacing violation
Replies: 13
Views: 8426

Re: IB TWS historical data request pacing violation

I agree,

Thank you Smoky !
by Emmanuel
02 Mar 2019
Forum: MultiCharts
Topic: IB TWS historical data request pacing violation
Replies: 13
Views: 8426

Re: IB TWS historical data request pacing violation

TJ,

Do you mean that , if we pay IB more, we won't get this message "pacing violation" ?

Or do you mean to sign up with another data provider ?
by Emmanuel
01 Mar 2019
Forum: MultiCharts
Topic: IB TWS historical data request pacing violation
Replies: 13
Views: 8426

Re: IB TWS historical data request pacing violation

Hi


The best solution , for me, is to use IQFeed as data provider, and FXCM as data contributor (In IQfeed).

The data of Interactive Broker and the data of the FXCM contributor are almost identical. (for the moment in 2019, Feb )

Like that, you avoid any pacing violation warning
by Emmanuel
06 Feb 2019
Forum: MultiCharts
Topic: bridge between MT and MC [SOLVED]
Replies: 13
Views: 4888

Re: bridge between MT and MC [SOLVED]

Thank you for answer Chipeur !!

Chipeur le renard is a french name ? are you from France ? I am !
by Emmanuel
06 Feb 2019
Forum: MultiCharts
Topic: MT4 Bridge
Replies: 9
Views: 5241

Re: MT4 Bridge

Smoky

How much would a "custom package" cost ?

Is it possible to try it ?
by Emmanuel
06 Feb 2019
Forum: MultiCharts
Topic: Account MT4 and MC at the same time
Replies: 10
Views: 5301

Re: Account MT4 and MC at the same time

Smoky

Did you make this video regarding your bridge between MC and MT 4 ?

Do you have more information regarding your bridge ?

Can we try it ?
by Emmanuel
06 Feb 2019
Forum: MultiCharts
Topic: bridge between MT and MC [SOLVED]
Replies: 13
Views: 4888

Re: bridge between MT and MC [SOLVED]

Is it possible to send order from Multicharts to MT 4 via DDE ?
by Emmanuel
08 Nov 2018
Forum: MultiCharts .NET
Topic: How to synchronise the updates of tic in playback mode ? [SOLVED]
Replies: 2
Views: 1436

Re: How to synchronise the updates of tic in playback mode ? [SOLVED]

Hello Henry,

Thank you for your answer.

Multicharts .NET is awesome !!!!! Thank you for your help , thank you to all the Multicharts team !!!!!
by Emmanuel
07 Nov 2018
Forum: MultiCharts .NET
Topic: How to synchronise the updates of tic in playback mode ? [SOLVED]
Replies: 2
Views: 1436

How to synchronise the updates of tic in playback mode ? [SOLVED]

Hi The time necessary to do the calculus of my signal can take 200 Milliseconds to 3 seconds. As the playback mode is asynchrone, MC is updating tic after tic at the speed selected even if the calculus of the indicator is not finish . which bring some random error in the signal. Is there a way to ma...
by Emmanuel
08 Sep 2018
Forum: MultiCharts .NET
Topic: returning multiple values from c# function
Replies: 4
Views: 2337

Re: returning multiple values from c# function

Hi 1/ It is possible to get multiple answer is you send in a function an array by ref . (or an object by ref) The function just fill the array. 2/ It is possible to work with Framework 4.6 with MC you just have to select the Framework in VS after opening the project then you can compile in Framework...
by Emmanuel
15 May 2018
Forum: MultiCharts .NET
Topic: MULTICHARTS .NET 12.0 BETA 2
Replies: 3
Views: 2045

Re: MULTICHARTS .NET 12.0 BETA 2

Hello Henry , Thank you to you and all the Multicharts team !!!!!!!!!!!!!! MultiCharts .NET64 12.0 Beta 2 is awesome !!!! Congratulation ! Thank you very much for adding more more Playback Speeds!!!! It is stable and works well. I am testing it. the matrix optimization is really interesting ! And th...
by Emmanuel
22 Dec 2017
Forum: MultiCharts .NET
Topic: Could we have Playback speed updates : 125, 150, 200, 500, 1250, 1500 , 2000 ?
Replies: 3
Views: 1581

Re: Could we have Playback speed updates : 125, 150, 200, 500, 1250, 1500 , 2000 ?

Hello Svetlana, We need to control the speed programmatically . With it we have an accurate control of the speed. In this case we don't need the command line toolbar to change it. As for the item #3, if we control the speed programmatically we can detect the interesting period programmatically,(with...
by Emmanuel
13 Dec 2017
Forum: MultiCharts .NET
Topic: Could we have Playback speed updates : 125, 150, 200, 500, 1250, 1500 , 2000 ?
Replies: 3
Views: 1581

Could we have Playback speed updates : 125, 150, 200, 500, 1250, 1500 , 2000 ?

Hi We have a Playback speed of 1/10, ........, 1,2,3,4,5,6,7,8,9,10, 15 , 20 , 25,30 ,50,100, 1000,10000 updates every second From 100 to 1000 and from 1000 to 10000, we don't have any intermediary speed. Thoses step are udge . 1/ Could we have a 125, 150, 200, 500, and 1250, 1500, 2000, 3000, 5000,...
by Emmanuel
07 Dec 2017
Forum: MultiCharts .NET
Topic: Bug with Playback MC.NET and 30 Ticks /15Ticks ? [SOLVED]
Replies: 5
Views: 2252

Re: Bug with Playback MC.NET and 30 Ticks /15Ticks ? [SOLVED]

Hello Anna,

I just sent you the link !!!:)
by Emmanuel
06 Dec 2017
Forum: MultiCharts .NET
Topic: Bug with Playback MC.NET and 30 Ticks /15Ticks ? [SOLVED]
Replies: 5
Views: 2252

Re: Bug with Playback MC.NET and 30 Ticks /15Ticks ? [SOLVED]

Hello Anna !! Thank you for your help ! you are right it is in my DBase !!!! in the Cache !!!! As soon as I "Clear Cache"in the Quote manager, I restarted the MC, and all came back to normal . It is not the first time It happened, I made a copy of my DBase before clearing the cache for you to see wh...
by Emmanuel
05 Dec 2017
Forum: MultiCharts .NET
Topic: Bug with Playback MC.NET and 30 Ticks /15Ticks ? [SOLVED]
Replies: 5
Views: 2252

Bug with Playback MC.NET and 30 Ticks /15Ticks ? [SOLVED]

Hi I am using a 30 ticks charts and 15 ticks charts , with the last version of MC. NET V 11 15391 with Windows 8.1 1/ I have an incorrect High and Low on the last bar when I Jump and run the playback. 2/ the chart is running on the right side, I can not see any more the last bar. 3/ I am getting an ...
by Emmanuel
30 Jul 2016
Forum: MultiCharts .NET
Topic: Command Line to Pause and Resume Playback ? [SOLVED]
Replies: 2
Views: 2351

Re: Command Line to Pause and Resume Playback ? [SOLVED]

Hi Henry Thank you very much it works :) I use Control A as a short cut , Here is an example I use: (to help other user) [DllImport("USER32.DLL", CharSet = CharSet.Unicode)] public static extern IntPtr FindWindow(string lpClassName, string lpWindowName); // Activate an application window. [DllImport...
by Emmanuel
22 Jul 2016
Forum: MultiCharts .NET
Topic: MultiCharts .NET tutorials
Replies: 17
Views: 21055

Re: MultiCharts .NET tutorials

Hi Josh

TradingCode.Net is really excellent and clear and very helpful !!!!!!!

Thank you so much Josh !!!!!!!!!!
by Emmanuel
22 Jul 2016
Forum: MultiCharts .NET
Topic: Command Line to Pause and Resume Playback ? [SOLVED]
Replies: 2
Views: 2351

Command Line to Pause and Resume Playback ? [SOLVED]

Hi, Do we have a Command Line to Pause and to Resume the Playback in Multicharts ? I see the list here : http://www.multicharts.com/trading-software/index.php/MultiCharts_Work_Area#The_List_of_Supported_Commands but I am not sure if it exist or not. How can we Pause and resume the playback from the ...
by Emmanuel
01 Jun 2015
Forum: MultiCharts .NET
Topic: MC.NET 8.5RC: REFERENCE NOT COMPATIBLE Framework 3.5 [SOLVED]
Replies: 6
Views: 6111

Re: MC.NET 8.5RC: REFERENCE NOT COMPATIBLE Framework 3.5 [SOLVED]

Thank you Henry and to all Multicharts team !!!!

Emmanuel
by Emmanuel
01 Jun 2015
Forum: MultiCharts .NET
Topic: ERROR : "Enable to evaluate the expression" on breakpoint [SOLVED]
Replies: 36
Views: 13699

Re: ERROR : "Enable to evaluate the expression" on breakpo [SOLVED]

Thank you Henry and to all Multicharts team !!!!

Emmanuel
by Emmanuel
20 Mar 2015
Forum: MultiCharts .NET
Topic: add a web page "ADD ON" for Multicharts .NET
Replies: 1
Views: 1562

add a web page "ADD ON" for Multicharts .NET

Hi Would it be possible to add a web page "ADD ON" for Multicharts .NET ? It would be interesting to have list of tools available for Multicharts .NET I am thinking for example about an excellent tool like "Diamond Backtesting & Walk Forward Manager" http://www.profsoftware.com/bt/ it is very comple...
by Emmanuel
20 Mar 2015
Forum: MultiCharts .NET
Topic: averageTrueRange not working correctly with BarsOfData2 [SOLVED]
Replies: 3
Views: 2996

Re: averageTrueRange not working correctly with BarsOfData2 [SOLVED]

Hello Henry Thank you very much for your solution !!!! :) Thank you to the engineer team too !!! It works !!! I give the #datastream in sub create and sub calcbar and it work !! I didn't know that we could write in the calcbar: m_atr.Value = this.AverageTrueRange(atrlength, 0, IndexMemoireBarsOfData...
by Emmanuel
06 Mar 2015
Forum: MultiCharts .NET
Topic: averageTrueRange not working correctly with BarsOfData2 [SOLVED]
Replies: 3
Views: 2996

averageTrueRange not working correctly with BarsOfData2 [SOLVED]

Hi I am developing a new indicator : averageTrueRange on the BarsOfData(2) (see the attached example average_True_Range_BarsOfData2.pln) but if I compare it, to the regular indicator averageTrueRange. (if I put the regular indicator averageTrueRange manualy on barOfData 2) I get a different results ...
by Emmanuel
06 Mar 2015
Forum: MultiCharts .NET
Topic: (ADX)AddIndicator("ADX") Can you specify which datastream ?
Replies: 7
Views: 5176

Re: (ADX)AddIndicator("ADX") Can you specify which datastrea

It is good news, it will be solve with Beta 1

Thank you very much for your answer Henry !!!!
by Emmanuel
20 Feb 2015
Forum: MultiCharts .NET
Topic: (ADX)AddIndicator("ADX") Can you specify which datastream ?
Replies: 7
Views: 5176

Re: (ADX)AddIndicator("ADX") Can you specify which datastrea

Hi Henry

Do you know when MultiCharts 9.1 beta1 could be release approximately ?

Kind Regards

Emmanuel
by Emmanuel
20 Feb 2015
Forum: MultiCharts .NET
Topic: (ADX)AddIndicator("ADX") Can you specify which datastream ?
Replies: 7
Views: 5176

Re: (ADX)AddIndicator("ADX") Can you specify which datastrea

Hi Henry Most of the function need the datastream when you create the object (after most of the function don't work properly when you change the datastream in startcalc()) In " protected override void Create() , "to select the datastream in (ADX)AddIndicator("ADX") you need to have a datatream avail...
by Emmanuel
20 Feb 2015
Forum: MultiCharts .NET
Topic: (ADX)AddIndicator("ADX") Can you specify which datastream ?
Replies: 7
Views: 5176

(ADX)AddIndicator("ADX") Can you specify which datastream ?

Hi When you call : m_adx_indic = (ADX)AddIndicator("ADX") (see example below) Can you specify which datastream you are using ? (BarsOfData(1...N).Close). At the creation of an object, in "protected override void Create() ", you need to give the datastream to the function : m_adx1 = new Function.ADX(...
by Emmanuel
04 Feb 2015
Forum: MultiCharts .NET
Topic: How can we use macro in multicharts.NET ?
Replies: 6
Views: 2209

Re: How can we use macro in multicharts.NET ?

Henry

There is no shortkey for optimisation,
Optimisation criteria, option exhaustive/genetic
Optimizable input
export to excel the results

Would it be possible to add them ?

This would be excellent
by Emmanuel
04 Feb 2015
Forum: MultiCharts .NET
Topic: Unable to debug in VB [SOLVED]
Replies: 12
Views: 6085

Re: Unable to debug in VB [SOLVED]

Hi

I don t think this issue was solved with vs2012

Emmanuel
by Emmanuel
04 Feb 2015
Forum: MultiCharts .NET
Topic: How can we use macro in multicharts.NET ?
Replies: 6
Views: 2209

Re: How can we use macro in multicharts.NET ?

Hello Henry

Thank you very much for your answer .

With the shortkey we can access a lot ! (I didn t know this possibility)

Multicharts is the best !

It is what I need

Thank you

Emmanuel
by Emmanuel
04 Feb 2015
Forum: MultiCharts .NET
Topic: How can we use macro in multicharts.NET ?
Replies: 6
Views: 2209

Re: How can we use macro in multicharts.NET ?

Hello Henry From .net in multicharts, we can't open a new charts with the study? And change the Setting? Are you sure? I red months ago on the website of multicharts that multicharts would include macro to open charts, etc. ( a little like excel with its macro in vb) Henry, maybe I was dreaming ? I ...
by Emmanuel
04 Feb 2015
Forum: MultiCharts .NET
Topic: How can we use macro in multicharts.NET ?
Replies: 6
Views: 2209

How can we use macro in multicharts.NET ?

Hello How can we use macro in multicharts.NET ? I need to create, workspace, charts windows , inserting instrument, modify chart setting from .NET I need to insert study, insert signal, modify signal setting, start optimization, get back the results from .NET How do we do it in Multicharts . NET fro...
by Emmanuel
02 Feb 2015
Forum: MultiCharts .NET
Topic: I can not add symbol with Lmax.
Replies: 9
Views: 4177

Re: I can not add symbol with Lmax.

Hello HyperScalper

Thank you for your answer.

I went to https://s3-eu-west-1.amazonaws.com/lmax ... -vwap.html

And see this , see attached file

Is it the code behind ?

Emmanuel
by Emmanuel
02 Feb 2015
Forum: MultiCharts .NET
Topic: I can not add symbol with Lmax.
Replies: 9
Views: 4177

Re: I can not add symbol with Lmax.

Hi I contacted Lmax , they propose 5 level DOM. They told me they can propose more level, but the software (of MC? or the web interface used by MC) can handle only 5 level at the moment. Do you know if it is true this 5 level limitation ? Do you know how we can see the DOM data in the quote manager ...
by Emmanuel
27 Mar 2014
Forum: MultiCharts .NET
Topic: How do we limit the number of thread if MC is multithreading [SOLVED]
Replies: 2
Views: 2937

Re: How do we limit the number of thread if MC is multithrea [SOLVED]

Hello Henry

This is excellent !!!!! It works very well !!

:):):)

Thank you very much , It is Very usefull and very necessary.

Like that I can adjust Multicharts depending on the need.

Thank you very much Henry

Emmanuel
by Emmanuel
22 Mar 2014
Forum: MultiCharts .NET
Topic: How do we limit the number of thread if MC is multithreading [SOLVED]
Replies: 2
Views: 2937

How do we limit the number of thread if MC is multithreading [SOLVED]

Hi How do we limit the number of thread when we optimize our input of strategy backtesting ? How do we limit the number of thread when MC is multithreading, in backtesting ? Which registry do we have to modify ? to use only 1 or 2 thread in the same time when we do an optimization of variable in our...
by Emmanuel
08 Feb 2014
Forum: MultiCharts .NET
Topic: installation MC 8.8, how do we choose the path of DBase ? [SOLVED]
Replies: 2
Views: 1494

installation MC 8.8, how do we choose the path of DBase ? [SOLVED]

Hello When we install Muliticharts 8.8, we can choose the path of installation, But how do we choose the path of the database of Multicharts ? I installed Multicharts on G:, I see Multicharts in G:\Program Files\TS Support but I don't see its Database on G: I see it in C:\ProgramData\TS Support\Mult...
by Emmanuel
05 Dec 2013
Forum: MultiCharts .NET
Topic: Multicharts 8.8/MCFX : Updater64
Replies: 1
Views: 1275

Multicharts 8.8/MCFX : Updater64

Hello I installed Multicharts .NET 8.8 this morning, and I didn't have anymore access to MCFX data. As usual I added the little software (Updater64) to update Multicharts .NET 8.8 to make it work. As usual for a new installation, I added user name and the password in the MCFX Data Feed configuration...
by Emmanuel
13 Aug 2013
Forum: MultiCharts .NET
Topic: MultiCharts .NET 8.7 Release New Builds 7635/7636
Replies: 7
Views: 6236

Re: MultiCharts .NET 8.7 Release New Builds 7635/7636

Hi I still have error (see Capture1.jpg attached) each time I start Visual Studio 2010 and MultiCharts .NET 8.7 Release New Builds 7635/7636 Thoses error disappear if I import 2 namespace : PowerLanguage.Indicator and PowerLanguage.Strategy, BUT I HAVE TO IMPORT EACH TIME I start Visual Studio 2010 ...
by Emmanuel
12 Aug 2013
Forum: MultiCharts .NET
Topic: MultiCharts .NET 8.7 Release New Builds 7635/7636
Replies: 7
Views: 6236

Re: MultiCharts .NET 8.7 Release New Builds 7635/7636

Congratulation !!!!! MC .NET 8.7 is excellent :) :) :)

THANK YOU to all Multicharts team !!!!!!!

Have a wonderful day because my day will be excellent with the new MC .NET 8.7 !!!!!!!!!!

Emmanuel
by Emmanuel
12 Aug 2013
Forum: MultiCharts .NET
Topic: MultiCharts .NET 8.7 Release New Builds 7635/7636
Replies: 7
Views: 6236

Re: MultiCharts .NET 8.7 Release New Builds 7635/7636

Hi

I had some missing reference in the VB project, with this release : (I had some minor error)

I fix them by importing some namespaces , see the attached file:

at the bottom of the properties of the VB2010 Project : the checkbox "Imported Namespaces" in the PLStudiesVB2010.
by Emmanuel
10 May 2013
Forum: MultiCharts .NET
Topic: ERROR : "Enable to evaluate the expression" on breakpoint [SOLVED]
Replies: 36
Views: 13699

Re: ERROR : "Enable to evaluate the expression" on breakpo [SOLVED]

Hello Henry, This is excellent news !!! we have an answer !!!!! :) (This bug is really annoying.) Thank you very much for asking an hotfix, Now , Microsoft, will fix this bug for sure !!!! Thank you very much for your persistence . This is because of the quality of your work that Multicharts is the ...
by Emmanuel
15 Mar 2013
Forum: MultiCharts .NET
Topic: Can we have access to the code of the function ? [SOLVED]
Replies: 4
Views: 3441

Re: Can we have access to the code of the function ? [SOLVED]

Hello Henry, I didn't know this this.Bars.Close return the price value according to the price scale of your chart. m_avg.Value returns the calculated average value using double values. In math the following expression is always true A == ( A / B ) * B Thank you very much for this link, I knew about ...
by Emmanuel
13 Mar 2013
Forum: MultiCharts .NET
Topic: Can we have access to the code of the function ? [SOLVED]
Replies: 4
Views: 3441

Why the results between signal and indicator different ? [SOLVED]

Hi Why are the results between a signal and an indicator different for the same function ? For exemple : if we use AverageFC as an indicator then as a signal, the results are a little bit different In the attached file, you can see the AverageFC, is represented by Var3(0) (I get the some difference ...
by Emmanuel
11 Mar 2013
Forum: MultiCharts .NET
Topic: Can we have access to the code of the function ? [SOLVED]
Replies: 4
Views: 3441

Re: Can we have access to the code of the function ? [SOLVED]

Hi I found a difference of results between a signal and an indicator for the same function : AverageFC See the attached files : at the last line : VAR2(1) : AverageFC Why a difference of results between a signal and an indicator ? If we have access to the source code, we will able to find the reason...
by Emmanuel
11 Mar 2013
Forum: MultiCharts .NET
Topic: Can we have access to the code of the function ? [SOLVED]
Replies: 4
Views: 3441

Can we have access to the code of the function ? [SOLVED]

Hi, I am using Mov_Avg_1_Line indicator, I check results of the AverageFC function, I found some annoying difference number in my code : The best way to see it is to make an average of 1 bars: As you can know it is an average of the last close bar. We should find as the results, Average bar.close = ...
by Emmanuel
08 Mar 2013
Forum: MultiCharts .NET
Topic: MC.NET 8.5RC: REFERENCE NOT COMPATIBLE Framework 3.5 [SOLVED]
Replies: 6
Views: 6111

Re: MC.NET 8.5RC: REFERENCE NOT COMPATIBLE Framework 3.5 [SOLVED]

Hi As I added this DLL as reference in the PowerLanguage editor , Then I exported the studies to save them, I get the following error message : It seem the try to export the DLL as well ? but I get this warning message attached : (assembly file not found) After importing on a second computer, the in...
by Emmanuel
07 Mar 2013
Forum: MultiCharts .NET
Topic: MC.NET 8.5RC: REFERENCE NOT COMPATIBLE Framework 3.5 [SOLVED]
Replies: 6
Views: 6111

Re: MC.NET 8.5RC: REFERENCE NOT COMPATIBLE Framework 3.5 [SOLVED]

Hi Henry ! This is excellent !!!!!!!!!!!!!!!!!!!!!! You always find the solution !!!!! It works !!!!!!!!! This is really strange to be able to watch variable in the DLL , but not in the indicator MC. I don't see why not, this is clearly a bug of VS 2010 / 2012 1/ With this dll I can watch any variab...
by Emmanuel
06 Mar 2013
Forum: MultiCharts .NET
Topic: ERROR : "Enable to evaluate the expression" on breakpoint [SOLVED]
Replies: 36
Views: 13699

Re: ERROR : "Enable to evaluate the expression" on breakpo [SOLVED]

Hi Henry, Hi Dave, I see that the new MC 8.5 RC seem not anymore compatible with VS 2008 https://www.multicharts.com/discussion/viewtopic.php?f=19&t=12780&p=60271#p60271 Which mean that we won't be able to evaluate expression on breakpoint. We have a solution : The VB indicator of C#indicator, or fu...
by Emmanuel
06 Mar 2013
Forum: MultiCharts .NET
Topic: MC.NET 8.5RC: REFERENCE NOT COMPATIBLE Framework 3.5 [SOLVED]
Replies: 6
Views: 6111

MC.NET 8.5RC: REFERENCE NOT COMPATIBLE Framework 3.5 [SOLVED]

MC.NET 8.5 RC : REFERENCE NOT COMPATIBLE Framework 3.5 Hi I am using VS 2008, to be able to debug on breakpoint with VB. As I installed the new MULTICHARTS .NET 8.5 RC, As I rebuilded the solution with VS 2008 , I got multiple errors because the " system can not find the reference specified " We can...
by Emmanuel
05 Mar 2013
Forum: MultiCharts .NET
Topic: 8.5 RC - PL Editor Windows [SOLVED]
Replies: 3
Views: 2854

Re: 8.5 RC - PL Editor Windows [SOLVED]

Hi

I got the same earlier

Emmanuel
by Emmanuel
05 Mar 2013
Forum: MultiCharts .NET
Topic: MULTICHARTS .NET 8.5 RELEASE CANDIDATE
Replies: 11
Views: 4631

Re: MULTICHARTS .NET 8.5 RELEASE CANDIDATE

Hi Henry Thank you for your answer, As soon as I open the scanner windows the first time, (View tab->Show scanner window) I close and restart MC, and the error did show up anymore. (I didn't had any symbol in it because it was the first time I saw it.) :) :) :) Thank you very much !!!!!!! :) :) :) E...
by Emmanuel
05 Mar 2013
Forum: MultiCharts .NET
Topic: MULTICHARTS .NET 8.5 RELEASE CANDIDATE
Replies: 11
Views: 4631

Re: MULTICHARTS .NET 8.5 RELEASE CANDIDATE

Hi Henry, Thank you for your answer, I understand, this a problem with VS, I am trying to find a solution in between because otherwise we may have wait years before Microsoft fix this error. And because as now MC 8.5 RC is in .NET Framework 4.0 , It will be more and more difficult to use .NET Framew...
by Emmanuel
05 Mar 2013
Forum: MultiCharts .NET
Topic: MULTICHARTS .NET 8.5 RELEASE CANDIDATE
Replies: 11
Views: 4631

Re: MULTICHARTS .NET 8.5 RELEASE CANDIDATE

Hi When I start MC 8.5 RC, if I want to use locally store data (see attached file capture8.jpg) I get an error each time , (see attached file capture9.jpg) : "Impossible to switch Data Server Mode, close all charts, scanner, quotemanager" , but all windows are already closed because I am starting MC...
by Emmanuel
05 Mar 2013
Forum: MultiCharts .NET
Topic: MULTICHARTS .NET 8.5 RELEASE CANDIDATE
Replies: 11
Views: 4631

Re: MULTICHARTS .NET 8.5 RELEASE CANDIDATE

Hi

On MULTICHARTS .NET 8.5 RC, we don't have VB examples in the installation,

We have the examples of the discussion forum,

1/ It would be nice to have them in MULTICHARTS .NET 8.5 installation, we would avoid to reinstall them each time manually.

Emmanuel
by Emmanuel
05 Mar 2013
Forum: MultiCharts .NET
Topic: MULTICHARTS .NET 8.5 RELEASE CANDIDATE
Replies: 11
Views: 4631

Re: MULTICHARTS .NET 8.5 RELEASE CANDIDATE

Hello Dave Thank you for your quick answer, we was able to find the solution with your answer : You can see the strange behavior of the Powereditor with all it windows out of the editor (see the attached file (capture6.jpg)) When I reinstalled the first time MC 8.5 RC, I didn't check the box, "remov...
by Emmanuel
04 Mar 2013
Forum: MultiCharts .NET
Topic: MULTICHARTS .NET 8.5 RELEASE CANDIDATE
Replies: 11
Views: 4631

Re: MULTICHARTS .NET 8.5 RELEASE CANDIDATE

Hi If open the navigator window (menu : view , Navigator) The window "Studies" appear, but out of the windows "Powerlanguage .NET Editor" As soon as you click on the windows "Powerlanguage .NET Editor", the window "Studies" disappear behind the windows "Powerlanguage .NET Editor" and you can not wor...
by Emmanuel
04 Mar 2013
Forum: MultiCharts .NET
Topic: MULTICHARTS .NET 8.5 RELEASE CANDIDATE
Replies: 11
Views: 4631

Re: MULTICHARTS .NET 8.5 RELEASE CANDIDATE

Hi I tried the new Multicharts 8.5 Release Candidate, and the challenge is still there I can see that we compile with .NET Framework 4.0, but as you can see with the attached file, we can not still "Enable to evaluate the expression" on breakpoint. As we tried with , Henry, earlier , we have the sam...
by Emmanuel
04 Mar 2013
Forum: MultiCharts .NET
Topic: ERROR : "Enable to evaluate the expression" on breakpoint [SOLVED]
Replies: 36
Views: 13699

ERROR : "Enable to evaluate the expression" on breakpoint [SOLVED]

Hi I tried the new Multicharts 8.5 Release Candidate, and the challenge is still there I can see that we compile with .NET Framework 4.0, but as you can see with the attached file, we can not still "Enable to evaluate the expression" on breakpoint. As we tried with , Henry, earlier , we have the sam...
by Emmanuel
08 Feb 2013
Forum: MultiCharts .NET
Topic: Backtesting Programatically [SOLVED]
Replies: 6
Views: 3635

Re: Backtesting Programatically [SOLVED]

Hi


Absolutely, this feature is very interesting,

I vote for it.

1 Vote

Emmanuel
by Emmanuel
08 Feb 2013
Forum: MultiCharts .NET
Topic: Multitasking : Unable to Add Refer, compatible Framework 4.0 [SOLVED]
Replies: 8
Views: 4744

Re: Multitasking : Unable to Add Refer, compatible Framework [SOLVED]

Henry,

Thank you Henry for this fantastic news !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

This will help a lot !

Emmanuel
by Emmanuel
01 Feb 2013
Forum: MultiCharts .NET
Topic: ERROR : "Enable to evaluate the expression" on breakpoint [SOLVED]
Replies: 36
Views: 13699

Re: ERROR : "Enable to evaluate the expression" on breakpo [SOLVED]

Hi Henry

If I try Native only, Multicharts won't stop on the breakpoint

MC .NET will draw the indicator without stoping on the breakpoint

MC .Net will stop only if I leave in Automatic

But then , I get : " unable to evaluate the expression."

Emmanuel
by Emmanuel
01 Feb 2013
Forum: MultiCharts .NET
Topic: ERROR : "Enable to evaluate the expression" on breakpoint [SOLVED]
Replies: 36
Views: 13699

Re: ERROR : "Enable to evaluate the expression" on breakpo [SOLVED]

Hi Henry I tested this morning again MC Beta 2, with VS 2012, and I am still enable to evaluate the expression on breakpoint under VB On internet, I red few months ago, that this error could be because, "Native" was unchecked, when I attached the process (See attached Capture1.jpg) But when I check ...
by Emmanuel
23 Jan 2013
Forum: User Contributed Studies
Topic: Permission regarding Stock and Commodities ...
Replies: 1
Views: 2211

Permission regarding Stock and Commodities ...

Hi I am looking for ways to pass good words about Multicharts , because it is really an excellent software. I will develop new technical indicator in the next few weeks, like the ChartMill Value of the Stock and Commodities of January - February 2013. I will share it on this discussion forum. And I ...
by Emmanuel
23 Jan 2013
Forum: MultiCharts .NET
Topic: Multitasking : Unable to Add Refer, compatible Framework 4.0 [SOLVED]
Replies: 8
Views: 4744

Re: Multitasking : Unable to Add Refer, compatible Framework [SOLVED]

Hello Henry


Thank you very much for taking this important point in consideration.

This is important . It would be a big improvment.

Thank you for your answer.

Emmanuel
by Emmanuel
23 Jan 2013
Forum: MultiCharts .NET
Topic: Multitasking : Unable to Add Refer, compatible Framework 4.0 [SOLVED]
Replies: 8
Views: 4744

Re: Multitasking : Unable to Add Refer, compatible Framework [SOLVED]

Hi, As far as I know this functionality has been already requested in the other threads and MC team is looking into adding it in one of the future versions. The main interest for MC .NET is to be able to take advantage of the .NET technology. And Multithreading programming is one of the most importa...
by Emmanuel
22 Jan 2013
Forum: MultiCharts .NET
Topic: Multitasking : Unable to Add Refer, compatible Framework 4.0 [SOLVED]
Replies: 8
Views: 4744

Multitasking : Unable to Add Refer, compatible Framework 4.0 [SOLVED]

Hi, We are using Visual Studio 2010, with parallel programming, for multithreading process to take advantage of the multitask processor, for faster results. I tried to add a DLL as reference in the PowerLanguage Editor . (see the Attached DLL) But I get an error message : Could not load file or asse...
by Emmanuel
19 Jan 2013
Forum: MultiCharts .NET
Topic: MC .NET 8.5 Beta2 : PowerLanguageEditor became invisible [SOLVED]
Replies: 3
Views: 2840

Re: MC .NET 8.5 Beta2 : PowerLanguageEditor became invisible [SOLVED]

Hi Dru !!! You are a genius !!!!! THANK YOU VERY MUCH DRU !!! This is exactly the information I was looking for !!!!! Close PLEditor.NET and delete registry key [HKEY_CURRENT_USER\Software\TS Support\MultiCharts .NET\PLEditor] or [HKEY_CURRENT_USER\Software\TS Support\MultiCharts .NET64\PLEditor] if...
by Emmanuel
18 Jan 2013
Forum: MultiCharts .NET
Topic: MC .NET 8.5 Beta2 : PowerLanguageEditor became invisible [SOLVED]
Replies: 3
Views: 2840

MC .NET 8.5 Beta2 : PowerLanguageEditor became invisible [SOLVED]

Hi As I am using MC .NET 8.5 Beta2 , PowerLanguageEditor .NET, became invisible !!! I can start it, I see its icon at the bottom of the screen, I can see it in the task manager, but I can not see anymore the PowerLanguageEditor window. I restarted the computer, I reinstalled MC .NET 8.5 Beta2. I sti...
by Emmanuel
17 Jan 2013
Forum: User Contributed Studies
Topic: Relative Range
Replies: 1
Views: 2395

Re: Relative Range

Cool MK

Interesting !!

Emmanuel
by Emmanuel
17 Jan 2013
Forum: User Contributed Studies
Topic: VB example code [SOLVED]
Replies: 13
Views: 8792

Re: VB example code [SOLVED]

Hi

Thank you Henry !!!!!!!!!!!!!!!!

Emmanuel
by Emmanuel
17 Jan 2013
Forum: MultiCharts .NET
Topic: MC .NET 8.5 Beta2 : No indicator and no signal in VB ???? [SOLVED]
Replies: 7
Views: 5096

Re: MC .NET 8.5 Beta2 : No indicator and no signal in VB ??? [SOLVED]

Hello Henry ,

This is perfect !!!!!!!! Thank you VERY MUCH !!!!!!

We can develop much more as we have examples.

This is so cool !!!!! Now we can have fun !!! developping technical indicator !!!


Emmanuel
by Emmanuel
10 Jan 2013
Forum: MultiCharts .NET
Topic: MC .NET 8.5 Beta2 : No indicator and no signal in VB ???? [SOLVED]
Replies: 7
Views: 5096

Re: MC .NET 8.5 Beta2 : No indicator and no signal in VB ??? [SOLVED]

Hello Henry,

Thank you very much , this is a great !!!!!! .

In this file we have 63 signals, but no indicator.


Do you think it would be possible to have the indicator as well ?



Best Regards

Emmanuel
by Emmanuel
07 Jan 2013
Forum: MultiCharts .NET
Topic: MC .NET 8.5 Beta2 : No indicator and no signal in VB ???? [SOLVED]
Replies: 7
Views: 5096

Re: MC .NET 8.5 Beta2 : No indicator and no signal in VB ??? [SOLVED]

Hello Henry Thank you very much for taking this request in consideration !!! We really need it. We have to tell you : the new MC 8.5 .NET is fantastic !!! amazing !!!! Each time, we are amaze by the quality and the number of improvements from one version to the next of MC .NET . We really appreciate...
by Emmanuel
04 Jan 2013
Forum: MultiCharts .NET
Topic: MC .NET 8.5 Beta2 : Visual Basic MA Adaptive is not compatib [SOLVED]
Replies: 2
Views: 2500

Re: MC .NET 8.5 Beta2 : Visual Basic MA Adaptive is not comp [SOLVED]

BlueJack you are a king !!!!


it works !!!!

MC team removed "New Lambda(Of Integer)( Function()"

Thank you !!!!!!

it is much better this way , it is simplified.

Emmanuel
by Emmanuel
02 Jan 2013
Forum: MultiCharts .NET
Topic: MC .NET 8.5 Beta2 : Visual Basic MA Adaptive is not compatib [SOLVED]
Replies: 2
Views: 2500

MC .NET 8.5 Beta2 : Visual Basic MA Adaptive is not compatib [SOLVED]

Hi As I installed MC .NET 8.5 Beta2, the following line don't work anymore : Me.m_adaptivemovavg1.effratiolength = New Lambda(Of Integer)( Function() Me.effratiolength) I get the error : "value type of Lambda(Of Integer) not compatible with Integer" How do I fix this error ? Your help would be great...
by Emmanuel
02 Jan 2013
Forum: MultiCharts .NET
Topic: MC .NET 8.5 Beta2 : No indicator and no signal in VB ???? [SOLVED]
Replies: 7
Views: 5096

MC .NET 8.5 Beta2 : No indicator and no signal in VB ???? [SOLVED]

Hi Would it be possible to have VB indicators and signals in MC .NET 8.5 ? There not a single example of indicators or signals in VB ! If I use the VB indicator of the 8 of august 2012 : http://www.multicharts.com/discussion/viewtopic.php?f=20&t=10688 They are not compatible with the new version of ...
by Emmanuel
31 Dec 2012
Forum: MultiCharts .NET
Topic: MC .NET 8.5 beta : Warning 1910
Replies: 1
Views: 1922

MC .NET 8.5 beta : Warning 1910

Hi

I got 3 times this warning at the installation of MC .NET Beta 8.5

Emmanuel
by Emmanuel
25 Dec 2012
Forum: MultiCharts .NET
Topic: MC .NET 8.1 ERROR of DeSerialization on object
Replies: 1
Views: 1666

MC .NET 8.1 ERROR of DeSerialization on object

Hi, I am using object Serialization to save Object on file on the Hard Drive. Serialization is very effective to save object with its data. With MC .NET, we can Serialize to the Hard Drive, but I get an ERROR MESSAGE when I DeSerialize the Object : The input stream is not a valid binary format. The ...
by Emmanuel
19 Dec 2012
Forum: MultiCharts .NET
Topic: multi timeframe strategy?
Replies: 11
Views: 7691

Re: multi timeframe strategy?

Hi I agree with MidKnight, CalcBar() will fire on each new bar for your data1 series only. That is why you put your lowest timeframe into the data1 slot. We have to use data1 series only, I agree, Do you know if the indicator of Data2, will be updated every minute in CalcBar() of Data1 even if Data2...
by Emmanuel
12 Dec 2012
Forum: MultiCharts .NET
Topic: How can we protect codes with MC .NET ?
Replies: 1
Views: 1860

How can we protect codes with MC .NET ?

Hi

How can we protect codes with MC .NET ?

As Multichart is always online, We would like to be able to encrypt codes and protect exe .

What protection propose MC .NET ?

We think safety in an important question.

Emmanuel
by Emmanuel
10 Dec 2012
Forum: MultiCharts .NET
Topic: ERROR : "Enable to evaluate the expression" on breakpoint [SOLVED]
Replies: 36
Views: 13699

Re: ERROR : "Enable to evaluate the expression" on breakpo [SOLVED]

Hi Henry,

I understand,

Did you know that Multicharts .NET have the same issue with Visual Studio 2012 ?

Did Multicharts report this bug to Microsoft ?

This issue can't last for ever . We have to find a solution,

VS 2008 is clearly obsolete.


Best Regards ,

Emmanuel
by Emmanuel
10 Dec 2012
Forum: MultiCharts .NET
Topic: More VB exemples with Multicharts 8.5 beta ?
Replies: 1
Views: 1942

More VB exemples with Multicharts 8.5 beta ?

Hi,

On the 8 of August, Dave gave us some VB example :

viewtopic.php?f=20&t=10688


Would it possible to have more VB examples with multicharts 8.5 beta ?

Technical Indicator, Account trading, etc ...

Thank you,

Emmanuel
by Emmanuel
10 Dec 2012
Forum: MultiCharts .NET
Topic: ERROR : "Enable to evaluate the expression" on breakpoint [SOLVED]
Replies: 36
Views: 13699

Re: ERROR : "Enable to evaluate the expression" on breakpo [SOLVED]

Hi ,

We are using, visual studio 2008 , but Visual Studio 2008 is clearly obsolete :

We need absolutely to use Visual Studio 2010, with its multithreading possibility.

Will this issue be solved on Multicharts 8.5 beta ?

Please, we are waiting for this important issue to be solve

Emmanuel
by Emmanuel
28 Sep 2012
Forum: MultiCharts .NET
Topic: ERROR : "Enable to evaluate the expression" on breakpoint [SOLVED]
Replies: 36
Views: 13699

Re: ERROR : "Enable to evaluate the expression" on breakpo [SOLVED]

Hi, I tested Beta Version 64-bit Version: 8.1.6047 Beta 1, And we are still not able to "evaluate the expression on breakpoint" with visual Studio 2010 with the Beta version 8.1. In fact the breakpoint don't even break on the Sub CalcBar() VS 2010 stop on the Sub New but not anymore on Sub CalcBar()...
by Emmanuel
10 Sep 2012
Forum: MultiCharts .NET
Topic: Visual Studio [SOLVED]
Replies: 7
Views: 5306

Re: Visual Studio [SOLVED]

Hi Robert, Once you started, MC .NET and the Powerlanguage editor : - Start VS through the Powerlanguage editor. - in VS menu, select tools then "Attach Process" , - Select MC .NET in the list , then click attach. Then in VS you can open an indicator, put a breakpoint on it. As soon as you add this ...
by Emmanuel
10 Sep 2012
Forum: MultiCharts .NET
Topic: THANK YOU SO MUCH !!!!!!!!!! And Congratulation !!!!!
Replies: 4
Views: 3045

Re: THANK YOU SO MUCH !!!!!!!!!! And Congratulation !!!!!

Dear Katrin, I really love to use Multicharts, it is a very good quality product, very reliable and very stable It is always improving !!! Multicharts is amazing ! :) When I use Multicharts .NET, I can not believe all the improvements on Multicharts which is already excellent !!!!! The follow up of ...
by Emmanuel
10 Sep 2012
Forum: MultiCharts .NET
Topic: THANK YOU SO MUCH !!!!!!!!!! And Congratulation !!!!!
Replies: 4
Views: 3045

THANK YOU SO MUCH !!!!!!!!!! And Congratulation !!!!!

Henry, Katrin and to all Multicharts team !!!! THANK YOU SO MUCH !!!!!!!!!! Thank you for taking care, Thank you for taking the time, Thank you for your effort each time , Thank you for your patience THANK YOU SO MUCH !!!!!!!!!! Not only your team are developping the best product , but your team are...
by Emmanuel
10 Sep 2012
Forum: MultiCharts .NET
Topic: ERROR : "Enable to evaluate the expression" on breakpoint [SOLVED]
Replies: 36
Views: 13699

Re: ERROR : "Enable to evaluate the expression" on breakpo [SOLVED]

Henry THANK YOU SO MUCH !!!!!!!!!! Thank you for taking care, Thank you for taking the time, Thank you for your effort each time we ask. THANK YOU SO MUCH !!!!!!!!!! Not only you are developping the best product , but you are offering the best support each time !!!!! The world must know this !!!!! E...
by Emmanuel
05 Sep 2012
Forum: MultiCharts .NET
Topic: ERROR : "Enable to evaluate the expression" on breakpoint [SOLVED]
Replies: 36
Views: 13699

Re: ERROR : "Enable to evaluate the expression" on breakpo [SOLVED]

Emmanuel, have you tried to change the status of the study on the chart on-off-on while you are attached to process (Format->Study->Studies->Status)? Hi Henry, No, I didn't try to change the status, I installed MC.NET 32 bits I have same message "unable to evaluate ..." But I have a question : I am...
by Emmanuel
31 Aug 2012
Forum: MultiCharts .NET
Topic: ERROR : "Enable to evaluate the expression" on breakpoint [SOLVED]
Replies: 36
Views: 13699

Re: ERROR : "Enable to evaluate the expression" on breakpo [SOLVED]

Henry,

I try with VS 2008 and I get the same error "Unable to evaluate expression"

If go to "Autos" like you , I have nothing , no variable.

(see attachement)

Do you have the same reference like us ? (capture.jpg)

Emmanuel
by Emmanuel
28 Aug 2012
Forum: MultiCharts .NET
Topic: ERROR : "Enable to evaluate the expression" on breakpoint [SOLVED]
Replies: 36
Views: 13699

Re: ERROR : "Enable to evaluate the expression" on breakpo [SOLVED]

Hi Henry,

When you "attach to process", What type of code to debug ?

is it "Managed"(v2.0, v1.1,v1.0) code ?

(please see attachement)
by Emmanuel
28 Aug 2012
Forum: MultiCharts .NET
Topic: ERROR : "Enable to evaluate the expression" on breakpoint [SOLVED]
Replies: 36
Views: 13699

Re: ERROR : "Enable to evaluate the expression" on breakpo [SOLVED]

Henry, I compile with Debug selected in editor.
by Emmanuel
27 Aug 2012
Forum: MultiCharts .NET
Topic: ERROR : "Enable to evaluate the expression" on breakpoint [SOLVED]
Replies: 36
Views: 13699

Re: ERROR : "Enable to evaluate the expression" on breakpo [SOLVED]

Hi Henry The solution of the link propose : 1. Rebuild solution , 2. Restart Visual Studio Of course we try it many time and it don't work.The error is the same and stay. It is not because of VS 2010, I have the same error with VS 2008 and VS 2012 If it was because of VS, why would it work with C# a...
by Emmanuel
27 Aug 2012
Forum: MultiCharts .NET
Topic: Would it be possible to add Folder in VS and MC NET ?
Replies: 4
Views: 2517

Re: Would it be possible to add Folder in VS and MC NET ?

Hello Henry,

I understand, Thank you for your answer

Emmanuel
by Emmanuel
27 Aug 2012
Forum: MultiCharts .NET
Topic: ERROR : "Enable to evaluate the expression" on breakpoint [SOLVED]
Replies: 36
Views: 13699

Re: ERROR : "Enable to evaluate the expression" on breakpo [SOLVED]

Hello Henry

This is a very good news !!!!

Thank you very much .

Emmanuel
by Emmanuel
27 Aug 2012
Forum: MultiCharts .NET
Topic: Sample Functions
Replies: 11
Views: 5463

Re: Sample Functions

Thank you dahmen

This http://converter.telerik.com/ is really cool !!!! and usuful !!!!!

It 's really a good idea !!!

Emmanuel
by Emmanuel
23 Aug 2012
Forum: MultiCharts .NET
Topic: ERROR : "Enable to evaluate the expression" on breakpoint [SOLVED]
Replies: 36
Views: 13699

Re: ERROR : "Enable to evaluate the expression" on breakpo [SOLVED]

Hi,

We hope this bug is not forgotten , we are waiting after this solution in the next release, we need to evaluate variable under VB
by Emmanuel
23 Aug 2012
Forum: MultiCharts .NET
Topic: Would it be possible to add Folder in VS and MC NET ?
Replies: 4
Views: 2517

Would it be possible to add Folder in VS and MC NET ?

Hi, Would it be possible to add Folder in VS and MC NET (see attachement) to classify and to manage indicators and functions. With Visual Studio we can add folder, but it don't seem to work with MC.NET. (When we put an indicator in a folder, it seem that MC .NET editor loose track of the indicator ?...
by Emmanuel
23 Aug 2012
Forum: MultiCharts .NET
Topic: LMAX order entry [SOLVED]
Replies: 14
Views: 6769

Re: LMAX order entry [SOLVED]

Hi

I need this improvement as well
by Emmanuel
23 Aug 2012
Forum: MultiCharts .NET
Topic: Sample Functions
Replies: 11
Views: 5463

Re: Sample Functions

Hi Dave,

We need the source code of the functions in VB as well.

Thank you

Emmanuel
by Emmanuel
08 Aug 2012
Forum: MultiCharts .NET
Topic: VB or C#
Replies: 14
Views: 7778

Re: VB or C#

Hi,

Thank you DRU !!!!!!!

Emmanuel
by Emmanuel
08 Aug 2012
Forum: User Contributed Studies
Topic: VB example code [SOLVED]
Replies: 13
Views: 8792

Re: VB example code [SOLVED]

Dave,

This is excellent !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! It 's perfect !!!!!

It works !!!!!

This is fantastic , we can start to work !!!!!!!!!!!!!!!!!!

BIG THANK YOU !!!!!!!

Emmanuel
by Emmanuel
07 Aug 2012
Forum: MultiCharts .NET
Topic: VB or C#
Replies: 14
Views: 7778

Re: Use of Lambda object?

Hi ,

How can we translate

m_averagefc1.length = new Lambda<Int32>(delegate { return length; });

in VB ?

Emmanuel
by Emmanuel
07 Aug 2012
Forum: MultiCharts .NET
Topic: Use of Lambda object? [SOLVED]
Replies: 7
Views: 5200

Re: Use of Lambda object? [SOLVED]

Hi Henry

Can you use this converter to convert PowerLanguage function's code to MultiCharts .NET Visual Basic code ?
by Emmanuel
06 Aug 2012
Forum: MultiCharts .NET
Topic: ERROR : "Enable to evaluate the expression" on breakpoint [SOLVED]
Replies: 36
Views: 13699

Re: ERROR : "Enable to evaluate the expression" on breakpo [SOLVED]

Henry,

BIG Thank you for your answer !!!!

Do you know when this issue will fix ? When will be the future issue of Multicharts .NET ?

Emmanuel
by Emmanuel
06 Aug 2012
Forum: User Contributed Studies
Topic: VB example code [SOLVED]
Replies: 13
Views: 8792

Re: VB example code [SOLVED]

Hi

Well we would like to see indicator like Mov_Avg and other and signals and functions.

How can we start without them ? there is not a single example in VB !?

This is urgent.

Thank you

Emmanuel
by Emmanuel
05 Aug 2012
Forum: MultiCharts .NET
Topic: How can we use the Breakpoint under VS ?
Replies: 12
Views: 7485

Re: How can we use the Breakpoint under VS ?

Hi When I use Visual Studio, I "attach to process", to be able to debug an indicator under multicharts .NET. It work well under C#: I can see in the "watch windows" to watch a value of a variable, or see "This" in the "Local variable" with all the value of the variable on a breakpoint. BUT When I do...
by Emmanuel
05 Aug 2012
Forum: MultiCharts .NET
Topic: ERROR : "Enable to evaluate the expression" on breakpoint [SOLVED]
Replies: 36
Views: 13699

ERROR : "Enable to evaluate the expression" on breakpoint [SOLVED]

Hi When I use Visual Studio, I "attach to process", to be able to debug an indicator under multicharts .NET. It work well under C#: I can see in the "watch windows" to watch a value of a variable, or see "This" in the "Local variable" with all the value of the variable on a breakpoint. BUT When I do...
by Emmanuel
04 Aug 2012
Forum: MultiCharts .NET
Topic: How can we use the Breakpoint under VS ?
Replies: 12
Views: 7485

Re: How can we use the Breakpoint under VS ?

Hi riverTrader, I try it work well under C#, I can watch, and see under Local "This" with all the variable ! But when I try an example in VB , I have nothing under Local, I have the same error message : "Enable to evaluate the expression" Would you try this example ? : Imports System Imports System....
by Emmanuel
03 Aug 2012
Forum: MultiCharts .NET
Topic: How can we use the Breakpoint under VS ?
Replies: 12
Views: 7485

Re: How can we use the Breakpoint under VS ?

Hi riverTrader, It is exactly what I do but, once VS Stop at the breakpoint, can you watch any variable ? in VS ? for example can you see the value of Close ? in this example : Protected Overrides Sub CalcBar() Dim Close As Double Close = MyBase.Bars.Close.Item(0) Me.plot1.Set(MyBase.Bars.Close.Item...
by Emmanuel
03 Aug 2012
Forum: MultiCharts .NET
Topic: How can we use the Breakpoint under VS ?
Replies: 12
Views: 7485

Re: How can we use the Breakpoint under VS ?

Hi, The Breakpoints are working but I am "Enable to evaluate the expression" (See attached) I can go step by step in the code, but without evaluating the expression How can we evaluating the expression ? Emmanuel P.S : (If I attach a process, MC is working with Managed V 2.0, Maybe It 's seem that w...
by Emmanuel
03 Aug 2012
Forum: MultiCharts .NET
Topic: If we add class, error : Class1 not defined [SOLVED]
Replies: 2
Views: 3412

Re: If we add class, error : Class1 not defined [SOLVED]

Hi Dru

This is really interesting, It work !!!

I created a second indicator (a second class), then load this second indicator in the sub new of the first indicator.

This is cool !!!

Thanks

Emmanuel
by Emmanuel
03 Aug 2012
Forum: MultiCharts .NET
Topic: How can we use the Breakpoint under VS ?
Replies: 12
Views: 7485

Re: How can we use the Breakpoint under VS ?

Hi

THANK YOU JOSHM and DRU, This is fantastic !!! It works !!!!!!!!!!

Emmanuel
by Emmanuel
03 Aug 2012
Forum: MultiCharts .NET
Topic: How can we use the Breakpoint under VS ?
Replies: 12
Views: 7485

Re: How can we use the Breakpoint under VS ?

Hi Dru, Thank you for your answer, Do you mean to add MultiCharts.exe as reference in VS ? I tried to do it but I got an error message, telling me MultiCharts.exe is not a valid COM file (see attached file) How do you attach MS VS to process MultiCharts.exe with Managed debugging first ? Emmanuel
by Emmanuel
03 Aug 2012
Forum: User Contributed Studies
Topic: VB example code [SOLVED]
Replies: 13
Views: 8792

Re: VB example code [SOLVED]

Thank you TJ
by Emmanuel
02 Aug 2012
Forum: MultiCharts .NET
Topic: How can we use the Breakpoint under VS ?
Replies: 12
Views: 7485

How can we use the Breakpoint under VS ?

Hi

I try to use the Breakpoint in Visual Studio .

If I place a Breakpoint, MC .NET will execute the code of the indicator without stoping on the breakpoint .

How do I make MC stop on Breakpoint ?

Emmanuel
by Emmanuel
02 Aug 2012
Forum: MultiCharts .NET
Topic: If we add class, error : Class1 not defined [SOLVED]
Replies: 2
Views: 3412

If we add class, error : Class1 not defined [SOLVED]

Hi,

How do you add a module or a class ?

In Visual Studio, If I add a Class in a an indicator , I get the message in the powerlanguage .NET editor :

"Class1 not defined"

How do i declare it in VS ?

Emmanuel
by Emmanuel
02 Aug 2012
Forum: User Contributed Studies
Topic: VB example code [SOLVED]
Replies: 13
Views: 8792

Re: VB example code [SOLVED]

Hi Dave,

I agree at 200 % with umejohe, It would be nice to have VB example , from those examples , we can start to develop and share on the forum

CONGRATULATION !!!! to the TEAM !!!
by Emmanuel
02 Aug 2012
Forum: MultiCharts .NET
Topic: MultiCharts .NET Release
Replies: 49
Views: 20317

Re: Congratulations

Hi WONDERFUL !!!!!!

A dream come true !!!!!!!!!!!!!!!!!!!!!!!

CONGRATULATION !!!!!!
by Emmanuel
11 Jun 2012
Forum: MultiCharts
Topic: Simple 64-bit DLL for MC64
Replies: 7
Views: 2613

Re: Simple 64-bit DLL for MC64

Hi Tera, It is clear, that purebasic still didn't solve this bug again, they promisse to correct the problem the 26th January 2012, The only solution I have, is to return an integer instead : in the function : (multiplying the float by 10000 for example) Protected Mysum.l Mysum = (num1 + num2)*10000...
by Emmanuel
09 Jun 2012
Forum: MultiCharts
Topic: Simple 64-bit DLL for MC64
Replies: 7
Views: 2613

Re: Simple 64-bit DLL for MC64

Hi 1/ Is your purebasic V 4.60 or V 4.61 ? 2/ Can you post the purebasic example ? so I can look for a solution for --> AddFloat performs 3.14+2.15=5.29, Actual = 3.14 <-- WRONG --> AddDouble performs 4.14+5.15=9.29, Actual = 4.14 <--WRONG I had the same problem with purebasic V 4.60 , this is Pureb...
by Emmanuel
09 Jun 2012
Forum: MultiCharts
Topic: Simple 64-bit DLL for MC64
Replies: 7
Views: 2613

Re: Simple 64-bit DLL for MC64

Hi Tera, PureBasic V 4.6 have a known bug regarding DLL function returning double in 64 bits. It work for Integer but not with single and double. (it return 2* time the first argument as I remember) Purebasic did an update purebasic V 4.61in may, this bug should be solved. I reported this bug to pur...
by Emmanuel
16 May 2012
Forum: MultiCharts
Topic: Multicharts and grid computing
Replies: 11
Views: 3444

Re: Multicharts and grid computing

Hi,

With Multicharts.NET, as it is in a visual Studio environnement, I think it may possible to use multicharts in a Grid environment, or on a GPU.

http://www.xoreax.com and other are compatible .NET

Emmanuel
by Emmanuel
07 May 2012
Forum: MultiCharts
Topic: passing an array to a DLL
Replies: 2
Views: 1523

Re: passing an array to a DLL

Hi Janus, I looked for an answer for you in the past few days, it should look like that : external: “MyDll.dll”, double, “MyADX”, IEasyLanguageObject {self}, int{Length}; inputs: Length( 10 ) ; variables:int MyELVar( 0 ) ; MyELVar = MyADX( self, Length ) ; I found this example in the EasyLanguage Ex...
by Emmanuel
04 May 2012
Forum: MultiCharts
Topic: Vote for Genetic Programing feature addition in MC
Replies: 20
Views: 5529

Re: Vote for Genetic Programing feature addition in MC

Hi

I checked, http://www.tradingsystemlab.com/

This product is good.

Their is no problem of curve fitting, as long as the length period out of sample is less than 10 % of the length of the period in sample.

I vote for Genetic Programing feature addition in MC !!

Emmanuel
by Emmanuel
04 May 2012
Forum: MultiCharts
Topic: Vote for Genetic Programing feature addition in MC
Replies: 20
Views: 5529

Re: Vote for Genetic Programing feature addition in MC

Hi Faraz, It's done, it is an excellent idea. Trading system lab is a good model. This would really awesome , Multicharts would arrive directly to the next level. I think it is the best improvement Multicharts can bring to MC Genetic Programing is so important, that this development could be a prior...
by Emmanuel
04 May 2012
Forum: MultiCharts
Topic: Vote for Genetic Programing feature addition in MC
Replies: 20
Views: 5529

Re: Vote for Genetic Programing feature addition in MC

Hi Faraz, This is an excellent idea, VOTE +++1 !!!! I checked, http://alphard.ethz.ch/gerber/approx/default.html It work well, this would be a good idea to develop it into MC ! I checked http://www.tradingsystemlab.com/ Vote +++1 ! As well !! This is really a good quality work and very compleat. 1/ ...
by Emmanuel
02 Mar 2012
Forum: MultiCharts
Topic: Error : Tick by Tick Playback resolution unavailable
Replies: 10
Views: 2747

Re: Error : Tick by Tick Playback resolution unavailable

Hi


Thank you Henry, we hope it will be available soon


Emmanuel
by Emmanuel
28 Feb 2012
Forum: MultiCharts
Topic: Error : Tick by Tick Playback resolution unavailable
Replies: 10
Views: 2747

Re: Error : Tick by Tick Playback resolution unavailable

Hi ABC I am using MCFX Datafeed, and we have Tick ID number,(See attached file) So we do have sequence number for the same second, we do know which one is arrived first, The Tic by Tic playback is reliable, we are using it. We just need to use 3 or more data series, for the tic by tic playback (it i...
by Emmanuel
28 Feb 2012
Forum: MultiCharts
Topic: What component of MultiCharts do you want to be optimized?
Replies: 87
Views: 28515

Re: What component of MultiCharts do you want to be optimize

Hi


I ask the "tic by tic" playback available with multiple data series

We have it with multiple data series, day by day, minute by minute but why not tic by tic ?

It is clear that it is necessary.

And we need the tic by tic available in Global mode


Emmanuel
by Emmanuel
28 Feb 2012
Forum: MultiCharts
Topic: Error : Tick by Tick Playback resolution unavailable
Replies: 10
Views: 2747

Re: Error : Tick by Tick Playback resolution unavailable

Hi,


I agree with you , we need as well the tic by tic, in the global mode as well.

with the multiple dataseries

Emmanuel
by Emmanuel
28 Feb 2012
Forum: MultiCharts
Topic: Error : Tick by Tick Playback resolution unavailable
Replies: 10
Views: 2747

Re: Error : Tick by Tick Playback resolution unavailable

Hi Henry


Thank you for your answer,

Do you know when the tic by tic with multiple data series will be available ?

Why having it, day by day, minute by minute but not tic by tic ?

It is clear that it is necessary.

Emmanuel
by Emmanuel
27 Feb 2012
Forum: MultiCharts
Topic: Error : Tick by Tick Playback resolution unavailable
Replies: 10
Views: 2747

Error : Tick by Tick Playback resolution unavailable

Hi I am using Tick by Tick playback and I get the following error (see attached message) "Tick by Tick" Playback resolution unavailable when there is more than one series mixed on the chart. I am using Multichart 7.4 64 bit, I need the tick by tick playback, with 3 or more dataseries How can I have ...
by Emmanuel
08 Feb 2012
Forum: MultiCharts
Topic: How can I get a charts before the 8/30/2010 ?
Replies: 3
Views: 1375

Re: How can I get a charts before the 8/30/2010 ?

Hi Katrin

I contacted them, and they told me LMax was created in 2010, that is why as an exchange they don't have any quote before this date.

I would like to thank you again

Emmanuel
by Emmanuel
06 Feb 2012
Forum: MultiCharts
Topic: How can I get a charts before the 8/30/2010 ?
Replies: 3
Views: 1375

How can I get a charts before the 8/30/2010 ?

Hi I am using MultiCharts Version 7.4 Release (Build 4906), as I opened a chart 1 min EUR/USD, [from 1/1/2009 to today], from Datasource LMAX, The chart is open but only from the 8/30/2010, I can not have any bar before this date. If I look at the log, of the Quotemanager, (attached), I see the Data...
by Emmanuel
27 Jan 2012
Forum: MultiCharts
Topic: Windows HPC Server 2008 R2 and CUDA
Replies: 16
Views: 5986

Re: Windows HPC Server 2008 R2 and CUDA

Hi Dave,

I am following a company since last year, they are developping an interesting product ,

Which allow to developp easy and faster on CUDA :

http://tidepowerd.com/

It is really interesting.

This may boost Multichart to a new level

Emmanuel
by Emmanuel
24 Jan 2012
Forum: MultiCharts
Topic: Data Playback, no more update between the 10 minutes tick.
Replies: 5
Views: 1430

Re: Data Playback, no more update between the 10 minutes tic

hi Roman,

It works !!!!!!!!!!!!!!!!!!!!!!!

This is wonderful !!!!!!!!!!!!!!!!!!!!!!!!!!

Thank you VERY VERY VERY Much !!!!!!!!!

Thank you so much !!!!!!!!!!!!!!!!!, this was really bothering me with my indicator, I was stuck !!!!!!!

Best Regards

Emmanuel
by Emmanuel
23 Jan 2012
Forum: MultiCharts
Topic: Data Playback, no more update between the 10 minutes tick.
Replies: 5
Views: 1430

Re: Data Playback, no more update between the 10 minutes tic

Hi Roman, Thank you for your answer, I will be more precise : I created a word document (attached): page 2 : You will find a simple the indicator page 3 : you will the capture of my screen , the indicator is working page 4 : I change the indicator : I add a new data serie (close of data1) page 5 : y...
by Emmanuel
14 Jan 2012
Forum: MultiCharts
Topic: Data Playback, no more update between the 10 minutes tick.
Replies: 5
Views: 1430

Data Playback, no more update between the 10 minutes tick.

Hi I use the Data Playback with a 10 minutes charts: As soon as I use a second dataseries ( for example : close of Data2 or Time of Data2 ), I have no more update minute by minute in the Data playback I have no more update between the 10 minutes tick. How do I keep the update of the indicators betwe...
by Emmanuel
14 Jan 2012
Forum: MultiCharts
Topic: 30 minutes tick chart ,how can I get the time of the bar ?
Replies: 2
Views: 1096

30 minutes tick chart ,how can I get the time of the bar ?

Hi I am using Multicharts 7.4.with a 30 minutes tick chart , with the DataPlayback. When I play the 30 minutes tick chart back, minute by minute, How can I get the time of the bar ? If I use the Date and Time word in Powerlanguage, I have the time and the date of the 30 Minute bar : I have time inte...
by Emmanuel
19 Dec 2011
Forum: MultiCharts
Topic: Teaser for the upcoming release
Replies: 36
Views: 10656

Re: Teaser for the upcoming release

Hi

I can not wait !!!!! I want to test the 64 bits MC !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Please hurry up !!!!

TSSupport team , you are awesome !!!!!!!!!!!!!!!!!!!!!!!!!!!

This is christmas

Emmanuel
by Emmanuel
14 Dec 2011
Forum: MultiCharts
Topic: Teaser for the upcoming release
Replies: 36
Views: 10656

Re: Teaser for the upcoming release

Hi,


Thank you Dave for your answer,

We understand, we are grateful to have the 32 bits and 64 bits.

With both version we will be able to use the 32 bits DLL and to develop the new 64 bits dll with the new version.

Regards,

Emmanuel
by Emmanuel
14 Dec 2011
Forum: MultiCharts
Topic: Teaser for the upcoming release
Replies: 36
Views: 10656

Re: Teaser for the upcoming release

Hi Txls,

I agree, it is probably the best solution to have the 32 bits and 64 bits.

TSSupport are doing their best , we know it, their job are excellent.

As long as we have the 32 bits version, we can use the 32 bits dll.

And we can use the 64 bits version for the newer job.

Emmanuel
by Emmanuel
13 Dec 2011
Forum: MultiCharts
Topic: Teaser for the upcoming release
Replies: 36
Views: 10656

Re: Teaser for the upcoming release

Hi Thank you TJ for your answer. 1/ I disagree , it is possible to for a 64 bits application to read 32 bits dll : http://blog.mattmags.com/2007/06/30/accessing-32-bit-dlls-from-64-bit-code/ 2/ Global variable is slower, and won't solve the problem, it won't establish a connection between MC 64 bits...
by Emmanuel
13 Dec 2011
Forum: MultiCharts
Topic: Teaser for the upcoming release
Replies: 36
Views: 10656

Re: Teaser for the upcoming release

Hi I agree with mno, I am using 32 DLL s for years, and there is no way for me to get 64 bits because no 64 bit upgrade won't be available. That is why we need to have a way read 32 bit and 64 bit dll. Otherwise we will loose many indicators , we will loose many signal and strategy I think it is pos...
by Emmanuel
13 Dec 2011
Forum: MultiCharts
Topic: 32bit dll's in 64 bits MC in the PE for Jurik, Neural Net et
Replies: 1
Views: 979

32bit dll's in 64 bits MC in the PE for Jurik, Neural Net et

My only concern is the 32bit dll's that I call from the PE for Jurik, Neural Net, etc. I wish there were some sort of "compatibility mode" for calling 32bit dll's.. Hi, This is Fantastic !!!!!!!!!!!!! This is really christmas , I can not believe it !!!! TSSUPPORT Team, you are fantastic !!!!!!!!!!!...
by Emmanuel
13 Dec 2011
Forum: MultiCharts
Topic: 32bit dll's in 64 bits MC in the PE for Jurik, Neural Net et
Replies: 1
Views: 921

32bit dll's in 64 bits MC in the PE for Jurik, Neural Net et

My only concern is the 32bit dll's that I call from the PE for Jurik, Neural Net, etc. I wish there were some sort of "compatibility mode" for calling 32bit dll's.. Hi, This is Fantastic !!!!!!!!!!!!! This is really christmas , I can not believe it !!!! TSSUPPORT Team, you are fantastic !!!!!!!!!!!...
by Emmanuel
13 Dec 2011
Forum: MultiCharts
Topic: Teaser for the upcoming release
Replies: 36
Views: 10656

Re: Teaser for the upcoming release

My only concern is the 32bit dll's that I call from the PE for Jurik, Neural Net, etc. I wish there were some sort of "compatibility mode" for calling 32bit dll's.. Hi, This is Fantastic !!!!!!!!!!!!! This is really christmas , I can not believe it !!!! TSSUPPORT Team, you are fantastic !!!!!!!!!!!...
by Emmanuel
06 Dec 2011
Forum: MultiCharts
Topic: What component of MultiCharts do you want to be optimized?
Replies: 87
Views: 28515

Re: What component of MultiCharts do you want to be optimize

Hi Good question, I don't really have a clear answer here since I assume that the 64 bit version of MultiCharts would give an overall better performance for those three components. If we have a 64 bit version of MC, we will need it to be compatible with the actual DLL 32 bit (external indicator) in ...
by Emmanuel
05 Dec 2011
Forum: MultiCharts
Topic: Vote for MultiCharts! Stocks & Commodities Readers' Choice
Replies: 4
Views: 1627

Re: Vote for MultiCharts! Stocks & Commodities Readers' Choi

Yes I do too, and I have cast my vote in favour of MC, of course !!!!


Emmanuel
by Emmanuel
03 Dec 2011
Forum: MultiCharts
Topic: Vote for MultiCharts in "Best of 2011" on Trade2Win
Replies: 14
Views: 3190

Re: Vote for MultiCharts in "Best of 2011" on Trade2Win

It is Done !!!


Hello to the Multicharts Team !!!

And I am always glade to support you !!!!

You are the BEST !!!!!!

Emmanuel
by Emmanuel
01 Nov 2011
Forum: MultiCharts
Topic: MC 64 bits
Replies: 1
Views: 659

MC 64 bits

Hi,

Does anyone know when MC 64 bits beta will be available ?

Thank you

Emmanuel
by Emmanuel
26 Aug 2011
Forum: MultiCharts
Topic: Export/Import Instruments, Missing Data
Replies: 8
Views: 1885

Re: Export/Import Instruments, Missing Data

Hi, Here is a screenshot of Formats and Location tabs in Control Panel of the Second computer TO which I import the DATA Please see attached file The location is the same, but the format are different Here is the link to the public folder of my dropbox : https://www.dropbox.com/link/17.4I2p5k-PC6?k=...
by Emmanuel
26 Aug 2011
Forum: MultiCharts
Topic: Export/Import Instruments, Missing Data
Replies: 8
Views: 1885

Re: Export/Import Instruments, Missing Data

Hi,

Here is a screenshot of Formats and Location tabs in Control Panel of the first computer from which I extract the DATA

Please see attached file

Best Regards

Emmanuel
by Emmanuel
26 Aug 2011
Forum: MultiCharts
Topic: Will the next MC7/64 , be able to use 32 bit DLL ???
Replies: 7
Views: 2532

Re: Will the next MC7/64 , be able to use 32 bit DLL ???

Hello Dave,

Thank you for your answer,

I am glade to see that we will still be able to download the 32 bits version.

Emmanuel
by Emmanuel
19 Aug 2011
Forum: MultiCharts
Topic: Export/Import Instruments, Missing Data
Replies: 8
Views: 1885

Re: Export/Import Instruments, Missing Data

Hi Dave,

Did it help ?

Emmanuel
by Emmanuel
19 Aug 2011
Forum: MultiCharts FAQ
Topic: Your MultiCharts will now use up to 3G of virtual memory
Replies: 8
Views: 8008

Re: Your MultiCharts will now use up to 3G of virtual memory

Big thank you enalmada !

I try it , it work well, I was able to use more memory for my DLL.

This is a great help

Thank you very much,

Have a very nice day !!!

Emmanuel
by Emmanuel
12 Aug 2011
Forum: MultiCharts
Topic: Export/Import Instruments, Missing Data
Replies: 8
Views: 1885

Export/Import Instruments, Missing Data

Hi, This morning I am setting up a new installation. with MC 7.0.45110.400 I Exported Instruments in the Quotemanager, then Imported Instruments, on my new fresh intalled MC7 in the new computer. As I checked my Data, I was suprise to see missing Data on my new installation : If you look to "MC7.Doc...
by Emmanuel
09 Aug 2011
Forum: MultiCharts
Topic: Tic Chart Historical/real time data
Replies: 2
Views: 901

Re: Tic Chart Historical/real time data

Dave,

I understand, thank you very much

Emmanuel
by Emmanuel
07 Aug 2011
Forum: MultiCharts
Topic: Tic Chart Historical/real time data
Replies: 2
Views: 901

Tic Chart Historical/real time data

Hi

I am using MC7

If I open 7200 tics char with EUR A0-FX bid and ask and trade on the chart,

Why the historical part of the chart don't look like the new real time part of the chart ?

The space between tic are not the same when the new real time data arrive.

Emmanuel
by Emmanuel
04 Aug 2011
Forum: MultiCharts
Topic: Quote manager freeze when I import data ascii
Replies: 9
Views: 2462

Re: Quote manager freeze when I import data ascii

Hi

I ran it as administrator and I still have this error ...............

Emmanuel
by Emmanuel
03 Aug 2011
Forum: MultiCharts
Topic: the ticks between 23:59:00 to 23:59:59 are missing
Replies: 10
Views: 5562

Re: the ticks between 23:59:00 to 23:59:59 are missing

Hello Dave,

Do you know when MC 7.01 will be available ?

Emmanuel
by Emmanuel
03 Aug 2011
Forum: MultiCharts
Topic: Quote manager freeze when I import data ascii
Replies: 9
Views: 2462

Re: Quote manager freeze when I import data ascii

Garp I have windows7 x64, I was unable to use regAsciiConverter_MC7_0 I executed regAsciiConverter_MC7_0 in C:\Program Files (x86)\TS Support\MultiCharts or system win7x64 but I got an error message : Module "ASCIICONVERTER.dll" has been loaded, but the call to DllregisterServer failed with the erro...
by Emmanuel
03 Aug 2011
Forum: MultiCharts
Topic: the ticks between 23:59:00 to 23:59:59 are missing
Replies: 10
Views: 5562

Re: the ticks between 23:59:00 to 23:59:59 are missing

Hello Dave,

Thank you for your answer, I tried it , then I updated my data

I have the same error

Please , Look to the attached file

You can see my configuration, and the results ...

Best Regards,

Emmanuel
by Emmanuel
03 Aug 2011
Forum: MultiCharts
Topic: Inaccurate info on http://www.multicharts.com/market-data-fe
Replies: 2
Views: 840

Re: Inaccurate info on http://www.multicharts.com/market-dat

Hi

Thank you for your answer,

I have thoses limitations with forex data, maybe with stock the limitation are different?

I remember , we use to have more data before.

Regards,

Emmanuel.evrard
by Emmanuel
02 Aug 2011
Forum: MultiCharts
Topic: the ticks between 23:59:00 to 23:59:59 are missing
Replies: 10
Views: 5562

Re: the ticks between 23:59:00 to 23:59:59 are missing

Hi

Thank you , I try but I get an error "Close must be greater than open time"

What should I do ?

Emmanuel
by Emmanuel
02 Aug 2011
Forum: MultiCharts
Topic: Inaccurate info on http://www.multicharts.com/market-data-fe
Replies: 2
Views: 840

Inaccurate info on http://www.multicharts.com/market-data-fe

Hi

I just want to tell , the info at

https://www.multicharts.com/market-data-feeds/

are inaccurate regarding esignal : (I am an esignal user)

You don't have more than

6 month of historical 1 min data

15 day of data tick by tick

Emmanuel
by Emmanuel
02 Aug 2011
Forum: MultiCharts
Topic: MultiCharts WIKI proposed
Replies: 25
Views: 6176

Re: MultiCharts WIKI proposed

+1 Vote !!!

This is a great idea !!
by Emmanuel
02 Aug 2011
Forum: MultiCharts
Topic: the ticks between 23:59:00 to 23:59:59 are missing
Replies: 10
Views: 5562

Re: the ticks between 23:59:00 to 23:59:59 are missing

Dave



Thank you , I am trying it.

Emmanuel
by Emmanuel
31 Jul 2011
Forum: MultiCharts
Topic: Will the next MC7/64 , be able to use 32 bit DLL ???
Replies: 7
Views: 2532

Will the next MC7/64 , be able to use 32 bit DLL ???

Hello

In the next Multicharts7, 64bits :

Will the Powerlanguage editor, still be able to compile indicator or signal, with 32 bits DLL ?

We need it to be able to use our actual indicator

Emmanuel
by Emmanuel
31 Jul 2011
Forum: MultiCharts
Topic: the ticks between 23:59:00 to 23:59:59 are missing
Replies: 10
Views: 5562

Re: the ticks between 23:59:00 to 23:59:59 are missing

Hello furytrader ! Thank you for your answer This is interesting ! I didn't think about it. I checked the "time and sale" and I checked the "Time and Quote" in Esignal , please look at the MC3.doc attached, In "time and sale" and the "Time and Quote"I have the ticks between 23:59:00 to 23:59:59 Esig...
by Emmanuel
31 Jul 2011
Forum: MultiCharts
Topic: Quote manager freeze when I import data ascii
Replies: 9
Views: 2462

Re: Quote manager freeze when I import data ascii

Hello Garp,

Thank you very much !!!!!!

Emmanuel
by Emmanuel
30 Jul 2011
Forum: MultiCharts
Topic: Quote manager freeze when I import data ascii
Replies: 9
Views: 2462

Re: Quote manager freeze when I import data ascii

Hello Garp I found what happen : The path I used last time to import the ascii Data doesn't exist anymore, that's why it freeze !!! As soon as I created again the folder, it was able to open without any freeze ! Please , Multichart team, would it be possible , to check if the path exist when we impo...
by Emmanuel
30 Jul 2011
Forum: MultiCharts
Topic: Quote manager freeze when I import data ascii
Replies: 9
Views: 2462

Quote manager freeze when I import data ascii

Hi

I am using MultiCharts Version 7.0

and when I import data Ascii in the quote manager, the Ascii Data import Windows freeze !!!

(Look to the attached file.)

The only thing I can do is to cancel.

What can I do ?

Emmanuel
by Emmanuel
30 Jul 2011
Forum: MultiCharts
Topic: MultiCharts Version 7.0 is fantastic !!!!!
Replies: 7
Views: 2447

MultiCharts Version 7.0 is fantastic !!!!!

Hello

I am using MultiCharts Version 7.0 Release (Build 4510), with esignal as data provider.

MultiCharts Version 7.0 is fantastic !!!!! Each time you do even better !!!!!!!!! It is awesome !!

Congratulation to TSSUPPORT Team !!!! You are wonderful !!!!

Emmanuel
by Emmanuel
30 Jul 2011
Forum: MultiCharts
Topic: the ticks between 23:59:00 to 23:59:59 are missing
Replies: 10
Views: 5562

the ticks between 23:59:00 to 23:59:59 are missing

Hello !

I am using MultiCharts Version 7.0 Release (Build 4510), with esignal as data provider.

When I check the tick of the day, the ticks between 23:59:00 to 23:59:59 are missing every day.

Please the attached file : MC.DOC

Does anyone have the same missing tick in the quotemanager ?

Emmanuel
by Emmanuel
14 Oct 2010
Forum: MultiCharts
Topic: Public Bug Tracker is now available!
Replies: 14
Views: 3026

Re: Public Bug Tracker is now available!

Hi

This is so Cool !!!!!!!!!!!!!!!!!!!!!!!!!!!

Emmanuel
by Emmanuel
28 Sep 2010
Forum: MultiCharts
Topic: PowerLanguage source with Diamond Lock
Replies: 24
Views: 15438

Re: PowerLanguage source with Diamond Lock

Hi LMC, I agree as it is a binary, you may reverse engineer the binary to a source code. But it must be complicated . Which is good. That is why diamond lock look interesting. Does anyone know where this binary is located ? Maybe can we use a second software to protect the dll ? http://www.brotherso...
by Emmanuel
28 Sep 2010
Forum: MultiCharts
Topic: Which contributor name represent Interactive Broker at esig
Replies: 0
Views: 5509

Which contributor name represent Interactive Broker at esig

Hello Does anyone know : Under which contributor name is Interactive Broker at esignal ? I have the list of them as esignal : FOREX Contributors AAAL Saudi Hollandi Bank, Riyadh HSFX HotSpot FX - Interbank Rates ABAA ABN-Amro, AMS HSSG HSBC, Ho Chi Minh City ABCJ Arab Banking Corporation (Jordan) IB...
by Emmanuel
23 Sep 2010
Forum: MultiCharts
Topic: PowerLanguage source with Diamond Lock
Replies: 24
Views: 15438

Re: PowerLanguage source with Diamond Lock

TJ,

This is interesting, I didn't think about this.

Thank you TJ, I will be carreful

Emmanuel
by Emmanuel
23 Sep 2010
Forum: MultiCharts
Topic: PowerLanguage source with Diamond Lock
Replies: 24
Views: 15438

Re: PowerLanguage source with Diamond Lock

Hi

Thank you Dave and CrazyNasdaq for your information

It look like that it is better to use .SEF, because you don't put your source on your PC, and the PLA contain the source....

Emmanuel
by Emmanuel
23 Sep 2010
Forum: MultiCharts
Topic: PowerLanguage source with Diamond Lock
Replies: 24
Views: 15438

Re: PowerLanguage source with Diamond Lock

Hi

Thank you TJ for your information, I didn't realize before, the difference between, protected and export read only. ( I was thinking it was the same process)

This is interesting. I didn't know that http://viziblesoft.com/ existed.

do you know if the protected file is encrypted ???
by Emmanuel
22 Sep 2010
Forum: MultiCharts
Topic: PowerLanguage source with Diamond Lock
Replies: 24
Views: 15438

Re: PowerLanguage source with Diamond Lock

TJ,

Did you try Diamond Lock ?
by Emmanuel
22 Sep 2010
Forum: MultiCharts
Topic: PowerLanguage source with Diamond Lock
Replies: 24
Views: 15438

Re: PowerLanguage source with Diamond Lock

Hi

Is the .SEF, (The Export/import Read-only files (*.sef) ), encrypted ?

How secure is it ?

Emmanuel
by Emmanuel
19 Aug 2010
Forum: MultiCharts
Topic: Feature Request - Automation / Broker Position Matching
Replies: 2
Views: 1062

Re: Featurre Request - Automation / Broker Position Matching

Hi Beck,

It is possible to name the order, then to sell only this order using the same name.

Buy ("L1") this bar on close
sellshort("L1") next bar on close
by Emmanuel
12 Aug 2010
Forum: MultiCharts
Topic: testing with IB Demo account
Replies: 6
Views: 2307

Re: testing with IB Demo account

Hi Bruce, I am not sure I understand correctly. I am using the demo IB account, and the EUR.USD with IDEALPRO and I don't have any problem. I can request the symbol without any trouble, I have real time data and historical data. When you install MC 6 for the first time, you have to add the symbol fr...
by Emmanuel
12 Aug 2010
Forum: MultiCharts
Topic: Multichart 6.0 Ask Tick before 31 mai 2010
Replies: 4
Views: 1047

Re: Multichart 6.0 Ask Tick before 31 mai 2010

Hi Dave,

yes I even restart the computer, then reload the chart, but I can not get the ask before the 31 rst of may.
by Emmanuel
06 Aug 2010
Forum: MultiCharts
Topic: Multichart 6.0 Ask Tick before 31 mai 2010
Replies: 4
Views: 1047

Re: Multichart 6.0 Ask Tick before 31 mai 2010

Hello Dave, Yes, when I am in IB TWS, I am able to read the Time and Sale , Bid and Ask and Last ticks from February 2008 till now. but, when I want to get the ask ticks through MC 6.0, I am unable to get it before 31 Mai 2010. I have the same results with , GBP, CAD and JPY.USD .... I can get the b...
by Emmanuel
04 Aug 2010
Forum: MultiCharts
Topic: TS 8.8 ELD Compatibility
Replies: 9
Views: 3251

Re: TS 8.8 ELD Compatibility

Hi,

I agree with Bruce, I am sure, TSsupport team will fix this compatibility issue.
by Emmanuel
31 Jul 2010
Forum: MultiCharts
Topic: Multichart 6.0 Ask Tick before 31 mai 2010
Replies: 4
Views: 1047

Multichart 6.0 Ask Tick before 31 mai 2010

Hi, I am requesting Ticks from EUR.USD from IB. I can get Bid Ticks before 31th mai until now, but I can not get Ask Ticks before 31 Mai 2010 Why can I get the bid ticks but not the Ask Ticks before 31 Mai ? :? If request CAD ask Tick before 31 Mai 2010 , I can get them as well but not the EUR . Doe...

Go to advanced search