Search found 22 matches

by Fu510n
07 Jan 2023
Forum: MultiCharts
Topic: Back up completed with error [SOLVED]
Replies: 3
Views: 783

Re: Back up completed with error [SOLVED]

I saw that my MC backup sizes were considerably smaller than usual. Upon inspecting the logs, I saw that the TSSTORAGE.GDB (which was 12GB+ in size) had an error, so I tried to make a manual copy of it elsewhere and Windows reported an issue with the file. This was on a high quality SSD that is unde...
by Fu510n
18 Apr 2021
Forum: MultiCharts
Topic: MC 14, safe to use or not?
Replies: 48
Views: 7747

Re: MC 14, safe to use or not?

On a brighter note, I was able to reinstall/register MC12 thanks to a gracious fellow user's tip. I'll still continue to "test" MC14 until they get things right - as a software developer (of 35+ years), I can appreciate what it takes to both write and support something as complex as MultiCharts. Sad...
by Fu510n
17 Apr 2021
Forum: MultiCharts
Topic: MC 14, safe to use or not?
Replies: 48
Views: 7747

Re: MC 14, safe to use or not?

I'm a (reasonably happy) lifetime license holder of 10+ years and have tried multiple versions of MC14 and have always reverted back to MC12 after experiencing reliability issues with live trades (IQFeed/IB). What REALLY has me upset today though is being fortunate enough to finally upgrading to my ...
by Fu510n
17 Dec 2020
Forum: MultiCharts
Topic: compile error:"line 0, column 0" [SOLVED]
Replies: 36
Views: 15264

Re: compile error:"line 0, column 0" [SOLVED]

This is a nasty one. Have you tried my solution outlined above? If yes, and it didn't work then so far from what I've seen you have 2 options: 1.) comment/uncomment portions of the code until the problem goes away, 2.) If persist and/or impossible to debug otherwise, you probably have an issue with...
by Fu510n
17 Dec 2020
Forum: MultiCharts
Topic: compile error:"line 0, column 0" [SOLVED]
Replies: 36
Views: 15264

Re: compile error:"line 0, column 0" [SOLVED]

I did all of the steps from the wiki and still had the compile error- after both reinstalling MC as well as changing the short path. However when I simply shortened my code from 10,000 lines to about 3,000 the signal suddenly compiled properly - no need for reboot or or even closing out of the comp...
by Fu510n
17 Oct 2018
Forum: MultiCharts
Topic: MULTICHARTS 12.0 RELEASE 3
Replies: 47
Views: 13884

Re: MULTICHARTS 12.0 RELEASE 3

"Fixed the memory leak that appeared in TsServer.exe when the “Build From Minutes” option was enabled." Not sure if this is what's been plaguing me since 12.x came out but memory usage with this latest version is INCREDIBLY lower than previous versions. I wasn't able to keep MC up for more than a da...
by Fu510n
18 Aug 2018
Forum: MultiCharts
Topic: MULTICHARTS 12.0 RELEASE
Replies: 119
Views: 355855

Re: MULTICHARTS 12.0 RELEASE

I ran into the same RAM (and CPU) usage issue with MC. I tracked it down to Windows 10 "Defender". I had to disable Defender and use a different anti-virus program. Not sure if there is a conflict between MC and Defender or not. I don't remember having a RAM (or CPU) issues with earlier versions of...
by Fu510n
16 Aug 2018
Forum: MultiCharts
Topic: MULTICHARTS 12.0 RELEASE
Replies: 119
Views: 355855

Re: MULTICHARTS 12.0 RELEASE

For the most part, plenty of nice improvements though unfortunately I was able to keep MC11 up for a full week without issue but have been finding that MC12 has some pretty significant memory leaks that consume 16GB in a day or two at most. I have tabs containing charts with a month's worth of data ...
by Fu510n
14 Dec 2016
Forum: MultiCharts
Topic: New internal inputs check for XAverage, etc.
Replies: 6
Views: 2143

Re: New internal inputs check for XAverage, etc.

Hmm... This new "feature" is causing me grief: - Built-in functions (XAverage, XAverageOrig, WAverage) now have internal inputs check and will show an error message if negative input value is specified. Strategy code that's worked for years is now bailing reporting "XAverage. Check Len input should...
by Fu510n
14 Dec 2016
Forum: MultiCharts
Topic: New internal inputs check for XAverage, etc.
Replies: 6
Views: 2143

Re: New internal inputs check for XAverage, etc.

What about writing/using your own xAverage funtion ? It's not my code and I do not know the source, but it gives similar results. Inputs: Price(NumericSeries), Length(NumericSimple); Variables: w(0), xlen(0), pv(0); if CurrentBar <= 1 then pv = Price else pv = _xAverage[1]; if xlen <> Length or Cur...
by Fu510n
13 Dec 2016
Forum: MultiCharts
Topic: New internal inputs check for XAverage, etc.
Replies: 6
Views: 2143

Re: New internal inputs check for XAverage, etc.

