Search found 46 matches

by youn56
07 Aug 2014
Forum: MultiCharts
Topic: Impossible to connect to the AVATRADE datafeed. [SOLVED]
Replies: 7
Views: 2149

Re: Impossible to connect to the AVATRADE datafeed. [SOLVED]

Yes, Alex has done a very good job, effective and rapid.
Thanks a lot.
by youn56
06 Aug 2014
Forum: MultiCharts
Topic: Impossible to connect to the AVATRADE datafeed. [SOLVED]
Replies: 7
Views: 2149

Re: Impossible to connect to the AVATRADE datafeed. [SOLVED]

Everything is ok on their side.
Yes, i tried this.
by youn56
06 Aug 2014
Forum: MultiCharts
Topic: Impossible to connect to the AVATRADE datafeed. [SOLVED]
Replies: 7
Views: 2149

Re: Impossible to connect to the AVATRADE datafeed. [SOLVED]

Yes, i have.
The Avatrade plateform is working well.
by youn56
05 Aug 2014
Forum: MultiCharts
Topic: Impossible to connect to the AVATRADE datafeed. [SOLVED]
Replies: 7
Views: 2149

Impossible to connect to the AVATRADE datafeed. [SOLVED]

Hi,
Since yesterday, it's impossible to connect to the avatrade datafeed !
Any idea ?
I have the following message : "Lost connection to data network"
by youn56
11 Aug 2013
Forum: MultiCharts
Topic: The Closes are different from yahoo and IB !!
Replies: 4
Views: 2061

Re: The Closes are different from yahoo and IB !!

Thanks,
In this case, is there anybody who could try to download the ib data for WINA ? The close in my TWS (real-time i suppose) is correct.
Thanks for your help.
by youn56
10 Aug 2013
Forum: MultiCharts
Topic: The Closes are different from yahoo and IB !!
Replies: 4
Views: 2061

The Closes are different from yahoo and IB !!

Hi,

As the picture shows it, The Closes are different from yahoo and IB !!

Why ?

Regards.
DIFFERENCE.png
(153.98 KiB) Downloaded 480 times
by youn56
02 Aug 2013
Forum: MultiCharts
Topic: How to read / write a single line in a file
Replies: 2
Views: 3711

Re: How to read / write a single line in a file

Martin, Have you tried "ELCollections.dll" ? I think it can do it. Best regards. Here is a sample of function i use : Var: References(ListN.New), derniereRef(0); // Ouverture du fichier des references Value1 = ListN.ReadFile(References,"C:\References.txt"); // Lecture de la derniere valeur derniereR...
by youn56
01 Aug 2013
Forum: MultiCharts
Topic: Maximum capacity reached.
Replies: 6
Views: 4945

Re: Maximum capacity reached.

I had about 80 charts opened.

I just restarted my computer and didn't have the message again !

My MC isn't running slow but regulary, it doesn't work correctly. I think than my code is correct. I just tried today to increase my charts opened from 57 to 80.

Thanks for the help.
by youn56
01 Aug 2013
Forum: MultiCharts
Topic: Maximum capacity reached.
Replies: 6
Views: 4945

Maximum capacity reached.

Hi,

I've reached the maximum capacity of 9500 active GDI objects. Is there any solution to increase this limitation of 9500 ?

Best regards.
by youn56
01 Apr 2013
Forum: MultiCharts
Topic: Pending orders.
Replies: 1
Views: 1492

Pending orders.

Hi all,

Is there a powerlanguage function to know pending orders to the broker (IB) ?

Best regards.
by youn56
26 Mar 2013
Forum: MultiCharts
Topic: Using ElCollection to read CSV file: Error
Replies: 4
Views: 2235

Re: Using ElCollection to read CSV file: Error

Hi Martin,

Perhaps, the issue is your file name ?

Have you tried to replace

Code: Select all

Value1 = ListC.Readfile(Index, "G:\Documents\Trading_Report");
by this one :

Code: Select all

Value1 = ListC.Readfile(Index, "G:\Documents\Trading_Report.CSV");
Best regards.
by youn56
07 Feb 2013
Forum: MultiCharts
Topic: Excel Link.. Send data to Excel /Reactivating an old project [SOLVED]
Replies: 19
Views: 5638

