Search found 46 matches

by mno
11 May 2019
Forum: MultiCharts .NET
Topic: last price line, anyone?
Replies: 17
Views: 7887

Re: last price line, anyone?

Can someone code something similar to this? (...) I don't know how trendlines work over the .NET platform but the idea of plotting a line and not a trendline is because we can send it to the back of the bar and it updates in "realtime" when the last price changes whereas a trendline, in the standar...
by mno
01 Jul 2017
Forum: MultiCharts
Topic: QM missing whole day of data
Replies: 1
Views: 883

QM missing whole day of data

Hello, During trading hours everything is fine but after a day or so I am missing a whole worth of data when I try to go back two days. For example, today is Sat and when I go back 2 days, it's showing Thu data and not Fri. I am getting my data into QM via DDE. Any advice would be greatly appreciate...
by mno
28 Jan 2016
Forum: MultiCharts
Topic: How to read a value from anothet Chart [SOLVED]
Replies: 1
Views: 876

How to read a value from anothet Chart [SOLVED]

Hello,

I would like to read a value from another chart, ie a data series withou actually having to have a another chart overlap from the one retrieving it.

Is there a way to say GetValue(Chart3, Variable) and gives me the value?

Any help would be appreciated.

Thank you.

mno
by mno
16 May 2015
Forum: MultiCharts
Topic: Why won't my functions compile under Windows 7?
Replies: 3
Views: 1548

Re: Why won't my functions compile under Windows 7?

Hello Josh, Thank you for your help. The first method, first try didn't work. Uninstalled, reinstalled, did the C:\MC, C:\MyStudies thing, but no go. So tried again and this time hand compiled each of my necessary indicators and it worked! But why is this go around necessary? Is this a known bug? Is...
by mno
16 May 2015
Forum: MultiCharts
Topic: Why won't my functions compile under Windows 7?
Replies: 3
Views: 1548

Why won't my functions compile under Windows 7?

Just installed a brand new computer, Windows 7 (32bit) and the lastest MC 32it and imported all my indicators, strategies, functions from my XP machine. Unfortunately none of my indicators, strategies are able to on the new machine since none of them got verified for some reason. So I went into the ...
by mno
18 Jan 2013
Forum: MultiCharts
Topic: Reading directly from Excel DDE vs Globalserver
Replies: 17
Views: 6344

Re: Reading directly from Excel DDE vs Globalserver

I will follow-up on my original query after performing more tests. I am trying to completely skip the whole TS Globalserver + MetaServer dependencies and read straight from Excel DDE into QM - and here I am obvisouly running into some unfamiliar territories. Being not able to read into QM maybe my f...
by mno
15 Jan 2013
Forum: MultiCharts
Topic: Reading directly from Excel DDE vs Globalserver
Replies: 17
Views: 6344

Re: Reading directly from Excel DDE vs Globalserver

I've set up everything correct and able to receive data once "Test" is performed. Given this, I was expecting the QM to automatically receive the data from Excel DDE the next morning but unless I go back to QM -> Data Source -> Universal Excel DDE -> Edit -> Test again, the data won't load to QM. Wh...
by mno
09 Dec 2012
Forum: MultiCharts
Topic: 0 Day Charting under Setting -> Data Range
Replies: 7
Views: 2074

Re: 0 Day Charting under Setting -> Data Range

Thanks for the input TJ,

Actually it's not matter of "seeing" but its more what data is on the chart. My strategy is heavily dependent on using

Code: Select all

Disp = GetAppInfo(aiHighestDispValue) - GetAppInfo(aiLowestDispValue);
which is pure data dependent.
by mno
09 Dec 2012
Forum: MultiCharts
Topic: 0 Day Charting under Setting -> Data Range
Replies: 7
Views: 2074

Re: 0 Day Charting under Setting -> Data Range

So it seems there is only couple of way to get this done. 1. Open/Create the chart say, 9:01:00 and start plotting for that only since I've open/created the chart after the market opens, the 1 day back will be interpreted to the current day only. 2. Manually set the "From" date every time I start up...
by mno
06 Dec 2012
Forum: MultiCharts
Topic: 0 Day Charting under Setting -> Data Range
Replies: 7
Views: 2074

Re: 0 Day Charting under Setting -> Data Range

Thank you Henry. But I am still wondering how this can work. Again, here is the scenario: The market opens at local time at 09:00 AM. I open up the MC at 08:50 AM and by this time, let say it's 12/07/2012 morning, and the Time Zone is set to Local vs Exchange, and the Data Range is set to 1 days bac...
by mno
05 Dec 2012
Forum: MultiCharts
Topic: 0 Day Charting under Setting -> Data Range
Replies: 7
Views: 2074

0 Day Charting under Setting -> Data Range

