Search found 721 matches

by ABC
03 Jan 2013
Forum: MultiCharts
Topic: Ideas for vastly improving the Real-Time Market Scanner
Replies: 14
Views: 6243

Ideas for vastly improving the Real-Time Market Scanner

Dear Multicharts Team, the Real-Time Market Scanner is a powerful feature within MC and in my opinion with only a couple of cosmetic changes this beast could really be unleashed. With this in mind I created this topic, so other Scanner users might chime in with their suggestions for improvements. Co...
by ABC
22 Dec 2012
Forum: MultiCharts
Topic: TS - 2000i Code not being compiled in MC [SOLVED]
Replies: 7
Views: 2037

Re: TS - 2000i Code not being compiled in MC [SOLVED]

Change this line: if close < ma then sell Tradeunits contracts next bar at lowest(low, lowbar) stop; to this: if close < ma then sellshort Tradeunits contracts next bar at lowest(low, lowbar) stop; In TS2000i sell was the reserved word to execute a short, now it's used to exit a long position. Regar...
by ABC
13 Dec 2012
Forum: MultiCharts
Topic: MULTICHARTS 8.5 BETA 1 – WHAT’S NEW
Replies: 184
Views: 65536

Re: MULTICHARTS 8.5 BETA 1 – WHAT’S NEW

When I open a plain Kagi chart, MC is pulling in bid and ask data from IQFeed besides just the trade data. I made sure that Volume Profile or Delta studies are not active. Is this intended to work this way, as if I recall correctly this is new behavior? Thank you, ABC Hello ABC, This issue has been...
by ABC
12 Dec 2012
Forum: MultiCharts
Topic: MULTICHARTS 8.5 BETA 1 – WHAT’S NEW
Replies: 184
Views: 65536

Re: MULTICHARTS 8.5 BETA 1 – WHAT’S NEW

When I open a plain Kagi chart, MC is pulling in bid and ask data from IQFeed besides just the trade data. I made sure that Volume Profile or Delta studies are not active. Is this intended to work this way, as if I recall correctly this is new behavior?

Thank you,
ABC
by ABC
11 Dec 2012
Forum: MultiCharts
Topic: How Could I see index volume
Replies: 6
Views: 1562

Re: How Could I see index volume

As I could see Dax trading Volume per day as below
http://finance.yahoo.com/q/hp?s=%5EGDAX ... cal+Prices
I guess I might see DAX price chart with Volume information.
What does this volume represent for the DAX? Is it the combined volume of the 30 shares building the index?
by ABC
11 Dec 2012
Forum: MultiCharts
Topic: How Could I see index volume
Replies: 6
Views: 1562

Re: How Could I see index volume

Hi there, I open 1 day kBar of DAX index, and insert "Volume" indicator, however, I can not see any volume data. I met the same problem for other index. May I know how could I see Volume information for specific index? Thanks in advance for help! Charles Isn't that something to be expected for ever...
by ABC
22 Nov 2012
Forum: MultiCharts
Topic: MULTICHARTS 8.5 BETA 1 – WHAT’S NEW
Replies: 184
Views: 65536

Re: MULTICHARTS 8.5 BETA 1 – WHAT’S NEW

Nick, 1. Could you specify software that works identical with real-time and historical data? 2. Take a look at the picture attached. That is the native IQfeed client. You can see that the trade price doesn't match either bid or ask. Ideas? Andrew, that is an interesting example, thank you for shari...
by ABC
21 Nov 2012
Forum: MultiCharts
Topic: New Trading Hours for CME Globex [SOLVED]
Replies: 24
Views: 11385

Re: New Trading Hours for CME Globex [SOLVED]

We used the information from this link . Please let me know if we interpreted it incorrectly. Andrew, from what I understand, if you split the sessions during the trading day, you are missing the second session on Monday. It should be like on the other days, too i.e. Sunday 17:00 to Monday 15:15, M...
by ABC
19 Nov 2012
Forum: MultiCharts
Topic: MULTICHARTS 8.5 BETA 1 – WHAT’S NEW
Replies: 184
Views: 65536

Re: MULTICHARTS 8.5 BETA 1 – WHAT’S NEW

Do you mean File > New > PowerLanguage Editor?

That's strange, I'm able to open it fine.
Exactly. It might just be something on my end then.

Thank you.
by ABC
19 Nov 2012
Forum: MultiCharts
Topic: MULTICHARTS 8.5 BETA 1 – WHAT’S NEW
Replies: 184
Views: 65536

Re: MULTICHARTS 8.5 BETA 1 – WHAT’S NEW

In the 32 bit version I can't open PL Editor from within MC via File -> Power Language Editor. This used to work fine in the previous version. Did anyone else notice that?
It opens fine when I directly open it via it's own shortcut on the desktop.

Thank you,
ABC
by ABC
06 Nov 2012
Forum: MultiCharts
Topic: Message: Your PC is running out of memory few questions: [SOLVED]
Replies: 28
Views: 12764

Re: Message: Your PC is running out of memory few questions: [SOLVED]

- With MC 64, could I still use Global variable and EleXcel.dll to communicate with Excel
Hi Martin,

you'd need a 64bit version of the Elexcel.dll, otherwise it wouldn't work I am afraid.
According to this post, the 64bit Global variable should be included in the installer.

Regards,

ABC
by ABC
04 Nov 2012
Forum: MultiCharts
Topic: AnyOHLC.dll [SOLVED]
Replies: 4
Views: 2240

Re: AnyOHLC.dll [SOLVED]

Hi Simon, you're welcome. You can reference future bars with the symbol_ keywords, too. Of course future bar meaning a bar that is present on the chart already and is only in the future of the bar you are currently looking at. In case you find a DLL that is able to know tomorrow's high and low alrea...
by ABC
04 Nov 2012
Forum: MultiCharts
Topic: AnyOHLC.dll [SOLVED]
Replies: 4
Views: 2240

Re: AnyOHLC.dll [SOLVED]

Hi Simon, I have never heard of this DLL before, but after searching the net, this is what I found: Apparently it was posted on traders2traders, which no longer exists, so the documentation is very slim. It was designed as a DLL for TS 2000i, so chances are it will work with MC, too. I found some co...
by ABC
28 Oct 2012
Forum: MultiCharts
Topic: Mouseclick Event and mouseclickbarnumber
Replies: 16
Views: 3654

Re: Mouseclick Event and mouseclickbarnumber

Good day sir I did try with Intrabarpersist and problem do persist. Never tried RecalcPersist. When you mention a flag, what do you mean? Have a good day Christoph Martin I mean a variable you use to make sure that the clickevent will only be executed once (or how often you want it). It would look ...
by ABC
28 Oct 2012
Forum: MultiCharts
Topic: Mouseclick Event and mouseclickbarnumber
Replies: 16
Views: 3654

Re: Mouseclick Event and mouseclickbarnumber

use intrabarpersist

Same problem
Martin
Martin,

a flag with intrabarpersist or recalcpersist will work fine, I am using it together with Mouseclickevents and it will only trigger once.

Regards,

ABC
by ABC
18 Oct 2012
Forum: MultiCharts
Topic: MULTICHARTS 8.0 RELEASE
Replies: 143
Views: 52664

Re: MULTICHARTS 8.0 RELEASE

Hello ABC, The option "Select dependent function(s)" is avaialble only during study export. When you are importing a pla file you can see all of the functions that are in this file. If the export was done with "Select dependent function(s)" checked then you will see them in the list and will be abl...
by ABC
18 Oct 2012
Forum: MultiCharts
Topic: MULTICHARTS 8.0 RELEASE
Replies: 143
Views: 52664

Re: MULTICHARTS 8.0 RELEASE

During the import of indicators and systems the option, to "Select dependend function(s)" is always greyed out since some releases. If I recall correctly this used to work and is quite an important feature in case you want to import only some indicators from a file containing several indicators. It ...
by ABC
15 Oct 2012
Forum: MultiCharts
Topic: RWI indicator [SOLVED]
Replies: 2
Views: 2529

Re: RWI indicator [SOLVED]

Here are the two functions you will need. They have been coded by Pierre Orphelin and been published in the Sirtrade International Trading Systems Newsletter, Volume 1-1. You need to create the two functions and can call them from an indicator or system then. RWI of Highs [Function code]: Inputs :le...
by ABC
14 Oct 2012
Forum: MultiCharts
Topic: VPOC problem !!!
Replies: 2
Views: 1274

Re: VPOC problem !!!

aczk,

as TJ has mentioned, you need to define what you are looking for.
From the code it appears to me that neither of those indicators is calculating the VPOC (like I would define it!) correctly on intraday charts.

Regards,

ABC
by ABC
12 Oct 2012
Forum: MultiCharts
Topic: Mouse over a bar: Is there a function to capture the info [SOLVED]
Replies: 2
Views: 1139

Re: Mouse over a bar: Is there a function to capture the inf [SOLVED]

Martin,

you can use "MouseClickBarNumber" and get the bar values using the Barnumber, but there is nothing that will return all bar values with one click. Only for the date and time of the bar "MouseClickDateTime" offers a direct way.

Regards,
ABC
by ABC
11 Oct 2012
Forum: MultiCharts
Topic: Running, Stopping an indicator using a mouseclickevent
Replies: 5
Views: 4015

Re: Running, Stopping an indicator using a mouseclickevent

Hello By any chance, is there a way to have an indicator be run or stopped using only a mouse click. That would be great. Actually, I need to right click, select indicator, select the appropriate one, set the status on / off. Once in a while, I need to reset an indicator because this one is used in...
by ABC
10 Oct 2012
Forum: MultiCharts
Topic: Multicharts 8 64 bit -> Easy Language Indicators conversion
Replies: 2
Views: 1948

Re: Multicharts 8 64 bit -> Easy Language Indicators convers

Mohi, usually it works as easy as export the ELD from TS and import it directly into PL Editor. Unless you have used OOEL (the object oriented easy language addition that was introduced some time around TS 9) in your ELDs chances are that you have to do only minor or no changes at all in the code. R...
by ABC
10 Oct 2012
Forum: MultiCharts
Topic: Multicharts and R
Replies: 17
Views: 6942

Re: Multicharts and R

ABC , what sort of communication you are looking for? I assume you are intereted in this R software to perform calculations or even optimization of your script and place orders to your broker through MultiCharts, i am correct? Andrew, I only answered your question "What is "R"?" and personally am n...
by ABC
02 Oct 2012
Forum: MultiCharts
Topic: MULTICHARTS 8.0 RELEASE
Replies: 143
Views: 52664

