Search found 114 matches

by mickatrade
21 Oct 2021
Forum: MultiCharts
Topic: Calculating shares on forex market (binance spot)
Replies: 4
Views: 971

Re: Calculating shares on forex market (binance spot)

Minimum trade value on binance is 10USDT. Your order worth is less than 10usdt thats why your order is rejected.
by mickatrade
19 Sep 2021
Forum: MultiCharts
Topic: Calculating shares on forex market (binance spot)
Replies: 4
Views: 971

Re: Calculating shares on forex market (binance spot)

Hi,
you can try :
buy 100/(Price*bigpointvalue) shares next bar at
regard,
MJ
by mickatrade
21 Mar 2021
Forum: MultiCharts
Topic: Live Risk Management in Chart Trading
Replies: 22
Views: 4273

Re: Live Risk Management in Chart Trading

Hi Massimo,
Thank you for your feedback; The video just shows that order are sent right after RMTool has been drawn.
BTW, if you need a specific development tailored to your need, just ask me in private.
Kind regards,
MJ
by mickatrade
20 Mar 2021
Forum: MultiCharts
Topic: Live Risk Management in Chart Trading
Replies: 22
Views: 4273

Re: Live Risk Management in Chart Trading

Hi,

I've done a POC for live orders, you can check the video below :

https://youtu.be/dxZLR7iv_Iw

Best,
MJ
by mickatrade
20 Mar 2021
Forum: MultiCharts
Topic: Live Risk Management in Chart Trading
Replies: 22
Views: 4273

Re: Live Risk Management in Chart Trading

Hi Mick, is it possible to develop the tool so that it can execute manual orders by all the available contracts, such as in Futures, Indexes, Cash, CFD and Stocks, with also the input of the % of your capital you are willing to risk in each trade? To my mind, a similar tool would be a breakthrough ...
by mickatrade
20 Mar 2021
Forum: MultiCharts
Topic: Live Risk Management in Chart Trading
Replies: 22
Views: 4273

Re: Live Risk Management in Chart Trading

Hi Syswizard, Thank you for the idea, i'll perform tests with GV. PS : I've coded the same tool for TS in OOEL language. Instead of hotkeys , i use buttons, you can check the video below :) https://www.youtube.com/watch?v=l5oNrOZ-1wQ Best, MJ Hi Massimo, I 've checked your video , it's very interest...
by mickatrade
07 Mar 2021
Forum: MultiCharts
Topic: Live Risk Management in Chart Trading
Replies: 22
Views: 4273

Re: Live Risk Management in Chart Trading

Hi Massimo,
I 've checked your video , it's very interesting but i'm not sure itis possible to send orders from an indicator in multicharts.
Maybe the support team can answer to that.
Best,
MJ
by mickatrade
01 Mar 2021
Forum: MultiCharts
Topic: Live Risk Management in Chart Trading
Replies: 22
Views: 4273

Re: Live Risk Management in Chart Trading

Hi Mick, is it possible to add, in the first row of your excellent interactive risk management tool, also the % of your trading capital you are willing to risk in each trade? To my mind, in this way, the tool would be more complete, because it would be able to connect itself to the account balance....
by mickatrade
06 Aug 2020
Forum: MultiCharts
Topic: Live Risk Management in Chart Trading
Replies: 22
Views: 4273

Re: Live Risk Management in Chart Trading

Hi, I've attached an interactive risk management tool, you can test it. Please check the screenshots for intructions. You can also move horizontal lines and text boxes will update. Regards, MJ https://marketmastercoder.com/wp-content/uploads/2020/08/image.png https://marketmastercoder.com/wp-content...
by mickatrade
31 Jul 2020
Forum: MultiCharts
Topic: Live Risk Management in Chart Trading
Replies: 22
Views: 4273

Re: Live Risk Management in Chart Trading

Hi,

Check this video : https://www.youtube.com/watch?v=2SZvt467d9c

i think it's the kind of tool you need.

Regards,

MJ
by mickatrade
01 Sep 2019
Forum: MultiCharts
Topic: Link multichart signal to python classifier [SOLVED]
Replies: 15
Views: 9121

Re: Link multichart signal to python classifier [SOLVED]

Hi,
i'll give Rapidminer a try, this tool looks great.
Regards,
MJ
by mickatrade
31 Aug 2019
Forum: MultiCharts
Topic: Link multichart signal to python classifier [SOLVED]
Replies: 15
Views: 9121

Re: Link multichart signal to python classifier [SOLVED]

Hi MJ, Hopefully this will help. I am running this Python code inside of Rapidminer as I prefer to use that for many machine learning tasks especially in the early phase of testing ideas. This requires that I use dataframes but the code should be straight forward. In this example, I am exporting si...
by mickatrade
31 Aug 2019
Forum: MultiCharts
Topic: Link multichart signal to python classifier [SOLVED]
Replies: 15
Views: 9121

Re: Link multichart signal to python classifier [SOLVED]

Hi Mj, I will try and post a simple example later today. It has been a while since I looked at this. You are probably running into an issue with C types and Python types. regards, Alex Hi, I 've 2 issues with SharedVar app. MC side (sharedvar-a64.dll): I ve converted all dll function to powerlangua...
by mickatrade
27 Aug 2019
Forum: MultiCharts
Topic: Link multichart signal to python classifier [SOLVED]
Replies: 15
Views: 9121

Re: Link multichart signal to python classifier [SOLVED]