Hello All, I've just posted a PM issue and I am hoping for support to get this implemented or even better, if someone advise me that I am able to do this already. If you are day trading, whether system or discretionary, I believe this would be very helpful to have. https://www.multicharts.com/pm/vie...
by mno
08 Aug 2012
Forum: MultiCharts
Topic: Bars back charting
Replies: 2
Views: 955

Re: Bars back charting

Thank you Henry for point this out. I should of made myself clearer. I meant to say "for" non regular charts, e.g. heiken-ashi and kagi charts. Yes, it's great to have this option for regular charts and would be as useful to have the same option for others. As per your point, I will clarify on the P...
by mno
08 Aug 2012
Forum: MultiCharts
Topic: Bars back charting
Replies: 2
Views: 955

Bars back charting

Hello all, I am wishing for the ability to chart only the last X number of bars rather than the minimum 1 day period since when day trading and making the signals dependent to very recent data only, having that much less data, is beneficial. I am hoping that many of you find similar needs so that su...
by mno
07 Aug 2012
Forum: MultiCharts
Topic: Reading directly from Excel DDE vs Globalserver
Replies: 17
Views: 6344

Re: Reading directly from Excel DDE vs Globalserver

I am still stuck using DDE but now, I am little frustrated since I am getting different results between same two servers, same set up - I mean everything, and the data inside the Globalservers differ by 10X in terms of volume. One server's Globalserver is fed with over 100,000 ticks and the other wi...
by mno
10 Jul 2012
Forum: MultiCharts
Topic: lastbaronchart_s
Replies: 4
Views: 1429

Re: lastbaronchart_s

Thanks JoshM, I tried with a tick chart vs seconds chart, and it worked fine today - in realtime. I don't understand why this is making a difference. I will try to timestamp the first tick and see why both the conditions are both turning true. The part you mentioned about the last tick (yesterday's)...
by mno
09 Jul 2012
Forum: MultiCharts
Topic: lastbaronchart_s
Replies: 4
Views: 1429

Re: lastbaronchart_s

In realtime...
by mno
08 Jul 2012
Forum: MultiCharts
Topic: lastbaronchart_s
Replies: 4
Views: 1429

lastbaronchart_s

Hi, I have a non-regular (in this case, heiken-ashi) on a tick chart and have: if lastbaronchart_s and time > 0901 then begin . . end; The problem is that the if statement turns true before 0901 and I am wondering why. I also used "seconds" chart instead of ticks and tried if lastbaronchart_s and ti...
by mno
06 Jul 2012
Forum: MultiCharts
Topic: More documentation would be very helpful
Replies: 1
Views: 964

More documentation would be very helpful

Hello, Wiki is helpful to some degree but I find Wiki to be a a search engine looking into threads instead of having its own page of description, examples, etc. of searched item and the downloadable .chm / .pdf help files to be outdated. Or am I missing something? There are lot of new functions, res...
by mno
15 Apr 2012
Forum: MultiCharts
Topic: What component of MultiCharts do you want to be optimized?
Replies: 87
Views: 28844

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

+1 vote onto many folks who emphasized on : "Charting and quote processing first" and possibly faster handing of external DLLs. I use GV heavily to verify my signals and keep track of i_markposition and other stuff from multiple charts so that I control which signals to take and disregard. I find st...
by mno
07 Apr 2012
Forum: MultiCharts
Topic: Can someone crack (decompile) MC read(token) only strategy/?
Replies: 1
Views: 5014

Can someone crack (decompile) MC read(token) only strategy/?

Hello all, Can someone crack MC read (token) only strategy? I have actually seen people who do this in minutes, at least for TS. I am sure that I am not the only one. Cracking password protection on .ELAs to these guys is a joke. They decompile, TS ELD, token only strategies. They can even look insi...
by mno
17 Dec 2011
Forum: MultiCharts
Topic: Teaser for the upcoming release
Replies: 36
Views: 10747

Re: Teaser for the upcoming release

Thank you everyone for your thoughts. I appreciate them and am very relieved that MC will cover both 32 and 64 bits in the future. Through these discussions, I now understand that I should: 1. Stay with 32-bits O/S, MC-32, 32-bit DLLs, etc. and keep enjoying MC's upgrade w/o much worry in the future...
by mno
13 Dec 2011
Forum: MultiCharts
Topic: Teaser for the upcoming release
Replies: 36
Views: 10747

Re: Teaser for the upcoming release

It's great that everyone is getting excited about the 64 bit version but unfortunately I have more concerns than excitement and I think I am not the alone one.. I run multiple MCs on multiple servers and I use customized GVs, DLLs, etc, etc. that are all 32 bit mode. Yikes, I even have TS2000i Globa...
by mno
11 Dec 2011
Forum: MultiCharts
Topic: Teaser for the upcoming release
Replies: 36
Views: 10747