Re: MULTICHARTS 8.0 RELEASE

Henry, in one case it was a brand new workspace and 5 minute @ES# chart and I just manually added a text drawing stating "Hello". That was enough to reproduce the issue on a different computer and I didn't keep the workspace. Regards, ABC ABC, I was unable to reproduce it. The problem can be caused...
by ABC
02 Oct 2012
Forum: MultiCharts
Topic: MULTICHARTS 8.0 RELEASE
Replies: 143
Views: 52664

Re: MULTICHARTS 8.0 RELEASE

Both the 32bit and 64bit version don't seem to print text that is drawn on a chart either manually or by a study. Write a text to a chart and click on "Print Preview" and the text is not shown in the preview anymore. Trendlines work fine though. I didn't actually try to print the chart using a prin...
by ABC
02 Oct 2012
Forum: MultiCharts
Topic: MULTICHARTS 8.0 RELEASE
Replies: 143
Views: 52664

Re: MULTICHARTS 8.0 RELEASE

Both the 32bit and 64bit version don't seem to print text that is drawn on a chart either manually or by a study. Write a text to a chart and click on "Print Preview" and the text is not shown in the preview anymore. Trendlines work fine though. I didn't actually try to print the chart using a print...
by ABC
26 Sep 2012
Forum: MultiCharts
Topic: Multicharts and R
Replies: 17
Views: 6942

Re: Multicharts and R

What is "R"?
R is a language and environment for statistical computing and graphics.
http://www.r-project.org/
by ABC
20 Sep 2012
Forum: MultiCharts
Topic: Observations and workarounds for Genetic Optimizations..
Replies: 7
Views: 2238

Re: Observations and workarounds for Genetic Optimizations..

Did you set the Bar Magnifier resolution to 1 tick?
by ABC
13 Sep 2012
Forum: MultiCharts
Topic: MULTICHARTS 8.0 RELEASE
Replies: 143
Views: 52664

Re: MULTICHARTS 8.0 RELEASE

I just went over it with the MC help desk and there seems to be a bug that MC won't load minute data with IQFeed that is older than six years. The data is present on the IQ servers and can be accessed during market hours, but MC won't load it. I thought others might run into the same issue, so I pos...
by ABC
12 Sep 2012
Forum: MultiCharts
Topic: Set text_setBGcolor for textbox [SOLVED]
Replies: 2
Views: 1094

Re: Set text_setBGcolor for textbox [SOLVED]

Hi evdl, it's hard to tell from your code, but Text_SetBGColor will work with conditions. You can check with this simple piece of code: Inputs: TestValue (0); Variables: TextID1 (-1), TextID2 (-1); once begin TextID1 = Text_New_S(Date, Time_S, High, "Test"); TextID2 = Text_New_S(Date, Time_S, Low, "...
by ABC
11 Sep 2012
Forum: MultiCharts
Topic: Up Volume Down Volume [SOLVED]
Replies: 16
Views: 4631

Re: Up Volume Down Volume [SOLVED]

Questions 1) does iqfeed offer historic upvol and downvol? 2) if not, how do I save the data realtime? 3) which feeds offer historical upvol and downvol for stocks on minute and hourly timeframes? 1) No, but trade price, trade volume and bid/ask price at the time of the trade. So it could be calcul...
by ABC
11 Sep 2012
Forum: MultiCharts
Topic: Up Volume Down Volume [SOLVED]
Replies: 16
Views: 4631

Re: Up Volume Down Volume [SOLVED]

IQFeed does not have a data field for up volume or down volume. IQFeed has only Incremental Volume and Total Volume. As far as I know IQFeed provides the bid and ask price at the time of the trade (both for historical tick data as well as realtime data), so it would be possible for MC to provide th...
by ABC
07 Sep 2012
Forum: MultiCharts
Topic: How to access last trade info (strategy, not broker) ?
Replies: 1
Views: 1031

Re: How to access last trade info (strategy, not broker) ?

123LMC,

you could store the strategy netprofit at the time of entry and compare it to the netprofit at of the previous trade entry time. Or use the PosTradeProfit reserved word.

Regards,

ABC
by ABC
07 Sep 2012
Forum: MultiCharts
Topic: Saving Optimization Paramaters to the chart
Replies: 4
Views: 1229

Re: Saving Optimization Paramaters to the chart

KhaosTrader, I am not sure what you mean with "save optimization paramaters to the chart", but in case you are looking for a way to apply a parameter set of a certain optimization result to the strategy on the chart: Double clicking with the left mouse button on the line in the optimization report w...
by ABC
05 Sep 2012
Forum: MultiCharts
Topic: Moving a chart from one workspace to another workspace [SOLVED]
Replies: 6
Views: 2030

Re: Moving a chart from one workspace to another workspace [SOLVED]

In the MC main window under "File".
Or "Ctrl + Shift + C" for copy and "Ctrl + Shift + V" for paste.
by ABC
05 Sep 2012
Forum: MultiCharts
Topic: Moving a chart from one workspace to another workspace [SOLVED]
Replies: 6
Views: 2030

Re: Moving a chart from one workspace to another workspace [SOLVED]

KhaosTrader,

with "Copy Window" and "Paste Window" you can at least copy the chart to the second workspace and delete it in the first workspace. I am not sure if there is anything to simply move it. But copy and paste works fine.

Regards,
ABC
by ABC
31 Aug 2012
Forum: MultiCharts
Topic: MC 8.1 -- DOM, MD indicators, etc.,
Replies: 42
Views: 18103

Re: MC 8.1

Does the implementation of the MD tools in MC8.1 also mean that a) DOMs can be made on non-broker feeds, b) that market depth information can be accessed for non-broker feeds? Josh, at the moment we do not plan to add such functionality. Henry, can you please tell us why you don't plan to add this ...
by ABC
21 Aug 2012
Forum: MultiCharts
Topic: Text_SetLocation not for vertical location change
Replies: 16
Views: 3240

Re: Text_SetLocation not for vertical location change

@ABC thx for your help, pls see the last sentence of my first posting. [/i]" PK1, I am sorry, but I still don't get it. You need a date and time for a specific price, otherwise you get a line spanning around all date and time values for your price. Can you give an example on what you exactly are tr...
by ABC
21 Aug 2012
Forum: MultiCharts
Topic: Text_SetLocation not for vertical location change
Replies: 16
Views: 3240

Re: Text_SetLocation not for vertical location change

PK1, it's a bit hard for me to understand what you are trying to do. If you have created your text IDs with text_new_s and want to change the location, you should use text_setlocation_s and for that you will need date, time and price information of the new location. In case you only want to change t...
by ABC
17 Aug 2012
Forum: MultiCharts
Topic: DOM indicator for chart [SOLVED]
Replies: 16
Views: 5078

Re: DOM indicator for chart [SOLVED]

** YES, IQfeed, I tried it on CL and ES.. different time frames, tick charts etc. As far as I know, it only works on broker feeds. It would be really great, if MC would be able to access the book of all datafeeds. The datafeeds carry this information, so in my opinion it doesn't make sense to only ...
by ABC
12 Aug 2012
Forum: MultiCharts
Topic: MC 8.1 -- DOM, MD indicators, etc.,
Replies: 42
Views: 18103

Re: MC 8.1

Thanks for the illustration ABC. Nice work. A couple of questions: First, is your indicator available for the public? Second, I have seen Volume Profile in MD where they use it as a drawing tool set within a rectangle from a selected bar to another one. Like just three bars if one would like. Would...
by ABC
08 Aug 2012
Forum: MultiCharts
Topic: Problems with Strategy Position Trade Reserved Words
Replies: 2
Views: 3149

Problems with Strategy Position Trade Reserved Words

Just stumpled upon something that doesn't make sense to me. Using a very simple strategy with this code: Variables: ii (0); once begin for ii = 0 to 4 begin Print("ii: ", ii, "; PosTradeIsOpen(0, ii): ", PosTradeIsOpen(0, ii)); Print("ii: ", ii, "; PosTradeIsLong(0, ii): ", PosTradeIsLong(0, ii)); e...
by ABC
03 Aug 2012
Forum: MultiCharts
Topic: MC 8.1 -- DOM, MD indicators, etc.,
Replies: 42
Views: 18103

Re: MC 8.1

Again, what can I say, ABC rocks as a programmer!! ;) Thanks a lot, I really appreciate it. Can you zoom it a bit more for better comparison? I'd like to compare yesterday ES profile with the one SC generated. It seems that the tick volume is identical to the one from SC. I tried to make it look a ...
by ABC
03 Aug 2012
Forum: MultiCharts
Topic: MC 8.1 -- DOM, MD indicators, etc.,
Replies: 42
Views: 18103

Re: MC 8.1

Arnie, I totally agree that as soon as go lower than a daily profile, the inaccuracies will probably make the information useless. The second study I ran was for the daily profiles (one case using volume information out of 1 minute charts and the latter using it from 1 tick charts) and at least rega...
by ABC
02 Aug 2012
Forum: MultiCharts
Topic: MC 8.1 -- DOM, MD indicators, etc.,
Replies: 42
Views: 18103

Re: MC 8.1

As Nick has mentioned, in MC you can only access the volume for a total bar. This raises the question about how to best build volume profiles out of this. You can either go down to a 1 tick chart, where by design you get the volume traded at each price or you take other bars and divide the total vol...
by ABC
19 Jul 2012
Forum: MultiCharts
Topic: Session first bar: Is there a way to find it?
Replies: 2
Views: 3001

Re: Session first bar: Is there a way to find it?

Martin, the problem seems to be that you are trying to reference a reserved word back, this usually doesn't work and should be avoided. Create a variable to store the boolean value for SessionLastBar into and use this variable to reference back to the previous bar. This will give the result you are ...
by ABC
12 Jul 2012
Forum: MultiCharts
Topic: William %R indicator: Is it available?
Replies: 3
Views: 1761

Re: William %R indicator: Is it available?

To come up with the Williams %R use the %R and substract 100.

Code: Select all

WilliamsR = PercentR(Length) - 100;
Take an existing indicator, turn it upside down and give it your name ;).
by ABC
12 Jul 2012
Forum: MultiCharts
Topic: Indicator "Market Depth on Chart" on Custom Futures [SOLVED]
Replies: 8
Views: 2688

Re: Indicator "Market Depth on Chart" on Custom Futures [SOLVED]

Would it be possible to make the DOM reserved words available not only for broker data, but for other data providers as well at the same time? That would be great as the quality of data might be better and via symbol mapping you can trade on the broker symbol then.

