Search found 177 matches

by Mydesign
13 Jun 2023
Forum: MultiCharts
Topic: Problem with data2 [SOLVED]
Replies: 4
Views: 545

Re: Problem with data2 [SOLVED]

Hi,

You might try this:

Code: Select all

Vars: SMA10H (0, Data2) ; SMA10H = AverageFC ( Close, 10) Data2 ;
by Mydesign
03 Apr 2023
Forum: MultiCharts
Topic: API for IG Markets
Replies: 27
Views: 6450

Re: API for IG Markets

So sad !
by Mydesign
04 Sep 2022
Forum: MultiCharts
Topic: API for IG Markets
Replies: 27
Views: 6450

Re: API for IG Markets

Hi ! Any news or ETA for MC15 ?
by Mydesign
30 Dec 2021
Forum: MultiCharts
Topic: Backtesting Edition
Replies: 1
Views: 479

Backtesting Edition

Hi, There is now a Backtesting Edition available as mentionned here: https://www.multicharts.com/traders-blog/winter-sale-2021-and-bte-bundle/ https://www.multicharts.com/trading-software/index.php?title=Backtesting_Edition It seems that it is only available as a bundle with a full new MC license, b...
by Mydesign
30 Dec 2021
Forum: MultiCharts
Topic: MultiCharts 14.0 Release 2
Replies: 48
Views: 11317

Re: MultiCharts 14.0 Release 2

I did not know neither ! No announcement has been made here.

More infos on the blog:
https://www.multicharts.com/traders-blo ... release-4/

Finally we get rid of this ugly old looking win7 GDI windows style :D Thank you !
by Mydesign
30 Dec 2021
Forum: MultiCharts
Topic: Error Loading Multicharts 14 onto VPS
Replies: 2
Views: 573

Re: Error Loading Multicharts 14 onto VPS

If it's a Windows Server VPS, you have to install .net from its admin panel > add features
by Mydesign
30 Dec 2021
Forum: MultiCharts
Topic: MultiCharts 14.0 Release 2
Replies: 48
Views: 11317

Re: MultiCharts 14.0 Release 2

Only in 29 days ....
... and ticking !
by Mydesign
01 Dec 2021
Forum: MultiCharts
Topic: MultiCharts 14.0 Release 2
Replies: 48
Views: 11317

Re: MultiCharts 14.0 Release 2

Hello,

Almost 1 year since the latest release. Meanwhile, I hope several bugs were fixed and new features developped :roll:
Any ETA for the next release ?

Thanks.
by Mydesign
23 Nov 2021
Forum: MultiCharts
Topic: Issue: great discrepancy between ticks charts from live session vs ticks charts from historical data feed
Replies: 22
Views: 3599

Re: Issue: great discrepancy between ticks charts from live session vs ticks charts from historical data feed

Hi Small dog,

As already said, it is a good way to assess a system robustness and to avoid curve fitting: if your system just collapses with slighty different historical datas, just imagine how bad it would behave on unknown realtime datas. Admiting this will save you a lot of money, trust me !
by Mydesign
20 Nov 2021
Forum: MultiCharts
Topic: Self-Adaptive trading and positions
Replies: 4
Views: 1208

Re: Self-Adaptive trading and positions

It would be great if it could be backtested in a future version of MC. It would probably be very resource intensive but maybe if you already had a base strategy you were happy with and set a relatively small range for the variables in optimization. You can somehow simulate that with the Walk-Forwar...
by Mydesign
11 Nov 2021
Forum: MultiCharts
Topic: AutoTrading with AA [SOLVED]
Replies: 4
Views: 966

Re: AutoTrading with AA [SOLVED]

Correct. Just have it along with your other signals. As for the sequence order, I guess it does not matter, but I personally always put it at top of the list. But beware that is not trully compatible with trading same instrument from multiple independant charts. In this case, each charts will know b...
by Mydesign
10 Nov 2021
Forum: MultiCharts
Topic: AutoTrading with AA [SOLVED]
Replies: 4
Views: 966

Re: AutoTrading with AA [SOLVED]

Hi, Your assumption is wrong. You mistakenly consider SA/AA mode, but granted I did the same too because of unclear documentation. In autotrading, each chart is unaware of other charts anway, be it with SA or AA mode, and they are unaware of actual broker position (except their own position) unless ...
by Mydesign
10 Nov 2021
Forum: MultiCharts
Topic: Passing Values from an Indicator to a Signal/Strategy
Replies: 3
Views: 963

Re: Passing Values from an Indicator to a Signal/Strategy

I hope my answer was helpfull to someone... :roll:
by Mydesign
03 Nov 2021
Forum: MultiCharts
Topic: Issue: great discrepancy between ticks charts from live session vs ticks charts from historical data feed
Replies: 22
Views: 3599

Re: Issue: great discrepancy between ticks charts from live session vs ticks charts from historical data feed

Thanks Oppidum for the insight, and btw I am not english native neither :wink: You definetly made your point, and it is clear that LMAX live datafeed misses far more ticks then expected compared to historical backfill. I will check with your script anyway. Could it be otherwise ? I don't know... Int...
by Mydesign
02 Nov 2021
Forum: MultiCharts
Topic: Issue: great discrepancy between ticks charts from live session vs ticks charts from historical data feed
Replies: 22
Views: 3599

Re: Issue: great discrepancy between ticks charts from live session vs ticks charts from historical data feed

After performing some test (*) during 3 days to compare live tick feed and historical tick feed (after reload) , the amount of tick loss is as followed: - With a LMAX account set up with a 10 updates per second the tick loss varies from 52% to 76% - With a LMAX account set up with a 100 updates per...
by Mydesign
02 Nov 2021
Forum: MultiCharts
Topic: Passing Values from an Indicator to a Signal/Strategy
Replies: 3
Views: 963

Re: Passing Values from an Indicator to a Signal/Strategy

Is there any way to pass values the other way around, from an indicator to a signal/strategy beside using Global Variables?
Yes. You can use a function as the middleman to retrieve it with i_getplotvalue, then call that function from your signal.
by Mydesign
15 Oct 2021
Forum: MultiCharts
Topic: Issue: great discrepancy between ticks charts from live session vs ticks charts from historical data feed
Replies: 22
Views: 3599

Re: Issue: great discrepancy between ticks charts from live session vs ticks charts from historical data feed

Thank you for sharing these infos. I am a long time LMAX customer and I was not aware of such details.
But frankly speaking I am not as much impacted as you are with data mismatch in my trading (mostly index CFDs on range bar charts). 10 ticks/sec is far enough for what I do.
by Mydesign
15 Oct 2021
Forum: MultiCharts
Topic: Issue: great discrepancy between ticks charts from live session vs ticks charts from historical data feed
Replies: 22
Views: 3599

Re: Issue: great discrepancy between ticks charts from live session vs ticks charts from historical data feed

Hello Oppidum, As a matter of fact, what you described is my experience too. Welcome to the real world ! You will never get exact same datas between realtime and history backfill unless you use time based datas. Beside MC data handling and the broker datafeed, there is a third factor that makes it s...
by Mydesign
14 Oct 2021
Forum: MultiCharts
Topic: Self-Adaptive trading and positions
Replies: 4
Views: 1208

Re: Self-Adaptive trading and positions

Hello,

Since you already implemented the ability for MC to change inputs while in auto-trading (with self-adative), it would be awesome if one could do the same... manually !

Thanks for listening.
by Mydesign
13 Sep 2021
Forum: MultiCharts
Topic: Get active Entry name
Replies: 4
Views: 746

Re: Get active Entry name

You should then check out for "PosTradeEntryName" keyword. Usage PosTradeEntryName(PosAgo,TradeNumber) Where: PosAgo - a numerical expression, specifying the position: 0 - open position; 1 - one position back (the last position closed); 2 - two positions back, etc. TradeNumber - a numerical expressi...
by Mydesign
13 Sep 2021
Forum: MultiCharts
Topic: Get active Entry name
Replies: 4
Views: 746

Re: Get active Entry name

Hi,

EntryName(PosBack)

Where: PosBack - a numerical expression, specifying the position:

0 - open position;

1 - one position back (the last position closed);

2 - two positions back, etc.
by Mydesign
10 Sep 2021
Forum: MultiCharts
Topic: How to exchange data between the indicator and the signal
Replies: 4
Views: 1046

Re: How to exchange data between the indicator and the signal

Hello,