Hi smoky, You can find the code below. I can see the values on the sharedvar monitor application, but i can't get all them when i query the server from python. I cant understand why, but it seems handle int value returned is incorrect when used in the python. external: "SharedVar-a64.dll", int, "svI...
by mickatrade
27 Aug 2019
Forum: MultiCharts
Topic: Link multichart signal to python classifier [SOLVED]
Replies: 15
Views: 9121

Re: Link multichart signal to python classifier [SOLVED]

Hello MJ, You can try sending your array to sharedvar server. You can then read your array into python calling the dll using python ctypes. I have done this and it works. It is probably faster to write the result to a text file and read it . This way you can also back test. You can call your code a...
by mickatrade
26 Aug 2019
Forum: MultiCharts
Topic: Link multichart signal to python classifier [SOLVED]
Replies: 15
Views: 9121

Re: Link multichart signal to python classifier [SOLVED]

Hi, Thank you for your reply. I didn't know sharedvar, i'll give it a try. so far instead of sending data from MC to python, i'm writing a csv file. What i dont how to do is to trigger the python script to open it and send an answer (writing a new csv file). An other concern is , with all the proces...
by mickatrade
24 Aug 2019
Forum: MultiCharts
Topic: Link multichart signal to python classifier [SOLVED]
Replies: 15
Views: 9121

Link multichart signal to python classifier [SOLVED]

Hello, I develop strategies which are traded with portfolio trader (no intrabar order generation) I would like to link my algos to a python machine learning classifier. The process would be this one. 1/ Entry conditions are met 2/ The strategy send an array of values to the python program 3/ the pyt...
by mickatrade
24 Aug 2019
Forum: MultiCharts
Topic: MULTICHARTS 14.0 BETA 1
Replies: 45
Views: 12143

Re: MULTICHARTS 14.0 BETA 1

Thank you for this great update, the volume profile tool is what i was waiting for.
by mickatrade
12 Jan 2019
Forum: MultiCharts
Topic: auto position sizing
Replies: 1
Views: 888

Re: auto position sizing

Hi,
I've developped a very similar tool.
Check the link below :
https://www.youtube.com/watch?v=2SZvt467d9c&t=2s
Regards,
MJ
by mickatrade
20 Sep 2018
Forum: MultiCharts
Topic: MULTICHARTS 12.0 RELEASE 2
Replies: 51
Views: 16795

Re: MULTICHARTS 12.0 RELEASE 2

That s good news.
Do you have an ETA?
Thx
MJ
by mickatrade
18 Sep 2018
Forum: MultiCharts
Topic: MULTICHARTS 12.0 RELEASE 2
Replies: 51
Views: 16795

Re: MULTICHARTS 12.0 RELEASE 2

Hello,
I'd like to know if you'll add fxcm broker and datafeed in the next months .
The new API is available.
https://www.fxcm.com/uk/algorithmic-tra ... i-trading/
Thx,
MJ
by mickatrade
07 May 2018
Forum: MultiCharts
Topic: FXCM new API : Adding FXCM datafeed
Replies: 1
Views: 1428

FXCM new API : Adding FXCM datafeed

Hello,