Re: Excel Link.. Send data to Excel /Reactivating an old pro [SOLVED]

You're lucky Martin.

I've never been able to send order to IB without problem (autotrade). I have to send my order every day with IBOSA.

However, the support is the greatest and the best i know. Actually, Henry is trying to solve my problem but it seems it's very difficult to him too.
by youn56
07 Feb 2013
Forum: MultiCharts
Topic: Excel Link.. Send data to Excel /Reactivating an old project [SOLVED]
Replies: 19
Views: 5638

Re: Excel Link.. Send data to Excel /Reactivating an old pro [SOLVED]

Thanks MArtin,

I think all is right on my pc. I'm going to contact the MC support. It isn't the first time, i have too many problem, MC isn't reliable.
by youn56
07 Feb 2013
Forum: MultiCharts
Topic: Excel Link.. Send data to Excel /Reactivating an old project [SOLVED]
Replies: 19
Views: 5638

Re: Excel Link.. Send data to Excel /Reactivating an old pro [SOLVED]

I use the demo files.

Please, have a look to the screenshot.
by youn56
07 Feb 2013
Forum: MultiCharts
Topic: Excel Link.. Send data to Excel /Reactivating an old project [SOLVED]
Replies: 19
Views: 5638

Re: Excel Link.. Send data to Excel /Reactivating an old pro [SOLVED]

Martin,

I've just renamed the dll and same problem.

Some times i have the error message 50 sometimes not !!!!!!!

Did you you find an easy way for using mc with excel ?

Best regards.
by youn56
07 Feb 2013
Forum: MultiCharts
Topic: Excel Link.. Send data to Excel /Reactivating an old project [SOLVED]
Replies: 19
Views: 5638

Re: Excel Link.. Send data to Excel /Reactivating an old pro [SOLVED]

Hi Martin,
I have the same issue "error 50" !
The dll is "elexcel.dll ? Isn't it ?

Do you mean than i have to rename the dll ?
by youn56
30 Oct 2012
Forum: MultiCharts
Topic: Send order between sessions (when market are closed)
Replies: 7
Views: 1685

Re: Send order between sessions (when market are closed)

Thanks Andrew,
I tried and it doesn't work. i've created a special session for this and my setting for an order (at 20:00:00) are like this :
DIM - Edit Symbol_2012-10-30_19-54-04.png
(32.3 KiB) Downloaded 453 times
by youn56
30 Oct 2012
Forum: MultiCharts
Topic: Send order between sessions (when market are closed)
Replies: 7
Views: 1685

Re: Send order between sessions (when market are closed)

Hi Andrew, I have tested the code with Ib's papertrading account and it doesn't work. MC didn't send the order to IB. However, the print function works well ! But I can manually send orders directly from MC. Can you help me ? Best regards. if LastBarOnChart_s then RecalcLastBarAfter(60); if currentt...
by youn56
29 Oct 2012
Forum: MultiCharts
Topic: Send order between sessions (when market are closed)
Replies: 7
Views: 1685

Re: Send order between sessions (when market are closed)

Thanks Andrew, My broker is IB. If i write something like that, do you think it will work ? will my order send and will submitted to IB (good for the next day : time in force (TIF) to "DAY") ? if currenttime_s >210000 and currenttime_s <210100 then begin buy next bar at market; end; if LastBarOnChar...
by youn56
29 Oct 2012
Forum: MultiCharts
Topic: Send order between sessions (when market are closed)
Replies: 7
Views: 1685

Send order between sessions (when market are closed)

Hi,

To be sure to be executed at the first tick price of the session (i trade with daily charts - automated strategy), i would like to send an order between sessions (when market are closed). Is it possible to do it and how ?
Thanks for your answers.
Best regards.
by youn56
11 May 2012
Forum: MultiCharts
Topic: Open Price guarantee.
Replies: 3
Views: 1509

Re: Open Price guarantee.


code the strategy to send your order the night before,
Hello,
How may I do to do this without tick ?
by youn56
08 May 2012
Forum: MultiCharts
Topic: Open Price guarantee.
Replies: 3
Views: 1509

Open Price guarantee.