Thanks,
ABC
by ABC
03 Jul 2012
Forum: MultiCharts
Topic: MULTICHARTS 8.0 RELEASE
Replies: 143
Views: 52664

Re: MULTICHARTS 8.0 RELEASE

I didn't upgrade to MC 8.0 5620, because I'll probably run into the virtual allocation problem again. Are there fix files already?
Can you confirm the volume problem I showed in post # 6 in this thread?

Regards,

ABC
by ABC
03 Jul 2012
Forum: MultiCharts
Topic: Why doesn't text appear on chart ?
Replies: 14
Views: 5339

Re: Why doesn't text appear on chart ?

Something that has been very useful for me in some studies is creating the Text-IDs needed at the end of the first bar and place them "out of sight". Then I can "grab" an existing text and only change it's locations and string when I need it, but don't suffer from the text vanishing with new ticks a...
by ABC
28 Jun 2012
Forum: MultiCharts
Topic: Escape character in EasyLanguage
Replies: 2
Views: 2431

Re: Escape character in EasyLanguage

Hi Pablo, not sure if I understand your request correctly, but the reserved word DoubleQuote might work for you. DoubleQuote Displays the double-quote (") character in a string. Example This example demonstrates how the word Hello in double quotes can be displayed on the last bar above High: Variabl...
by ABC
22 Jun 2012
Forum: MultiCharts
Topic: MULTICHARTS 8.0 RELEASE
Replies: 143
Views: 52664

Re: MULTICHARTS 8.0 RELEASE

janus, from what I know you only need to install this, if you suffer from the virtual allocation problem. This manifests itself in all studies, even empty ones, not compiling, but returning the ------ Compiled with error(s): ------ Compile error errLine 0, errColumn 0, errLineEnd 0, errColumnEnd 0 c...
by ABC
21 Jun 2012
Forum: MultiCharts
Topic: Adding New Data Vendor
Replies: 5
Views: 1627

Re: Adding New Data Vendor

Hi wajodi,

isn't Kinetick just a white label of IQFeed, which is only licensed to NT Trader? Which would mean you get the same quality with IQFeed and they also offer the CME Waiver program.

Regards,

ABC
by ABC
20 Jun 2012
Forum: MultiCharts
Topic: MULTICHARTS 8.0 RELEASE
Replies: 143
Views: 52664

Re: MULTICHARTS 8.0 RELEASE

New version, old problem. ------ Compiled with error(s): ------ Compile error errLine 0, errColumn 0, errLineEnd 0, errColumnEnd 0 causal study: (Function) It would be nice if you could post the files to fix the virtual allocation problem together with releasing a new MC version. I don't know why th...
by ABC
29 May 2012
Forum: MultiCharts
Topic: MULTICHARTS 8.0 RELEASE CANDIDATE
Replies: 44
Views: 20567

Re: MULTICHARTS 8.0 RELEASE CANDIDATE

I am getting the ------ Compiled with error(s): ------ Compile error errLine 0, errColumn 0, errLineEnd 0, errColumnEnd 0 causal study: (Function) error message again. It's happening with old studies that compiled fine in 7.4, with newly created studies in 8 RC (even empty ones). I am running the 32...
by ABC
15 May 2012
Forum: MultiCharts
Topic: How to collect historical tick data with DTN IQ Feed
Replies: 7
Views: 1791

Re: How to collect historical tick data with DTN IQ Feed

I was thinking I would get more accurate minute bars if I did this? To my understanding this does only make sense if you are using a certain delta study. But if you check this option, you limit your amount of minute bars to the amount of tick data you have, besides needing additional ressources to ...
by ABC
13 May 2012
Forum: MultiCharts
Topic: How to collect historical tick data with DTN IQ Feed
Replies: 7
Views: 1791

Re: How to collect historical tick data with DTN IQ Feed

I did not notice any difference between Backtesting > Bar Magnifier > Tick Enabled(once it worked)/Disabled. Have I missed something? mefTrader, this could be caused by the system, as depending on it's logic it might not make a difference. For example a simple stop and reverse system executed at th...
by ABC
09 May 2012
Forum: MultiCharts
Topic: MULTICHARTS 8.0 BETA 3
Replies: 102
Views: 36560

Re: MULTICHARTS 8.0 BETA 3

When will it be possible to have playback within the DOM?

Regards,
Fernando
And the ability to use the datafeed's level2 data and not only broker's data would be great, too.
by ABC
17 Apr 2012
Forum: MultiCharts
Topic: Code inquire: Pass information from 1st chart to 2nd chart
Replies: 14
Views: 2729

Re: Code inquire: Pass information from 1st chart to 2nd cha

I just checked your code examples and they work fine here. If there is anything wrong with the syncronization, it should raise an error right away. The fact that it doesn't makes it hard to track the problem down.

Do you see the sender plotting?
by ABC
17 Apr 2012
Forum: MultiCharts
Topic: Code inquire: Pass information from 1st chart to 2nd chart
Replies: 14
Views: 2729

Re: Code inquire: Pass information from 1st chart to 2nd cha

What do you mean with run the code?
You loaded the sender on a daily chart and it didn't plot anything?
by ABC
17 Apr 2012
Forum: MultiCharts
Topic: Code inquire: Pass information from 1st chart to 2nd chart
Replies: 14
Views: 2729

Re: Code inquire: Pass information from 1st chart to 2nd cha

Faraz, if I tell you that ELCollections and ADE work fine for me and expect that this information should get you going, it wouldn't be very helpful for you. The same applies for "I am unable to make it work", there are so many things that could cause problems, that in my opinion you won't get much h...
by ABC
13 Apr 2012
Forum: MultiCharts
Topic: backtesting a signal file
Replies: 3
Views: 1194

Re: backtesting a signal file

ofthomas,

that should be doable with ELCollections and the DLLs ability to read the data into the memory to access it from there and execute the trades. The ELCollections manual contains examples on how to read text files into maps and lists and how to work your way from there.

Regards,

Chris
by ABC
11 Apr 2012
Forum: MultiCharts
Topic: Work with MC 32Bit and 64Bit live from the same computer
Replies: 4
Views: 1338

Re: Work with MC 32Bit and 64Bit live from the same computer

Yes, that's how it currently is. That's why I asked if this can be changed or if you are not willing to change it. As to my understanding running the two instances on the same computer at the same time is no exploitation, wouldn't you agree?
by ABC
11 Apr 2012
Forum: MultiCharts
Topic: Work with MC 32Bit and 64Bit live from the same computer
Replies: 4
Views: 1338

Work with MC 32Bit and 64Bit live from the same computer

Currently MC 32bit version would get disconnected, when you try opening MC 64bit on the same computer. In my understanding when DRM was introduced it was not intended (nor possible) to run two different versions of MC on the same computer. As it is now, would it be possible to change this or is it i...
by ABC
25 Mar 2012
Forum: MultiCharts
Topic: How do I get incomplete daily bar
Replies: 12
Views: 2125

Re: How do I get incomplete daily bar

I do not think that it would work though since the daily bars come from the data feed supplier. IE, in daily time frame, mc/qm wouldn't download 1 min or 5 min bars and then construct the daily bar from those but instead just download the daily bars directly. Now, I could be wrong, of course, and q...
by ABC
24 Mar 2012
Forum: MultiCharts
Topic: How do I get incomplete daily bar
Replies: 12
Views: 2125

Re: How do I get incomplete daily bar

Mats, I am not sure if this would work in your case, but it might be worth trying: Dublicate the symbol you are using for Data2 in QM. You will probably have to change the exchange name, as otherwise QM will raise an error as the symbol is already present. Other than that set it up exactly like the ...
by ABC
16 Mar 2012
Forum: MultiCharts
Topic: Flip a chart upside down? Simple?
Replies: 5
Views: 3321

Re: Flip a chart upside down? Simple?

KJ, like sptrader pointed out, plotting the inverted value probably is the only chance you have at the moment. If you create four plots inverting Open, High, Low and Close and formating the plots accordingly i.e. Open as Left Tick, High as Bar High, Low as Bar Low and Close as Right Tick, you will g...
by ABC
16 Mar 2012
Forum: MultiCharts
Topic: Lock ability to move text and trendlines with PowerLanguage
Replies: 3
Views: 1319

Re: Is an option to make text and trendlines not moveable us

I just saw that beta 2 will have this a feature for manually added drawing objects: http://www.multicharts.com/pm/viewissue ... e_no=MC-63, so hopefully this can be done via PowerLanguage soon, too.

Regards,

ABC
by ABC
16 Mar 2012
Forum: MultiCharts
Topic: Please help with my code
Replies: 2
Views: 781

Re: Please help with my code

Hi DibsTrader,

the compiler will point you towards the error, it doesn't recognize the word "DateTime". You need to create a variable first with this name and then convert the date and time to datetime to store it within this variable.

Regards,
ABC
by ABC
15 Mar 2012
Forum: MultiCharts
Topic: Lock ability to move text and trendlines with PowerLanguage
Replies: 3
Views: 1319

Lock ability to move text and trendlines with PowerLanguage

When working with studies that create text and trendlines I usually find myself moving one by mistake when browsing through a chart. Bringing them back in their original space can be annoying, which usually means switching the study off and pack on. So I figured it might be a good idea to have the a...
by ABC
01 Mar 2012
Forum: MultiCharts
Topic: tomorrows open
Replies: 3
Views: 1213

Re: tomorrows open

Well I am sure you are w/o such a DLL. My system is like this. I buy today at the open and sell tomorrow if there is a profit. How might this be coded in Multicharts. For backtesting you can either store all daily opens once into a text file and access this with your system or use the new "symbol_"...
by ABC
28 Feb 2012
Forum: MultiCharts
Topic: Error : Tick by Tick Playback resolution unavailable
Replies: 10
Views: 2783

Re: Error : Tick by Tick Playback resolution unavailable

Emmanuel, in my opinion one problem with the tick data is dealing with the datafeed timestamps. They are only accurate down do the second, for realtime data MC is receiving, it can add a sequence number knowing which tick arrived first (in case they have the same second as timestamp), but for histor...
by ABC
28 Feb 2012
Forum: MultiCharts
Topic: pivots trading hourly INDICATOR
Replies: 24
Views: 5851

Re: pivots trading hourly INDICATOR

A slight modification of the link I gave you should do it then: Variables: PIVOTPOINT(0); PIVOTPOINT = (HIGH[1] + LOW[1] + CLOSE[1] + OPEN[1]) / 4; Plot1(PIVOTPOINT, "PIVOTPOINT"); Format the plot as line, dot, cross - whatever you prefer. The only thing you might need to add is any support and resi...
by ABC
26 Feb 2012
Forum: MultiCharts
Topic: pivots trading hourly INDICATOR
Replies: 24
Views: 5851

Re: pivots trading hourly INDICATOR

A search in the Multicharts Knowledgebase brought up something that would probably do what you have in mind on an hourly chart. Pivot Study
Besides that I am almost sure that you can find a study that does what you have in mind via google, too.

Regards,
ABC
by ABC
20 Feb 2012
Forum: MultiCharts
Topic: 64 bit min machine requirements and usage
Replies: 11
Views: 2871

Re: 64 bit min machine requirements and usage

bowlesj3, according to Microsoft, these are the upper RAM limits for the different editions of Windows 7 on x64: Starter: N/A Home Basic: 8GB Home Premium: 16GB Professional: 192GB Enterprise: 192GB Ultimate: 192GB The x86 limit is 4GB for all editions, except for the Starter, where it's 2 GB. http:...
by ABC
13 Feb 2012
Forum: MultiCharts
Topic: skip identical ticks
Replies: 9
Views: 2170

Re: skip identical ticks

Henry, it would be great and useful if this can be switched off for indicators by default in PL Editor, like it's possible with "Update on every tick" or "Same as symbol" as for some indicators every tick is needed. Currently it seems that if you uncheck this box in Format Study on a chart and check...
by ABC
07 Feb 2012
Forum: MultiCharts
Topic: Problem moving horizontal line on screen ... ?
Replies: 9
Views: 2364

Re: Problem moving horizontal line on screen ... ?

furytrader,

maybe "Snap Mode" is on by mistake? You can check on the chart under -> View.
At least it sounds like this could be causing the jumps.

Regards,
ABC
by ABC
06 Feb 2012
Forum: MultiCharts
Topic: Running Strategies from Scanner
Replies: 7
Views: 2119

Re: Running Strategies from Scanner

Henry,

this might be something you want to consider for further revisions. Since OOEL you can issue orders from indicators within TS - also if they are running in Radarscreen.

This would be a boost for the MC scanner and make it even more useful.

Regards,
ABC
by ABC
31 Jan 2012
Forum: MultiCharts
Topic: Are mouse clicks in PowerLanguage important?
Replies: 24
Views: 5534

Re: Are mouse clicks in PowerLanguage important?

In my opinion this would be a very useful feature, if for example you can do things with it you can do in TS with the Commentary option.
This means it would be useful for debugging and from a trader's point of view you can use it to start stops and targets from a specific bar for example.
by ABC
03 Dec 2011
Forum: MultiCharts
Topic: This forum need advanced search features.
Replies: 4
Views: 949

Re: This forum need advanced search features.

If you leave the search box empty, and click on the spyglass next to it, you will be led to the advanced search page. https://www.multicharts.com/discussion/search.php Some of the advanced search page content doesn't come up when using Firefox - the search field is missing. If this could be fixed, ...
by ABC
15 Nov 2010
Forum: User Contributed Studies and Indicator Library
Topic: looking for a programmer to write some code
Replies: 2
Views: 2148

Re: looking for a programmer to write some code

vsatrader,

I am not sure if MCFX basic allows that, as you would need the PL Editor to import and compile code that works on your platform then. This is something that comes with MCFX Pro.

Hope that helps,
ABC
by ABC
12 Nov 2010
Forum: MultiCharts
Topic: Request for Text and Trendline object addition
Replies: 1
Views: 749

Request for Text and Trendline object addition

Hi, currently Text and TL objects that are created intrabar are deleted on the next tick. I don't want to change this behaviour, as it can make sense if you want this. However it would be great if the user could decide if a particular text/tl object created intrabar should stay or not. Think about a...
by ABC
20 Oct 2010
Forum: MultiCharts
Topic: extending trendlines
Replies: 2
Views: 1034

Re: extending trendlines

Hi Misha04,

if you right click on a Trendline and go to "Format Trend Line", you can check Extend to the right or left, change colors and style of the trendline.
You can also change the start and endpoint values there, as well as set alerts when the trendline is broken.

Regards,
ABC
by ABC
01 Oct 2010
Forum: MultiCharts
Topic: not trade specific day of the week
Replies: 1
Views: 1263

Re: not trade specific day of the week

Hi tradersheldon, the reserved word "DayOfWeek" can help you in identifying what you are looking for. You would check with "if DayOfWeek(Date)" if the particular day matches your conditions for trading or not. DayOfWeek Returns a numerical value, indicating the day of the week corresponding to the s...
by ABC
09 Sep 2010
Forum: MultiCharts
Topic: Trendlines not working while optimizing signals
Replies: 3
Views: 1240

Re: Trendlines not working while optimizing signals

Either I am the only one using trendlines in systems or I my explanations didn't come across clear enough. For demonstration purposes I have created a very basic signal, which produces trades and I am attaching it as well as two screenshots demonstrating the behaviour. Optimizing this system in MC s...
by ABC
07 Sep 2010
Forum: MultiCharts
Topic: Trendlines not working while optimizing signals
Replies: 3
Views: 1240

Trendlines not working while optimizing signals

Currently we can use Trendlines in systems, but when you run an optimization with such a system, the trendlines are not created during optimization in MultiCharts. Thus the performance report will come up with showing only 0.00 in every column, when the Trendlines are used in the trading process. I ...
by ABC
26 Aug 2010
Forum: MultiCharts
Topic: Possible Trendline Bug
Replies: 40
Views: 8137

Re: Possible Trendline Bug

John, out of curiosity, did you test it with the code posted in this thread? I stumbled upon this problem with a study that uses a multiple of trendlines and within this study maybe one or two of the trendlines were affected by this issue. With the demo code it happens all the time, so my guess is t...
by ABC
26 Aug 2010
Forum: MultiCharts
Topic: Possible Trendline Bug
Replies: 40
Views: 8137

Re: Possible Trendline Bug

Tresor, your three pictures in this thread show exactly how serious the problem is. When you decrease the bar spacing, of course the visual appearance of two trendlines would change, but the cross still needs to be found at the same date, time and price . This needs to be the case, as the slope of t...
by ABC
25 Aug 2010
Forum: MultiCharts
Topic: Possible Trendline Bug
Replies: 40
Views: 8137

Re: Possible Trendline Bug

Thanks TJ. I was just trying to bring this to TS Supports attention and it's seems to be just a visual problem. But for someone relying on Support and Resistance trendlines this might be a huge issue in visual trading. Anastassia, please follow the steps TJ describes with your code, this should repr...
by ABC
25 Aug 2010
Forum: MultiCharts
Topic: Possible Trendline Bug
Replies: 40
Views: 8137

Re: Possible Trendline Bug

ABC, I am not sure what you meant by the following, Then please explain why does the angle change when I decrease the changing and change back to normal when I decrease the spacing any further? Thank you Anastassia, please take a look at the four pictures I posted in the seventh post of this topic....
by ABC
25 Aug 2010
Forum: MultiCharts
Topic: Possible Trendline Bug
Replies: 40
Views: 8137

Re: Possible Trendline Bug

Anastassia,
there is everything outlined in this thread so you can exactly reproduce the issue, you just have to follow the simple steps described. I don't know how I could show it any clearer, even in the live chat.

Thank you,
ABC
by ABC
25 Aug 2010
Forum: MultiCharts
Topic: Possible Trendline Bug
Replies: 40
Views: 8137

Re: Possible Trendline Bug

Hi Anastassia, so you are saying everything is working as it should? Then please explain why does the angle change when I decrease the changing and change back to normal when I decrease the spacing any further? With your explanation - which I agree to, this is the way it should be and it should work...
by ABC
25 Aug 2010
Forum: MultiCharts
Topic: Possible Trendline Bug
Replies: 40
Views: 8137

Re: Possible Trendline Bug

bowlesj3, I noticed the problem with trendlines created on the first bar and moved into position later. So I came up with this simple example to demonstrate the problem. The positioning works fine and the trendlines are correct, unless you decrease the bar spacing to a certain point. This is how it ...
by ABC
24 Aug 2010
Forum: MultiCharts
Topic: Possible Trendline Bug
Replies: 40
Views: 8137

Re: Possible Trendline Bug

Anastassia, thank you, but this is just meant as a workaround until the issue is fixed, correct? Besides that your suggestion creates another issue, instead of flipping the direction, now the study can change the Trendline angle when you decrease the bar spacing. Which is also crucial. Thank you, ABC
by ABC
24 Aug 2010
Forum: MultiCharts
Topic: Possible Trendline Bug
Replies: 40
Views: 8137

Re: Possible Trendline Bug

Thanks Tresor, I appreciate that.
by ABC
24 Aug 2010
Forum: MultiCharts
Topic: Possible Trendline Bug
Replies: 40
Views: 8137

Possible Trendline Bug

I stumbled across some weird Trendline behavior in Multicharts current release, where the changing of the Bar Spacing changes the direction of a Trendline. I could reproduce it with a simple demonstration code, which I'll attach to the post. This could be a huge problem if you rely on Trendlines in ...
by ABC
23 Apr 2010
Forum: MultiCharts
Topic: [PL] How to stop a loop?
Replies: 21
Views: 4527

So is there a help kicking around for MC that I am not aware of that has the "break" statement (and other goodies I am not aware of)? I tried the list of unsupported reserve words and it is not there. bowlesj3, not that I am aware of. As far as I remember TS introduced "break" into EasyLanguage one...
by ABC
23 Apr 2010
Forum: MultiCharts
Topic: [PL] How to stop a loop?
Replies: 21
Views: 4527

duration,

either that or you use the "break" statement.

Code: Select all

for Value1 = 0 to 1000 begin
Print("Value1: ", Value1);

if Value1 = 100 then break;
end;
Regards,
ABC
by ABC
19 Apr 2010
Forum: MultiCharts
Topic: TRO Buy Zone -- Please help
Replies: 8
Views: 3054

tradinghumble, what should help you is leaving the scaling to "Same as Symbol" for the indicator, but uncheck "Expand Scale to Indicators" under "Format Instrument" and in the "Scaling" tab: http://forum.tssupport.com/files/screenshot_-_19.04.2010___17_29_24_116.png I forgot when this was introduced...
by ABC
12 Mar 2010
Forum: MultiCharts
Topic: Old TS guy with question
Replies: 4
Views: 1441

If you have an IB account, you get an additional Simulation Account, which works perfect for testing such things. In case you don't have it, it might even work with their free demo account with delayed data.
by ABC
12 Feb 2010
Forum: MultiCharts
Topic: How do follow a forum topic without actually posting.
Replies: 12
Views: 2789

John, this is a very useful suggestion, I'd like to see this, too. Maybe the forum software already supports such a feature and it can be turned on? In the meantime TJs suggestion would work, but in the long run this would only spam the forum and make threads way too hard to read - just imagine 10 o...
by ABC
09 Feb 2010
Forum: MultiCharts
Topic: Suggestion: AvgExitPrice, LastExitPrice, LastEntryPrice
Replies: 1
Views: 709

I second that, it's very useful to have direct access to each entryprice/exitprice of a scaling position.
by ABC
12 Jan 2010
Forum: MultiCharts
Topic: ADE question
Replies: 4
Views: 1558

Hi nuno-online, it's doable with EL Collections and as ADE uses the ELC framework, it should be, too. I don't use ADE, only EL Collections, so my comment might not 100% apply for you: Make sure the indicator values from the daily are stored in the maps each tick and not only at the end of the bar (s...
by ABC
04 Dec 2009
Forum: MultiCharts
Topic: Ability to create rectangles in EasyLanguage?
Replies: 5
Views: 3174

jek, you can do rectangles quite nicely with: TxtID = Text_New_S(Date, Time_S, Open, " "); Text_SetBorder(TxtID, true); if you want a colored rectangle you can use: Text_SetBGColor(TxtID, blue) for example. The size of the rectangle can be changed via the string containing just spaces and Text_SetSi...
by ABC
29 Oct 2009
Forum: MultiCharts
Topic: MultiCharts 6 is coming soon... See enclosed.
Replies: 35
Views: 13293

Very impressive. Thank you and keep up the good work.
by ABC
17 Sep 2009
Forum: MultiCharts
Topic: Suggestion for a better Autonaming Image Feature
Replies: 1
Views: 1245

Suggestion for a better Autonaming Image Feature

I have a suggestion for autonaming the images, when you save them in Multicharts: - give the option to add the Date automatically as prefix of the filename (could be turned off) - then the program automatically adds a number to the date, where the number would be the number of images you created tha...
by ABC
04 Sep 2009
Forum: MultiCharts
Topic: Time Exit at a Specific Time
Replies: 15
Views: 4257

Spaceant,

in general you could do that. However as the code only gets executed when a tick comes in, I would make sure that you allow for the same time or later, just to be sure the exit is done when a tick comes in at 16:44:44 and the next at 16:44:46 only.

Regards,

ABC
by ABC
20 Aug 2009
Forum: MultiCharts
Topic: another way to protect our studies
Replies: 9
Views: 2909

I agree, it's a good idea. I guess I'd prefer an option that write protects the study, without a password. You could just check it when you want the studies to be write protected or leave it unchecked. Also this function might already be in the program, as the build in studies come write protected. ...
by ABC
30 Jul 2009
Forum: MultiCharts
Topic: Order and Position Tracker Coming in MultiCharts 6
Replies: 30
Views: 24568

Andrew,

this looks great and for sure is a very useful feature. Thanks for the great work the TS Support team is doing.

Regards,
ABC
by ABC
09 Jul 2009
Forum: MultiCharts
Topic: Bar magnifier not working at all in beta 2
Replies: 8
Views: 2479

Hi Phil,

I have found the bar magnifier working with yesterdays Beta so far. I tried 30 minute charts and 100 Tick charts and a bar magnifier of 1 tick in both cases. Sometimes it took a bit to calculate, but it's showing results.

Regards,

ABC
by ABC
09 Jul 2009
Forum: MultiCharts
Topic: MC download email subject.
Replies: 5
Views: 1920

Hi John,

the subject line is always "MultiCharts" (without quotes). The sender adress is support@tssupport.com, maybe your ISP can even whitelist this adress, so it will be excluded from spam testing.

Regards,

ABC
by ABC
13 Jun 2009
Forum: MultiCharts
Topic: [PL/EL] How to skip the first tick of the day?
Replies: 9
Views: 3207

2haerim,

from what I see you'll have to use intrabarpersist flags, to ensure that they will be activated on the very first tick and not on bar close. So with little modifications the code provided by janus should do the trick.

Regards,
ABC
by ABC
17 Feb 2009
Forum: MultiCharts
Topic: Datafeed request: MB Trading
Replies: 4
Views: 2422

Marina, many traders I know use MB Trading and I'd assume that they would definitely take a closer look at MC if you allow them to feed the MBT feed into a sophisticated charting platform. Form what I know MBT is going to offer their feed for MT some time soon, so you should consider being quicker. ...
by ABC
09 Feb 2009
Forum: MultiCharts
Topic: IQ Feed release 4.5.0.3
Replies: 4
Views: 2141

IQ Feed release 4.5.0.3

Hi TS Support,

can we upgrade to the newest IQFeed version or will there be problems with MC?

Thanks,
ABC
by ABC
27 Jan 2009
Forum: MultiCharts
Topic: using MC objects in custom DLLs
Replies: 2
Views: 1634

Hi ts2mc,

take a look at the PLKit.DLL in the MC program folder.

Best regards,

ABC
by ABC
21 Jan 2009
Forum: MultiCharts
Topic: Video capture of TWS/MC and Voice recognition.
Replies: 9
Views: 3256

Hi John,

Camtasia http://www.techsmith.com/ might work for the screen caption. As far as I remember it's able to record more than one monitor.

Best regards,

ABC
by ABC
11 Dec 2008
Forum: User Contributed Studies and Indicator Library
Topic: Can someone code TimeHigh and TimeLow function?
Replies: 9
Views: 5338

2haerim, what exactly do you mean? Isn't it: if EndTime>= StartTime: then the Endtime is obviously higher and else: then the StartTime is higher. The only special case would be if you go through midnight i.e. StartTime is one day before EndTime, in this case midnight (or 23:59) would be the highest ...
by ABC
09 Dec 2008
Forum: MultiCharts
Topic: [BUG] Bar Spacing when different resoultion mixed
Replies: 3
Views: 2441

Marina,

will this also fix the bar spacing problems one encounters when working with multiple volume data streams?

Best regards,

ABC
by ABC
25 Nov 2008
Forum: MultiCharts
Topic: Indicator scaling effects chart scaling
Replies: 11
Views: 4240

RobotMan,

it should have an option to either switch it on and off per chart.

Image
by ABC
25 Nov 2008
Forum: MultiCharts
Topic: Chart Background Color
Replies: 2
Views: 2195

I second this, it's a really useful tool to help seeing things visually.
And it should definitely raise the value of the product.
by ABC
18 Nov 2008
Forum: MultiCharts
Topic: TextDrawing with linebreaks
Replies: 2
Views: 1535

Januson, depending on your bar spacing (if too little it might look clumsy), you can work with the vertical text location. Use: Text_SetStyle (ObjectID, HorizPl, VertPl) Parameters ObjectID - a numerical expression specifying the object ID number HorizPl - a numerical expression specifying the horiz...
by ABC
15 Sep 2008
Forum: MultiCharts
Topic: "Bid & Ask" modification help needed
Replies: 6
Views: 2965

Re: "Bid & Ask" modification help needed

Below is the code from the indicator "Bid & Ask". How can I erase the old plot after the bar is completed and a new bar is formed? I tried noplot[1] but it does not work. variables: var0( 0 ), var1( 0 ) ; if GetAppInfo( aiRealTimeCalc ) = 1 then begin var0 = InsideBid ; var1 = InsideAsk ; Plot1( va...
by ABC
15 Sep 2008
Forum: MultiCharts
Topic: "Bid & Ask" modification help needed
Replies: 6
Views: 2965

TJ I second your request, this would be extremely useful. I would like to see reserved words for the following: Bid/Ask prices and corresponding volume for the next X ticks (depending on the book size). As far as I know the data providers send if a trade was at the Bid or Ask, so it should be possib...
by ABC
29 Aug 2008
Forum: MultiCharts
Topic: Release of the new ZenFire data feed dll.
Replies: 43
Views: 27951

ocm1,

is it possible that you are missing the contract month, too? Shouldn't it be something like 6EU8. At least this is the way it works for the ES.

Regards,
ABC
by ABC
01 Aug 2008
Forum: MultiCharts
Topic: Learning SWITCH / CASE
Replies: 5
Views: 3188

TJ, I am happy if I could help a bit and even more if you can put the code piece to some use for yourself. Switch must not necessarily have continuous values from 0 to X, this would also be okay: Switch(Value1) Begin Case 1 to 5: Value2 = Value2 + 1; Case 10, 20, 30: Value3 = Highest(High,10); Case ...
by ABC
01 Aug 2008
Forum: MultiCharts
Topic: Learning SWITCH / CASE
Replies: 5
Views: 3188

TJ, I have done a simple switch/case thing inside an indicator that I run on the very first bar to identify the BarType and Store a name inside a variable for further use: Switch(BarType_ex) begin Case 1: BarTyp = "Ticks"; Case 2: BarTyp = "Minutes"; Case 3: BarTyp = "Hours"; Case 4: BarTyp = "Days"...
by ABC
28 Jul 2008
Forum: MultiCharts
Topic: recompiling after chaning an input value
Replies: 1
Views: 1314

That's something that will happen with indicators, too. However in my opinion it makes sense like it is now. You only need to remember that a change in the code will not change the inputs of already loaded charts. Otherwise it would reset every value of applied strategies to their defaults if you re...
by ABC
28 Jul 2008
Forum: MultiCharts
Topic: Intrabar Median
Replies: 10
Views: 3486

You can use intrabarpersist and dynamic arrays with Multicharts as well, it's fully supported.

Regards,

ABC
by ABC
06 Jul 2008
Forum: User Contributed Studies and Indicator Library
Topic: PowerLanguage question. Total bars since open
Replies: 5
Views: 5403

stockmacd, you can realize this with a counter you have to reset once before your new session begins. In case "MyBarNumber" and "MyBarCounter" are variables, you can do the following: If CurrentBar <> MyBarNumber then begin MyBarNumber = CurrentBar; MyBarCounter = MyBarCounter + 1; end; A second ide...
by ABC
28 May 2008
Forum: MultiCharts
Topic: TWS accept data prompt
Replies: 7
Views: 2771

Try "cmd" first, this will bring up the DOS window, where you can use "ipconfig", without the window disappearing.

Best regards,
ABC
by ABC
06 May 2008
Forum: MultiCharts
Topic: Strange Realtime Behaviour
Replies: 4
Views: 2428

LRP,

I am not sure, but I guess if you set the closing time to 21:59, then your chart will end at that time, too. So SetExitOnClose will behave the same like before.

Best regards,

ABC
by ABC
06 May 2008
Forum: MultiCharts
Topic: Strange Realtime Behaviour
Replies: 4
Views: 2428

LPR, I'd recommend "Close at End of Day" only for historical simulations. The reason for this, it generates the order on the last tick of the session, which gives you no chance to get filled in realtime (the market is just closed with your trigger). That's probably the reason why you see the trades ...
by ABC
14 Apr 2008
Forum: MultiCharts
Topic: Length of a string variable
Replies: 5
Views: 2670

RS, if I understand Text strings are passed by address as a default when the LPSTR parameter type is used. Do not change the size of the passed string within your DLL, as this can cause unpredictable results. correctly, this is referring to the actual string expression i.e. the number of characters ...
by ABC
02 Apr 2008
Forum: MultiCharts
Topic: make historical data from ib futures
Replies: 10
Views: 4938

zukkaweb,

I have kept an old post from this forum. I don't know who made it, but it should help you.

Best regards,

ABC
by ABC
17 Mar 2008
Forum: User Contributed Studies and Indicator Library
Topic: search candles
Replies: 7
Views: 11839

I don't have something in my mind, but I am pretty sure that you will find something via google. As you are able to use ELA, ELS or ELD files from TS directly, chances are that you'll find something that suits you.

Best regards,
ABC
by ABC
17 Mar 2008
Forum: MultiCharts
Topic: MC cannot start if there is no internet
Replies: 20
Views: 8906

Victor,

good question, but I am pretty sure that if this should ever happen, TSSupport will find a way for their customers in advance. You can be very sure of that, because they really care for their customers and this would even continue if they'd switch their business.

Best regards,
ABC
by ABC
13 Mar 2008
Forum: User Contributed Studies and Indicator Library
Topic: search candles
Replies: 7
Views: 11839

You probably don't have a chance without a password, so here is what the link contains: suri.CandleReader with Audio Alerts: Candlestick Patterns: * Doji * Hammer/Hanging Man * Bullish/Bearish Harami * Bullish/Bearish Engulfing * DarkClouds, Piercing Lines * Morning Star, Evening Star * WR7OD (Wide-...
by ABC
12 Mar 2008
Forum: User Contributed Studies and Indicator Library
Topic: search candles
Replies: 7
Views: 11839

The following link has some patterns:

http://www.garrettcasey.com/easylanguage/index.html

As well as this one:
suri.CandleReader with Audio Alerts by Suri Duddella aka. demicron

https://www.TS.com/Discussion ... c_ID=58299

Best regards,

ABC
by ABC
11 Mar 2008
Forum: User Contributed Studies and Indicator Library
Topic: TPO aka Market Profile
Replies: 41
Views: 49597

Zukkaweb, it works correct, but from time to time people have encountered an array bounds error. I have taken a look at the code and I guess I came up with a simple solution for the problem. The code uses the High and Low of the chart and goes through the arrays from High to Low with loops. An array...
by ABC
06 Mar 2008
Forum: MultiCharts
Topic: Add-On Indicators to Strategy
Replies: 5
Views: 2892

holbrooke, I guess the problem is that most of the add-on are Indicators, that's why you don't see them in the strategy tab. So you'd have to create a strategy on your own, which calls the protected functions (i.e. the same functions the indicator is calling). But to do this, you would need the logi...
by ABC
28 Feb 2008
Forum: MultiCharts
Topic: could I build multi-time strategy with multicharts
Replies: 1
Views: 1522

flyingforget,

yes you can. You can combine the different resolutions in one chart and use the datastreams in your system.

Best regards,

ABC
by ABC
19 Feb 2008
Forum: MultiCharts
Topic: Chart Based Trading
Replies: 25
Views: 7627

Andrew,

I'd really love to see both, on the one hand a chart trading feature implemented directly into MC and on the other hand the ability to add events, button, clicks and other things on a chart.
That would really give another boost to MC.

Best regards,
ABC
by ABC
07 Feb 2008
Forum: MultiCharts
Topic: Can I draw a trendline on an indicator ?
Replies: 2
Views: 2138

TJ,
TL_New_Self will draw Trendlines in subcharts.

Best regards,
ABC
by ABC
29 Jan 2008
Forum: MultiCharts
Topic: Establishing... Connection
Replies: 15
Views: 6547

It seems that there is an issue with "Days Back", if you switch to bars back instead, it should bring up the chart. This is at least a fix for the moment.

Best regards,
ABC
by ABC
18 Jan 2008
Forum: MultiCharts
Topic: PLEditor has no right mouse click?
Replies: 9
Views: 3351

TJ,
it already has this function, but I don't understand why it's not working for you.

Best regards,
ABC
by ABC
10 Jan 2008
Forum: MultiCharts
Topic: How can I defer the calculation of indicator?
Replies: 3
Views: 1639

2haerim, from what I understand the status is turned off, because you don't have enough bars on the chart. To overcome this problem, you load the additional day (depending on the study it might need even more days). If Date = CurrentDate Then Begin Will start the calculations once this is true. If y...
by ABC
09 Jan 2008
Forum: MultiCharts
Topic: How can I defer the calculation of indicator?
Replies: 3
Views: 1639

2haerim, if I understand you there are a couple of ways around it. The easiest would probably be to load two days on the chart, but limit the calculations to the current date only. This way your study shouldn't be turned off when you open the workspace and you are still only calculating your study o...
by ABC
18 Dec 2007
Forum: User Contributed Studies and Indicator Library
Topic: Basic quote window indicator
Replies: 0
Views: 4771

Basic quote window indicator

Traders,

as currently MC is missing a quote window to display a couple of symbols for a quick overview while trading, the idea was to create a simple indicator to show the quotes only. Feel free to modify it to your needs.


Best regards,
ABC
by ABC
14 Dec 2007
Forum: MultiCharts
Topic: TS candle code
Replies: 1
Views: 1494

Tim,
take a look at this link. If have not tested it, but there is a good chance that it will work:
http://www.garrettcasey.com/easylanguage/index.html

Best regards,
ABC
by ABC
13 Dec 2007
Forum: MultiCharts
Topic: re: candlesticks
Replies: 5
Views: 2386

Tim,

there are such indicators for TS already and I bet you will find them on the internet.

Best regards,
ABC
by ABC
12 Dec 2007
Forum: MultiCharts
Topic: How do i do this ?
Replies: 12
Views: 5548

You are correct. The MACD on subchart 3 is based on subchart 2 and drawing the trendlines on this subchart, because of TL_New.

Best regards,
ABC
by ABC
11 Dec 2007
Forum: MultiCharts
Topic: How do i do this ?
Replies: 12
Views: 5548

Re: to ABC - is that lower indicator MACD ?

what is that lower indicator in your chart ? the last chart you posted here prior to my/this messege ? can you share it or if it is MACD share the exact inputs ? thanks It's a simple standard MACD based on the second datastream, the only change is a piece of code drawing the trendlines, but this do...
by ABC
11 Dec 2007
Forum: MultiCharts
Topic: How do i do this ?
Replies: 12
Views: 5548

Exactly like I mentioned above. In the screenshot is the same indicator drawing Trendlines, only with an added MACD based on Data2.

Best regards,
ABC
by ABC
11 Dec 2007
Forum: MultiCharts
Topic: How do i do this ?
Replies: 12
Views: 5548

Just base your study on the second data stream and it works with TL_New.
The example shows Trendlines from the High to the Low drawn on the second data stream.

Best regards,
ABC
by ABC
10 Dec 2007
Forum: MultiCharts
Topic: Strategy based on tick data
Replies: 5
Views: 2484

by ABC
09 Dec 2007
Forum: MultiCharts
Topic: Strategy based on tick data
Replies: 5
Views: 2484

marek, are those 5 years already inside MC or do you request them by your provider (if so, who is the data provider?)? Normally this shouldn't be a problem. I for example regularly chart month of 1 tick charts and it's working like a charm. However there is a limit of 1000000 bars, which can be chan...
by ABC
05 Dec 2007
Forum: MultiCharts
Topic: Stop Loss Code
Replies: 2
Views: 1368

momentum, basically you can use something like this for example: Inputs: MyStop(0.25); { 1 Tick in ES as an example, you can specify the tick size directly, but for that you need to ensure you have correct settings in QM, so I'd suggest to go with the decimal input} If my Long Entrycondition is met ...
by ABC
05 Dec 2007
Forum: User Contributed Studies and Indicator Library
Topic: Pivot Point Study
Replies: 4
Views: 7991

Pivot Point Study

This is the outcome of the thread started by O66 http://forum.tssupport.com/viewtopic.php?t=4025 about a simpe pivot point study. I thought it would be easier to put it here than to dig through the forums first.

Best regards,
ABC
by ABC
28 Nov 2007
Forum: MultiCharts
Topic: Locking easylanguage code
Replies: 3
Views: 2466

Jack, protecting the code with a password or exporting as Read-Only from PL Editor will prevent that someone can view or change the code. The first gives you the possibility to take a look at the code in case you are aware of the password where the latter doesn't give you a way to view the code. Bes...
by ABC
27 Nov 2007
Forum: User Contributed Studies and Indicator Library
Topic: MidPoint Study
Replies: 0
Views: 4456

MidPoint Study

The following study tracks the High and Low of the current day and calculates the MidPoint ((High/Low)/2) as well as the MidPoint between the High and the MidPoint and the Low and the MidPoint. You have the choice to use Trendlines instead of Plots to overcame the scaling problems. Description of In...
by ABC
27 Nov 2007
Forum: MultiCharts
Topic: Not all contracts are closed when marketposition reverse
Replies: 15
Views: 4543

Rob, you are right, I forgot to turn "Allow up to XX entry orders in the same direction..." on, that's why I had wrong results. With that checked the Performance Report shows Open Position Profit, although you would expect all positions to be closed. I did a test in TS and there it works like you wo...
by ABC
26 Nov 2007
Forum: MultiCharts
Topic: Not all contracts are closed when marketposition reverse
Replies: 15
Views: 4543

Rob and Marina, I am not sure if there is a problem at all, because the screenshot shows the following to me: The strategy trades 1 contract all the time, the field "Contracts" doesn't show the currently open contracts. So you enter with 1 contract, you are closing with 1 contract etc.. Hope that he...
by ABC
21 Nov 2007
Forum: MultiCharts
Topic: EntryPrice(x) reserved word does not change when pyramiding
Replies: 15
Views: 3477

Rob,

I remember that it didn't work a couple of releases ago and I was happy to see that it does now yesterday. I am sorry, but I don't have an updated list of working reserved words, I am starting out from the TS Support list, too.

Best regards,
ABC
by ABC
20 Nov 2007
Forum: MultiCharts
Topic: EntryPrice(x) reserved word does not change when pyramiding
Replies: 15
Views: 3477

Rob, take a look at the reserved word "avgentryprice", this will give you the average entry price of each open entry in a pyramided position. For every single added contract you can store the entryprice in a variable for example, if the average entry price is not what you are looking for. Best regar...
by ABC
09 Nov 2007
Forum: MultiCharts
Topic: Constant Range Charts with a range less than 1.
Replies: 19
Views: 4331

Nick,

in case you haven't overcome this already, you can use the following settings for ES:

Price Scale: 1/100
Daily Limit: 3000
Min. Movement: 25
Big Point Value: 50

This way a range bar setting of 100 will reflect one full point. 50 = 2 Ticks and 25 = 1 Tick.

Best regards,
ABC
by ABC
06 Nov 2007
Forum: MultiCharts
Topic: how do I control the scale
Replies: 2
Views: 1499

TJ, you can round your plot value to the decimal places you want to see. Taken from TS's User Guide: Round(Num, Prec) Num is a numeric expression to be used in the calculation and Prec is a numeric expression representing the number of decimal places to keep. Examples Round(142.3215, 2) returns a va...
by ABC
01 Nov 2007
Forum: MultiCharts
Topic: Let Indicators Fall off Scale
Replies: 6
Views: 3006

Marina, an option in TS, which is called "Expand Range to include Analysis Techniques" is what TJ is looking for. Currently the range is changed, so that the analysis technique is visible - to be seen with TJ's example of with Floor Pivots for example. If you uncheck this option in TS, you will get ...
by ABC
23 Oct 2007
Forum: MultiCharts
Topic: Debug a study [SOLVED]
Replies: 14
Views: 4847

I really fell in love with the MC compiler a couple of month ago. Before I was only using the TS compiler for development, but the speed of compiling and the visible informations (color, showing the correct "end" for every "begin" etc.) are helping a lot in MC, so I switched. A better debugging func...
by ABC
15 Oct 2007
Forum: MultiCharts
Topic: PlotPB works differently in MC, TS2ki, and TS8
Replies: 7
Views: 4125

Marina, you won't need the code to reproduce the problem 2haerim is referencing to. MC is supporting PaintBars, however the results on Candlesticks are varying between TS and MC. TS automatically changes the PaintBar style to match the candlesticks, where MC seems not to behave this way, but still s...
by ABC
03 Oct 2007
Forum: MultiCharts
Topic: Start date for data in a chart
Replies: 3
Views: 1720

Yes, there is a 1000000 bar limit, that's why the start changes whenever you change the resolution. You can easily overcome this limitation:
http://forum.tssupport.com/viewtopic.php?t=3995

Regards,

ABC
by ABC
29 Sep 2007
Forum: MultiCharts
Topic: Build a DOM with EL ?
Replies: 7
Views: 2623

TJ,
the problem you will run in is that you can't access the market depth through EL directly, so you will need a different way to get the next five(ten) bid/ask values. In case you have these values, it's not a problem to build the DOM.

Regards,

ABC
by ABC
29 Sep 2007
Forum: MultiCharts
Topic: Cannot type [ ] signs in PLeditor
Replies: 5
Views: 2310

What MC version are you using? I had similar problems with MC, but they are all fixed with the latest releases. So one solution for you might be to upgrade. In case you are using the latest version, you can use following work-around until the developers have fixed this: Type [] in wordpad for exampl...
by ABC
28 Sep 2007
Forum: MultiCharts
Topic: What changes do I have to make to compile this?
Replies: 6
Views: 3257

Allan,
it seems that you are missing the function "_fPushPeriods", that's why you are getting a compiler error. Commenting this out makes the code compile without problems.

Regards,

ABC
by ABC
07 Sep 2007
Forum: MultiCharts
Topic: Do we have a function or reserved word for the start of bar?
Replies: 1
Views: 1113

2haerim, what you want should be doable with BarStatus already: This reserved word will return one of four possible values: 2 = the closing tick of a bar 1 = a tick within a bar 0 = the opening tick of a bar (relevant only for strategies using Open Next Bar order actions) -1 = an error occurred whil...
by ABC
04 Sep 2007
Forum: MultiCharts
Topic: compilation failure
Replies: 1
Views: 1301

fundjunkie, PL Editor is complaining about the variables and inputs being initialized wrong. All Variable or Input have to be comma separated and not with semicolons. If you want to use semicolons for each variable, you'll have to use the reserved word "Variable" before every of your variables. So c...
by ABC
03 Sep 2007
Forum: User Contributed Studies and Indicator Library
Topic: Highest and Lowest daily values
Replies: 7
Views: 4933

Fanus,

you are correct, the example will give you only the highest/lowest Close of the current day. If Deo wants to compare values of N days back, he simply has to store the values in an array (or List, Map etc) on date change to make them available for comparison.

Best regards,

ABC
by ABC
03 Sep 2007
Forum: User Contributed Studies and Indicator Library
Topic: Highest and Lowest daily values
Replies: 7
Views: 4933

Deo, a simple way would just be to track the highest/lowest close as the day progresses and store the values inside a variable. Variables: HiClose(-999999), LoClose(+999999); If Date <> Date[1] then begin {reset the variables on date change} HiClose = -999999; LoClose = +999999; end; If BarStatus(1)...
by ABC
22 Aug 2007
Forum: MultiCharts
Topic: Market System Analyzer [SOLVED]
Replies: 14
Views: 5386

Sam, if I remember correctly the problem was that the TS reserved word "TotalTrades" is not recognized so far by MC (. Therefore the function shouldn't be verified. One workaround for you would be to either block the TotalTrades reserved out or to write your own routine counting the number of trades...
by ABC
17 Aug 2007
Forum: User Contributed Studies and Indicator Library
Topic: pivot points
Replies: 21
Views: 13860

Here is the update to show the labels on the right site. For better visibility they are sitting on top of the trend lines.
Set "PlaceTextRight" to false and the labelling will be same as before.

Best regards,

ABC
by ABC
16 Aug 2007
Forum: User Contributed Studies and Indicator Library
Topic: pivot points
Replies: 21
Views: 13860

This would need some small changes in the code, but it's doable and makes sense, too. Will take the time later.

Regards,

ABC
by ABC
16 Aug 2007
Forum: MultiCharts
Topic: First bar displayed
Replies: 11
Views: 3285

Nick,
could you share a screenshot, because I tried your code and it does exactly what it should i.e. plotting the text on the first bar to the left of the screen.

Regards,

ABC
by ABC
13 Aug 2007
Forum: User Contributed Studies and Indicator Library
Topic: pivot points
Replies: 21
Views: 13860

Guilty in this case :wink: .
by ABC
13 Aug 2007
Forum: User Contributed Studies and Indicator Library
Topic: Help! Need a proven DLL fast for MultiCharts.
Replies: 2
Views: 2423

John,

wouldn't it be much easier to write the values of interest to global memory (with Global Variable for example) and access them from there directly with Access?

Best regards,

ABC
by ABC
13 Aug 2007
Forum: User Contributed Studies and Indicator Library
Topic: pivot points
Replies: 21
Views: 13860

Thanks for all the feedback, it's much appreciated. I have updated the Pivot Tool. Where the first version was build to behave similar like the study provided by O66, you are now able to specify the time you want to use for calculations i.e. the time where the High, Low and Close occurs you take for...
by ABC
10 Aug 2007
Forum: MultiCharts
Topic: Clean Up Rountine
Replies: 4
Views: 2131

You can use the standard windows text editor for example and save the file as *.bat. taskkill /IM NameOfTheProcessToKill.exe /f You have to make an instance for every .exe MC uses like MultiCharts.exe, MCActiveX.exe and so on. For your convenience you can place a short-cut to this file on your deskt...
by ABC
10 Aug 2007
Forum: MultiCharts
Topic: First bar displayed
Replies: 11
Views: 3285

Nick, it's possible in EL/PL: GetAppInfo(aiLeftDispDateTime); aiLeftDispDateTime: Identifies date and time of the first (leftmost) bar displayed on the chart. Returns a DateTime(double) value when called from a chart otherwise returns 0. aiRightDispDateTime: Identifies date and time of the last (rig...
by ABC
08 Aug 2007
Forum: MultiCharts
Topic: Success! Real Time Data into MS-Access! Any Better Way?
Replies: 10
Views: 2962

Re: Success! Real Time Data into MS-Access! Any Better Way?

The problem is the print statement I used at the Bottom of the built in Bollinger Bands function Writes out more lines than I need even though I Included the “LastBarOnChart” statement. It also Keeps increasing the size of the file. The question is how to get it to write out only 1 line Or at least...
by ABC
06 Aug 2007
Forum: User Contributed Studies and Indicator Library
Topic: pivot points
Replies: 21
Views: 13860

Take a look at it and let me know how it works for you. It's something I created yesterday, so there might come some new features in the future. The input "IgnoreWeekends" should be set to true if you are for example using E-Minis with the Globex session and want to see Monday's pivots calculated wi...
by ABC
05 Aug 2007
Forum: User Contributed Studies and Indicator Library
Topic: pivot points
Replies: 21
Views: 13860

Regarding the Pivots, using Trendlines instead of the Plots overcomes the scaling problem:

Image

Image

I can share it later, if you think it's useful.

Regards,

ABC
by ABC
02 Aug 2007
Forum: MultiCharts
Topic: User Contributed Studies forum
Replies: 3
Views: 1440

Nick,

as far as I know the User-Contributed studies part of the forum is re-integrated in the Multicharts section and you should find the old threads somewhere in here.

Regards,

ABC
by ABC
30 Jul 2007
Forum: MultiCharts
Topic: More Flexible Optimization Fitness Functions [SOLVED]
Replies: 2
Views: 2075

Marina, that might work in this case, but the ability to create custom fitness functions would give much more advanced possibilities. This is taken from RT Soft GA description: # Usage of any complex optimization criteria (written in Easy Language), for example, considered maximal drawdown, equity l...
by ABC
15 Jul 2007
Forum: MultiCharts
Topic: Problem skipping function call in indicator
Replies: 1
Views: 1698

sparkz,

if I understand you correctly, the problem lies inside the function which does divide one value through the Length.

Adding:

Code: Select all

If Length <> 0 then YourParameter/Length
to function should stop the divide by zero error.

Regards,

Chris
by ABC
14 Jul 2007
Forum: MultiCharts
Topic: Offline use with TS
Replies: 2
Views: 1834

jek, It might be that MC has not stored the TS data in it's database. There is an option to turn this on/off. In Quotemanager -> Datasources -> TS check "Save data to local database". http://img255.imageshack.us/img255/8340/screenshot1407200713392fg0.png If this is unchecked, than checking this opti...
by ABC
06 Jul 2007
Forum: MultiCharts
Topic: Pleditor; Plot1(Close) ; problems
Replies: 2
Views: 1837

dupl,

it might be that your indicator scaling is not set to "same as symbol" , but to "screen". That's why the close of the price bar is not matching the plot values.

Regards,

ABC
by ABC
02 Jul 2007
Forum: MultiCharts
Topic: Transparent Crosshair Time/Price (v2.1.909.909)
Replies: 11
Views: 5092

mojotrader, I guess the readability is affected by the background colour settings - in my opinion it's harder to read the cross hair values with a black background than with a light grey background - but a format option to customize the crosshair background sounds like a good idea. TS Support, what ...
by ABC
02 Jul 2007
Forum: MultiCharts
Topic: How handle the TS "showme"
Replies: 2
Views: 2046

Philippe,

a TS Show Me is similar to an indicator, only that it's plots come as dots by default. So you can just create a new indicator in MC and configure the plot style to be a dot.

Regards,

ABC
by ABC
26 Jun 2007
Forum: MultiCharts
Topic: color bars [SOLVED]
Replies: 10
Views: 5551

This might work for you: Inputs: UpColor (blue), DnColor (red), UnCngColor (yellow); Variables: BarColor (0); If Close > Close[1] then BarColor = UpColor else If Close < Close[1] then BarColor = DnColor else BarColor = UnCngColor; Plot1(Open, "Open", BarColor); Plot2(High, "High", BarColor); Plot3(L...
by ABC
21 Jun 2007
Forum: MultiCharts
Topic: Automatic Pitchfork Drawing
Replies: 2
Views: 2198

The study uses a different approach then the build in SwingHigh and SwingLow functions – thus resulting in more significant Pivots and a lot faster calculation than with the functions. You also are free to whatever you want, so you can already emulate any timeframe with the strength setting. I liked...
by ABC
20 Jun 2007
Forum: MultiCharts
Topic: Automatic Pitchfork Drawing
Replies: 2
Views: 2198

Automatic Pitchfork Drawing

This study might be interesting for all using Andrew's Pitchforks in their trading. The indicator will automatically find Swing Highs and Lows based on the Strength input settings and use those Swingpoints to automatically draw Pitchforks – no manual drawing needed . We are planning to release the s...
by ABC
30 May 2007
Forum: MultiCharts
Topic: Market Profile
Replies: 6
Views: 3304

Looks great, is there a way to be notified when it is ready? Thanks, iso iso, thanks for your comment. The "problem" that comes with every MarketProfile study is that MarketProfile is a registered trademark of the Chicago Board of Trade (CBOT). That means, as far as I know, that the vendors need to...
by ABC
29 May 2007
Forum: MultiCharts
Topic: Market Profile
Replies: 6
Views: 3304

Hi ABC,

nice picture. Could you post the code or is it in development?
It was just an example and yes, there is still some work and fine-tuning needed.

Regards,

Chris
by ABC
29 May 2007
Forum: MultiCharts
Topic: Market Profile
Replies: 6
Views: 3304

iso,

attached is an example of what MultiCharts is able to display.

Regards,

ABC
by ABC
26 May 2007
Forum: MultiCharts
Topic: Market Profile
Replies: 6
Views: 3304

Hi iso, MC doesn't come with build in MarketProfile studies, but you can either write one for yourself or use existing ones from TS. Browse through the User-Contributed Studies and 3rd Party Products http://forum.tssupport.com/viewforum.php?f=5 forum and you'll find some examples what MC can do. Reg...
by ABC
15 May 2007
Forum: MultiCharts
Topic: Turn on/ off systems at a specific time
Replies: 3
Views: 1972

I can give you an example, that should get you started: Inputs: StartTime(930), EndTime(1614); {Replace the comment with your variables and system calculations} If Time > StartTime and Time <= EndTime then begin //put your Entries here end; That would be a very basic approach and the system will onl...
by ABC
13 May 2007
Forum: MultiCharts
Topic: Turn on/ off systems at a specific time
Replies: 3
Views: 1972

Re: Turn on/ off systems at a specific time

I would like to know is there a way to turn on / off the signals at a specific time.. either using the EL scripts, or any settings of MC Support this? THANKS vivienne, you can program your systems in PowerLanguage that they will only trade during a specific time and stop trading outside of this tim...
by ABC
10 May 2007
Forum: MultiCharts
Topic: PLEASE FIX DTN/IQFEED DLL DOWNLOAD
Replies: 2
Views: 2433

Re: PLEASE FIX DTN/IQFEED DLL DOWNLOAD

Mojotrader,

it works fine for me. I have attached the downloaded file and maybe Admin can delete it after you have downloaded it.

Regards,

ABC
by ABC
25 Apr 2007
Forum: MultiCharts
Topic: Scaling -> Use Margins
Replies: 1
Views: 1362

SP,

try to use 0,2 for example. MC keeps comma delimited values here and sets back point delimited ones.

Regards,

ABC
by ABC
19 Apr 2007
Forum: MultiCharts
Topic: What can be created in MC using Easylanguage
Replies: 1
Views: 1417

Januson,

at the moment you can work with

Indicators (chart-based)
Strategies
Functions

PaintBar and ShowMe Studies can be done as an indicator, too.

Regards,

ABC
by ABC
19 Apr 2007
Forum: MultiCharts
Topic: Commitment of Traders Indicator
Replies: 2
Views: 2020

Where can I find more information on this indicator?
http://www.cftc.gov/cftc/cftccotreports.htm
by ABC
17 Apr 2007
Forum: MultiCharts
Topic: tick counter not working
Replies: 4
Views: 3627

Change the Text plot commands to the text commands with seconds resolution.
Text_New_s for example etc.
This might cause the problem in this case, that sometimes there are more than one bar for the minute.

Regards,

ABC
by ABC
09 Apr 2007
Forum: MultiCharts
Topic: Why I won't change from TS8 to MC [SOLVED]
Replies: 6
Views: 3858

Guest, maybe you have noticed eXcap's postings in the TS Forums, where he shows in detail how many problems i.e. bad ticks the integrated data feed has. So relying on only one data feed might not be the best choice or show misleading results in backtesting. The other problem that comes with bigger c...
by ABC
14 Mar 2007
Forum: User Contributed Studies and Indicator Library
Topic: Collections of EasyLanguage Scripts
Replies: 44
Views: 110443

Trader Online:
http://trader.online.pl

And then go to EasyLanguageZone on the right.
by ABC
09 Mar 2007
Forum: MultiCharts
Topic: search function in forum [SOLVED]
Replies: 4
Views: 2455

You need to be registered in order to see the Search button.
by ABC
09 Mar 2007
Forum: MultiCharts
Topic: Re: Merging of Contract Data on Roll Over with IB Feed [SOLVED]
Replies: 12
Views: 5428

This works however if you get 'holes' in the data which happens fairly often you need to hit refresh. This messes up the roll over point as it overwrites the old contract data with new. Really MC needs a better way of weaving together contracts and could also do with back adjusting too. Correct, th...
by ABC
09 Mar 2007
Forum: MultiCharts
Topic: Re: Merging of Contract Data on Roll Over with IB Feed [SOLVED]
Replies: 12
Views: 5428

Taken from an old thread I can't manage to find atm: (As an example, I'll use an ES roll form U - Sep to Z - Dec.) 1. First enter the new contract in TWS (if you're with IB) so that you can cut to the new data source. 2. Open quotemanager and right click the old symbol ES U5, and select "Edit Symbol...
by ABC
06 Mar 2007
Forum: User Contributed Studies and Indicator Library
Topic: Current price line study....
Replies: 3
Views: 3652

Re: Current price line study....

I was wondering if MC had or could have a study that automatically drew a horizontal line that changed with the current price. This line extends back throughout the chart history. The purpose was to see where current prices could touch support and resistance or other chart reaction points in the pa...
by ABC
12 Jan 2007
Forum: User Contributed Studies and Indicator Library
Topic: Signal help -- stop and reverse
Replies: 6
Views: 4569

milton, only to make sure, does the Input settings of the Signal reflect those 4 points or is it still set to 20 (i.e. 5 points in E-Mini S&P for example)? Edit: The reserved word High is the High of the current Bar and High[1] the High from the preceding bar. If I interpret your screenshot correct,...
by ABC
12 Jan 2007
Forum: User Contributed Studies and Indicator Library
Topic: Signal help -- stop and reverse
Replies: 6
Views: 4569

Milton, this should do it for you. Inputs: MinTicks (20); //put the number of ticks your Close has to be above/below the Low/High for a trade Variables: MyTick (0), TicksToClose (0); If CurrentBar = 1 then begin MyTick = MinMove/PriceScale; //calculates the minimum price move for a share or contract...
by ABC
07 Jan 2007
Forum: MultiCharts
Topic: Missing first bar in Intraday Data [SOLVED]
Replies: 9
Views: 4069

Victor, I am not sure if the solution is that simple, but if you use 5-minute bars, then the first bar of the session starting at 9:30 will be the bar ending at 9:35. This bar will contain the data from 9:30:01 to 9:35:00. So it's correct that you don't see a bar ending 9:30 with your session settin...
by ABC
04 Jan 2007
Forum: MultiCharts
Topic: Intraday historical data for 2-3 years back [SOLVED]
Replies: 4
Views: 3221

You might want to take a look at TS. The following is taken from their website: In order to help you test your intra-day strategies more effectively than ever, TS includes 6 months of tick-by-tick data, plus over 15+ years of intra-day (minute and above) data for the real-time exchanges for which yo...
by ABC
04 Jan 2007
Forum: MultiCharts
Topic: Indicator
Replies: 2
Views: 2180

Re: Indicator

Hi! Why it do not work? :( Plot1( I_OpenEquity, "OpenEquity" ) ; Plot2( I_ClosedEquity, "ClosedEquity" ) ; Plot3( 0, "ZeroLine" ) ; Hi Alexander, you'll recognize that the reserved words "I_OpenEquity" and "I_ClosedEquity" are shown in red color in the compiler (2.0.717.1171 Beta). This means that ...

Go to advanced search