A new api is available from fxcm broker (https://www.fxcm.com/uk/algorithmic-tra ... i-trading/)
Does the multicharts team plan to add this datafeed to the software coming releases ?
If not, how can i do it myself if possible ? Multicharts datafeed api ?
Thanks.

MJ
by mickatrade
28 Feb 2018
Forum: MultiCharts
Topic: Quarterly Open, High, Low, Close [SOLVED]
Replies: 6
Views: 2357

Re: Quarterly Open, High, Low, Close [SOLVED]

Hello,
I've managed to do it.
I've modified OHLCperiodago to do it.
Finally i've created HighQ and LowQ :)
code.png
(106.79 KiB) Downloaded 669 times
HighQ.png
(24.48 KiB) Downloaded 669 times
quarterlyindicator.png
(11.16 KiB) Downloaded 669 times
by mickatrade
28 Feb 2018
Forum: MultiCharts
Topic: Quarterly Open, High, Low, Close [SOLVED]
Replies: 6
Views: 2357

Re: Quarterly Open, High, Low, Close [SOLVED]

Hi MJ, so looking at your chart it seems that you'd like a function to return the open/high/low/close of the *previous* quarter. That's easy to do, just change the code to this: vars: monthSeries, quarterlyHigh, prevQuarterlyHigh; monthSeries = Month(DateTime); if (Floor((monthSeries[0] - 1) / 4) >...
by mickatrade
27 Feb 2018
Forum: MultiCharts
Topic: Quarterly Open, High, Low, Close [SOLVED]
Replies: 6
Views: 2357

Re: Quarterly Open, High, Low, Close [SOLVED]

This is what i want to do.
The indicator plots the high and the low of the previous month.
I need to do the same but with previous quarterly high and low.
previous month low and high.png
(61.75 KiB) Downloaded 688 times
by mickatrade
27 Feb 2018
Forum: MultiCharts
Topic: Quarterly Open, High, Low, Close [SOLVED]
Replies: 6
Views: 2357

Re: Quarterly Open, High, Low, Close [SOLVED]

Hello Felix,
Thank you for your help.
Here the indicator.
I'll have to customise your code to get what i want.
quarterly indicator.png
(54.85 KiB) Downloaded 689 times
by mickatrade
26 Feb 2018
Forum: MultiCharts
Topic: Multicharts trading in Europe and new MIFID regulations
Replies: 3
Views: 9725

Re: Multicharts trading in Europe and new MIFID regulations

Hello,
I ve no problem with lmax broker.
by mickatrade
26 Feb 2018
Forum: MultiCharts
Topic: Quarterly Open, High, Low, Close [SOLVED]
Replies: 6
Views: 2357

Quarterly Open, High, Low, Close [SOLVED]

Hello,

I'm looking for reserved words for Quarterly Open, quarterly high, quarterly low, quarterly close but i can't find them.
Does someone have a custom code for them or can help me to code them ?
I think it would be nice to have those reserved word on future versions of MC.
Regards.
MJ
by mickatrade
11 Aug 2017
Forum: MultiCharts
Topic: MULTICHARTS 11.0 RELEASE
Replies: 85
Views: 161042

Re: MULTICHARTS 11.0 RELEASE

Hello Henry,
Thank you for your reply.
I will send an email about it.
Regards .
MJ
by mickatrade
10 Aug 2017
Forum: MultiCharts
Topic: MULTICHARTS 11.0 RELEASE
Replies: 85
Views: 161042

Re: MULTICHARTS 11.0 RELEASE

Hello,
Can you give more detail about this functionnality :

New study licensing management system

Selected add-on providers can now register as developers with us to manage licensing of the studies they sell to the users.

Thanks
by mickatrade
06 Jul 2017
Forum: MultiCharts
Topic: MULTICHARTS 11.0 BETA 1
Replies: 36
Views: 17659

Re: MULTICHARTS 11.0 BETA 1

Hello, I use the portfolio to trade multiple instruments. Each instrument has a strategy for long side trades and a strategy for short side trades. It'd be interesting to have a checkbox for each strategy in order to disable only one side of strategy. Please see the attached file. THank you new feat...
by mickatrade
15 Jun 2017
Forum: MultiCharts
Topic: Currency Conversion error in portfolio trader [SOLVED]
Replies: 5
Views: 2003

Re: Currency Conversion error in portfolio trader [SOLVED]

Hello angelina,
I 've an other question. When i set FOREX exchange Currency to USD, what will return the function SymbolCurrencyCode for eurjpy or AudCad for exemple. Will it be JPY and CAD or USD because of FOREX currency setting ?
by mickatrade
14 Jun 2017
Forum: MultiCharts
Topic: Currency Conversion error in portfolio trader [SOLVED]
Replies: 5
Views: 2003

Re: Currency Conversion error in portfolio trader [SOLVED]

Thank you angelina, the problem is solved !
by mickatrade
14 Jun 2017
Forum: MultiCharts
Topic: Currency Conversion error in portfolio trader [SOLVED]
Replies: 5
Views: 2003

Re: Currency Conversion error in portfolio trader [SOLVED]

Hello Angelina,
I cant change the value, it is greyed.
by mickatrade
13 Jun 2017
Forum: MultiCharts
Topic: Currency Conversion error in portfolio trader [SOLVED]
Replies: 5
Views: 2003

Currency Conversion error in portfolio trader [SOLVED]

Hello,

When i set my porfolio currency to EUR or USD ,i get an error when the instrument are gold spot(mini) and US crude (spot) from LMAX broker.
Can you fix it, i've a portfolio with 12 instruments with currency set to EUR and want to add US Crude an Gold spot mini.
Please see the attached file.
by mickatrade
15 May 2017
Forum: MultiCharts
Topic: Portfolio trader : IOG for automatic trading
Replies: 5
Views: 2603

Re: Portfolio trader : IOG for automatic trading

I'm currently using MC for automatic trading but it sometimes freezes because i've 20 charts/ workspace and have 6 workspaces running at the same time. My strategy use IOG so i can't move to portfolio trader to apply my strategy in live autotrading. Are you running multi-time frame? eg 5 mins and 1...
by mickatrade
14 May 2017
Forum: MultiCharts
Topic: Portfolio trader : IOG for automatic trading
Replies: 5
Views: 2603

Re: Portfolio trader : IOG for automatic trading

Hello TJ, My answers below. Which MC version are you using? => MultiCharts64 Version 10.0 Release (Build 14245) What is your computer spec? (CPU, memory, Windows version) Intel I5 with Windows 10 64 + 16go RAM How much history are on the charts? =>730 day Are you running multi-time frame? eg 5 mins ...
by mickatrade
13 May 2017
Forum: MultiCharts
Topic: Portfolio trader : IOG for automatic trading
Replies: 5
Views: 2603

Portfolio trader : IOG for automatic trading

Hello, I'm currently using MC for automatic trading but it sometimes freezes because i've 20 charts/ workspace and have 6 workspaces running at the same time. My strategy use IOG so i can't move to portfolio trader to apply my strategy in live autotrading. Do you plan in the future to have IOG for l...
by mickatrade
16 Mar 2017
Forum: MultiCharts
Topic: stop loss and position sizing
Replies: 6
Views: 2715

Re: stop loss and position sizing

Hi given, I had the same kind of issue when i started using MC. The solution was to develop an interactive indicator for my discretionnary first. Basically i have to CTRL+ click on the stop price level on the chart and it give me the right open size, tgt1 level + tgt1 size (outputs) based on my risk...
by mickatrade
07 Aug 2016
Forum: MultiCharts
Topic: Bookmap
Replies: 40
Views: 12469

Re: Bookmap

The problem is that if you use dots or Left/right tick after a Plot condition ( " When your historical level is inside your current dom level range, use noplot code for the historical level, if not, plot the historical level ") you have "only" 999 Plot possibility and you have to declare and code e...
by mickatrade
06 Aug 2016
Forum: MultiCharts
Topic: Bookmap
Replies: 40
Views: 12469

Re: Bookmap

Maybe you should try additionnal plots instead of trendlines.
When your historical level is inside your current dom level range, use noplot code for the historical level, if not, plot the historical level .

MJ
by mickatrade
27 Jul 2016
Forum: MultiCharts
Topic: Bookmap
Replies: 40
Views: 12469

Re: bookmap

Hello Ranfotto and Mick, congratulations for your work. Technically, do you think it would be possible to display the order quantity for each period? (for a precise historical) @Mick > I'm less talented than you to code, but if it can give you an idea... Have you thought of using letters, and espec...
by mickatrade
26 Jul 2016
Forum: MultiCharts
Topic: Bookmap
Replies: 40
Views: 12469

Re: bookmap

So nobody has a solution for my initial issue?
by mickatrade
26 Jul 2016
Forum: MultiCharts
Topic: Bookmap
Replies: 40
Views: 12469

Re: bookmap

In your PowerLanguage Editor there is an indicator called "--- Market Depth ---". You can use that as the base for your "Bookmap"; you can re-code the indicator to plot dots on every bar instead of horizontal lines at the edge of the screen. It is not rocket science or esoteric breakthrough, but it...
by mickatrade
26 Jul 2016
Forum: MultiCharts
Topic: Bookmap
Replies: 40
Views: 12469

Re: bookmap

Ok ben,
You re free to share your own code , i will not judge ...
by mickatrade
25 Jul 2016
Forum: MultiCharts
Topic: Bookmap
Replies: 40
Views: 12469

Re: bookmap

Hi there, can someone (bensat or mickatrade or anyone else) post the code of bookmap indicator posted in this topic or if not the definitive code, a basic code to start a development based on that code ? I'm interesting in BookMap but I've a Multicharts easylanguage licence and not a .NET licence w...
by mickatrade
25 Jul 2016
Forum: MultiCharts
Topic: Bookmap
Replies: 40
Views: 12469

Re: MULTICHARTS 10.0 BETA 1

Ok thanks for your advice, but it s not elegant :) and my cpu will cry. You can save a lot of memory and cpu utilization by adjusting the background of the chart to the base level of your base color in the study and only plot levels which are 'worth' to show ... One example from my indicator : http...
by mickatrade
22 Jul 2016
Forum: MultiCharts
Topic: Bookmap
Replies: 40
Views: 12469

Re: bookmap

Instead of plotting a dot with Plot1 ( close , "Bid") ; you could simple use two plots with Plot1 ( close , "Bid") ; Plot2 ( close + 0.25 , "Bid") ; and format plot1 as Bar High and plot2 as Bar Low. PS: I cant upload an image, it says "Sorry, the board attachment quota has been reached." Hello SP,...
by mickatrade
19 Jul 2016
Forum: MultiCharts
Topic: Bookmap
Replies: 40
Views: 12469

Re: MULTICHARTS 10.0 BETA 1

Ok thanks for your advice, but it s not elegant :) and my cpu will cry.
by mickatrade
19 Jul 2016
Forum: MultiCharts
Topic: Bookmap
Replies: 40
Views: 12469