Re: Teaser for the upcoming release

64 bit is great but...

Are you leaving users who are (for many reasons..) required to use

- XP Windows
- 32 bit DLLs that cannot be upgraded to 64bit

behind?

What are our options? Just stick to the last 32 bit version and never upgrade? I hope this is the not the case. Thanks!

mno
by mno
06 Dec 2011
Forum: MultiCharts
Topic: Reversals : Percentage charts like Kagi Implementation
Replies: 2
Views: 902

Reversals : Percentage charts like Kagi Implementation

Hello All, MC Kagi charts have two choices for reversals. Ie fixed points and percentage. I find percentage to be an excellent choice when wanting to look at charts in percentages rather than actual points. I'd also like to use this same option for PnF, Line Break, etc. but per definition of these c...
by mno
07 Nov 2011
Forum: MultiCharts
Topic: Is script compiling possible?
Replies: 6
Views: 1257

Re: Is script compiling possible?

Ok, thank you. I will look more closely at the code.

mno
by mno
07 Nov 2011
Forum: MultiCharts
Topic: Is script compiling possible?
Replies: 6
Views: 1257

Re: Is script compiling possible?

... Do you think this was why it was not reacting to the incoming ticks? Thanks much. mno You will need to give more specific examples to illustrate your scenario. Can you post a chart? with notes to describe the problem, and what you plan to do to correct the situation? What is your instrument? Wh...
by mno
07 Nov 2011
Forum: MultiCharts
Topic: Is script compiling possible?
Replies: 6
Views: 1257

Re: Is script compiling possible?

Hell everyone, I currently have charts that start off the day with 0 data. Since there was no way for me to set the data range to 0 (which would allow me to start the day with 0 data), I decided to just erase the data and go from there. When doing this, I noticed that the indicators and signals wil...
by mno
06 Nov 2011
Forum: MultiCharts
Topic: Is script compiling possible?
Replies: 6
Views: 1257

Is script compiling possible?

Hell everyone, I currently have charts that start off the day with 0 data. Since there was no way for me to set the data range to 0 (which would allow me to start the day with 0 data), I decided to just erase the data and go from there. When doing this, I noticed that the indicators and signals will...
by mno
31 Oct 2011
Forum: MultiCharts
Topic: Data Range 0 Day Charting
Replies: 2
Views: 829

Re: Data Range 0 Day Charting

Thank you Henry for your advice. I've just posted a request and I hope it receives lot of favorable votes as I find this very important for traders who only wishes to focus on daytrading. IE No worry about gaps, messing with indicators, etc. Please vote! https://www.multicharts.com/pm/viewissue.php?...
by mno
31 Oct 2011
Forum: MultiCharts
Topic: Data Range 0 Day Charting
Replies: 2
Views: 829

Data Range 0 Day Charting

Hi All, Here is my situation. For my own reasons, I would like to chart only a single day with these conditions: 1. No session break 2. Charts will be non-regular (line break, etc.) Let's say today is 11/1/2011 and I set the data range "From" to "To" from 11/1/2011 to 11/1/2011 manually for this tra...
by mno
29 Sep 2011
Forum: MultiCharts
Topic: I have a great strategy but ...
Replies: 12
Views: 2871

Re: I have a great strategy but ...

Hello gpw797, Hoping my experience and thoughts help. I am surprised to know that your backtest/realtime tests worked and were mostly the same in previous version - at least this is my understanding of your premise... Whether you are using the old, new MC or TS for that matter, I believe you will co...
by mno
15 Aug 2011
Forum: MultiCharts
Topic: Refreshing Charts
Replies: 7
Views: 1340

Re: Refreshing Charts

Hi TJ,

Condensed = Historical Data

mno
by mno
15 Aug 2011
Forum: MultiCharts
Topic: Refreshing Charts
Replies: 7
Views: 1340

Re: Refreshing Charts

Hi TJ, I am trying to review the differences between condensed data charts vs realtime data charts. Condensed I mean refreshed charts every 5 seconds or so. Thereafter, I would like to test and learn more of the actual difference you spoke of regarding the NCT charts, etc. Thank you. mno I do not u...
by mno
15 Aug 2011
Forum: MultiCharts
Topic: Refreshing Charts
Replies: 7
Views: 1340

Re: Refreshing Charts

Hi TJ, I am trying to review the differences between condensed data charts vs realtime data charts. Condensed I mean refreshed charts every 5 seconds or so. Thereafter, I would like to test and learn more of the actual difference you spoke of regarding the NCT charts, etc. Thank you. mno I do not u...
by mno
15 Aug 2011
Forum: MultiCharts
Topic: Refreshing Charts
Replies: 7
Views: 1340