You can either:
- duplicate your indicator code into your signal
- convert your indicator as a function, then call it from the signal
- Use i_SetPlotValue / i_getPlotValue. The trick to do so is to use a function as the middleman to collect the value.
by Mydesign
23 Aug 2021
Forum: MultiCharts
Topic: MultiCharts Order API ?
Replies: 17
Views: 6717

Re: MultiCharts Order API ?

Great news ! Thanks for the info.
by Mydesign
23 Aug 2021
Forum: MultiCharts
Topic: API for IG Markets
Replies: 27
Views: 6450

Re: API for IG Markets

Great news ! Thanks for the info.
by Mydesign
19 Aug 2021
Forum: MultiCharts
Topic: MultiCharts Order API ?
Replies: 17
Views: 6717

Re: MultiCharts Order API ?

Implementing the broker and data feed connection for IG Markets is planned for MultiCharts 15. Unfortunately, we don't have the ETA yet since the workflow of our Engineering Team includes working on lots of improvements and new features planned for this version. At least a hint for MC15 would be mu...
by Mydesign
18 Aug 2021
Forum: MultiCharts
Topic: MultiCharts Order API ?
Replies: 17
Views: 6717

Re: MultiCharts Order API ?

Oh well, I really thought it was due for the very next release...
by Mydesign
17 Aug 2021
Forum: MultiCharts
Topic: MultiCharts Order API ?
Replies: 17
Views: 6717

Re: MultiCharts Order API ?

We are working on implementing support for IG Markets in the future release versions.
This is great news ! It was much awaited for years by many of us, thank you MC, you made my day :D

Any ETA for next release ?
by Mydesign
14 Aug 2021
Forum: MultiCharts
Topic: How to continue my strategy after server restart
Replies: 7
Views: 2843

Re: How to continue my strategy after server restart

Hi, Another way (which I use) to achieve that is to select Asynchronous mode (AA) together with "Assign initial position" dialogue. That way I keep all the backtest history and calculation persistance. I can switch off autotrading if needed while in position, and resume it as if it did not happen. G...
by Mydesign
15 Jul 2021
Forum: MultiCharts
Topic: OpenEntryPrice
Replies: 3
Views: 736

Re: OpenEntryPrice

if i must use signal to store entry price in a variable ...how to include it in an indicator ??
Hi, you should check out these keywords:
i_SetPlotValue and i_GetPlotValue
by Mydesign
15 Jul 2021
Forum: MultiCharts
Topic: Fixed position drawing
Replies: 1
Views: 507

Re: Fixed position drawing

Hi, You should check out these keywords: GetAppInfo(aiLowestDispValue) and GetAppInfo(aiHighestDispValue) For instance: Input: Space_Pct(5) ; Vars: Bottom(0), Top(0), Space(0) ; Bottom = GetAppInfo(aiLowestDispValue) ; Top = GetAppInfo(aiHighestDispValue) ; Space = (Top - Bottom) * Space_Pct/100 ; V...
by Mydesign
12 Jul 2021
Forum: MultiCharts
Topic: MultiCharts 14.0 Release 2
Replies: 48
Views: 11317

Re: Issue with regular optimization

Once "regular optimization" has been run, if you switch to format objects and modify inputs, those inputs are not taken in the "current value" field of the optimization settings window once you get back to it. This is a long time bug that has been always there (I already reported it). You'd rather ...
by Mydesign
01 Mar 2021
Forum: MultiCharts
Topic: TL_getValue_BN [SOLVED]
Replies: 3
Views: 729

Re: TL_getValue_BN [SOLVED]

Thank you Kate.

Should I assume this is only a printing error or should I assume calculation is not made properly ?
Your solution works at fixing the output but messes my chart up with unnecessary extensions.

Anyway I will avoid using TL_getValue_BN for now.
by Mydesign
01 Mar 2021
Forum: MultiCharts
Topic: Backtest vs Real exotic phenomenon
Replies: 9
Views: 1345

Re: Backtest vs Real exotic phenomenon

Hi,

Just a hint: make sure your Data Range in Instrument settings is set as "From Date to Date" instead of "x Days/Bars back". That way you will always get same bars construction and thus same backtest results.
by Mydesign
26 Feb 2021
Forum: MultiCharts
Topic: TL_getValue_BN [SOLVED]
Replies: 3
Views: 729

TL_getValue_BN [SOLVED]

Hello, I print the following infos: Print (BarNumber, " |", TL_getValue(myTL, Date, Time), " |", TL_getValue_BN(myTL, CurrentBar) ) ; and I get this: ... 7766.00 |13440.72 |13440.72 7767.00 |13436.06 |13436.06 7768.00 |13430.47 |13430.47 7769.00 |13428.01 |13428.01 7770.00 |13428.26 |13428.26 7771.0...
by Mydesign
26 Feb 2021
Forum: MultiCharts
Topic: How to add to an open position
Replies: 8
Views: 1440

Re: How to add to an open position

Alternatively, you could check the "Convert partially Filled orders" option in Strategy properties > Auto Trading tab. But this converts the remaining to market order, which is not exactly want you want.

Also make sure to check "Allow up to " and "Sync" mode in properties.
by Mydesign
24 Feb 2021
Forum: MultiCharts
Topic: Error optimizing trendline (TL) strategy
Replies: 20
Views: 5144

Re: Error optimizing trendline (TL) strategy

Few thousands bars and few minutes optimizing... but nevermind my issue was about being able to optimize TLs, not about how long it would take. the TLValue() function does the trick.
by Mydesign
22 Feb 2021
Forum: MultiCharts
Topic: Error optimizing trendline (TL) strategy
Replies: 20
Views: 5144

Re: Error optimizing trendline (TL) strategy

Not surprisng to me at all and I am actually grateful if it does. I found that TL is adding unnecessary burden in optimizatin. You don't need to plot and see any every line in optimization. Therefore my signal will automatically switch off TL within my code by using: if GetAppInfo(aioptimizing) = 1...
by Mydesign
20 Feb 2021
Forum: MultiCharts
Topic: Error optimizing trendline (TL) strategy
Replies: 20
Views: 5144

Re: Error optimizing trendline (TL) strategy

So one actually needs to recreate maths behind TLs and substitue them in order to optimize them ? Oh well... [Edit] Okay, for those wondering, I found a workaround by using these functions to compute TLs without actually drawing them: TLValue(StartPrice, StartBar, EndPrice, EndBar, TgtBar) or TLValu...
by Mydesign
19 Feb 2021
Forum: MultiCharts
Topic: Error optimizing trendline (TL) strategy
Replies: 20
Views: 5144

Re: Error optimizing trendline (TL) strategy

Hello, I bumped into exact same problem with latest MC14: backtest with TL is Okay but optimization is broken (full of zeros as seen above). What's the deal ? Is it a known MC bug ? Is it a coding issue ? I just use TL_New() , TL_SetEnd() and TL_GetValue() keywords, nothing fancy. Very frustrating :?
by Mydesign
04 Feb 2021
Forum: MultiCharts
Topic: Historical Data Download Scheduler
Replies: 5
Views: 1246

Re: Historical Data Download Scheduler

Ok Thanks Svetlana.

"Refresh" is much more explicit than previous "Delete nothing" !
by Mydesign
28 Jan 2021
Forum: MultiCharts
Topic: What's the most stable autotrading setup?
Replies: 22
Views: 3816

Re: What's the most stable autotrading setup?

Rules of thumb for stability (just my opinion):
-Use MC vs PT
Hi,

Could you elaborate on that one ? Isn't PT supposedly a "stripped down version of MC" with just what is necessary for automated tranding ?
by Mydesign
14 Jan 2021
Forum: MultiCharts
Topic: MultiCharts 14.0 Release 2
Replies: 48
Views: 11317

Re: MultiCharts 14.0 Release 2

Hello, Something a bit annoying in MC 14 when using Historical Download scheduler: it pops up 1 or 2 notification windows when done. We are forced to click on them in order to get rif of them, but then we have another window (log text or backup folder) that needs to get manually closed. https://www....
by Mydesign
17 Dec 2020
Forum: MultiCharts
Topic: BUG EMERGENCY!!!!! DTN DATA PROBLEM WITH MC14
Replies: 3
Views: 873

Re: BUG EMERGENCY!!!!! DTN DATA PROBLEM WITH MC14

Hi,

FWIW, using all caps literally means you are shouting ! Not the best way to get people willing to help in my opinion...