Re: MULTICHARTS 10.0 BETA 1

It's actually not possible arnie.
by mickatrade
19 Jul 2016
Forum: MultiCharts
Topic: Bookmap
Replies: 40
Views: 12469

Bookmap

Hello, I've created an indicator that looks like bookmap, i'm currently using point style to plot the indicator. Is it possible to add square or rectangle styles in future versions of MC. I've tried left tick and right tick but they aren't centered. http://www.cjoint.com/doc/16_07/FGtksdrNmPX_bookma...
by mickatrade
28 May 2016
Forum: MultiCharts
Topic: MULTICHARTS 10.0 BETA 1
Replies: 89
Views: 27628

Re: MULTICHARTS 10.0 BETA 1

Hello, In MC 9.X versions, when i created custom exit strategies(DOM or chart trading) on one instrument, they were available for other instruments. Now in MC 10.0, the created exit strategies for one instrument are not available for others. Is it the normal behavior ? Let's the you trade US stocks ...
by mickatrade
09 May 2016
Forum: MultiCharts
Topic: LMAX abnormal prices during rollover
Replies: 10
Views: 3289

Re: LMAX abnormal prices during rollover

Hello,
Same trouble, even after reloading data. You should try to plot it with itcharts (from webinterface of LMAX) to see if it comes from bad data of the API.
by mickatrade
19 Apr 2016
Forum: MultiCharts
Topic: MULTICHARTS 9.1 RELEASE
Replies: 107
Views: 50962

Re: MULTICHARTS 9.1 RELEASE

Hello,

Is there a way to modify symbol files (.sm) with a software like Excel ?
I've to change broker parameters for hundreds of symbols but i've to change it one by one .
It would be easier for me to do it under excel.
by mickatrade
14 Apr 2016
Forum: MultiCharts
Topic: MULTICHARTS 9.1 RELEASE
Replies: 107
Views: 50962

Re: MULTICHARTS 9.1 RELEASE

Ok Henry,

Here the link for the feature request :

https://www.multicharts.com/pm/viewissu ... no=MC-2030
by mickatrade
13 Apr 2016
Forum: MultiCharts
Topic: MULTICHARTS 9.1 RELEASE
Replies: 107
Views: 50962

Re: MULTICHARTS 9.1 RELEASE

Hello, Thanks for the new release. I've a suggestion for future versions of MC. I think MC needs a Market Depth window for stocks trading, the actual DOM is great for Future or Forex trading. But for stocks trading, it's difficult to focus on the DOM when prices move out of range frequently and the ...
by mickatrade
02 Mar 2016
Forum: MultiCharts
Topic: Limit Order @Price X [SOLVED]
Replies: 36
Views: 11258