Re: Refreshing Charts

Hi TJ, I am trying to review the differences between condensed data charts vs realtime data charts. Condensed I mean refreshed charts every 5 seconds or so. Thereafter, I would like to test and learn more of the actual difference you spoke of regarding the NCT charts, etc. Thank you. mno I do not u...
by mno
15 Aug 2011
Forum: MultiCharts
Topic: Refreshing Charts
Replies: 7
Views: 1340

Re: Refreshing Charts

Hi TJ,

I am trying to review the differences between condensed data charts vs realtime data charts. Condensed I mean refreshed charts every 5 seconds or so. Thereafter, I would like to test and learn more of the actual difference you spoke of regarding the NCT charts, etc.

Thank you.

mno
by mno
15 Aug 2011
Forum: MultiCharts
Topic: Refreshing Charts
Replies: 7
Views: 1340

Refreshing Charts

Hello, I am refreshing my charts via a keyboard macro every other 5 seconds and MC crashed within the first hour so I am trying to refresh every other 10 seconds and see if that's more stable. My questions are: 1. What is the fastest / most stable ways to refresh charts? Are my options only via the ...
by mno
15 Aug 2011
Forum: MultiCharts
Topic: Backtesting vs. Realtime with Line Break and Kagi Charts
Replies: 9
Views: 4373

Re: Backtesting vs. Realtime with Line Break and Kagi Charts

Dear Algyros, For NCT charts signals are calculated differently on historical data and in real-time. Hi Dave, Can you please elaborate how the calculations are done differently on historical data and real-time? I ask since I wish to confirm it's because the compressed data differs from the real-tim...
by mno
14 Aug 2011
Forum: MultiCharts
Topic: Manual, Reference, etc. for MC 7
Replies: 17
Views: 3820

Manual, Reference, etc. for MC 7

Hello,

I can't seem to find the manual and the EL reference for latest MC 7. There are new reserved words that are not found in old versions.

Are they coming soon? Or is the Wiki online now? Would appreciate a link if so. Thanks much.

mno
by mno
24 Jul 2011
Forum: MultiCharts
Topic: Reading directly from Excel DDE vs Globalserver
Replies: 17
Views: 6344

Re: Reading directly from Excel DDE vs Globalserver

Hello CrazyNasdaq, Thank you for your thoughts. Yes, the answer is definate "No" - I am not in the league to trade against the "Big Boys". I'd be lucky if I can follow their tail on a consistent basis. I will keep trying to find my sweet spot thinking beyond the norm. Your encouragement is also appr...
by mno
24 Jul 2011
Forum: MultiCharts
Topic: Reading directly from Excel DDE vs Globalserver
Replies: 17
Views: 6344

Re: Reading directly from Excel DDE vs Globalserver

Hello TJ,

I am currently refreshing every 1 seconds and so far it seems to be ok. I will try refreshing every 2 seconds on a different computer and see in couple of days of the differences.. Thanks for your advice.

MN
by mno
24 Jul 2011
Forum: MultiCharts
Topic: Reading directly from Excel DDE vs Globalserver
Replies: 17
Views: 6344

Re: Reading directly from Excel DDE vs Globalserver

Hello CrazyNasdaq, Thank you much for your insight and thoughts. I am always learning and I totally agree that I am behind in getting the proper data feed and maximizing my chances. As for the excel DDE, I wish I had access to the fast fix protocol as you have enlightened. Unfortunately, I am overse...
by mno
20 Jul 2011
Forum: MultiCharts
Topic: Reading directly from Excel DDE vs Globalserver
Replies: 17
Views: 6344

Reading directly from Excel DDE vs Globalserver

I am currently in the process of upgrading my systems from TS2ki (yes, I still use this :) to MC7 and wondering if it makes sense to keep how I am getting my data the old fashion way into MC7. Current setup: Data provider -> Excel DDE -> MetaSever -> GlobalSever -> Quotemanager -> MC7 (only benefit ...
by mno
18 Jul 2011
Forum: MultiCharts
Topic: Send reversal signals on same bar (3 line break chart)
Replies: 2
Views: 1462

Re: Send reversal signals on same bar (3 line break chart)

TJ,

Thank you for your tip! Yes, it was quite frustrating to look vs. autotrading exotic charts with any success. I will try your recommendations.

MN
by mno
17 Jul 2011
Forum: MultiCharts
Topic: Send reversal signals on same bar (3 line break chart)
Replies: 2
Views: 1462

Send reversal signals on same bar (3 line break chart)

Hello, This is my first post here. I hope I am positing in the right directory. As you know Multicharts's line break charts are great. But by its nature, the line break charts will look different during realtime and compared to when the data is compressed after hours. Hence the signals you see durin...

Go to advanced search