My 2 cents.
by Mydesign
15 Dec 2020
Forum: MultiCharts
Topic: Marketposition for Data2
Replies: 5
Views: 1166

Re: Marketposition for Data2

Hi, You should bear in mind that i_setplotvalue / i_getplotvalue do not work intrabar, only at the close of a bar. Also it does not work between 2 signals. Nevertheless, here is a trick: you can use a function as a "middleman" to transfer infos from one signal to another signal, and thus possibly ha...
by Mydesign
12 Dec 2020
Forum: MultiCharts
Topic: Disable ALL ALERT BOXES
Replies: 6
Views: 1204

Re: Disable ALL ALERT BOXES

Indeed, Windows 10 notifications should be a better option.
by Mydesign
11 Dec 2020
Forum: MultiCharts
Topic: Is there a way to rearrange inner windows? [SOLVED]
Replies: 8
Views: 1355

Re: Is there a way to rearrange inner windows? [SOLVED]

Well here I can drag an indicator and drop it in between 2 others... :roll:
by Mydesign
11 Dec 2020
Forum: MultiCharts
Topic: Portfolio Trader and Saxo
Replies: 3
Views: 899

Re: Portfolio Trader and Saxo

How to reproduce: - MC not running - Open a portfolio with startegy set with Saxo as broker, but Datas from a different source (with symbol mapping) - Start "Automate Order Execution" - Wait until datas are collected and strategy calculated - Get the warning: "Impossible to turn on auto trading. Cal...
by Mydesign
10 Dec 2020
Forum: MultiCharts
Topic: Is there a way to rearrange inner windows? [SOLVED]
Replies: 8
Views: 1355

Re: Is there a way to rearrange inner windows? [SOLVED]

Hi,

You can just drag and drop indicators to change sub-charts orders, or you can edit indicator properties to set it to the desired sub-chart number (Format > Properites > Sub-Chart)
by Mydesign
27 Nov 2020
Forum: MultiCharts
Topic: MC 14, safe to use or not?
Replies: 48
Views: 8041

Re: MC 14, safe to use or not?

Same feeling here...

As lifetime licence holders I guess we are not a priority anymore since we don't bring any cashflow to MC.
As for MC14 reliability, we all agree that this realease was a bit premature. I hope good news will come soon on both aspects.
by Mydesign
27 Nov 2020
Forum: MultiCharts
Topic: converting useful Pine Script into Multicharts code
Replies: 5
Views: 2214

Re: converting useful Pine Script into Multicharts code

Make sure to use same parameters on both... but bear in mind that different datas may produce different results.

What is the "SMI" plot made of ? Is it "Val" from the code ?
by Mydesign
25 Nov 2020
Forum: MultiCharts
Topic: converting useful Pine Script into Multicharts code
Replies: 5
Views: 2214

Re: converting useful Pine Script into Multicharts code

Hi,

Maybe you're mistakenly taking a moving average for a numerical average: Average( X, Y) is a different thing than (X+Y)/2

Try this instead:

Code: Select all

val2= close - AvgList( AvgList( highest(high, lengthkc), lowest(low, lengthkc) ), average(close,lengthkc) ); val = LinearRegvalue(val2,lengthkc,0);
by Mydesign
24 Nov 2020
Forum: MultiCharts
Topic: SAXO Group [SOLVED]
Replies: 1
Views: 696

SAXO Group [SOLVED]

Hi,

Any news on implemention of "Realtime netting" compatibilty with Saxo ?

Also, will we get the chance to have tick by tick historical datas someday ?

Thanks.
by Mydesign
24 Nov 2020
Forum: MultiCharts
Topic: Portfolio Trader and Saxo
Replies: 3
Views: 899

Re: Portfolio Trader and Saxo

I answer to myself: MC has to be already connected to Saxo for PT to enter directly in automated trading, otherwise we get this above error. Alternatively, once we get this first error we can then enter our credentials in Saxo login web page and turn on again automated trading... lots of clicks ! Co...
by Mydesign
24 Nov 2020
Forum: MultiCharts
Topic: Feature Request
Replies: 4
Views: 953

Re: Feature Request

Hi,

Can't you just use standard Maximize / Restore window buttons instead ?
by Mydesign
24 Nov 2020
Forum: MultiCharts
Topic: Bug: Point vs Tick when building range bars
Replies: 2
Views: 703

Re: Point vs Tick when building range bars

Good point :wink: Actually despite the fact that Marc is correct, please DO NOT change it ! Otherwise we will have to rebuild tons of chart already set with current scaling rule :? Unless they convert automatically... Once you know it, it's not a big deal. Terminology is not always standard, and som...
by Mydesign
20 Nov 2020
Forum: MultiCharts
Topic: Historical Data Download Scheduler
Replies: 5
Views: 1246

Re: Historical Data Download Scheduler

Thank you Svetlana for your answer. So according to your explanation I actually need to select Delete nothing to simply replace existing datas, which is what I want. No unwanted backup then. But for this option the wiki says: "only missing historical data will be downloaded". This is confusing :roll...
by Mydesign
19 Nov 2020
Forum: MultiCharts
Topic: Automation of Portfolio Trader
Replies: 5
Views: 1078

Re: Automation of Portfolio Trader

Hi,

You might want to try some windows automation scripting tools or macro recording tools such as AutoIt, AutoHotKey, WinAutomation, etc.

You can also check "Do not show the Assign the initial Market Position at the Broker dialogue" in Strategy properties > Auto Trading tab.
by Mydesign
17 Nov 2020
Forum: MultiCharts
Topic: MultiCharts 14.0 Release
Replies: 77
Views: 15693

Re: MultiCharts 14.0 Release

Update: MC staff helped me by unlocking my new MC12 install.

For those interested, here's the deal: "It happens when MultiCharts 12 is installed on a computer with a UserID that hasn't been used, as trials are not issued for outdated versions."
by Mydesign
17 Nov 2020
Forum: MultiCharts
Topic: MultiCharts 14.0 Release
Replies: 77
Views: 15693

Re: MultiCharts 14.0 Release

Clarifications from MC fellows are definitely required ! Probably the new logic of licence verification is about the PC and not the Live instance and to convalidate the new PC you have to uninstall it form the prevous PC. If so... then that would mean we cannot even have a backup PC ready to switch ...
by Mydesign
17 Nov 2020
Forum: MultiCharts
Topic: MultiCharts 14.0 Release
Replies: 77
Views: 15693

Re: MultiCharts 14.0 Release

Is this true? I still can install and run MC.NET 12 R14 without problem. MC.NET 14 is unstable, I have to rollback to MC.NET 12. Yes, apparently you can re-install and run MC12 on a PC that already had MC installed previously (same ID). But I needed to switch to a new VPS provider for my live tradi...
by Mydesign
16 Nov 2020
Forum: MultiCharts
Topic: MultiCharts 14.0 Release
Replies: 77
Views: 15693

Re: MultiCharts 14.0 Release

Hi,

I am quite surprised to discover that one cannot install MC12 anymore !

Image

Unfortunately MC14 is not stable enough (yet) to make the move... so we are left with no solution :? :x
by Mydesign
10 Nov 2020
Forum: MultiCharts
Topic: Historical Data Download Scheduler
Replies: 5
Views: 1246

Historical Data Download Scheduler

Hello, I want to use the new Historical Data Download Scheduler to refresh my datas everyday as true backfill and to overwrite the eventual realtime collected datas. My data source is LMAX. To do so I created a daily task for downloading the last 2 days, and use the Data removal option, but the wiki...
by Mydesign
22 Oct 2020
Forum: MultiCharts
Topic: Is there any way to reorder studies? [SOLVED]
Replies: 2
Views: 731

Re: Is there any way to reorder studies? [SOLVED]

Mouse right-click on a chart > Visual Order...
by Mydesign
20 Oct 2020
Forum: MultiCharts
Topic: SAXO Group
Replies: 17
Views: 5296

Re: SAXO Group

Does it support real-time netting now?
Apparently YES ! It does support real-time netting, although I haven't seen any communication on that.

Edit: Wait... actually nope, the setting keeps getting switched off every time I reconnect MC to Saxo API :cry:
by Mydesign
20 Oct 2020
Forum: MultiCharts
Topic: MultiCharts 14.0 Release
Replies: 77
Views: 15693

Re: MultiCharts 14.0 Release