Re: Limit Order @Price X [SOLVED]

Have a look to the limit order chapter :

https://www.multicharts.com/trading-sof ... _%28DOM%29
by mickatrade
01 Mar 2016
Forum: MultiCharts
Topic: Limit Order @Price X [SOLVED]
Replies: 36
Views: 11258

Re: Limit Order @Price X [SOLVED]

Hello, You can create a hotkey to buy @ ask + 4ticks. It should work as you want. Not a solution !!! It's just wrong implemented and does not solve the software design issue. Btw, for +5 ticks I make a new Hotkey ? For -5 ticks another hotkey ? LoL .... Thank you. Regards. Ben We're just trying to ...
by mickatrade
28 Feb 2016
Forum: MultiCharts
Topic: Limit Order @Price X [SOLVED]
Replies: 36
Views: 11258

Re: Limit Order @Price X [SOLVED]

Hello,
You can create a hotkey to buy @ ask + 4ticks.
It should work as you want.
by mickatrade
24 Feb 2016
Forum: MultiCharts
Topic: Maximize chart window
Replies: 2
Views: 1282

Re: Maximize chart window

You can try this :
by mickatrade
21 Feb 2016
Forum: MultiCharts
Topic: Show/Hide all drawings in subchart#1 [SOLVED]
Replies: 4
Views: 2117

Re: Show/Hide all drawings in subchart#1 [SOLVED]

Hello,
I close the topic and i create a feature request to add a switch on/off shortcut for all drawing objects of a chart.

https://www.multicharts.com/pm/viewissu ... no=MC-2011
by mickatrade
21 Feb 2016
Forum: MultiCharts
Topic: Show/Hide all drawings in subchart#1 [SOLVED]
Replies: 4
Views: 2117

Re: Show/Hide all drawings in subchart#1 [SOLVED]

Do you mean you want to hide the drawings, but be able to recall (show) them again later? Hello TJ, It's exactly what i meant. I've found a way to hide a manual drawing. Right clic on chart, choose format Drawing, then select the objects you want to hide and click on the Status button to turn them ...
by mickatrade
20 Feb 2016
Forum: MultiCharts
Topic: Show/Hide all drawings in subchart#1 [SOLVED]
Replies: 4
Views: 2117

Show/Hide all drawings in subchart#1 [SOLVED]

Hello,

Is it possible to Show/Hide all drawings in subchart#1 ?

Actually, it is possible to remove all drawings, i just want to hide all of them.
by mickatrade
19 Feb 2016
Forum: MultiCharts
Topic: MULTICHARTS 9.1 RELEASE
Replies: 107
Views: 50962

Re: MULTICHARTS 9.1 RELEASE

Ok thanks for the reply.
by mickatrade
18 Feb 2016
Forum: MultiCharts
Topic: MULTICHARTS 9.1 RELEASE
Replies: 107
Views: 50962

Re: MULTICHARTS 9.1 RELEASE

Hello,

Is there a way to plot and trade CFD indexes from FCXM broker. I know we've to subscribe MCFX for FXCM forex data feed but I've no idea for fxcm cfd's.
by mickatrade
06 Feb 2016
Forum: MultiCharts
Topic: New suggestion: Show potential PnL on attached exit orders
Replies: 2
Views: 1180

Re: New suggestion: Show potential PnL on attached exit orde

That's what it looks like under Prorealtime trading and charting plateform.

Image
by mickatrade
05 Feb 2016
Forum: MultiCharts
Topic: New suggestion: Show potential PnL on attached exit orders
Replies: 2
Views: 1180

New suggestion: Show potential PnL on attached exit orders

Hello,
I ve made a new request for chart trading.
I suggest to had information of potential profit or loss (in ticks, currency or %) on attached exit orders of an open trade.

Please see the request below :

https://www.multicharts.com/pm/viewissu ... no=MC-2001
by mickatrade
29 Jan 2016
Forum: MultiCharts
Topic: Chart Trendline Alerts [SOLVED]
Replies: 7
Views: 2930

Re: Chart Trendline Alerts [SOLVED]

Hello,
the simpliest way is to create a workspace with all the stocks you want to monitor.
by mickatrade
29 Jan 2016
Forum: MultiCharts
Topic: Interactive Brokers CFD IBDE30, IB EU50 etc trading hours
Replies: 12
Views: 4313

Re: Interactive Brokers CFD IBDE30, IB EU50 etc trading hour

If you want quotation from 8am to 10pm you have to subscribe Future data feed.
IB cfd quotes from 9 to 22.
by mickatrade
29 Jan 2016
Forum: MultiCharts
Topic: Interactive Brokers CFD IBDE30, IB EU50 etc trading hours
Replies: 12
Views: 4313

Re: Interactive Brokers CFD IBDE30, IB EU50 etc trading hour

10am is the closing time in hourly resolution, if you put your chart in 5min candle, the first candle will have 9:05am time .

Regards
by mickatrade
28 Jan 2016
Forum: MultiCharts
Topic: Interactive Brokers CFD IBDE30, IB EU50 etc trading hours
Replies: 12
Views: 4313

Re: Interactive Brokers CFD IBDE30, IB EU50 etc trading hour

Ok , sorry it didn't solve the issue. I've all quotes on my chart, maybe you should try to reload them.
According IB webpage, index cfds quote from 9:00 to 22:00 CET, so you have just one hour missing.