Hello,
I want to be sure my order will be executed at the opening price. But since the order is sent (from MC to TWS) at the first available tick, how to have the guarantee that the execution will take place at the opening price and not to the second tick?
Regards.
by youn56
02 May 2012
Forum: MultiCharts
Topic: use of "entryprice" in auto trading
Replies: 10
Views: 1932

Re: use of "entryprice" in auto trading

format signal-->format-->properties-->Enable Intra-Bar Order Generation
by youn56
02 May 2012
Forum: MultiCharts
Topic: use of "entryprice" in auto trading
Replies: 10
Views: 1932

Re: use of "entryprice" in auto trading

I think than the IOG option could resolve your problem or this code:
if marketposition = 1 then begin
TP1L = (entryprice + 5) ;
sell next bar at TP1L limit;
end;

But with this code, your "TP1L" will be set at the end of the bar.
by youn56
02 May 2012
Forum: MultiCharts
Topic: use of "entryprice" in auto trading
Replies: 10
Views: 1932

Re: use of "entryprice" in auto trading

Hi,
I think Your entryprice will take the value at the end of the bar, not before.
The first tick after your buy signal filled (but before the end of the bar), you initialise your takeprofit "TP1L" to entryprice+5---> 0+5.
Your limitprice (5 $/€) is probably immediatly executed.
by youn56
01 May 2012
Forum: MultiCharts
Topic: How to cancel or prevent exit orders out of main session?
Replies: 2
Views: 1679

Re: How to cancel or prevent exit orders out of main session

Perhaps another solution exists. You can try to custom the session. For us stock for example : QuoteManager --> Select your symbol --> Edit Symbol --> 1 - Settings tab --> Choose Use Custom Settings. 2 - Sessions tab --> Use Custom Session Template --> Choose the template : "US Stocks (Regular Tradi...
by youn56
01 May 2012
Forum: MultiCharts
Topic: BarsSinceEntry value
Replies: 2
Views: 957

Re: BarsSinceEntry value

Thanks JoshM,
After vérification, I was wrong. The "barsSinceEntry" takes the same value in realtime mode and in the offline mode. The bar on which a buy limit (or stop) is filled is the bar number 0.
by youn56
28 Apr 2012
Forum: MultiCharts
Topic: BarsSinceEntry value
Replies: 2
Views: 957

BarsSinceEntry value

Please, Let me know something : I would like to know if i'm right or not with the initializing of the strategy informations. As you can see to the joined picture, the "barssinceentry" can have a different value if MC is in realtime mode or in backtest mode. For the "entryprice", it takes the value a...
by youn56
20 Apr 2012
Forum: MultiCharts
Topic: Sync autotrader between broker and strategy/chart
Replies: 26
Views: 8406

Re: Sync autotrader between broker and strategy/chart

Thanks,

Another question please.

Suppose :

1 - The brokerposition is open for 2 days,
2 - the TrailingTrigger was reached yesterday but the SetDollarTrailing wasn't reached,

How may i do to retrieve this TrailingTrigger ?

Best regards,
by youn56
16 Apr 2012
Forum: MultiCharts
Topic: How does the auto trading work ?
Replies: 8
Views: 1999

Re: How does the auto trading work ?

Hi Andrew, It doesn't work as i would like. I filled the dialog box to input the initial position and average price. The code to exit is like this : sell ("SL") next bar at c * 0.98 stop ; sell ("TP") Next Bar at entryprice*1.02 limit; The "entryprice" price remains at 0 until the next bar. The "ent...
by youn56
13 Apr 2012
Forum: MultiCharts
Topic: Sync autotrader between broker and strategy/chart
Replies: 26
Views: 8406

Re: Sync autotrader between broker and strategy/chart

Hi,
I am also interested in such developments.
Best Regards.
by youn56
12 Apr 2012
Forum: MultiCharts
Topic: How does the auto trading work ?
Replies: 8
Views: 1999

Re: How does the auto trading work ?

Thank you Andrew,
I have modified my code and everything seems to work for now. I will keep you informed.
by youn56
09 Apr 2012
Forum: MultiCharts
Topic: How does the auto trading work ?
Replies: 8
Views: 1999

Re: How does the auto trading work ?