Can the MC 14.0 Release be installed as an independent instance from MC 12.0, like we were able to do with the MC 14.0 Beta Releases? Or does MC 14.0 completely replace MC 12.0, once MC 14.0 is installed? Apparently it upgrades MC12 install to MC14. If you're familiar with Hyper-V in Windows 10 you...
by Mydesign
19 Oct 2020
Forum: MultiCharts
Topic: Portfolio Trader and Saxo
Replies: 3
Views: 899

Portfolio Trader and Saxo

Hi, Anyone using Portfolio Trader with a Saxo Group LIVE account ? I am unable to automate a portfolio, I get this message: " Impossible to turn on auto trading. Calculation has been stopped " https://www.multicharts.com/discussion/download/file.php?mode=view&id=12257 despite a correct login: https:...
by Mydesign
13 Oct 2020
Forum: MultiCharts
Topic: What is going on with the license server?
Replies: 21
Views: 4623

Re: What is going on with the license server?

There were certainly a glitch in the license server. I suspect MC fellows are cooking up some new ways to cash in with MC 14, and while implementing that they have broken the existing plans ! Saddly few hints make me fear that lifetime license holders will be forced to pay extra money in order to us...
by Mydesign
12 Oct 2020
Forum: MultiCharts
Topic: What is going on with the license server?
Replies: 21
Views: 4623

Re: What is going on with the license server?

Same here. It went back to normal after several minutes, but one had to manually register the license again, which is a real issue with unattended auto trading !

MC staff on chat acknowledged a problem with the license server and apologized for the "inconvenience".
by Mydesign
07 Oct 2020
Forum: MultiCharts
Topic: MULTICHARTS 14.0 BETA 5
Replies: 26
Views: 6540

Re: MULTICHARTS 14.0 BETA 5

Since MultiCharts 14 we implement new authorization system, and running a single license on two computers will no longer be supported. We are going to provide special licenses for backtesting at a discounted price. Really !? :? :shock: Do you actually mean that we will have to pay for an extra lice...
by Mydesign
06 Oct 2020
Forum: MultiCharts
Topic: avoid multiple entries [SOLVED]
Replies: 5
Views: 1471

Re: avoid multiple entries [SOLVED]

[...] and add "condition2 <> condition2[1]"
Here you go ! Glad I could help :D
by Mydesign
05 Oct 2020
Forum: MultiCharts
Topic: avoid multiple entries [SOLVED]
Replies: 5
Views: 1471

Re: avoid multiple entries [SOLVED]

Hi, Several options, beside the marketposition condition: - Try to unckeck "Allow up to xxx entry orders inthe same direction" option in Strategy properties. - If you leave it checked, make sure to select the option "When the order is generated by a different entry order". - Add a boolean variable t...
by Mydesign
29 Sep 2020
Forum: MultiCharts
Topic: Currency Conversion Error
Replies: 2
Views: 890

Re: Currency Conversion Error

We'll keep you updated, and let you know when it's resolved
Any news ?
by Mydesign
22 Jul 2020
Forum: MultiCharts
Topic: MULTICHARTS 14.0 BETA 4 [SOLVED]
Replies: 39
Views: 11618

Re: MULTICHARTS 14.0 BETA 4 [SOLVED]

Hello, Any deadline in view for MC14 release ? It has been in Beta since November 2019... Oh and BTW what happened to MC13 ? As a last feature request, if not too late, I'd love to see the possibility to manually change inputs values "on the fly" while staying in automated trading mode. This should ...
by Mydesign
21 Jul 2020
Forum: MultiCharts
Topic: Feature request-Format Signals/Chart-Behavior
Replies: 2
Views: 757

Re: Feature request-Format Signals/Chart-Behavior

Hi, You should bear in mind that the "Global" view you mentioned is actually the "Broker" view, based on instruments. And manual chart trading is also instrument based, not linked to a specific chart. Yet, I second your request for a chart (and/or signal) only related orders and positions displaying...
by Mydesign
16 Jul 2020
Forum: MultiCharts
Topic: optimize wtih other factors setting [SOLVED]
Replies: 4
Views: 1330

Re: optimize wtih other factors setting [SOLVED]

I don't use it myself and I rather prefer the Powerlanguage SetCustomFitnessValue method:
https://www.multicharts.com/trading-sof ... tnessValue

But, if you are at ease with Javascript, you can start here:
viewtopic.php?t=8838
by Mydesign
13 Jul 2020
Forum: MultiCharts
Topic: optimize wtih other factors setting [SOLVED]
Replies: 4
Views: 1330

Re: optimize wtih other factors setting [SOLVED]

Hi,

Have a look at "SetCustomFitnessValue", "PercentProfit" and "TotalTrades" keywords. You can create a multi-criteria optimization fitness that suits your needs.

As an alternative, you can also use the "Custom Criteria" (Javascript based editor available in the optimization window).
by Mydesign
09 Jul 2020
Forum: MultiCharts
Topic: data1 order based on data2 trigger [SOLVED]
Replies: 2
Views: 1007

Re: data1 order based on data2 trigger [SOLVED]

Hi,

Try to add this line:

Code: Select all

Price2 = Close Data2 ;
You may eventually also add this condition:

Code: Select all

If BarStatus(2) = 2 then begin
Also, make sure that Data1 is a higher (faster) resolution than Data2.
by Mydesign
01 Jul 2020
Forum: MultiCharts
Topic: inaccurate entries/exits [SOLVED]
Replies: 7
Views: 1671

Re: inaccurate entries/exits [SOLVED]

Hi,

Try "next bar market" instead of "this bar close".
by Mydesign
30 Jun 2020
Forum: MultiCharts
Topic: How to scroll two windows together [SOLVED]
Replies: 3
Views: 1194

Re: How to scroll two windows together [SOLVED]

Hi Ragdoll,

Not exactly scrolling sync as you ask, but FWIW you can already use the following option: Menu > View >Tracking Settings > Tracking Time
Then when you click on a chart, every other opened chart will scroll to the same cursor date/time.
by Mydesign
17 Jun 2020
Forum: MultiCharts
Topic: "Staging" orders for predicted signal
Replies: 5
Views: 1216

Re: "Staging" orders for predicted signal

Hi,

I'd suggest you have a look at the Linear Regression fucntion. It has the ability to calculate its future projection.
by Mydesign
04 Jun 2020
Forum: MultiCharts
Topic: Trading while optimizing
Replies: 2
Views: 838

Re: Trading while optimizing

Hi,

You can just run 2 or more instances of MC on the same PC, and you'll be fine with your scenario.
by Mydesign
20 May 2020
Forum: MultiCharts
Topic: Newb question [SOLVED]
Replies: 6
Views: 1325

Re: Newb question [SOLVED]

It's not possible to make a variable without also initialising it at the same time..
Except if you use "Value1", "Value2", etc. as variable name, then you don't need to declare them.
by Mydesign
20 May 2020
Forum: MultiCharts
Topic: Exhaustive Optimization question
Replies: 2
Views: 686

Re: Exhaustive Optimization question

Not an answer but some thoughts: Custom fitness is of no need for exhaustive optimization, except for manually sorting / validating the result according to it. I mean, it has no impact on the result itself since we test every single combination anyway. While in genetic optimization it will orient th...
by Mydesign
17 May 2020
Forum: MultiCharts
Topic: MULTICHARTS 14.0 BETA 4 [SOLVED]
Replies: 39
Views: 11618

Re: MULTICHARTS 14.0 BETA 4 [SOLVED]

@Zheka: I just read "Just revert to the previous layout" and I thought you were talking about going back to MC12 UI with buttons etc.
by Mydesign
14 May 2020
Forum: MultiCharts
Topic: MULTICHARTS 14.0 BETA 4 [SOLVED]
Replies: 39
Views: 11618

Re: MULTICHARTS 14.0 BETA 4 [SOLVED]

PLS do consider bringing the BUTTONS (not icons) back! I have to disagree ! The new UI is much better in terms of usabiltiy. Much less mouse clicks and moves are required to achieve usual actions. For instance: To enable / disable a signal: MC12: Move pointer to signal > select the signal > move to...
by Mydesign
08 May 2020
Forum: MultiCharts
Topic: an incomprehensible problem
Replies: 11
Views: 2582

Re: an incomprehensible problem

Correct, you can ommit "=true" to assess a condition as true, but not "=false"...

As Smocky mentioned you can write:

Code: Select all

If condition1 then
which is the same as

Code: Select all

If condition1 = True then
But to test if false you need to write:

Code: Select all