https://www.interactivebrokers.com/en/i ... p=cfd&ns=T
by mickatrade
28 Jan 2016
Forum: MultiCharts
Topic: Horizontal line from easylanguage [SOLVED]
Replies: 5
Views: 2890

Re: Horizontal line from easylanguage [SOLVED]

Thank you for your support, it's ok now (see the picture) the new code : inputs: DataSrc("D:\dax.csv"),textpctPosition(5); variables: niv1(0),niv2(0),niv3(0),niv4(0),niv5(0),niv6(0),niv7(0),niv8(0),niv9(0),niv10(0), col1(0),col2(0),col3(0),col4(0),col5(0),col6(0),col7(0),col8(0),col9(0),col10(0), tx...
by mickatrade
27 Jan 2016
Forum: MultiCharts
Topic: Horizontal line from easylanguage [SOLVED]
Replies: 5
Views: 2890

Re: Horizontal line from easylanguage [SOLVED]

As you know, it's not possible to share drawings between charts. I use supports and resistances in my trading method so i decided to create an indicator that is able to load from a csv file up to 10 horizontal levels for each intrument. This indicator draws horizontal line with TL_New code but i can...
by mickatrade
27 Jan 2016
Forum: MultiCharts
Topic: Horizontal line from easylanguage [SOLVED]
Replies: 5
Views: 2890

Horizontal line from easylanguage [SOLVED]

Hello,

I'm looking for a way to draw (from easylanguage) an horizontal line identical (with price text above the line) to those available in the chart analysis toolbox.
The only way i manage to have a similar (but not exactly the same) result was by the of use TL_NEW code.

Thx.

MJ
by mickatrade
25 Jan 2016
Forum: MultiCharts
Topic: Setting multiple instruments in workspace. [SOLVED]
Replies: 3
Views: 1744

Re: Setting multiple instruments in workspace. [SOLVED]

Hello aconnery,

As Henry said, it's possible to do it in MC.
You have to had a new scanner window ( File=> New => Scanner window). You must link this scanner window to your charts ( choose the same linking color)

The result should be similar to the attached file :
by mickatrade
23 Jan 2016
Forum: MultiCharts
Topic: New Hotkeys for Multicharts
Replies: 10
Views: 4839

Re: New Hotkeys for Multicharts

Hi all,

I've just created a request to had this type of hotkeys in MC.
Please vote if you think it's an interesting functionnality :

https://www.multicharts.com/pm/viewissu ... no=MC-1994

Regards,

MJ
by mickatrade
23 Jan 2016
Forum: MultiCharts
Topic: New Broker - Saxo
Replies: 6
Views: 4191

Re: New Broker - Saxo

Hello,

There is an open request for IG markets support and you can find the link below to vote :

https://www.multicharts.com/pm/viewissu ... no=MC-1010


MJ
by mickatrade
17 Jan 2016
Forum: MultiCharts
Topic: GV Code working in Multicharts64 but not Multicharts [SOLVED]
Replies: 2
Views: 1593

Re: GV Code working in Multicharts64 but not Multicharts [SOLVED]

Hello Bensat,

Did you install gv2.2 for 32bit ? it's not installed by default on 32bits versions of MC.
See this post :
viewtopic.php?t=2483

MJ
by mickatrade
16 Jan 2016
Forum: MultiCharts
Topic: LMAX Demo Account login failed [SOLVED]
Replies: 1
Views: 1337

Re: LMAX Demo Account login failed [SOLVED]

Hello,
Oftenly, LMAX demo accounts don't work during weekend.
Give it a try on Monday.

MJ
by mickatrade
11 Jan 2016
Forum: MultiCharts
Topic: LMAX feed : Historical Data issues [SOLVED]
Replies: 2
Views: 1911

Re: LMAX feed : Historical Data issues [SOLVED]

The issue is on LMAX side.
by mickatrade
11 Jan 2016
Forum: MultiCharts
Topic: LMAX feed : Historical Data issues [SOLVED]
Replies: 2
Views: 1911

LMAX feed : Historical Data issues [SOLVED]

Hello,
Since this morning , i have gaps on all (forex, cfd, gold) my LMAX charts. i've tried to reload data but it didn't work. It seems historical data is not downloaded from LMAX servers (maybe their servers are down).
Did anybody have the same issue ?
by mickatrade
09 Jan 2016
Forum: MultiCharts
Topic: New Hotkeys for Multicharts
Replies: 10
Views: 4839

Re: New Hotkeys for Multicharts

Someone already realized/finished it and is selling it over the internet ... As I'm not willing or allowed to advertise, make some Google research .... Regards Ben Hello Ben, i've found it but it seems to work with automatic strategies . I'm a discretionnary trader so it will be better if this hotk...
by mickatrade
08 Jan 2016
Forum: MultiCharts
Topic: New Hotkeys for Multicharts
Replies: 10
Views: 4839

Re: New Hotkeys for Multicharts

Hello the Dev team,

Any chance to have this kind of feature for MC .
by mickatrade
05 Jan 2016
Forum: MultiCharts
Topic: Display the last value of an indicator [SOLVED]
Replies: 2
Views: 2447

Re: Display the last value of an indicator [SOLVED]