I don't understand. Today, i filled the dialog box to input the initial position and average price to my strategy before the opening market. The strategy stop calculated was 98.12. The open was 97.74. Then, normally, my trade should be closed to market at 97.74. Any order was sent by MC. I join a pa...
by youn56
06 Apr 2012
Forum: MultiCharts
Topic: What does "Invalid destination exchange specified" mean ?
Replies: 1
Views: 1714

What does "Invalid destination exchange specified" mean ?

Hi,
When i have a look in the MC's logs file, i have got a "Warning" in the category colomn and the message "Invalid destination exchange specified".
What does it mean ?
by youn56
06 Apr 2012
Forum: MultiCharts
Topic: How does the auto trading work ?
Replies: 8
Views: 1999

Re: How does the auto trading work ?

Thank you,
Then another question :
I use the BarsSinceEntry function in the strategy. Which initial position for the BarsSinceEntry does the strategy "understand" ? the input filled one (day d --> BarsSinceEntry = 0) or the strategy one (day d-1 --> BarsSinceEntry = 1) ?
by youn56
05 Apr 2012
Forum: MultiCharts
Topic: How does the auto trading work ?
Replies: 8
Views: 1999

How does the auto trading work ?

Exemple: I'm running an automated strategy (autotrading) and a buy order is filled. The evening, i turn off my PC. The next day, i start the PC and MC. I turn on the strategy (SA button green) and as the "Show the assign the initial market position at the broker dialogue -->Show always" option is en...
by youn56
05 Apr 2012
Forum: MultiCharts
Topic: Establishing connection.....for some symbols only.
Replies: 7
Views: 1908

Re: Establishing connection.....for some symbols only.

Sorry,
You're right. I'm confused for this error.
Thank you. I'm going to try again and i'll let you know if the problem is solved.
by youn56
05 Apr 2012
Forum: MultiCharts
Topic: Establishing connection.....for some symbols only.
Replies: 7
Views: 1908

Re: Establishing connection.....for some symbols only.

Hi Henry, I tried again. I had turned off my computer and restarted it. The same problem appears. Lets have a look to the pictures to understand it. Fisrt of all, i started TWS and then i started MC. I obtain the img3. I filled my login and i obtained the img4. I clicked "OK" and i saw the picture i...
by youn56
04 Apr 2012
Forum: MultiCharts
Topic: Establishing connection.....for some symbols only.
Replies: 7
Views: 1908

Re: Establishing connection.....for some symbols only.

How may i do to know when my previous session was terminated incorrectly?
Indeed, it looks ok when the markets are closed.
by youn56
04 Apr 2012
Forum: MultiCharts
Topic: Stop entry cancelled !
Replies: 4
Views: 1118

Re: Stop entry cancelled !

Thank you Henry.
I have unchecked the options.
by youn56
04 Apr 2012
Forum: MultiCharts
Topic: Establishing connection.....for some symbols only.
Replies: 7
Views: 1908

Re: Establishing connection.....for some symbols only.

All is right for the instrument. Another information : the SA button is green on the other chart but any order is sent to the TWS plateform !!! I have restarted my computer and launched again MC and TWS. Then, i had an alert which inform me than another MC was already connected ! It was of course fa...
by youn56
04 Apr 2012
Forum: MultiCharts
Topic: Establishing connection.....for some symbols only.
Replies: 7
Views: 1908

Establishing connection.....for some symbols only.

When i open a workspace, MC (V8 beta 1 build 5091) is able to connect to IB for some symbols only (see picture joined)! TWS seems correct. When i launch MC, TWS is already running. And, when i open the workspace, the TWS's logon windows appears! I cancelled because i'm already connected. What's the ...
by youn56
03 Apr 2012
Forum: MultiCharts
Topic: Stop entry cancelled !
Replies: 4
Views: 1118

Re: Stop entry cancelled !

Thanks Henry,
The screenshot is attached.
by youn56
02 Apr 2012
Forum: MultiCharts
Topic: Stop entry cancelled !
Replies: 4
Views: 1118

Stop entry cancelled !

Hi,
I'm using MC V8 beta 1 build 5091 with TWS. Today, I've just started with the automated trading and i met a problem.
I don't understand why, on SOI2, my stop entry was cancelled at 17:30:34 and immediatly it was replaced by a market order.
Is it a mapping symbol problem ?
Thanks for your help.

Go to advanced search