If condition1 = false then
by Mydesign
24 Apr 2020
Forum: MultiCharts
Topic: SA mode: how to inherit an open trade?
Replies: 7
Views: 2000

Re: SA mode: how to inherit an open trade?

Same here. I cannot get perfect sync when trading several charts on the same instrument. And it gets worse when switching Off/On the autotrading. I manage it myself, and do not use the !Broker to Strategy! signal in this case. There is no way for MC to know from which strategy belong what quantity. ...
by Mydesign
22 Apr 2020
Forum: MultiCharts
Topic: SA mode: how to inherit an open trade?
Replies: 7
Views: 2000

Re: SA mode: how to inherit an open trade?

Hi wilkinsw,

Try to add the following signal: !From Broker to Strategy MP Synchronizer!
by Mydesign
19 Mar 2020
Forum: MultiCharts
Topic: MULTICHARTS 14.0 BETA 4 [SOLVED]
Replies: 39
Views: 11618

Re: MULTICHARTS 14.0 BETA 4 [SOLVED]

Sorry, another issue: i usually run MC on 2 PC's, one for live trading and one for backtest. I use the method described in the wiki for the licence managment (with fake proxy set on offline PC): https://www.multicharts.com/trading-software/index.php/How_to_use_your_license_on_two_computers_at_the_sa...
by Mydesign
18 Mar 2020
Forum: MultiCharts
Topic: Portfolio Trader UI
Replies: 1
Views: 898

Portfolio Trader UI

Hello, Is there a way to reset default Portfolio Trader inteface ? I messed up one of my PT install and have a hard time to get it back as it was (this drag and drop nested tabs and windows logic is quite difficult to master, at least for me). Better yet, can i retrieve a config file or so somewhere...
by Mydesign
18 Mar 2020
Forum: MultiCharts
Topic: MULTICHARTS 14.0 BETA 4 [SOLVED]
Replies: 39
Views: 11618

Re: MULTICHARTS 14.0 BETA 4 [SOLVED]

Thank you Anna, you pinpointed the confusion: my bad :oops:
by Mydesign
16 Mar 2020
Forum: MultiCharts
Topic: MULTICHARTS 14.0 BETA 4 [SOLVED]
Replies: 39
Views: 11618

Re: MULTICHARTS 14.0 BETA 4 [SOLVED]

Shortcut is properly configured (Shift+Z), but it is missing from the menu (both on main menu and contextual menu).

Shortcut-bug.png
(17.54 KiB) Not downloaded yet
Shortcut-bug2.png
(24.9 KiB) Not downloaded yet

And yes, hopefully it is possible to call the report from the menu.
by Mydesign
16 Mar 2020
Forum: MultiCharts
Topic: Automating and Backtesting w Kase Bars
Replies: 8
Views: 2395

Re: Automating and Backtesting w Kase Bars

You are correct Doctor Al. Range bars are filling gaps with virtual bars. Again, it all depends on your needs, traded instrument and strategy logic.
In order to see real gaps you can indeed use Kase Bars, preferably with a 1 tick base resolution for backtest accuracy.
by Mydesign
16 Mar 2020
Forum: MultiCharts
Topic: MULTICHARTS 14.0 BETA 4 [SOLVED]
Replies: 39
Views: 11618

Re: MULTICHARTS 14.0 BETA 4 [SOLVED]

Trying to assign a shortcut to the Performance Report does not work here. And BTW, shortcuts in general are apparently not saved with backup.
by Mydesign
13 Mar 2020
Forum: MultiCharts
Topic: Automating and Backtesting w Kase Bars
Replies: 8
Views: 2395

Re: Automating and Backtesting w Kase Bars

I succesfully autotrade classic range bars (x points resolution). They are close to realistic in backtest (based on tick by tick) and are able to depict real movement despite volatility variation (which btw has proven quite usefull for my strategies in the last couples days :roll: ). As for the sess...
by Mydesign
12 Mar 2020
Forum: MultiCharts
Topic: MULTICHARTS 14.0 BETA 4 [SOLVED]
Replies: 39
Views: 11618

Re: MULTICHARTS 14.0 BETA 4 [SOLVED]

Thanks ! The new signal format window is a great improvement :D
by Mydesign
04 Mar 2020
Forum: MultiCharts
Topic: [Feature Request] Chart window style
Replies: 7
Views: 1953

Re: [Feature Request] Chart window style

Thank you Anna.

I understand that it is a low priority item, specially if it requires a lot of resources. It seems that Microsoft deprecated MDI years ago and is not willing to update it anymore... time to move on.

I already made a PM request (link in 1st post). Please vote !
by Mydesign
04 Mar 2020
Forum: MultiCharts
Topic: Automating and Backtesting w Kase Bars
Replies: 8
Views: 2395

Re: Automating and Backtesting w Kase Bars

That is indeed what is required to have a realistic backtest with Kase bars (1 tick base res), but beware that backtest results might not look as nice (read much worse) as it is with larger base resolution (which tends to give an undue advantage to your strategy, with indsight bias). Having said tha...
by Mydesign
04 Mar 2020
Forum: MultiCharts
Topic: Automating and Backtesting w Kase Bars
Replies: 8
Views: 2395

Re: Automating and Backtesting w Kase Bars

Hi, You might want to have a look at this thread in order to save you time and efforts: https://www.multicharts.com/discussion/viewtopic.php?f=1&t=52326&p=134088&hilit=kase+bar#p134088 Kase bars backtest is definetly inaccurate compared to realtime trading when using a base resolution different than...
by Mydesign
02 Mar 2020
Forum: MultiCharts
Topic: [Feature Request] Chart window style
Replies: 7
Views: 1953

Re: [Feature Request] Chart window style

Am I the only one actually bothered by these thick chart windows borders look and feel ? Or do I actually overlook a simple windows setting that can set them as Win10 style ?

Can someone please let me know where to stand ? I am a bit puzzled by TJ's answer...
by Mydesign
24 Feb 2020
Forum: MultiCharts
Topic: [Feature Request] Chart window style
Replies: 7
Views: 1953

Re: [Feature Request] Chart window style

TJ ? Anyone ?

FWIW here is how MC chart windows look like on Windows Server 2012:

Image
by Mydesign
20 Feb 2020
Forum: MultiCharts
Topic: [Feature Request] Chart window style
Replies: 7
Views: 1953

Re: [Feature Request] Chart window style

Maybe I am missing something but here is a screenshot of a fresh MC install on a fresh Windows 10 install... This has something to do with MC, no ?

Image
by Mydesign
19 Feb 2020
Forum: MultiCharts
Topic: [Feature Request] Chart window style
Replies: 7
Views: 1953

Re: [Feature Request] Chart window style

?? Really !? You mean we can get rid of this:

Image

and get this instead for MC chart windows ? :

Image

If so, please please tell me how...
by Mydesign
19 Feb 2020
Forum: MultiCharts
Topic: [Feature Request] Chart window style
Replies: 7
Views: 1953

[Feature Request] Chart window style

Hello, We are in 2020 and still have to deal with these ugly old fashionned windows 7 look & feel chart windows ! Please update them to Windows 10 style, as it is already the case for any other dialog in MC/PT. Please vote: https://www.multicharts.com/pm/public/multicharts/issues/MC-2636 Thank you.
by Mydesign
13 Feb 2020
Forum: MultiCharts
Topic: SAXO Group
Replies: 17
Views: 5296

Re: SAXO Group

Thanks for the explanation, this is much clearer now. I actually overlooked this 'secondary mode'...
by Mydesign
13 Feb 2020
Forum: MultiCharts
Topic: SAXO Group
Replies: 17
Views: 5296

Re: SAXO Group

Thank you Gid. So you mean that multiple realtime datafeed is not allowed, but historical backfilling on multiple MC instances is okay ? What is this 'delayed mode' exactly ?
by Mydesign
12 Feb 2020
Forum: MultiCharts
Topic: SAXO Group
Replies: 17
Views: 5296

Re: SAXO Group

Could anyone from Saxo or MC please confirm that one can use Saxo Datafeed on several PC at the same time ? Are there any limitations ? I did some tests and the connection to Saxo Live datafeed seems to be disrupted when 2 MC are requesting datas at the same time: one gets disconnected as the 2nd is...
by Mydesign
29 Jan 2020
Forum: MultiCharts
Topic: Feature request: Better integration between MC and Portfolio Trader
Replies: 0
Views: 616