Thx arnie, Your code actually doesn't work but it's helped me to correct mine. Below, my working code : variable : monhigh(0),idtext(0); once begin idtext = text_new(date, time,monhigh, "Spread: "); Value1 = Text_SetColor(idtext ,black); end; if LastBarOnChart then begin monhigh = getappinfo(aihighe...
by mickatrade
05 Jan 2016
Forum: MultiCharts
Topic: Display the last value of an indicator [SOLVED]
Replies: 2
Views: 2447

Display the last value of an indicator [SOLVED]

Hello, I'm trying to display the spread on my chart, the problem is, it shows a value for each candle. How can i display it, only for the last candle. here is my code : variable : monhigh(0); if LastBarOnChart then begin monhigh = getappinfo(aihighestdispvalue); value1 = text_new(date, time,monhigh,...
by mickatrade
05 Jan 2016
Forum: MultiCharts
Topic: New Hotkeys for Multicharts
Replies: 10
Views: 4839

Re: New Hotkeys for Multicharts

@sptrader, great idea too, we can also suggest a button in the DOM to close half of position.

@arjfca, Bien joué !!!!
I will look your code to add the spread directly on my charts.
Merci beaucoup .
by mickatrade
04 Jan 2016
Forum: MultiCharts
Topic: New Hotkeys for Multicharts
Replies: 10
Views: 4839

New Hotkeys for Multicharts

Hello,
I was thinking about new hotkeys for next releases of Multicharts.
What do you think about a hotkey to close xx % of the position ?
The will have to define the proportion of the position he wants to close when adding the hotkey.

Mickael
by mickatrade
17 Dec 2015
Forum: MultiCharts
Topic: Latest IB TWS software Updater [SOLVED]
Replies: 29
Views: 23813

Re: Compatible IB TWS software.. [SOLVED]

Thank you guys !!!
by mickatrade
26 Nov 2015
Forum: MultiCharts
Topic: Real LEVEL2 in Multicharts
Replies: 8
Views: 3514

Re: Real LEVEL2 in Multicharts

i just want to look at to see where big buyers or big sellers are in the book of orders.
But i'don't want to switch between TWS and MC while trading, that's all.

PS: look at colmex platform or das trader level 2, which agregate different ecn books, so it's already possible.
by mickatrade
26 Nov 2015
Forum: MultiCharts
Topic: Real LEVEL2 in Multicharts
Replies: 8
Views: 3514

Re: Real LEVEL2 in Multicharts

I can't understand what you mean, the user (me) can't modify MC DOM datafeed, we 're able to see only one market datafeed at one time. And if i could, i'd have already done it. Plus, the goal when buying a trading software is trading, not programming a new DOM... Not everyone have good skills in pro...
by mickatrade
26 Nov 2015
Forum: MultiCharts
Topic: Real LEVEL2 in Multicharts
Replies: 8
Views: 3514

Re: Real LEVEL2 in Multicharts

Because, i ve paid a lifetime licence.
I had to cancel my ib level2 feed subscriptions because i couldn t used them in MC.
by mickatrade
26 Nov 2015
Forum: MultiCharts
Topic: Real LEVEL2 in Multicharts
Replies: 8
Views: 3514

Re: Real LEVEL2 in Multicharts

Hello,
nobody wants this features ?
other tools like NT got a real level 2.

Thanks
by mickatrade
19 Oct 2015
Forum: MultiCharts
Topic: Real LEVEL2 in Multicharts
Replies: 8
Views: 3514

Real LEVEL2 in Multicharts

Hello guys,

Please vote for a real level2 for stock trading with multicharts.

https://www.multicharts.com/pm/viewissu ... no=MC-1932

Thx
by mickatrade
28 Sep 2015
Forum: MultiCharts
Topic: MULTICHARTS 9.1 RELEASE CANDIDATE
Replies: 32
Views: 11159

Re: MULTICHARTS 9.1 RELEASE CANDIDATE

Mickatrade may be you use direct routing ticker ? For example if in QM on IBM current exchange NYSE, that display only NYSE bid/ask that equal IBM|NYSE, if in QM on TSLA current exchange ISLAND, that display only ISLAND bid/ask that equal TSLA|ISLAND in TWS. If need view consolidated exchange, that...
by mickatrade
28 Sep 2015
Forum: MultiCharts
Topic: MULTICHARTS 9.1 RELEASE CANDIDATE
Replies: 32
Views: 11159

Re: MULTICHARTS 9.1 RELEASE CANDIDATE

Thank you Henry, i've contacted the support team and it seems that it's not possible at the moment to have consolidated market depths in MC DOM.
So i've created a request on Multicharts PM.
Maybe it will be a new feature in Multicharts :D
by mickatrade
24 Sep 2015
Forum: MultiCharts
Topic: MULTICHARTS 9.1 RELEASE CANDIDATE
Replies: 32
Views: 11159

Re: MULTICHARTS 9.1 RELEASE CANDIDATE

IB support also told me that everything available in TWS is available for the API.
by mickatrade
24 Sep 2015
Forum: MultiCharts
Topic: MULTICHARTS 9.1 RELEASE CANDIDATE
Replies: 32
Views: 11159

Re: MULTICHARTS 9.1 RELEASE CANDIDATE

Here , my datafeed subscriptions at IB.
by mickatrade
24 Sep 2015
Forum: MultiCharts
Topic: MULTICHARTS 9.1 RELEASE CANDIDATE
Replies: 32
Views: 11159

Re: MULTICHARTS 9.1 RELEASE CANDIDATE

Hello, I've already contacted the chat support and they couldn't find a solution. Hello mickatrade, That is not exactly true. You were comparing the data in the Time and Sales TWS window with the MultiCharts DOM window data. Depth of book market data was not available on your IB account for the ins...
by mickatrade
24 Sep 2015
Forum: MultiCharts
Topic: MULTICHARTS 9.1 RELEASE CANDIDATE
Replies: 32
Views: 11159

Re: MULTICHARTS 9.1 RELEASE CANDIDATE

Hello,
I've already contacted the chat support and they couldn't find a solution.
by mickatrade
23 Sep 2015
Forum: MultiCharts
Topic: MULTICHARTS 9.1 RELEASE CANDIDATE
Replies: 32
Views: 11159

Re: MULTICHARTS 9.1 RELEASE CANDIDATE

Hello , i've issues with interactive brokers, data refresh in MC DOM is very slow compared to TWS DOM ( see picture), it's lagging. Plus, i don't have the same number of shares between TWS DOM and MC DOM. For example at ask price 148.92 i have 900 shares for MC DOM, but 1200 shares for TWS DOM (see ...
by mickatrade
22 Sep 2015
Forum: MultiCharts
Topic: Bad conditionnal formating [SOLVED]
Replies: 3
Views: 1702

Re: Bad conditionnal formating [SOLVED]

Hello,
I have solved the issue, i had a mistake in my code algorithm.
Everything is okay now.
by mickatrade
14 Sep 2015
Forum: MultiCharts
Topic: Bad conditionnal formating [SOLVED]
Replies: 3
Views: 1702

Re: Bad conditionnal formating [SOLVED]

No ploblem, i'll post it during this week.
by mickatrade
14 Sep 2015
Forum: MultiCharts
Topic: Level 2 data from IB in MC DOM [SOLVED]
Replies: 2
Views: 1543

Re: Level 2 data from IB in MC DOM [SOLVED]

Hello,
Thank you TJ for your answer. I've subscribed level II data and i'm able to see it.
by mickatrade
12 Sep 2015
Forum: MultiCharts
Topic: Bad conditionnal formating [SOLVED]
Replies: 3
Views: 1702

Bad conditionnal formating [SOLVED]

Hello everybody, I've created and indicator that i use in a watchlist. I've issues with some stocks where the color condition formatting is true , but the color doesn't change. Exemple 1, for ZUMZ stock , change from open is -14%, so abs(14%) > 1% but the text remains in white color. Exemple 2, for ...
by mickatrade
07 Sep 2015
Forum: MultiCharts
Topic: Level 2 data from IB in MC DOM [SOLVED]
Replies: 2
Views: 1543

Level 2 data from IB in MC DOM [SOLVED]

Hello,
I trade US stocks with MC and IB. I''d like to subscribe Level2 data from IB.
Will i be able to see each level inside multicharts DOM with my actual routing parameters (SMART)?
by mickatrade
22 Aug 2015
Forum: MultiCharts
Topic: Risk reward indicator on chart
Replies: 6
Views: 2889

Re: Risk reward indicator on chart

Stefano idea is great, expected PnL for each orders, can we vote for his idea for next release of MC ?
by mickatrade
17 Aug 2015
Forum: MultiCharts
Topic: MULTICHARTS 9.1 BETA 1
Replies: 82
Views: 34078

Re: MULTICHARTS 9.1 BETA 1

Thank you Henry,
I restarted MC, and everything was OK.
But it's annoying because it could end in bad fill price .
by mickatrade
17 Aug 2015
Forum: MultiCharts
Topic: MULTICHARTS 9.1 BETA 1
Replies: 82
Views: 34078

Re: MULTICHARTS 9.1 BETA 1

Hello, I use MC for US stock trading (interactive broker). I've 5 opened DOM in my workspace. I use keyboard shortcuts to enter in position (at bid or ask depending the short or long position) Today i've the price level frozen at 87.22$ no matter the current bid/ask for stock EL when i hit the short...
by mickatrade
15 Jul 2015
Forum: MultiCharts
Topic: MULTICHARTS 9.1 BETA 1
Replies: 82
Views: 34078

Re: MULTICHARTS 9.1 BETA 1

that s what i was looking for, thank you .
live support told me it wasn t possible to move it on the left.
by mickatrade
15 Jul 2015
Forum: MultiCharts
Topic: MULTICHARTS 9.1 BETA 1
Replies: 82
Views: 34078

Re: MULTICHARTS 9.1 BETA 1

Yeah but i don't have time to change chart property while scalping, i just want to focus on my trade.
And i think active orders would be less annoying if they were on the left of the chart ( it's the past !).
by mickatrade
15 Jul 2015
Forum: MultiCharts
Topic: Send GV to DOM
Replies: 2
Views: 1514

Send GV to DOM

Hello, i've just discovered the power of global variable. I've coded an indicator that gives the number of shares and the stop loss for each US stock of a watchlist. This watchlist is linked to my masterchart and my DOM. When i click on a stock of the list i would like to send directly the number of...
by mickatrade
15 Jul 2015
Forum: MultiCharts
Topic: MULTICHARTS 9.1 BETA 1
Replies: 82
Views: 34078

Re: MULTICHARTS 9.1 BETA 1

Hello,
I'm a discretionary trader of US stocks (IB broker) and i use chart trading in order to move stop loss and take profit orders.
The issue is these orders are over the candleticks so i can't see them.Can you add the possibility to move orders on the left of charts ?
It would be i great feature.
by mickatrade
15 Jul 2015
Forum: MultiCharts
Topic: IB TWS latest not working properly with Multicharts 9 latest
Replies: 4
Views: 1841

Re: IB TWS latest not working properly with Multicharts 9 la

I get the same issue today on MC 9.1 beta with IB TWS 950.
I wasn't able to close the trade, so i manually disconnected ib broker profile on MC and connected back.
It was OK after.

Go to advanced search