After spending WAY too much time trying to further isolate the issue, I was able to mitigate the "error" by commenting out code THAT WAS NEVER EXECUTED (hard-coding "False", etc.) so for now I'm reverting back to MultiCharts64.10.0.13557.400_Release_x64 (from 13626) as the most recent release appear...
by Fu510n
13 Dec 2016
Forum: MultiCharts
Topic: New internal inputs check for XAverage, etc.
Replies: 6
Views: 2143

New internal inputs check for XAverage, etc.

Hmm... This new "feature" is causing me grief: - Built-in functions (XAverage, XAverageOrig, WAverage) now have internal inputs check and will show an error message if negative input value is specified. Strategy code that's worked for years is now bailing reporting "XAverage. Check Len input should ...
by Fu510n
15 Feb 2016
Forum: MultiCharts
Topic: Unable to Connect To Oanda [SOLVED]
Replies: 6
Views: 3539

Re: Unable to Connect To Oanda [SOLVED]

...and the act of posting here to the MC forum just made it work for both practice and live accounts.

You guys are amazing - even on a US holiday! ;)

(that or someone at Oanda forgot to flip a switch somewhere...)
by Fu510n
15 Feb 2016
Forum: MultiCharts
Topic: Unable to Connect To Oanda [SOLVED]
Replies: 6
Views: 3539

Re: Unable to Connect To Oanda [SOLVED]

Hello, I am receiving a message “Unable to download authorize from api-fxpractice.oanda.com”. I have not changed anything on my side. I have checked to ensure that nothing changed in broker mapping, quote manager..... The Oanda Network Login window appears, however, it is blank with no login fields...
by Fu510n
02 Jan 2015
Forum: MultiCharts FAQ
Topic: What compiler
Replies: 8
Views: 5241

Re: Recommended compiler to write MC64 dll's?

I read yesterday on BMT that Visual Studio 2010 generates DLLs that aren't compatible with MultiCharts. Controversial statement. What exactly went wrong? Might have been thread https://www.bigmiketrading.com/easylanguage-programming/3371-calling-external-dll-easylanguage.html ? In any case, I was a...
by Fu510n
07 Jul 2014
Forum: MultiCharts
Topic: Volume delta fields [SOLVED]
Replies: 4
Views: 2605

Re: Volume delta fields [SOLVED]

Hello CrazyNasdaq,

Unfortunately there is no such possibility with PowerLanguage at the moment.
Is this something that is being planned for a future release?

Thanks,
-Guy
by Fu510n
14 Apr 2013
Forum: MultiCharts
Topic: tick time stamp [SOLVED]
Replies: 7
Views: 3454

Re: tick time stamp [SOLVED]

Thank you for information. It will considered.
Any update on when MC will be able to leverage the new millisecond timestamps of IQFeed 5.0?

Thanks,
-Guy
by Fu510n
21 Nov 2012
Forum: MultiCharts
Topic: Multicharts Simulated Mode Trading : Vote for my Request
Replies: 8
Views: 3702

Re: Multicharts Simulated Mode Trading : Vote for my Reques

Hello Mohi, We are already working on a built-in simulator. It will be available in one of the future versions of MultiCharts. No exact date tyet. This is something I am looking forward to. Ditto - I remain a strong MC supporter, but having this feature is on my (very short) "must have" list ;). Be...
by Fu510n
27 Mar 2012
Forum: MultiCharts
Topic: creating dll question
Replies: 9
Views: 3028

Re: creating dll question

Hi I follow the example in extension SDK for implementing an external function inside a dll. For my reasons I want to compile with free windows compiler mingw-gcc that can creates essentially a dll with -shared flag. The following line for mingw gcc seems to have a different behavior than Visual St...
by Fu510n
25 Nov 2011
Forum: MultiCharts
Topic: Can't compile studies in PL Editor
Replies: 27
Views: 11518

Re: Can't compile studies in PL Editor

Hello Fu510n, If you are using Comodo Internet Security, what you can do is disable Defence+. Defence+ is the module with Comodo that is preventing successful compiling. If using Comodo, just double click Comodo in notification area and select Defence+ tab. Then click Defence+ settings down in the ...
by Fu510n
25 Nov 2011
Forum: MultiCharts
Topic: Can't compile studies in PL Editor
Replies: 27
Views: 11518

Re: Can't compile studies in PL Editor

Is there a patch for 7.2 (beta or whenever it goes GA)? I'm unable to compile anything (getting the "usual" PCH error in the compiler log) on a Windows 7/64 box (with SUA installed BTW so curious if that's part of the issue for some).

Thanks,
-Guy
by Fu510n
18 Aug 2011
Forum: MultiCharts
Topic: Position Tracker without Broker Connection
Replies: 2
Views: 1029

Re: Position Tracker without Broker Connection

Thank you for your suggestion. Currently you cannot see them, as the OPT picks up only trades with an active broker connection. We may implement a 'simulated broker' that you would turn on and which would sim your trades. Then the information would be visible in the OPT. I anxiously await such a "s...

Go to advanced search