Feature request: Better integration between MC and Portfolio Trader

Please vote here: https://www.multicharts.com/pm/public/multicharts/issues/MC-2629 I usually backtest several setups in MC, than combine them in a Portfolio to trade them live with a global MM. Right now, one has to rebuild entirely a strategy when going from MC to PT, which is very time consuming a...
by Mydesign
28 Jan 2020
Forum: MultiCharts
Topic: Portfolio dynamic allocation
Replies: 7
Views: 2714

Re: Portfolio dynamic allocation

Thank you Anna, that confirms what I suspected: the pmms by itself cannot fully modify open position quantity. So one needs a dedicated signal script to re-allocate equity between open positions, independantly from strategie's entry signals. So far my attempts to build such mechanism have just faile...
by Mydesign
24 Jan 2020
Forum: MultiCharts
Topic: SAXO Group
Replies: 17
Views: 5296

Re: SAXO Group

I already sent logs and details to Henry regarding this issue. Since then I have not been able to reproduce it anymore...
by Mydesign
09 Jan 2020
Forum: MultiCharts
Topic: Portfolio dynamic allocation
Replies: 7
Views: 2714

Re: Portfolio dynamic allocation

No one ?

Oh well, the documentation is just misleading ! It's like advertising that a screwdriver can fix a hair-dryer. It might be true, but just useless if you don't know how to...
by Mydesign
08 Jan 2020
Forum: MultiCharts
Topic: SAXO Group
Replies: 17
Views: 5296

Re: SAXO Group

Hang on, I had another sync issue this morning, despite the patching. This time with an automatic entry order, recieved and displayed as open position in STGo, but not displayed at all in MC :cry:

Frankly I did not expect to do so much beta testing on a released version...
by Mydesign
08 Jan 2020
Forum: MultiCharts
Topic: SAXO Group
Replies: 17
Views: 5296

Re: SAXO Group

Update: Henry from MC provided me with a fix, and so far the sync issue is gone. I guess it will be available in the next release... hopefully with the real-time netting compatibility too :roll:
by Mydesign
07 Jan 2020
Forum: MultiCharts
Topic: SAXO Group
Replies: 17
Views: 5296

Re: SAXO Group

Granted, both methods are equivalent at the end of the day. It comes down to personal habits and preferences between a trade centric approach and a true FIFO position centric logic. I though Multicharts was based on the latter... thus the ambiguity. Yet, I can reproduce the described behavior (on Si...
by Mydesign
07 Jan 2020
Forum: MultiCharts
Topic: SAXO Group
Replies: 17
Views: 5296

Re: SAXO Group

Thank you Gid for your answers. Real-time netting is currently not supported with MultiCharts, which means it needs to be switched off in SaxoTraderGO in order to sync correctly with MultiCharts. Support for real-time netting is on the roadmap for the next major release of this integration. This is ...
by Mydesign
06 Jan 2020
Forum: MultiCharts
Topic: SAXO Group
Replies: 17
Views: 5296

Re: SAXO Group

So apparently MC needs the realtime netting to be off... seriously ?

Image
by Mydesign
06 Jan 2020
Forum: MultiCharts
Topic: MULTICHARTS 12.0 RELEASE 9
Replies: 13
Views: 4532

Re: MULTICHARTS 12.0 RELEASE 9

Few comments / questions about Saxo connectivity:
viewtopic.php?t=52379
by Mydesign
06 Jan 2020
Forum: MultiCharts
Topic: SAXO Group
Replies: 17
Views: 5296

SAXO Group

Hello, I have a funded account with Saxo and I am doing some tests with new MC connectivity. Few comments / questions: The login procedure is a bit confusing between datafeed vs brokerage and Live vs Demo. The external login window with manual identification is an annoying extra-step. Any chance we ...
by Mydesign
28 Dec 2019
Forum: MultiCharts
Topic: Portfolio dynamic allocation
Replies: 7
Views: 2714

Re: Portfolio dynamic allocation

I would really like to get this question solved: how to have pmms altering open positions exposure (in both ways = increase or decrease number of contracts) ? In other words, how to make a rebalancing of portfolio open positions ? Again, I read in the wiki: Understanding Portfolio Money Management S...
by Mydesign
27 Dec 2019
Forum: MultiCharts
Topic: Portfolio dynamic allocation
Replies: 7
Views: 2714

Re: Portfolio dynamic allocation

Thank you Anna, If you need Money Management to control your positions additionally, you can do that with the help of the words that you specified + other PMM keywords So you confirm that there is no dedicated pmm keyword for scaling-in (when one actually exists for scaling-out) or simple way to con...
by Mydesign
19 Dec 2019
Forum: MultiCharts
Topic: MULTICHARTS 12.0 RELEASE 9
Replies: 13
Views: 4532

Re: MULTICHARTS 12.0 RELEASE 9

That is a huge news for us European MC users ! Brokerage choice for CFDs was very limited. Thanks a lot for making it possible trading with Saxo. I read that historical datas are available with 1mn resolution over 20 years. Great, but does that mean we won't be able to use tick based charts for back...
by Mydesign
19 Dec 2019
Forum: MultiCharts
Topic: Kase bar resolution [SOLVED]
Replies: 9
Views: 3085

Re: Kase bar resolution [SOLVED]

Ok. The time stamp... AND therefore its corresponding close price (back in time <> realtime).

Nevermind, I figured out what I needed to regarding backtest accuracy (question #1). Thanks a lot for your time and efforts.
by Mydesign
18 Dec 2019
Forum: MultiCharts
Topic: Portfolio dynamic allocation
Replies: 7
Views: 2714

Portfolio dynamic allocation

Hello, In Portfolio Trader documentation I read: Portfolio strategies can enter, scale-in , scale-out, or exit positions based on the portfolio’s overall performance How to get this working and achieve a dynamic allocation ? For entries I can use pmms_strategy_set_entry_contracts and let the signal ...
by Mydesign
13 Dec 2019
Forum: MultiCharts
Topic: Kase bar resolution [SOLVED]
Replies: 9
Views: 3085

Re: Kase bar resolution [SOLVED]

Its Close price shall correspond to the Close price of the base data series. That is indeed the case, we agree on that. But this is not the realtime price at the time it actually occurs. See attached video. I plot Kase Bar 20pt box size, 100 ticks base resolution, over a tick by tick chart to get r...
by Mydesign
12 Dec 2019
Forum: MultiCharts
Topic: Kase bar resolution [SOLVED]
Replies: 9
Views: 3085

Re: Kase bar resolution [SOLVED]

Thank you Svetlana for the insight. I was not trying to pinpoint any eventual issue, but only trying to get a better grasp on what is involved in such bar construction in this particular condition. I am now Ok with the true range vs range, calculated on base resolution bars. Thank you. But I also wa...
by Mydesign
10 Dec 2019
Forum: MultiCharts
Topic: Kase bar resolution [SOLVED]
Replies: 9
Views: 3085

Re: Kase bar resolution [SOLVED]

Thanks a lot Svetlana for your helpful answers, Yet, you might have missed part of my point. I was not referering to kase bar construction per se, which is well understood in the case we use a tick by tick resolution. My questions were addressed in the very specific context where we apply them on a ...
by Mydesign
09 Dec 2019
Forum: MultiCharts
Topic: Kase bar resolution [SOLVED]
Replies: 9
Views: 3085

Re: Kase bar resolution [SOLVED]

Anyone ?
by Mydesign
27 Nov 2019
Forum: MultiCharts
Topic: MULTICHARTS 14.0 BETA 3
Replies: 32
Views: 11428

Re: MULTICHARTS 14.0 BETA 3

This is something that has been already targeted for MultiCharts 15.
Great news !
We were unable to replicate it on our end. Please come to the live chat to demonstrate it remotely.
Demonstration just done. It seems that I am the only one getting this behavior :? Hope you can fix it !
by Mydesign
27 Nov 2019
Forum: MultiCharts
Topic: MULTICHARTS 14.0 BETA 3
Replies: 32
Views: 11428

Re: MULTICHARTS 14.0 BETA 3

Thanks for the update ! New icon buttons are nice in Format Signal dialog, but I am a bit disappointed that you did not improved its actual usability with drag and drop and checkbox (such as seen in Portfolio Trader). https://www.multicharts.com/pm/public/multicharts/issues/MC-2171 https://www.multi...
by Mydesign
26 Nov 2019
Forum: MultiCharts
Topic: Kase bar resolution [SOLVED]
Replies: 9
Views: 3085

Kase bar resolution [SOLVED]

Hello, I need some understanding on how Kase bars are built when based on a resolution different then 1 tick, let's say for instance Kase bars of 30 points range / 400 ticks on CFD LMAX Germany30. I run several realtime tests to compare backtest and actual execution with automated MKT orders (on clo...
by Mydesign
08 Nov 2019
Forum: MultiCharts
Topic: MULTICHARTS 14.0 BETA 2
Replies: 13
Views: 3617

Re: MULTICHARTS 14.0 BETA 2

Thanks for this update !

I read from the blog:
Usability/Visual: Added icons to the Format Objects window.

I don't see any differences... what am I missing ?
by Mydesign
05 Nov 2019
Forum: MultiCharts
Topic: MaxBarsBack - Help needed [SOLVED]
Replies: 17
Views: 3975

Re: MaxBarsBack - Help needed [SOLVED]

Thanks. This is well in line with what I am working on...
by Mydesign
05 Nov 2019
Forum: MultiCharts
Topic: # of optimized inputs
Replies: 1
Views: 716

# of optimized inputs

Hello,

Is there a way in EL to retrieve the info of how many inputs are actually used during an optimization ? If not, could we have an option for that (most likely thru GetAppInfo keyword) ?

Many thanks,
Mydesign
by Mydesign
05 Nov 2019
Forum: MultiCharts
Topic: API for IG Markets
Replies: 27
Views: 6450

Re: API for IG Markets

Yes, please, please, please do consider it ! IGM's API is fully open and free...
by Mydesign
05 Nov 2019
Forum: MultiCharts
Topic: MaxBarsBack - Help needed [SOLVED]
Replies: 17
Views: 3975

Re: MaxBarsBack - Help needed [SOLVED]

Thank you wilkinsw. I solved it anyway with ABC solution: storing the value at pivot detection time instead of trying to retrieve it later on with lookbacks: much simplier 8) Basically my goal was to build some kind of zigzag tool for statistical evaluation purposes (Google "Perfect Profit" from R. ...
by Mydesign
23 Oct 2019
Forum: MultiCharts
Topic: MaxBarsBack - Help needed [SOLVED]
Replies: 17
Views: 3975

Re: MaxBarsBack - Help needed [SOLVED]

Mazinguer, you might be right, but the only thing I know is that others just do leave the length as Right strength + 1. I guess it is enough to have it to work properly, and without any maxbackbars issues, as seen in these links: http://traders.com/Documentation/FEEDbk_docs/2017/05/TradersTips.html ...
by Mydesign
23 Oct 2019
Forum: MultiCharts
Topic: MaxBarsBack - Help needed [SOLVED]
Replies: 17
Views: 3975

Re: MaxBarsBack - Help needed [SOLVED]

Thank you guys for the feedback ! @Mazinguer: I don't think the Length+1 thing is a problem. I use that in other pivot detection codes without any issue. Actually, this is not my method, I found it in some examples for using this function. @ABC: You pinpointed perfectly the issue with the look back....
by Mydesign
22 Oct 2019
Forum: MultiCharts
Topic: MaxBarsBack - Help needed [SOLVED]
Replies: 17
Views: 3975

Re: MaxBarsBack - Help needed [SOLVED]

Thank you Mazinguer, I am aware of that setting, which I use to set it manually once I get the error. But my question was: how to make sure to avoid the error - within the code -, thus how to avoid to reference back more bars than allowed ? One very annoyning thing is that every time the error appea...
by Mydesign
21 Oct 2019
Forum: MultiCharts
Topic: MaxBarsBack - Help needed [SOLVED]
Replies: 17
Views: 3975

Re: MaxBarsBack - Help needed [SOLVED]

TJ, I posted the part of the code that produces the error... Other calculations are indeed made based on that but that's not the issue. Basically I need to reference back the last 2 High-Low pivot prices.

Anyway I need it as a signal, not as an indicator (which is working fine as stated).
by Mydesign
20 Oct 2019
Forum: MultiCharts
Topic: MaxBarsBack - Help needed [SOLVED]
Replies: 17
Views: 3975

Re: MaxBarsBack - Help needed [SOLVED]

Thank you TJ for your time. This is for instance on a single data LMAX USTech100 115 points range bar chart, from 1/1/2017 till now, which is about 50 000 bars loaded. If I set the MaxBarsBack to 100, the error says I tried to reference 106 bars. If I set the MaxBarsBack to 200, the error says I tri...
by Mydesign
20 Oct 2019
Forum: MultiCharts
Topic: MaxBarsBack - Help needed [SOLVED]
Replies: 17
Views: 3975

MaxBarsBack - Help needed [SOLVED]

Hello, I am struggeling with this error: "tried to reference back more bars then allowed" and would like to avoid the case in my code. I have read evreything I could about this but sadly can't get a grip on it. Strangely this exact same code will never give an error as an indicator but will do as a ...
by Mydesign
25 Jan 2019
Forum: MultiCharts
Topic: Optimization window bug (?)
Replies: 1
Views: 748

Optimization window bug (?)

Hello, In the "Set optimizable inputs" window, one expects the column "Current values" to display exact same values as previously found in the "Format Signal" window... but this is not always the case. I have been able to reproduce the case with any simple 2 parameters signal: - Run optimization on ...
by Mydesign
07 Nov 2018
Forum: MultiCharts
Topic: API for IG Markets
Replies: 27
Views: 6450

Re: API for IG Markets

You have my support on that ! This implementation should be relatively trivial for MC developers. IGM API is fully open and well documented, and it would bring a huge bunch of new customers to MC. Please consider it ! Sure we can always use some tricky workarounds such as what Janus is experimenting...
by Mydesign
17 Aug 2018
Forum: MultiCharts
Topic: Data Nb as an input
Replies: 13
Views: 3183

Re: Data Nb as an input

Thank you Anna,

Ok, so what I want to do is simply not possible with MC.

Is the ability to optimize based on data resolution as a future feature still under review ? Any plan to implement that ?
by Mydesign
15 Aug 2018
Forum: MultiCharts
Topic: Data Nb as an input
Replies: 13
Views: 3183

Re: Data Nb as an input

Thanks a lot Anna ! I finally understand the use of this declaration in case one needs to reference historical data ;-) This is not documented. Then, back to my initial question: how do I make the Data Nb as an input in such case, when I need to reference historical values ? Inputs: DataNb(2) ; Vars...
by Mydesign
11 Aug 2018
Forum: MultiCharts
Topic: Data Nb as an input
Replies: 13
Views: 3183

Re: Data Nb as an input

Anyone ?
by Mydesign
08 Aug 2018
Forum: MultiCharts
Topic: Data Nb as an input
Replies: 13
Views: 3183

Re: Data Nb as an input

Can someone enlight me on that problem, please ?

So far I got contradicting infos:
Anna suggests to omit the Data Nb in the variable declaration.
TJ confirms that we have to specify the Data Nb in the variable declaration (as per post #5 of his link).
by Mydesign
05 Aug 2018
Forum: MultiCharts
Topic: Data Nb as an input
Replies: 13
Views: 3183

Re: Data Nb as an input

Thank you TJ,

That is actually my whole point: If one has to specify the data Nb in a variable declaration (as described in your link), how can we have this Data Nb as an input at the same time ?
by Mydesign
03 Aug 2018
Forum: MultiCharts
Topic: Data Nb as an input
Replies: 13
Views: 3183

Re: Data Nb as an input

Thank you Anna, I know this will work (compile) without assigning a Data Nb within the variable declaration, but I though this was the only way in certain situation to get things calculated correctly with multi-datas setups. Said otherwise, what is the general purpose of this kind of syntax when usi...
by Mydesign
03 Aug 2018
Forum: MultiCharts
Topic: Data Nb as an input
Replies: 13
Views: 3183

Data Nb as an input

Hello, I would like to have the Data Nb as an input in a signal. This works fine if I simply use that: Inputs: DataNb(2) ; If BarStatus(DataNb) = 2 then begin // whatever calculation based directly on Data(DataNb) end; But what if I need to specify the Data Nb for a variable declaration ? Inputs: Da...
by Mydesign
18 Feb 2018
Forum: MultiCharts
Topic: Backing up MC 64
Replies: 4
Views: 1622

Re: Backing up MC 64

FYI you can find it in the start menu, Mulicharts64 folder.
by Mydesign
17 Feb 2018
Forum: MultiCharts
Topic: Backing up MC 64
Replies: 4
Views: 1622

Re: Backing up MC 64

Hello,

There is a built-in Backup & Restore tool available in MC since version 11. Its a no-brainer, you should use that instead... You can even schedule it for automation.
Capture.PNG
(27.42 KiB) Downloaded 483 times
by Mydesign
12 Feb 2018
Forum: MultiCharts
Topic: Format Y Price scale %
Replies: 2
Views: 1111

Re: Format Y Price scale %

+1 We definitely miss this option, and a log scale as well, please...
by Mydesign
12 Sep 2017
Forum: MultiCharts
Topic: Why can't signals plot?
Replies: 11
Views: 3267

Re: Why can't signals plot?

Here is another workaround that does not require any indicator:
http://hightick.com/TS/Functi ... index.html

But the initial question remains...
by Mydesign
22 Aug 2017
Forum: MultiCharts
Topic: MULTICHARTS 11.0 RELEASE
Replies: 85
Views: 162103

Re: MULTICHARTS 11.0 RELEASE

At the moment this case is targeted to MultiCharts 12, since the issue is not a trivial one.
This is very bad news. MC 11 is just unusable at the moment. Saddly I am forced to go back with MC 10 :(
by Mydesign
21 Aug 2017
Forum: MultiCharts
Topic: MULTICHARTS 11.0 RELEASE
Replies: 85
Views: 162103

Re: MULTICHARTS 11.0 RELEASE

Hello, Just to let you know, here with MC 11 I have some serious cursor display lag as soon as there are signals on a chart. See attached video. Regards, Mydesign Hello Mydesign, Thanks for reporting. Our engineers are analyzing this case. Any progress on this bug ? FYI it also affects chart window...
by Mydesign
10 Aug 2017
Forum: MultiCharts
Topic: MULTICHARTS 11.0 RELEASE
Replies: 85
Views: 162103

Re: MULTICHARTS 11.0 RELEASE

Hello,

Just to let you know, here with MC 11 I have some serious cursor display lag as soon as there are signals on a chart. See attached video.

Regards,
Mydesign
by Mydesign
07 Jul 2017
Forum: MultiCharts
Topic: MULTICHARTS 11.0 BETA 1
Replies: 36
Views: 17947

Re: MULTICHARTS 11.0 BETA 1

In order to roll back to a previous version you need to uninstall the current version using Windows Control Panel, then run the installer for the version you need. Upon uninstalling MultiCharts there is an option to remove user data. By default it is disabled. So if you do not enable it - all user ...
by Mydesign
07 Jul 2017
Forum: MultiCharts
Topic: MULTICHARTS 11.0 BETA 1
Replies: 36
Views: 17947

Re: MULTICHARTS 11.0 BETA 1

Hello,

Is there a way to downgrade back to MC 10 !? It says "Already upgraded to same version or newer" :cry:

I just wanted to have a sneak preview of new functionnalities, but I actually prefer to go back to MC 10. Any chance not to uninstall everything ?

Thank you.
by Mydesign
19 Jun 2017
Forum: MultiCharts
Topic: Total Contracts [SOLVED]
Replies: 3
Views: 1641

Re: Total Contracts [SOLVED]

Nevermind, I finally found a solution, thanks to JoshM: https://www.multicharts.com/discussion/viewtopic.php?f=1&p=47656#p47656 Yet, I find it very cumbersome to calculate the hard way such a trivial information, which should be easily available at least in the performance report. I have hard time t...
by Mydesign
18 Jun 2017
Forum: MultiCharts
Topic: [Request] Bar magnifier for non-standard chart types
Replies: 5
Views: 1933

Re: [Request] Bar magnifier for non-standard chart types

The reference for differences between standard and non standard are a bit confusing. For the least, it is very confusing and it lacks detailed explanations ! Specially this: Auto trading orders on Kagi Chart Type: There are some differences between Regular and Kagi chart types with regards to order...
by Mydesign
16 Jun 2017
Forum: MultiCharts
Topic: Total Contracts [SOLVED]
Replies: 3
Views: 1641

Total Contracts [SOLVED]

Hello, How do I get this very basic information from a strategy: how many contracts have been traded in total ? The performance report does not provide this info, and I can't figure out how to accurately calculate it, specially when doing some scaling In/out. Why there is not a keyword such as "Tota...
by Mydesign
23 Feb 2017
Forum: MultiCharts
Topic: [Request] Export all scripts used in a chart / workspace [SOLVED]
Replies: 13
Views: 3584

Re: [Request] Export all scripts used in a chart / workspace [SOLVED]

That's 'troll thinking'.
Ok enough ! You shall stop your constantly allusive, condescending and disrespectful comments. You don't own this board and you are not entitled to decide whether a feature request is legitimate or not. Drop it now, period.
by Mydesign
21 Feb 2017
Forum: MultiCharts
Topic: [Request] Export all scripts used in a chart / workspace [SOLVED]
Replies: 13
Views: 3584

Re: [Request] Export all scripts used in a chart / workspace [SOLVED]

Basically your workaround is to use things as they are... that's creative :roll:

Granted, my suggestion (sorry for the request) could be part of a long awaited full featured backup/export solution. Hope MC developers are listening :wink:

My 2 cents.
by Mydesign
20 Feb 2017
Forum: MultiCharts
Topic: [Request] Export all scripts used in a chart / workspace [SOLVED]
Replies: 13
Views: 3584

Re: [Request] Export all scripts used in a chart / workspace [SOLVED]

But you already know it. Indeed... and it's a pitty. U can use templates, copy the files, export the studies and send it to the machine you want to. Easy as that. I fail to understand how this is a workaround for the described situation: easily transfer a chart or a workspace AND its associated scr...
by Mydesign
20 Feb 2017
Forum: MultiCharts
Topic: [Request] Export all scripts used in a chart / workspace [SOLVED]
Replies: 13
Views: 3584

Re: [Request] Export all scripts used in a chart / workspace [SOLVED]

Take it easy bensat and let's keep it respectfull. I might be new here but I am also a long long time MC user from the very 1st beta (and actually way before that with TS2000i). I just posted here to highlight some of the problem that actually bother me and could eventually get easily fixed, in the ...
by Mydesign
19 Feb 2017
Forum: MultiCharts
Topic: [Request] Export all scripts used in a chart / workspace [SOLVED]
Replies: 13
Views: 3584

Re: [Request] Export all scripts used in a chart / workspace [SOLVED]

I guess there are much more important bugs/issues issues to fix. Such as the size of toolbars buttons ? :wink: I guess the feature request page was exaclty made for that purpose: hear about what users would like to see next, and assess the priority according to cost/benefit. There are tons of featu...
by Mydesign
19 Feb 2017
Forum: MultiCharts
Topic: Usability enhancements
Replies: 3
Views: 1294

Re: Usability enhancements

Thank you bensat your your feedback. You probably know the difference between a workaround and an enhancement. Obviously we can always deal with things as they are, but why would you refrain from improving them, specially when the cost/benefit might be ok ? Multi-select studies/signals does not avoi...
by Mydesign
19 Feb 2017
Forum: MultiCharts
Topic: [Request] Bar magnifier for non-standard chart types
Replies: 5
Views: 1933

[Request] Bar magnifier for non-standard chart types

Hello, I guess this has already been discussed, but MC clearly lacks a realistic backtest ability for non-standard chart types such as Heikin-Ashi, Line-Break, Renko, Etc.. Sure we can always toy with multi-datas and heavy scripting to overcome that, or even rewrite our own custom bar datas, but hec...
by Mydesign
19 Feb 2017
Forum: MultiCharts
Topic: [Request] Export all scripts used in a chart / workspace [SOLVED]
Replies: 13
Views: 3584

[Request] Export all scripts used in a chart / workspace [SOLVED]

Dear MC developers, Please consider adding the ability to export as a *.PLA file all the scripts used in a chart. Alternatively, this could be an option when saving a workspace, creating an export file with the same name. That way it would be much easier to share a setup between different MC install...
by Mydesign
19 Feb 2017
Forum: MultiCharts
Topic: Usability enhancements
Replies: 3
Views: 1294

Usability enhancements

Dear MC developpers, Please consider the following usabilty enhancements, which I am sure will save a lot of time and hassle for many users: - Signals status change: It would be much better to have check boxes to switch signals status. Right now it is a bit of a pain to have to select them one by on...

Go to advanced search