Search found 2180 matches

by bowlesj3
30 Jul 2012
Forum: MultiCharts
Topic: Alert on Open
Replies: 27
Views: 3706

Re: Alert on Open

Hi all, I am finally following up on my Saturday todo list for programming (a little behind). I have created this test for the 1 minute bars which I will be running today. I set the ErrorCnt to -1 too bypass the first occurance of "LastBarOnChart" since I am not sure if it will properly work the fir...
by bowlesj3
28 Jul 2012
Forum: MultiCharts
Topic: Important - MultiCharts users, we need your opinion now
Replies: 7
Views: 2116

Re: Important - MultiCharts users, we need your opinion now

I do not see a "funnyboy" on the link now (searched every page). Maybe he felt guilty and removed himself. ??? I agree with TJ. Most people will do an automatic tails out (reject the 1 or 2 extremes). They will tend to read the stuff that interests them (features they want) and look for agreement fr...
by bowlesj3
25 Jul 2012
Forum: MultiCharts
Topic: Alert on Open
Replies: 27
Views: 3706

Re: Alert on Open

Bowlesj3, there were no problems reported regarding Barstatus=0. Clarification. This problem has (absolutely for sure) been reported 2 times (about 4 years ago). However it has not been reported in the Bug Tracker. I have already put it on my todo list to report it officially in the bug tracker. I ...
by bowlesj3
25 Jul 2012
Forum: MultiCharts
Topic: Alert on Open
Replies: 27
Views: 3706

Re: Alert on Open

I have not done stats on the barstatus=0 problem but I am going to guess that 5 come trough daily on the 10 second bars. Maybe 1 or 2 every day on the 1 minute bars. Again I could be off by a fair bit but I know it does not happen every 4th time. It is not that bad.
by bowlesj3
24 Jul 2012
Forum: MultiCharts
Topic: Alert on Open
Replies: 27
Views: 3706

Re: Alert on Open

Hi Henry, What happens is the first tick of the bar comes through with barstatus=1 rather than barstatus=0. Knowing this it then becomes very easy to test for by using the above date code that without fail detects the first tick of the bar. None of my code has the barstatus=0 test so I do not rememb...
by bowlesj3
23 Jul 2012
Forum: MultiCharts
Topic: Alert on Open
Replies: 27
Views: 3706

Re: Alert on Open

Yes it is intermittent, It actually it occurs fairly often and I could write a script to get some stats on it using the date code to test the status in the bracketed code above. It was reported about 4 years ago by drawr (can't remember the spelling). Maybe if it is still out there I should put toge...
by bowlesj3
22 Jul 2012
Forum: MultiCharts
Topic: Alert on Open
Replies: 27
Views: 3706

Re: Alert on Open

barstatus=0 There use to be a bug in "barstatus=0". Did anyone create a bug tracker entry for this bug? Has it been fixed? This is why I test the previous time which also works but never fails. As far as I know barstatus=2 has no bug and barstatus=1 also has no bug. If time > TimePrev then begin Ti...
by bowlesj3
14 Jul 2012
Forum: MultiCharts
Topic: Alert on Open
Replies: 27
Views: 3706

Re: Alert on Open

.wav files is the easy part.

I either use the ones in this directory
C:\WINDOWS\Media

or

I create my own in my own voice using Audacity because you can cut and paste.
http://audacity.sourceforge.net/
by bowlesj3
14 Jul 2012
Forum: MultiCharts
Topic: Alert on Open
Replies: 27
Views: 3706

Re: Alert on Open

I am assuming your study is set to update on every tick. I am assuming your study is set to not bypass duplicate ticks at the same price. I assume your bars have been filled out (meaning you are processing this code during "LastBarOnChart". If true then put this code in the LastBarOnChart section. I...
by bowlesj3
13 Jul 2012
Forum: MultiCharts
Topic: Ticks vs. Q_TotalVolume discrepancy
Replies: 7
Views: 1727

Re: Ticks vs. Q_TotalVolume discrepancy

These are my notes on this. Last time I checked it the issue was largely fixed but there were a few missing ticks. I was not checking against volume. This was all done before the check box to skip ticks that have the same price (which defaults to skipping the ticks which I think should be the other ...
by bowlesj3
03 Jul 2012
Forum: MultiCharts
Topic: spam user IDs
Replies: 1
Views: 872

spam user IDs

It is not hard to know a spam has come in when you see the computer generated User ID as the last user post. Too bad a computer could not be used to auto delete the user and the posts. However it could be used to alert and list them.
by bowlesj3
03 Jul 2012
Forum: MultiCharts
Topic: Why doesn't text appear on chart ?
Replies: 14
Views: 5309

Re: Why doesn't text appear on chart ?

START: 2013/Feb/24th Update. Regarding this post, a new [RecoverDrawings = false] parameter, has been created that is inserted in your power langauge scipt to solve this issue. See this link for more details. https://www.multicharts.com/discussion/viewtopic.php?f=1&t=11974&p=59597#p58425 END: 2013/F...
by bowlesj3
02 Jul 2012
Forum: MultiCharts
Topic: Why doesn't text appear on chart ?
Replies: 14
Views: 5309

Re: Why doesn't text appear on chart ?

but it does not stay there under some conditions. Should I submit this as a bug? START: 2013/Feb/24th Update. Regarding this post, a new [RecoverDrawings = false] parameter, has been created that is inserted in your power langauge scipt to solve this issue. See this link for more details. https://w...
by bowlesj3
02 Jul 2012
Forum: MultiCharts
Topic: [WIKI] - Contirbutors needed!
Replies: 4
Views: 1604

Re: [WIKI] - Contirbutors needed!

Hi Stan, Wiki Editing CheatSheet shows basic tags to edit content. To Edit a page, simply click Edit in the top right-hand corner. Choose Show Preview after adding content, and if everything looks good, click Save. I must have missed this part (not sure why). This is what the users need to see. Mayb...
by bowlesj3
01 Jul 2012
Forum: MultiCharts
Topic: [WIKI] - Contirbutors needed!
Replies: 4
Views: 1604

Re: [WIKI] - Contirbutors needed!

Hi Stan, You might find that a bit if instructions on how to go about making updates helps you get the contributions you are hoping for. My lack of contribution so far is mostly because I tend to be very busy (especially lately) and I have not had any chance to go about learning how to update the Wi...
by bowlesj3
22 Jun 2012
Forum: MultiCharts
Topic: Exact Steps to get a study to remember its subchart.
Replies: 8
Views: 1937

Re: Exact Steps to get a study to remember its subchart.

Actually, I have to correct myself. This problem is not a bug. It is a design flaw which has lead to a few added bugs on top of it.
by bowlesj3
20 Jun 2012
Forum: MultiCharts
Topic: MULTICHARTS 8.0 RELEASE
Replies: 143
Views: 52106

Re: MULTICHARTS 8.0 RELEASE

How is the right margin (bars out front) setting working now?
Thanks,
John
by bowlesj3
20 Jun 2012
Forum: User Contributed Studies and Indicator Library
Topic: notes on Global Variable
Replies: 15
Views: 8493

Re: notes on Global Variable

That split string is a good thing to have. I am not sure if it would be faster but it is worth having something like that. Regarding the speed of GV transfers I think the delays we see are actually delays in the study getting executed (more of an MC problem than a GV problem). In other words the Tic...
by bowlesj3
20 Jun 2012
Forum: MultiCharts
Topic: Exact Steps to get a study to remember its subchart.
Replies: 8
Views: 1937

Re: Exact Steps to get a study to remember its subchart.

I was looking at the columns that appear when the user turns the indicator status on and off. it is a separate column from the Subchart column as it should be. I believe it is an error to change the subchart column to "hidden" when we turn the status off. Actually it is kind of obvious when someone ...
by bowlesj3
19 Jun 2012
Forum: MultiCharts
Topic: Exact Steps to get a study to remember its subchart.
Replies: 8
Views: 1937

Re: Exact Steps to get a study to remember its subchart.

The check box did not fix the problem yesterday. Here are the details on how to recreate it consistently. The problem occurs (in this case at least) when MC is brought down and back up. MC does not store this setting on the disk it appears. However it does store the setting in memory. These studies ...
by bowlesj3
19 Jun 2012
Forum: MultiCharts
Topic: Exact Steps to get a study to remember its subchart.
Replies: 8
Views: 1937

Re: Exact Steps to get a study to remember its subchart.

Here is the PM request. Often turning a study on and off changes the subchart that was selected for it. https://www.multicharts.com/pm/viewissue.php?issue_no=MC-478 I was thinking about the title to this request. The default setting check box really has nothing to do with this issue. Placing this st...
by bowlesj3
18 Jun 2012
Forum: MultiCharts
Topic: Exact Steps to get a study to remember its subchart.
Replies: 8
Views: 1937

Re: Exact Steps to get a study to remember its subchart.

Thanks TJ. I have put your possible bug on my todo list and I will give it a try.
by bowlesj3
18 Jun 2012
Forum: MultiCharts
Topic: Exact Steps to get a study to remember its subchart.
Replies: 8
Views: 1937

Re: Exact Steps to get a study to remember its subchart.

Hi TJ. The procedure you mentioned is what I have to do every morning and which I am trying to avoid. Actually I think I figured it out. I just have to set the default checkbox when I set them to subchart #1 and for these studies it seems to have remembered the setting. However, I think there are si...
by bowlesj3
18 Jun 2012
Forum: MultiCharts
Topic: Exact Steps to get a study to remember its subchart.
Replies: 8
Views: 1937

Exact Steps to get a study to remember its subchart.

I have two studies I turn off every night now and turn back on in the morning. They never remember that they are assigned to SubChart #1 so when I turn them on I have to keep resetting them (they create a new subchart #3). I gather there is a method to get them to remember this. Can someone detail e...
by bowlesj3
12 Jun 2012
Forum: MultiCharts
Topic: converting seial data to variable data
Replies: 5
Views: 1238

Re: converting seial data to variable data

Yes strategy is an interesting topic. Any touch on the topic reminds me of all the great traders and how everyone is different. In one of the better books I have read John Hayden speaks of the technical traders and the fundamental people. He says basically they swear up and down that their system is...
by bowlesj3
11 Jun 2012
Forum: MultiCharts
Topic: converting seial data to variable data
Replies: 5
Views: 1238

Re: converting seial data to variable data

I understand now. I suspect not because the underlying tables of serial data are in theory historic data and thus you can not change history in today's world (gee if I could do that it would be great since I could redo all my decisions and be incredibly rich). If you figure out how to do that please...
by bowlesj3
11 Jun 2012
Forum: MultiCharts
Topic: converting seial data to variable data
Replies: 5
Views: 1238

Re: converting seial data to variable data

Not sure what you mean? Are you talking about putting an array of 10 elements into 10 different variables? Maybe an example of the variable data you are referring to is needed?
by bowlesj3
10 Jun 2012
Forum: MultiCharts
Topic: TL_Getfirst: Not detecting horizontal line
Replies: 1
Views: 771

Re: TL_Getfirst: Not detecting horizontal line

Hi Martin, The TL_ commands only work on trend lines. I guess the horizontal line is different. This is why they need to create a function for the user to allow the Shift key to force the actual trend lines to be horizontal or vertical or whatever. This feature would render the horizontal line almos...
by bowlesj3
09 Jun 2012
Forum: MultiCharts
Topic: Trend line detection: Anyone as done some work on it?
Replies: 3
Views: 890

Re: Trend line detection: Anyone as done some work on it?

TL_GetFirst and TL_GetNext For sure these work as I have used them for Arrows (Arw_GetFirst and Arw_GetNext). I think I have also used these for Trend Lines. TL_GetActive may create a problem. It use to be that this command worked for highlighted text, arrows and text. However it was changed and as ...
by bowlesj3
09 Jun 2012
Forum: User Contributed Studies and Indicator Library
Topic: HMUZ New Contract Decision script
Replies: 7
Views: 3971

Re: HMUZ New Contract Decision script

I have updated the HMUZ futures change decision script in the zip file in the first post. For those not familiar with this script, it is used to help you decide when to switch to the new futures contract. It will now set the date to the last Friday trading date automatically if you are running it on...
by bowlesj3
06 Jun 2012
Forum: User Contributed Studies and Indicator Library
Topic: HMUZ New Contract Decision script
Replies: 7
Views: 3971

Re: HMUZ New Contract Decision script

For anyone using this script to decide when to switch contracts and who seems to also be finding that the new symbol in the second bars copy and past chart is taking a long time to backfill , I have notice that if you set the new symbol's data range to only 1,000 bars to start then it backfills almo...
by bowlesj3
03 Jun 2012
Forum: MultiCharts
Topic: To many Text fields causes MC to die.
Replies: 4
Views: 1183

Re: To many Text fields causes MC to die.

Just curious. How many text are going out? Maybe there is a limit we need to know about! I don't know how new you are to MC so I will mention that you may be able to count the number of text out there with MC code if you put the count in a statement that only occurs with BarStatus=2. If you are not ...
by bowlesj3
02 Jun 2012
Forum: MultiCharts
Topic: MULTICHARTS 8.0 RELEASE CANDIDATE
Replies: 44
Views: 20449

Re: MULTICHARTS 8.0 RELEASE CANDIDATE

The right margin problem has not been fixed. I think you need to show the attached 6 pictures to the person who makes the final decision to release. I am going to give it 99.99% odds they will say this has to be fixed before you release. If there is a rush to get this out you had better show him soo...
by bowlesj3
02 Jun 2012
Forum: MultiCharts
Topic: Delay reports & ("Arrival time" versus "Time Stamp" charts)
Replies: 17
Views: 4437

Re: Delay reports & ("Arrival time" versus "Time Stamp" char

Bear in mind, the architecture, both at IB and MC, were designed when the internet was at 56k and cpu were single cored and running at less than 1 GHz. You were rich if you had 1 GB of memory. Yes, I totally agree. I had TS4.0. It was 16 bit and I brought it to a halt with too much code - LOL. Thin...
by bowlesj3
02 Jun 2012
Forum: MultiCharts
Topic: MULTICHARTS 8.0 RELEASE CANDIDATE
Replies: 44
Views: 20449

Re: MULTICHARTS 8.0 RELEASE CANDIDATE

Thanks swz168, I was not aware they assigned this number. It worked.
John
by bowlesj3
02 Jun 2012
Forum: MultiCharts
Topic: Delay reports & ("Arrival time" versus "Time Stamp" charts)
Replies: 17
Views: 4437

Re: Delay reports & ("Arrival time" versus "Time Stamp" char

Please understand that historical data and real time market are calculate completely differently. Historical data is captured with 300 millisecond snapshots that are then used to develop the Open, Close, High, Low and Volume values for the 2 minute bar interval of your chart, while Real Time Market...
by bowlesj3
01 Jun 2012
Forum: MultiCharts
Topic: Delay reports & ("Arrival time" versus "Time Stamp" charts)
Replies: 17
Views: 4437

Re: Delay reports & ("Arrival time" versus "Time Stamp" char

I can relate to one thing you said for sure. On reload the RSI tends to create tops/bottoms which are consistently higher or lower over all of them. This suggests an equal shift in time stamps (I suspect at the connection point between startups of MC or reloads of MC). My main point is this and noth...
by bowlesj3
01 Jun 2012
Forum: MultiCharts
Topic: MULTICHARTS 8.0 RELEASE CANDIDATE
Replies: 44
Views: 20449

Re: MULTICHARTS 8.0 RELEASE CANDIDATE

When I try to download and I fill out the form it does not accept bowlesj3. I tried the actual registration number from purchase and that is not accepted either. I also tried the registration name with no luck.
by bowlesj3
01 Jun 2012
Forum: MultiCharts
Topic: Delay reports & ("Arrival time" versus "Time Stamp" charts)
Replies: 17
Views: 4437

Re: Delay reports & ("Arrival time" versus "Time Stamp" char

Using server time stamps, I brought MC down and brought it back up. The 10 second bar RSI checkpoints matched exactly to the snapshot before bringing it down. The 1 minute bar RSI were off by about 1 value. I then recorded a few key values in the 1 minute bar RSI and took the snapshot. I restarted M...
by bowlesj3
01 Jun 2012
Forum: MultiCharts
Topic: Delay reports & ("Arrival time" versus "Time Stamp" charts)
Replies: 17
Views: 4437

Re: Delay reports & ("Arrival time" versus "Time Stamp" char

Why? Why not extend that to "Why have a chart?". It is true that some traders use time of sales and do not use the chart. But for me I use only the chart (and I have no complaints at all about my trading system after 12 years of development) so I prefer it to be as accurate as possible. Having it d...
by bowlesj3
31 May 2012
Forum: MultiCharts
Topic: Delay reports & ("Arrival time" versus "Time Stamp" charts)
Replies: 17
Views: 4437

Re: Delay reports & ("Arrival time" versus "Time Stamp" char

I think you are likely correct that the backfill of data has to be using the broker server stamps or else the exchange stamps. This is probably why a reload or restart of MC always changes the RSI when I have restarted in the past (because with the check box unchecked the bars have never actually be...
by bowlesj3
31 May 2012
Forum: MultiCharts
Topic: Delay reports & ("Arrival time" versus "Time Stamp" charts)
Replies: 17
Views: 4437

Re: Delay reports & ("Arrival time" versus "Time Stamp" char

It occurred to me that, regarding the 1 minute bar results above, even when the check box is in place, the fact that I had to reload the charts to correct the 1 minute bars is a problem . As far as I am concerned the delay should be reported to the trader by MC and when the data comes in to do the c...
by bowlesj3
31 May 2012
Forum: MultiCharts
Topic: Delay reports & ("Arrival time" versus "Time Stamp" charts)
Replies: 17
Views: 4437

Re: Delay reports & ("Arrival time" versus "Time Stamp" char

I just conducted the test with IB timestamps . At this point at least, I can say it is an improvement over using " time of arrival " timestamps. Here are the details and the results. What I did: In the morning before starting TWS and MC; I turned on the IB, "Real Time Data - Use Server Timestamps" I...
by bowlesj3
30 May 2012
Forum: MultiCharts
Topic: Delay reports & ("Arrival time" versus "Time Stamp" charts)
Replies: 17
Views: 4437

Re: Delay reports & ("Arrival time" versus "Time Stamp" char

If anyone else trades the E-Mini ES symbol and is using IB and you want to compare your charts to my charts while using the existing time stamp options in the IB quote manage settings then please send me a private message. I will write code to compare our charts quickly and easily. The goal is to fi...
by bowlesj3
29 May 2012
Forum: MultiCharts
Topic: Delay reports & ("Arrival time" versus "Time Stamp" charts)
Replies: 17
Views: 4437

Re: Delay reports & ("Arrival time" versus "Time Stamp" char

Regarding the above post regarding delay reporting here are some ideas to consider. This is an idea that others may want to discuss (especially if they use volume which I suspect that most do). I think it would be very powerful if the user code could detect the delay and the study could make a decis...
by bowlesj3
29 May 2012
Forum: MultiCharts
Topic: Delay reports & ("Arrival time" versus "Time Stamp" charts)
Replies: 17
Views: 4437

Re: Delay reports & (Arrival time versus Time Stamp charts)

Notice I changed the subject name. I will list the advantages when I have time later. For now here are some delay reporting ideas. A single number shows the seconds delay. It will of course be changing constantly. The background has 3 colors (green, yellow, red). The trader can put the cursor over t...
by bowlesj3
28 May 2012
Forum: MultiCharts
Topic: Delay reports & ("Arrival time" versus "Time Stamp" charts)
Replies: 17
Views: 4437

Re: If MC does not get any CPU time bars distort.

I am just curious if the IB quotemanager "user server timestamps" is actually exchange time stamps and if this is checked on the 10second bars (or any bars) will not distort if there is a delay. If it does work (without creating any bugs) then all that would be needed is a notification of the amount...
by bowlesj3
27 May 2012
Forum: MultiCharts
Topic: Delay reports & ("Arrival time" versus "Time Stamp" charts)
Replies: 17
Views: 4437

Delay reports & ("Arrival time" versus "Time Stamp" charts)

Proper Subject: Delay reporting and "Inaccurate Arrival Time Charts" versus "Accurate Exchange Time Stamp Charts". ================================================== To vote here is the link. https://www.multicharts.com/pm/viewissue.php?issue_no=MC-974 Recently I have become aware that if I run a p...
by bowlesj3
22 May 2012
Forum: MultiCharts
Topic: Time Date Translation
Replies: 6
Views: 1893

Re: Time Date Translation

I think that the date and time calcs in MC EL are far too hard. PCs sell well now because they made it much easier. This is no different. Here is a link to dump all your date and time tricks to make it easy the way it should be. I put the left side and right side of screen tricks in there along with...
by bowlesj3
22 May 2012
Forum: MultiCharts FAQ
Topic: [Advanced Topic] Anything Tricky with dates and times
Replies: 7
Views: 8264

[Advanced Topic] Anything Tricky with dates and times

I find MC EL code regarding dates and times far too difficult. It is not suppose to be that way. Here are a few tricks. These explain themselves. The variables get loaded with standard EL date and time format. LeftSideOfScreenDate = JulianToDate(GetAppInfo(aiLeftDispDateTime)); LeftSideOfScreenTime ...
by bowlesj3
21 May 2012
Forum: MultiCharts
Topic: Time Date Translation
Replies: 6
Views: 1893

Re: Time Date Translation

I think it may have been myself who asked. See posts 6 and 10 (actually 10 I think).
viewtopic.php?f=1&t=10173
by bowlesj3
19 May 2012
Forum: MultiCharts
Topic: MULTICHARTS 8.0 BETA 3
Replies: 102
Views: 36223

Re: MULTICHARTS 8.0 BETA 3

Cool guys, now the Qcharts snapping trend line votes is from 2 up to 5. That is the problem with the bug tracker. The votes would be a lot different (more accurate) if the bug tracker had "My Votes" lists (filters) and also the MC team promoted their use. I am not sure who to submit these "bug track...
by bowlesj3
18 May 2012
Forum: MultiCharts
Topic: MULTICHARTS 8.0 BETA 3
Replies: 102
Views: 36223

Re: MULTICHARTS 8.0 BETA 3

The horizontal line idea sounds a bit like this Qcharts feature which I requested which is pretty cool. It applies to all trend lines (including any combo of extensions). However you have to move it with the mouse after you press the extra button. I can't remember which button it is now. It might be...
by bowlesj3
18 May 2012
Forum: MultiCharts
Topic: EL debugging (trouble shooting) guide
Replies: 0
Views: 723

EL debugging (trouble shooting) guide

In the FAQs there is now a "EL debugging (trouble shooting) guide" that I created (see below). TJ put it at the very top since finding bugs is quite often our most FAQ. It is there for those brand new to programming and for those with ideas to contribute. Also when someone completely new to programm...
by bowlesj3
17 May 2012
Forum: MultiCharts
Topic: powerlanguage
Replies: 16
Views: 3202

Re: powerlanguage

I started the thread tonight because I wanted to get examples of the fileappend command out there. If you have a script that is bombing on you the only way you can debug it is with FileAppend since it does not get deleted when the script aborts. Have fun. https://www.multicharts.com/discussion/viewt...
by bowlesj3
17 May 2012
Forum: MultiCharts FAQ
Topic: [Advanced Topic] EL debugging (trouble shooting) guide
Replies: 3
Views: 7136

[Advanced Topic] EL debugging (trouble shooting) guide

This is a thread where users can contribute general procedures for debugging EL code and for reducing the number of bugs one experiences. The idea is that help may not always be available and if the procedures in this thread are followed then all users will be able to solve most of their simple prog...
by bowlesj3
17 May 2012
Forum: MultiCharts
Topic: powerlanguage
Replies: 16
Views: 3202

Re: powerlanguage

After seeing the problem code above and thinking about the posts in this thread, I realized that the FAQs section needs a new thread titled "EL debugging (trouble shooting) guide". It makes sense because this may actually be the biggest FAQ area. TJ agrees. It will be started late this weekend most ...
by bowlesj3
16 May 2012
Forum: MultiCharts
Topic: powerlanguage
Replies: 16
Views: 3202

Re: powerlanguage

I was going to leave this out but I have changed my mind for reasons I will not divulge. When I was learning unix shell scripting (we are talking a full time professional who decided to learn a new programming language) I would read the manual for an hour in the morning (over coffee of course) and l...
by bowlesj3
16 May 2012
Forum: MultiCharts
Topic: powerlanguage
Replies: 16
Views: 3202

Re: powerlanguage

I think the problem is your if statement. If you want both alerts when the if statement is true you need to put them in the begin and end keywords as below. I used a print statement because the alert only occurs on the last bar on the chart "lastbaronchart". In your statement you are missing the beg...
by bowlesj3
13 May 2012
Forum: MultiCharts
Topic: MULTICHARTS 8.0 BETA 3
Replies: 102
Views: 36223

Re: MULTICHARTS 8.0 BETA 3

Hi Arnie, now with the new .NET version I could learn C but then I start to think that my objective is to trade better, not program better. I had a C programmer estimate that I would have to dedicate 3 years to learn C and that is after all my other programming experience. I would also probably have...
by bowlesj3
13 May 2012
Forum: MultiCharts
Topic: MULTICHARTS 8.0 BETA 3
Replies: 102
Views: 36223

Re: MULTICHARTS 8.0 BETA 3

Hi Arnie, I have questions and ideas: Your data panel. Are you generating that using the \n new line option then positioning the text box? The gap: I can tell this is the e-mini because I trade that and I remember Friday. I guess you do not use the overnight bars. I personally could not live without...
by bowlesj3
12 May 2012
Forum: User Contributed Studies and Indicator Library
Topic: Examples of recalculate command
Replies: 4
Views: 5680

Examples of recalculate command

Hi. I am gathering any examples of the recalculate command in this one thread. The recalculate command restarts your study. In other words all variables are reinitialize, currentbar=1 is reprocessed and all bars continue to be processed up until LastBarOnChart. At that point the individual ticks are...
by bowlesj3
12 May 2012
Forum: MultiCharts
Topic: powerlanguage
Replies: 16
Views: 3202

Re: powerlanguage

I have a few databases I can use to store links and I can string search the descriptor. I have just been scanning for all my useful posts and putting those links in one of these database (it will save me a lot of time). I found this link. MC/EL frequently triggered traps (how to avoid) https://www.m...
by bowlesj3
11 May 2012
Forum: User Contributed Studies and Indicator Library
Topic: The Economic Events Collection for MultiCharts
Replies: 131
Views: 78282

Re: The Economic Events Collection for MultiCharts

Last night I completed my tests to make sure the 10 second bar version of the economic lines code works to handle blank 10 second bars and it appears okay. I ran it late at night when the market thinned to help get through it. I put the revised zip in post 30 above. https://www.multicharts.com/discu...
by bowlesj3
09 May 2012
Forum: User Contributed Studies and Indicator Library
Topic: The Economic Events Collection for MultiCharts
Replies: 131
Views: 78282

Re: The Economic Events Collection for MultiCharts

It just occurred to me that some users may think that the code in post #15 above is JoshM's code (even post #30 which is also my post) and that it can be run as is. That is incorrect (not correct). The post #15 code is only meant to be studied if anyone is interested. JoshM may want to use it (or so...
by bowlesj3
09 May 2012
Forum: User Contributed Studies and Indicator Library
Topic: The Economic Events Collection for MultiCharts
Replies: 131
Views: 78282

Re: The Economic Events Collection for MultiCharts

I have decided to go ahead and improve the 10 second bar economic code I am using to deal with blank 10 second bars because I have already seen a blank bar around the 8:30 time frame when the economic events I am most likely to trade occur. I have completed the changes and will be testing today. My ...
by bowlesj3
09 May 2012
Forum: MultiCharts
Topic: powerlanguage
Replies: 16
Views: 3202

Re: powerlanguage

I want back the above link to check to make sure IntraBarPersist was in there. I thought it was but it appears not. So I did that up by putting this entry right at the very top post and this is a copy of what I placed there. I think the most important thing to be sure you understand before you progr...
by bowlesj3
08 May 2012
Forum: MultiCharts
Topic: powerlanguage
Replies: 16
Views: 3202

Re: powerlanguage

Hi, Make sure you include in your reading this thread. It contrains some rather strange things about the EL language that even programmers like myself had trouble with until we finally figure out what EL is doing. https://www.multicharts.com/discussion/viewtopic.php?f=16&t=7466 Having said that some...
by bowlesj3
08 May 2012
Forum: MultiCharts
Topic: powerlanguage
Replies: 16
Views: 3202

Re: powerlanguage

I am pretty sure the following code will cover the first one. If barstatus=2 then {Execute this code on the last tick of the bar} Begin If close > Highest(close,59)[1] then {search back 59 closes starting from 1 before} condition1 = true {what you are looking for is true} else condition1 = false; {w...
by bowlesj3
08 May 2012
Forum: User Contributed Studies and Indicator Library
Topic: The Economic Events Collection for MultiCharts
Replies: 131
Views: 78282

Re: The Economic Events Collection for MultiCharts

See above post which now has the actual EL code I used to complete my changes. It is working now. I completely revised the above post.
by bowlesj3
08 May 2012
Forum: MultiCharts
Topic: MULTICHARTS 8.0 BETA 3
Replies: 102
Views: 36223

Re: MULTICHARTS 8.0 BETA 3

a feature that nobody wants Actually it was a PM request. Maybe " only a few want it " is more correct. I think the proper solution is this. Except for actual bug fixes and certain types of new features (like maybe first time inclusion of custom tool bars that can store users settings of tools) if ...
by bowlesj3
08 May 2012
Forum: MultiCharts
Topic: MULTICHARTS 8.0 BETA 3
Replies: 102
Views: 36223

Re: MULTICHARTS 8.0 BETA 3

Here is a test script for this chart anchor point problem which I explain in post #57 above (I included the zip file which has the movetrendline function). I included the link to the movetrendline function below. In MC 7.4 I just tested it. The vertical line is always at the time of the MaxBarsForwa...
by bowlesj3
08 May 2012
Forum: MultiCharts
Topic: MULTICHARTS 8.0 BETA 3
Replies: 102
Views: 36223

Re: MULTICHARTS 8.0 BETA 3

Hi Dave, The easiest way to see the problem is to bring up MC 7.4 release and MC 8.0 beta 3, running side by side on two different machines with the same 1 minute bar chart and symbol. However I will try and explain it here in a step by step fashion. 1/ first choose bars rather than percentage. 2a/ ...
by bowlesj3
07 May 2012
Forum: User Contributed Studies and Indicator Library
Topic: The Economic Events Collection for MultiCharts
Replies: 131
Views: 78282

Re: The Economic Events Collection for MultiCharts

Hi JoshM, I just finished all the changes for my economic line notices. Rather than try to explain it I have just included the zip archives of the actual code. It may help with your effort. All I will say is this. If the economic time is 8:30 I put the line out on the chart 1 minute later (at 8:31) ...
by bowlesj3
07 May 2012
Forum: MultiCharts
Topic: MULTICHARTS 8.0 BETA 3
Replies: 102
Views: 36223

Re: MULTICHARTS 8.0 BETA 3

Hi Guys, I figured there were others using the out front portion (probably a lot who are not on this forum much and I do not advise releasing until this is properly back to the way it use to be). Also JoshM has an interesting app right at the top of the user studies that will be using this soon (he ...
by bowlesj3
06 May 2012
Forum: User Contributed Studies and Indicator Library
Topic: The Economic Events Collection for MultiCharts
Replies: 131
Views: 78282

Re: The Economic Events Collection for MultiCharts

Hi JoshM, If you have not seen this MC 8.0 Beta 3 post already I think you will need to review it if you are putting the vertical lines in. I tried to send you a private message about it but maybe it is better to mention it here anyway. It pretty much explains itself. https://www.multicharts.com/dis...
by bowlesj3
06 May 2012
Forum: MultiCharts
Topic: What is the purpose of the EL "Recalculate" function?
Replies: 21
Views: 3819

Re: What is the purpose of the EL "Recalculate" function?

I forgot to use the test script above to test the RecalcPersist while I had MC 8.0 Beta 3 installed and before I rolled back to 7.4. Oh Well. Curiosity must wait. Maybe on MC 8.0 Beta 4.
by bowlesj3
05 May 2012
Forum: MultiCharts
Topic: MULTICHARTS 8.0 BETA 3
Replies: 102
Views: 36223

Re: MULTICHARTS 8.0 BETA 3

Interesting. I use the same port but there is a flag I turn off in the simulator so that MC gets the live feed. I will have to check and update this post tomorrow with the difference. I execute my orders from the database program and and I some times practice a risky trade on the simulator. A simple...
by bowlesj3
05 May 2012
Forum: MultiCharts
Topic: MULTICHARTS 8.0 BETA 3
Replies: 102
Views: 36223

Re: MULTICHARTS 8.0 BETA 3

I hope they fix this as I may have a need of such a feature in the near future (no pun intended). Interesting. I have a very good trading system (not that I am very good at executing it but I try and I am getting better slowly). I use to be secretive about it. Now I am very open about it fro two re...
by bowlesj3
05 May 2012
Forum: MultiCharts
Topic: MULTICHARTS 8.0 BETA 3
Replies: 102
Views: 36223

Re: MULTICHARTS 8.0 BETA 3

I tend to display most of my information outside the MC windows via a Windows api in my own DLL so it's not such an issue any more. I have to display my stuff on the portion out front. This is in fact why I bought MC in the first place. I missed a great band bounce trade with Qcharts a few months a...
by bowlesj3
05 May 2012
Forum: MultiCharts
Topic: MULTICHARTS 8.0 BETA 3
Replies: 102
Views: 36223

Re: MULTICHARTS 8.0 BETA 3

Well said bowlesj3. I couldn't agree more. There is one problem though. Over the weekend, at least with IB, one can't perform tests with the simulation account to check out the new software prior to the markets opening on Monday. The simulation account relies on the real market. I know there's a de...
by bowlesj3
05 May 2012
Forum: MultiCharts
Topic: MULTICHARTS 8.0 BETA 3
Replies: 102
Views: 36223

Re: MULTICHARTS 8.0 BETA 3

I downloaded MC 8.0 Beta 3. The good news is the hot fix for the RecalcLastBarAfter worked (I did need to run it). Thanks for putting the bars or percentage option in MC 8.0 beta 3 but unfortunately I still need to roll back to MC 7.4 because the correction to the number of bars before the chart is ...
by bowlesj3
05 May 2012
Forum: MultiCharts
Topic: MULTICHARTS 8.0 BETA 3
Replies: 102
Views: 36223

Re: MULTICHARTS 8.0 BETA 3

I think you meant to say "turned off". when they often don't even use the extra features. It seems we are on the same page everywhere. I think we are on the same page regarding the combined quotes above. My belief again is that new features (all except the very simple ones that obviously need to be...
by bowlesj3
05 May 2012
Forum: MultiCharts
Topic: MULTICHARTS 8.0 BETA 3
Replies: 102
Views: 36223

Re: MULTICHARTS 8.0 BETA 3

It appears I'm the only person on this planet seriously using the RecalcLastBarAfter feature in MC. Actually a vote count of 5 suggests otherwise and I did say I was not going to upgrade unless I could give high odds that this command was working based upon what I have been reading in this thread. ...
by bowlesj3
04 May 2012
Forum: MultiCharts
Topic: MULTICHARTS 8.0 BETA 3
Replies: 102
Views: 36223

Re: MULTICHARTS 8.0 BETA 3

I am glad the RecalcLastBarAfter has a hot fix and that I may not even have to use it. Even though I have gotten very good at rolling back (with 3 roll backs in total now since MC 3.0) I was not going to upgrade from MC 7.4 to MC 8.0 beta 3 until I got a feel for the fact that this command may still...
by bowlesj3
03 May 2012
Forum: MultiCharts
Topic: What is the purpose of the EL "Recalculate" function?
Replies: 21
Views: 3819

Re: What is the purpose of the EL "Recalculate" function?

My compile of the test script I wrote above failed on the main machine. I am running MC 7.4. I have decided to not upgrade until Friday night and I will test it then. Maybe you will want to test it Janus. Others may want to see the output. I will remove the comments on the command. We must be talkin...
by bowlesj3
03 May 2012
Forum: MultiCharts
Topic: What is the purpose of the EL "Recalculate" function?
Replies: 21
Views: 3819

Re: What is the purpose of the EL "Recalculate" function?

Yes to auto trade the the band bounces (all of them that is) one would need to find the band bounces (which often occur after the bands are adjusted) (and certainly no easy task for programming). It takes time to discover them however. I traded for 6 years before I even became aware of these bounces...
by bowlesj3
03 May 2012
Forum: MultiCharts
Topic: What is the purpose of the EL "Recalculate" function?
Replies: 21
Views: 3819

Re: What is the purpose of the EL "Recalculate" function?

Yes, my GV definitions come from the fact that I had to do this with TS4.0 and I did a bunch of them before I realized there was a wrapper function in MC (I just kept up the habit). I have been meaning to switch it over to the wrappers when ever I get around to doing a mass cleanup (someday). Right ...
by bowlesj3
03 May 2012
Forum: MultiCharts
Topic: What is the purpose of the EL "Recalculate" function?
Replies: 21
Views: 3819

Re: What is the purpose of the EL "Recalculate" function?

Hi Janus, After reading the Wiki on RecalcPersist I decided to create my test. I did it on the Notebook. When I get back to the main machine I will try it (assuming I can compile that keyword on version 7.4 of MC. Notice I had to comment it out for now to test the compile). Is this basically the sam...
by bowlesj3
03 May 2012
Forum: MultiCharts
Topic: What is the purpose of the EL "Recalculate" function?
Replies: 21
Views: 3819

Re: What is the purpose of the EL "Recalculate" function?

Yes .NET sounds interesting. I am not sure I want to go through much learning curve these days (hoping to get a life back :-) but I would be interested in doing a quick scan of the features it provides to see if I want to dig in. Anyway, getting back to the question you have, does the Wiki not have ...
by bowlesj3
03 May 2012
Forum: MultiCharts
Topic: What is the purpose of the EL "Recalculate" function?
Replies: 21
Views: 3819

Re: What is the purpose of the EL "Recalculate" function?

Yes it would be good to know. After the test you just did I guess my studies only work with the recalculate command because I always force things to the values I want when the currentbar=1 code is executed (old habit). I prefer to avoid using the variables statement to do the initializing. When it c...
by bowlesj3
03 May 2012
Forum: MultiCharts
Topic: What is the purpose of the EL "Recalculate" function?
Replies: 21
Views: 3819

Re: What is the purpose of the EL "Recalculate" function?

Interesting. I wrote a while study with GVs to detect when the hidden recalculate has occurred and it issues a popup on my database program because it detects that the hidden recalculate has reset the variable back to its initial value relative to the value held in the GV. So you are saying that you...
by bowlesj3
03 May 2012
Forum: MultiCharts
Topic: What is the purpose of the EL "Recalculate" function?
Replies: 21
Views: 3819

Re: What is the purpose of the EL "Recalculate" function?

Hi Janus, You probably have seen this post with all sorts of test runs explaining intrabarpersist. https://www.multicharts.com/discussion/viewtopic.php?f=5&t=6871&hilit=understanding+intrabarpersist So you probably know this next statement in quotes. In short it forces a write to the underlying maxb...
by bowlesj3
02 May 2012
Forum: MultiCharts
Topic: LastBarOnChart_s & vertical lines conflict?
Replies: 11
Views: 2641

Re: LastBarOnChart_s & vertical lines conflict?

Try this function I wrote. It figures out the logic for all combinations possible. It is the last zip I placed in this thread. It does not matter if you created with tl_new_self or just tl_new. Create lines on bar #1 if you can and move them from that point on. There is a minute bars version and a s...
by bowlesj3
02 May 2012
Forum: User Contributed Studies and Indicator Library
Topic: The Economic Events Collection for MultiCharts
Replies: 131
Views: 78282

Re: The Economic Events Collection for MultiCharts

Hi John (or maybe it is Josh after all), Yes the vertical lines you put on the image you created are basically what I do. I do not analyse the impact statement but that is a minor point because it is only specific to how I deal with them (I am 100% pure technical and I use no fundamentals at all so ...
by bowlesj3
01 May 2012
Forum: MultiCharts
Topic: importing .csv file
Replies: 29
Views: 7317

Re: importing .csv file

I just notice this has been fixed in MC 8.0 beta 3. Maybe this is helpful.
"Reload did not work for ASCII Mapping data provider."
by bowlesj3
30 Apr 2012
Forum: MultiCharts
Topic: importing .csv file
Replies: 29
Views: 7317

Re: importing .csv file

It sounds like you need to create an entry in the bug tracker. If there is a bug or new feature request it will never be looked at unless it is in there. It is a very good system. You get email notices as to the stage it is at. In this case if the big string field can not be skipped over then it sou...
by bowlesj3
29 Apr 2012
Forum: MultiCharts
Topic: importing .csv file
Replies: 29
Views: 7317

Re: importing .csv file

The Wiki has a fair bit of info (found when I did a search) but I assume you have gone through all that. Why not make a copy of the file, strip all but the basic fields, make it a few lines and see if you can get that working. Next try a manual update to the file (adding in a line manually and savin...
by bowlesj3
29 Apr 2012
Forum: MultiCharts
Topic: importing .csv file
Replies: 29
Views: 7317

Re: importing .csv file

Okay, so you have their website running or this downloader running and every hour it appends to the file. So I am going to assume the format is something like this SymbolA,date,time,open,high,low,close,lots-of-other-info-in-this-row-each-separated-by-csv SymbolB,date,time,open,high,low,close,lots-of...
by bowlesj3
29 Apr 2012
Forum: MultiCharts
Topic: importing .csv file
Replies: 29
Views: 7317

Re: importing .csv file

I am curious, what is updating this csv file every hour?
by bowlesj3
29 Apr 2012
Forum: User Contributed Studies and Indicator Library
Topic: The Economic Events Collection for MultiCharts
Replies: 131
Views: 78282

Re: The Economic Events Collection for MultiCharts

Thanks JoshM, Gee that is a big project. Great work. I just stumbled on it through the regular forum and a link you included in a thread. Maybe at the end of the day when I take a peek at the regular forum I should also look at the user contributed. I don't have time to dig into this at the moment s...
by bowlesj3
27 Apr 2012
Forum: MultiCharts
Topic: RSI changes on shut down of MC and restart.
Replies: 1
Views: 698

RSI changes on shut down of MC and restart.

I think this may have been discussed a long time ago but I have forgotten the details and probably can not find the thread anyway so I thought I would bring it up again. I decided to shut MC down and bring it up again to free some memory so I could take a bmp picture snapshot. I was very aware of so...
by bowlesj3
12 Apr 2012
Forum: MultiCharts
Topic: MULTICHARTS WIKI LAUNCHED
Replies: 15
Views: 4136

Re: MULTICHARTS WIKI LAUNCHED

I started to look at learning the Wiki and how to update it. I will most likely get back at it in the next few Weekends. As a start at least, I want to make an entry in the intrabarpersist that links in my example scripts for learning the command. However I have a concern. The concern was presented ...
by bowlesj3
05 Apr 2012
Forum: MultiCharts
Topic: importing .csv file
Replies: 29
Views: 7317

Re: importing .csv file

Regarding logic, if you have one symbol on your chart, it sounds like you will need to load all the csv data in (every hour I guess) then loop through it all to find the last row for the symbol then extract it out for your plot. You need to apply it to the correct bar on your chart. Then once you ge...
by bowlesj3
05 Apr 2012
Forum: MultiCharts
Topic: importing .csv file
Replies: 29
Views: 7317

Re: importing .csv file

You are doing exactly what you need to do and a vacation is a great relaxed time to read through the ELcollections stuff. My first time through I was in a rush and it just didn't sink in. The second time I was reading it just for something to do while waiting for someone (long wait). That time it fi...
by bowlesj3
02 Apr 2012
Forum: MultiCharts
Topic: importing .csv file
Replies: 29
Views: 7317

Re: importing .csv file

Then I can manipulate them within MC code referencing those identifiers I was going to say you can manipulate them with the EL collections data. But that would be incorrect. You can get at them if the mapping will allow ELcollections at the data (or maybe the update program may block access). Howev...
by bowlesj3
02 Apr 2012
Forum: MultiCharts
Topic: importing .csv file
Replies: 29
Views: 7317

Re: importing .csv file

Your right, the Quote manager does say that "date, open, high, low and close" can be mapped and automatically pick up updates during the day from a csv file. My suggestion for using the ELcollections occured to me when I saw some of the other items in the list of data in the CSV file. For those item...
by bowlesj3
01 Apr 2012
Forum: MultiCharts
Topic: Forum Links no longer work.
Replies: 3
Views: 969

Re: Forum Links no longer work.

I tried changing the left portion of one of the links to the new format but keeping the number on the far right. Unfortunately this did not work so the idea of a batch run fixing them seems unlikely. In other words all these older links will be for ever failing. I took a guess at correcting on of th...
by bowlesj3
01 Apr 2012
Forum: MultiCharts
Topic: importing .csv file
Replies: 29
Views: 7317

Re: importing .csv file

It sounds like it actually may be more work (maybe a lot more work in the long run). I don't understand your csv file. If a program of some sort is adding a line to it every hour and MC is running with 1 minute bars live during the day then the study which is running in that 1 minute bar chart which...
by bowlesj3
31 Mar 2012
Forum: MultiCharts
Topic: Forum Links no longer work.
Replies: 3
Views: 969

Re: Forum Links no longer work.

Is there not a script or program that can be run to process and convert all of them.
by bowlesj3
31 Mar 2012
Forum: MultiCharts
Topic: importing .csv file
Replies: 29
Views: 7317

Re: importing .csv file

Don't feel too bad if your first read through the ELcollections does not sink in. I did not understand it the first time through ( a very relaxed read when I was in no rush). It was the second time through that I started to understand it. You have a bit of an advantage in that I have examples in my ...
by bowlesj3
31 Mar 2012
Forum: MultiCharts
Topic: Forum Links no longer work.
Replies: 3
Views: 969

Forum Links no longer work.

I have noticed at least 3 or 4 old links I had placed in posts (links to other threads) that do not work. here is an example. In this post https://www.multicharts.com/discussion/viewtopic.php?f=5&t=2483#p29642 There is a link I had placed (right at the top). It gets a not found if I click it now. I ...
by bowlesj3
31 Mar 2012
Forum: MultiCharts
Topic: importing .csv file
Replies: 29
Views: 7317

Re: importing .csv file

I found it. This is the thread. https://www.multicharts.com/discussion/viewtopic.php?f=5&t=2483#p8174 I added a few examples of using the map and the list of lists in this post within the thread. https://www.multicharts.com/discussion/viewtopic.php?f=5&t=2483#p29642 I found it by searching only for ...
by bowlesj3
30 Mar 2012
Forum: MultiCharts
Topic: importing .csv file
Replies: 29
Views: 7317

Re: importing .csv file

If it can't be inported the ELcollections map command could be used. The Damageboy thread has it along with a revised document near the end on how to get csv data into MC (has examples). Unfortunately my old URL link does not find it and I find the search in this forum such that I can't find it easi...
by bowlesj3
25 Mar 2012
Forum: MultiCharts
Topic: MULTICHARTS WIKI LAUNCHED
Replies: 15
Views: 4136

Re: MULTICHARTS WIKI LAUNCHED

Wiki is great. Thanks very much.
Second that thought!!!!!!! Pease Feel free to delete my opinion (this post) and keep using this thread to have only new features (in addition to your new features list which comes out with each release of beta etc).
by bowlesj3
25 Mar 2012
Forum: MultiCharts
Topic: Some post has been hacked. Do you have the same problem?
Replies: 4
Views: 1184

Re: Some post has been hacked. Do you have the same problem

I have noticed I get email notice of some posts twice or late. I was wondering if this is a different problem.
by bowlesj3
23 Mar 2012
Forum: MultiCharts
Topic: What is the purpose of the EL "Recalculate" function?
Replies: 21
Views: 3819

Re: What is the purpose of the EL "Recalculate" function?

I am going to take a guess. I use recalculate a lot. I use it in the lastbaronchart section. You trigger it with a GV setting (for example if the GV is value "R" you would execute the recalculate command). It causes the study to restart from currentbar=1 again and all normal variables to reset (all ...
by bowlesj3
23 Mar 2012
Forum: MultiCharts
Topic: What is the purpose of the EL "Recalculate" function?
Replies: 21
Views: 3819

Re: What is the purpose of the EL "Recalculate" function?

Interesting new command. I need to do a scan of the Wiki for new and interesting stuff. I wonder if it would help with the hidden recalculate that occurs in studies (not indicators I gather) that occurs if one exceeds the maxbarsback with a loop or search. See link for the solution I came up with to...
by bowlesj3
22 Mar 2012
Forum: MultiCharts
Topic: Text on a trend line
Replies: 4
Views: 1314

Re: Text on a trend line

A bit of work but you could write a function. value1 = funcTextOnTL(TL_ID, then put your details). It would get the coordinates, figure out the change per bar of the line, and do whatever you want internally using whatever logic you wanted. Maybe a dynamic array of text could be submitted along with...
by bowlesj3
22 Mar 2012
Forum: MultiCharts
Topic: DateTime2ELDate
Replies: 13
Views: 2064

Re: DateTime2ELDate

Actually the terms should be (to be highly technically correct I suppose) CenturyDateTime2ELdate and CenturyDateTime2ELtime inverted ELdate2CenturyDateTime and ELtime2CenturyDateTime The fact that it crosses two centuries would not impact the use of Century in the name (correcting the miss use of Ju...
by bowlesj3
21 Mar 2012
Forum: MultiCharts
Topic: DateTime2ELDate
Replies: 13
Views: 2064

Re: DateTime2ELDate

I was correct. Julian data is the number of days within the year and century date is the number of days from the start of the century (1900 - the century that computers were invented). If interested see the links below where I checked to see if I remembered it correctly. That is why I didn't bother ...
by bowlesj3
21 Mar 2012
Forum: MultiCharts
Topic: DateTime2ELDate
Replies: 13
Views: 2064

Re: DateTime2ELDate

Thanks TJ. I guess I figured out to flip the command as you were creating your post. I am thinking JulianToDate should be actuallly called CenturyToDate but maybe my understanding of the meaning Julian is incorrect. Julian reminds me of a school project over 30 years ago. We had a Julian project and...
by bowlesj3
21 Mar 2012
Forum: MultiCharts
Topic: DateTime2ELDate
Replies: 13
Views: 2064

Re: DateTime2ELDate

Wiki heaven. Hah, it should then be JulianToDate (the reverse of DataToJulian). Lets try that. Now that worked. The solution is { MyDateTime = GetAppInfo(aiLeftDispDateTime); strMyYear = formatdate("yy",MyDateTime); strMyMonth = formatdate("MM",MyDateTime); strMyDay = formatdate("dd",MyDateTime); st...
by bowlesj3
21 Mar 2012
Forum: MultiCharts
Topic: DateTime2ELDate
Replies: 13
Views: 2064

Re: DateTime2ELDate

I have never used the Julian command. Now I am curious and visiting the Wiki on it.
by bowlesj3
21 Mar 2012
Forum: MultiCharts
Topic: DateTime2ELDate
Replies: 13
Views: 2064

Re: DateTime2ELDate

Actually I just tried this and it bombed. I am trying to figure out why now. { MyDateTime = GetAppInfo(aiLeftDispDateTime); strMyYear = formatdate("yy",MyDateTime); strMyMonth = formatdate("MM",MyDateTime); strMyDay = formatdate("dd",MyDateTime); strMyDate = "1" + strMyYear + strMyMonth + strMyDay; ...
by bowlesj3
21 Mar 2012
Forum: MultiCharts
Topic: DateTime2ELDate
Replies: 13
Views: 2064

Re: DateTime2ELDate

Totally agree. I had not checked to see if DateTime2ELTime was a function or reserve word. Now that I know I guess the DateTime2ELDate would be a good thing to put in project management as a feature request. It sounds like it may be one of the easiest request of all to put in since it would be a cop...
by bowlesj3
21 Mar 2012
Forum: MultiCharts
Topic: DateTime2ELDate
Replies: 13
Views: 2064

Re: DateTime2ELDate

Thanks Josh. I always knew Julian date to be the day number within the year so it never occurred to me to try the command that had Julian (thinking I would get the value of 1 for Jan first in any year). It sure looks easier and faster.
by bowlesj3
21 Mar 2012
Forum: MultiCharts
Topic: DateTime2ELDate
Replies: 13
Views: 2064

DateTime2ELDate

I went searching for something that might be named "DateTime2ELDate" which would match the DateTime2ELTime function. However I could not find such as function. So I ended up writing the set of commands below to convert the DateTime format into the standard 1YYMMDD format that EL code uses. MyDateTim...
by bowlesj3
21 Mar 2012
Forum: MultiCharts
Topic: MULTICHARTS 8.0 BETA 2
Replies: 127
Views: 38072

Re: MULTICHARTS 8.0 BETA 2

Even though I feel the ideas in the bug tracker entry should and probably will be carried out, I have decided the bug tracker entry should be removed since it is better to be supportive of a great product. I feel the issue is in fact resolved.
by bowlesj3
21 Mar 2012
Forum: MultiCharts
Topic: Some post has been hacked. Do you have the same problem?
Replies: 4
Views: 1184

Re: Some post has been hacked. Do you have the same problem

I think they may have hacked the bug tracker. I got a bug tracker email saying "resistance is futile" at the bottom (no something I would expect). I think they need to learn to play hockey or something useful and fun.
by bowlesj3
21 Mar 2012
Forum: MultiCharts
Topic: (It is IB after all) Missing Backfill Data
Replies: 3
Views: 1062

Re: (It is IB after all) Missing Backfill Data

IB fixed the problem. Anyone missing Tuesday early morning data can now backfill from the Mon or Friday file and get it.
by bowlesj3
21 Mar 2012
Forum: MultiCharts
Topic: MULTICHARTS 8.0 BETA 2
Replies: 127
Views: 38072

Re: MULTICHARTS 8.0 BETA 2

Even though I feel the ideas in the bug tracker entry should and probably will be carried out, I have decided the bug tracker entry should be removed since it is better to be supportive of a great product. I feel the issue is in fact resolved.
by bowlesj3
20 Mar 2012
Forum: MultiCharts
Topic: MULTICHARTS 8.0 BETA 2
Replies: 127
Views: 38072

Re: MULTICHARTS 8.0 BETA 2

I think the safest thing for MC to do with new features, is to have the default = OFF. Let the users determine if they want to use them.. Agreed. If it is made default on a warning should be in place. Ideally (after a new release install), MC should act for the user exactly as it did the last time ...
by bowlesj3
20 Mar 2012
Forum: MultiCharts
Topic: MULTICHARTS 8.0 BETA 2
Replies: 127
Views: 38072

Re: MULTICHARTS 8.0 BETA 2

I just found the request for percentage change in the right margin. https://www.multicharts.com/pm/viewissue.php?issue_no=MC-400 This comes right back to my request for a way to keep track of our votes so we can go looking for things to vote on and also to add comments to regardings keeping things a...
by bowlesj3
20 Mar 2012
Forum: MultiCharts
Topic: (It is IB after all) Missing Backfill Data
Replies: 3
Views: 1062

Re: (It is IB after all) Missing Backfill Data

I just called IB. He said they are working on the Missing backfill issue for ESM2. I asked if I should restore the Monday night file for backfill tomorrow and he said that is correct. Hopefully it will be restored at that point.
by bowlesj3
20 Mar 2012
Forum: MultiCharts
Topic: MULTICHARTS 8.0 BETA 2
Replies: 127
Views: 38072

Re: MULTICHARTS 8.0 BETA 2

Hi Guys, I am thanking everyone for the "Options" suggestion. Maybe I should expose how I use the out front portion of the chart. It will really drive home just how big a change this is. 1/ I have the band locations out front as text (useful bounces) (they get a box if a bounce exists) I can arm the...
by bowlesj3
20 Mar 2012
Forum: MultiCharts
Topic: MULTICHARTS 8.0 BETA 2
Replies: 127
Views: 38072

Re: MULTICHARTS 8.0 BETA 2

I think I am going to have to roll back to the version before the chart format window was changed to a percentage of chart out front rather than number of bars out front. The problem is I have stuff out front of the bars that is critical and if I change the bar spacing to a wider spacing for trigger...
by bowlesj3
20 Mar 2012
Forum: MultiCharts
Topic: (It is IB after all) Missing Backfill Data
Replies: 3
Views: 1062

Re: (It is IB after all) Missing Backfill Data

I just checked. it is exactly the same on the TWS chart so it is not MC after all. It has been a long time since I have seen this problem with them.
by bowlesj3
20 Mar 2012
Forum: MultiCharts
Topic: (It is IB after all) Missing Backfill Data
Replies: 3
Views: 1062

(It is IB after all) Missing Backfill Data

UPDATE: this is an IB data problem after all. This morning at 5am I started MC and backfill was okay. I shut it down and restarted at about 7:30 and I was missing about an hour between 5am and 6am. Once I realized it was a full hour of missing data I shut MC down, returned the database from last nig...
by bowlesj3
19 Mar 2012
Forum: MultiCharts
Topic: How to search/list only threads created by an author
Replies: 2
Views: 904

Re: How to search/list only threads created by an author

Thanks Dave, It did work in that I found what I was looking for but it is still a bit cumbersome because you can not see your threads but rather all your posts and across all forums. What I ended up doing is once I followed your instructions and had the list up I did a google chrome text search for ...
by bowlesj3
18 Mar 2012
Forum: MultiCharts
Topic: How to get previous days high, low
Replies: 3
Views: 2416

Re: How to get previous days high, low

Hi arjfca I am assuming you have the binary search function to get the offsets using date and time. So if worst came to worst, you could 1/ use the binary function to get the offset of the first bar of the range of time (session, day, anything). Call this OldOffset. 2/ use the binary search function...
by bowlesj3
18 Mar 2012
Forum: MultiCharts
Topic: Draw TL_New (rookie question).Could we set a given TL number
Replies: 12
Views: 1920

Re: Draw TL_New (rookie question).Could we set a given TL nu

I'm not using the Trendlines for "trend", just to set levels for Hi or Lo of day, expected ranges etc.. Yes, lines have lots of uses outside of the trend line. I use a lot of horizontal lines on the RSI for expected ranges (I call them bounces or boundaries). I use lines to track one wave's forward...
by bowlesj3
18 Mar 2012
Forum: MultiCharts
Topic: Draw TL_New (rookie question).Could we set a given TL number
Replies: 12
Views: 1920

Re: Draw TL_New (rookie question).Could we set a given TL nu

One note: I do not want to promote the use of trend lines in the true sense of the word and send someone completely new down what I consider a waist of time path. I use to use them and dumped them after 6 years of struggling with them (way too slow for day trading and very inaccurate/subjective I fi...
by bowlesj3
18 Mar 2012
Forum: MultiCharts
Topic: Draw TL_New (rookie question).Could we set a given TL number
Replies: 12
Views: 1920

Re: Draw TL_New (rookie question).Could we set a given TL nu

It does not matter whether you pre-assign low trend line numbers as I have done or if MC was changed to allow you to assign a higher range with a gap at the front (for example starting from 500 to 600). Either way you would need to have these studies run first and pre-place those lines out there so ...
by bowlesj3
18 Mar 2012
Forum: MultiCharts
Topic: How to search/list only threads created by an author
Replies: 2
Views: 904

How to search/list only threads created by an author

Hi, I have tried a number of advanced search runs to try and get a list of threads which are ones where I am the author of the thread (not the author of the post but of the thread). I want to eventually link it to the Wiki but I can't find it (within the amount of time I have for searching). Ideally...
by bowlesj3
18 Mar 2012
Forum: MultiCharts
Topic: Draw TL_New (rookie question).Could we set a given TL number
Replies: 12
Views: 1920

Re: Draw TL_New (rookie question).Could we set a given TL nu

I do it by putting the study at the top of the list of studies in the chart using the alpha order technique (A_whatever) and using a set of low numbers starting with 1. MC starts assigning the numbers for the chart (sub-charts included) starting at 1 and working up. Once it is assinged for the MC se...
by bowlesj3
17 Mar 2012
Forum: MultiCharts
Topic: Fast removal of strange off topic posts.
Replies: 1
Views: 759

Fast removal of strange off topic posts.

It is too bad there is no button on the forum we could click on to notify MC support of strange completely off topic messages being posted to a thread. These are message about something not even remotely close to trading or this forum or the project management system etc (spam I guess they call it)....
by bowlesj3
16 Mar 2012
Forum: MultiCharts
Topic: Anyone here good at math?
Replies: 9
Views: 2887

Re: Anyone here good at math?

Asking Google with carefully worded search strings may be a way to figure it out.
by bowlesj3
15 Mar 2012
Forum: MultiCharts
Topic: Anyone here good at math?
Replies: 9
Views: 2887

Re: Anyone here good at math?

Does this kind of thinking help? Since stretching a chart scale or widening the bar spacing would effect angle but also effect all lines equally then why not do this. Imagine a perfect rectangular box on your chart. It has 10 bars left to right and 10 units of price vertically. Okay in this case a l...
by bowlesj3
14 Mar 2012
Forum: MultiCharts
Topic: Replay feature
Replies: 6
Views: 1427

Re: Replay feature

Getting back to the topic of this thread,

There are two requests for tick by tick replay in the bug tracker (74 and 774). I have added my thoughts regarding "true replay" or "tick by tick replay" to this bug tracker request.
https://www.multicharts.com/pm/viewissu ... _no=MC-774
by bowlesj3
13 Mar 2012
Forum: MultiCharts
Topic: Replay feature
Replies: 6
Views: 1427

Re: Replay feature

Before I forget, another thing that needs to be thought of regarding a true replay is the request for other methods of executing a study such as change in bid or ask. For me I do not need it but I am sure some will use this feature and would like to replay it. Another item to be put in the request s...
by bowlesj3
13 Mar 2012
Forum: MultiCharts
Topic: Replay feature
Replies: 6
Views: 1427

Re: Replay feature

Yes I guess you are correct about the Milliseconds. I had not thought it out that much assuming the MC programmers would get right down to the nitty gritty. It occurred to me this morning that the current replay should be left intact if they do decide to put in a true replay for two very good reason...
by bowlesj3
12 Mar 2012
Forum: MultiCharts
Topic: Replay feature
Replies: 6
Views: 1427

Re: Replay feature

I remember reading that some day they are going to try and make the replay an actual replay tick by tick (a real and true replay). I guess you already know the replay only replays when barstatus=2. For my purposes this is not that big a deal but I did have to change code to get it to execute with th...
by bowlesj3
11 Mar 2012
Forum: MultiCharts
Topic: adjust barinterval dynamically from script
Replies: 8
Views: 2090

Re: adjust barinterval dynamically from script

I would suggest you to give EL Essential Programmers Guide another read. I second this. In fact I suggest a yearly read (if you can swing it time wise) since it will refresh ones memory to help with all those new ideas that have been created in ones mind over the year. I did that with the EL collec...
by bowlesj3
08 Mar 2012
Forum: MultiCharts
Topic: Missing marker
Replies: 4
Views: 1354

Re: Missing marker

This may help. I have about 2 or 3 studies I put on the sub chart 2 which relate to RSI (relate in that they have exactly the same scale). To get them to line up with each other every one of them has to have a dummy horizontal plot at zero and a dummy horizontal plot at 100 so that I can bring them ...
by bowlesj3
06 Mar 2012
Forum: MultiCharts
Topic: Formating time, How to get proper result
Replies: 2
Views: 855

Re: Formating time, How to get proper result

Hi arjfca. I am not totally sure I understand your question but maybe these will help. Upon reading your question again I noticed you do not have the _s at the end of your command ELTimeToDateTime. Maybe adding the _s will fix it. All my examples have it as ELTimeToDateTime_s rather than ELTimeToDat...
by bowlesj3
20 Feb 2012
Forum: MultiCharts
Topic: 64 bit min machine requirements and usage
Replies: 11
Views: 2836

Re: 64 bit min machine requirements and usage

8 GB of memory.
With this amount of memory this alone means an upgrade from XP (max 3gig if I remember correctly) to Win7. I am curious. What is the max ram that Win7 can handle?
by bowlesj3
19 Feb 2012
Forum: MultiCharts
Topic: 64 bit min machine requirements and usage
Replies: 11
Views: 2836

Re: 64 bit min machine requirements and usage

Thanks guys. Nice setup Arnie. Stacking them helps I guess. I have a 20inch and 27.5 inch and badly need another 27.5. I will do the whole upgrade all at once. Kind of glad I held off since knowing 64 bit is here (and targeting it directly) I think it saves on an extra upgrade.
by bowlesj3
19 Feb 2012
Forum: MultiCharts
Topic: 64 bit min machine requirements and usage
Replies: 11
Views: 2836

64 bit min machine requirements and usage

I went on the web site and could not find this (probably because the 64 bit is not officially released) but out of curiosity what are the minimum machine / operating system specs for the 64 bit version (all user types including power user). I am hoping to upgrade in the next month or so and I was th...
by bowlesj3
13 Feb 2012
Forum: MultiCharts
Topic: skip identical ticks
Replies: 9
Views: 2137

Re: skip identical ticks

If may have been the missing ticks problem that tripped the idea in my head. I had mentioned it would not be that bad an idea (AS AN OPTION) to have the program skip executions if the price had not changed since some traders use price action alone. I think I had suggested that it should be done in s...
by bowlesj3
13 Feb 2012
Forum: MultiCharts
Topic: skip identical ticks
Replies: 9
Views: 2137

Re: skip identical ticks

Yes it should be an option. In my case I only use price and not volume but some (maybe even most) will need it. So the default probably should be the other way even though some will want to skip the extra calcs as I would.
by bowlesj3
11 Feb 2012
Forum: MultiCharts
Topic: MC7.0 beta 4 IB backfill spikes
Replies: 86
Views: 24883

Re: MC7.0 beta 4 IB backfill spikes

Thanks Henry.

I will install it either the night it comes out or the weekend after that. I will also post a reminder (for 3 weeks after install) to let you know if any spikes have or have not come through.

John
by bowlesj3
10 Feb 2012
Forum: MultiCharts
Topic: MC7.0 beta 4 IB backfill spikes
Replies: 86
Views: 24883

Re: MC7.0 beta 4 IB backfill spikes

I thought I should mention in the original thread on this issue that I was given a fix to test for this problem and it fixed the issue in that I went 3 weeks (21 days) of MC starts without any backfill spikes. The regular very large economic spikes in the e-mini ES were in no way effected so in my m...
by bowlesj3
01 Feb 2012
Forum: MultiCharts
Topic: Are mouse clicks in PowerLanguage important?
Replies: 24
Views: 5453

Re: Are mouse clicks in PowerLanguage important?

Hi vking, I think what you are describing is exactly what I am describing. The only difference is I was not including any keys in addition to the method (whatever that may be) that the study would detect that the mouse clicks had occurred (both down and up). The only thing that I added was the abili...
by bowlesj3
01 Feb 2012
Forum: MultiCharts
Topic: Are mouse clicks in PowerLanguage important?
Replies: 24
Views: 5453

Re: Are mouse clicks in PowerLanguage important?

I would say that if the user has left clicked down and not clicked a tool (if that can be immediately determined) then that would normally be when they want the bar info. I don't think they should have to click directly on the bar. If the backward offset (distance from current bar) is returned they ...
by bowlesj3
31 Jan 2012
Forum: MultiCharts
Topic: Are mouse clicks in PowerLanguage important?
Replies: 24
Views: 5453

Re: Are mouse clicks in PowerLanguage important?

It has a lot of uses especially if it can pick up info from the cross hair location. https://www.multicharts.com/discussion/viewtopic.php?f=5&t=7764&hilit=binary At the same time the above script could be modified for trend lines and a horizontal target and stop line could be floating out front of c...
by bowlesj3
30 Jan 2012
Forum: MultiCharts
Topic: Are mouse clicks in PowerLanguage important?
Replies: 24
Views: 5453

Re: Are mouse clicks in PowerLanguage important?

After underlining the text in the prior post, and giving it some more thought, it occurred to me that if the mouse up click was detected by a study and if the study was also checked to be executed at that point it could execute MC_Arw_GetActive to see if a specific arrow is still highlighted then it...
by bowlesj3
29 Jan 2012
Forum: User Contributed Studies and Indicator Library
Topic: Binary Searchs
Replies: 16
Views: 7868

Re: Binary Searchs

Note: This loop function is now obsolete. Instead use the new version of the binary scripts which are described below in post #14. The new binary scripts (minute bar version and seconds bar version) are contained in A_FindOffsetViaBinary_ClosestFutureNoFind.zip. Posts #15 and !6 give a bit more info...
by bowlesj3
29 Jan 2012
Forum: MultiCharts
Topic: Are mouse clicks in PowerLanguage important?
Replies: 24
Views: 5453

Re: Are mouse clicks in PowerLanguage important?

With regular charts date and time would be useful since the binary searches can be used to get the offset.. With tick charts, If bar number is returned, although I have never done it, I am assuming we can calculate the offset from currentbar and use that to get the date and time. From that the user ...
by bowlesj3
28 Jan 2012
Forum: MultiCharts
Topic: MC Programing - What I’ve learned – Part 1 (Script Layouts)
Replies: 11
Views: 4095

Re: MC Programing - What I’ve learned – Part 1 (Script Layou

Thanks Stan, If there is something I have written the MC staff like, feel free to move it into that medium. I have no idea what is good and not so good. Maybe a bit of editing would be in order since I am not an English instructor (nor a trained technical writer). I am assuming there will be an anno...
by bowlesj3
27 Jan 2012
Forum: MultiCharts
Topic: MC Programing - What I’ve learned – Part 1 (Script Layouts)
Replies: 11
Views: 4095

Re: MC Programing - What I’ve learned – Part 1 (Script Layou

It is too bad EL (or MC-EL) could not be adjusted to have a good VB / VBA format IF .... then else End If alignment (unloading the begin/end combo) with a method of putting the cursor on the IF or the Else or the End If and having the tab key make it jump to the next corresponding part of the 3 of t...
by bowlesj3
18 Jan 2012
Forum: MultiCharts
Topic: assign value to arrows
Replies: 4
Views: 1298

Re: assign value to arrows

If you are new to MC and are new to the reserve word "intrabarpersist" (and not using it) that may cause problems. Also line/arrows and text do not stay on the chart until the end of the bar when barstatus=2. They get drawn then deleted then drawn then deleted then drawn then deleted over and over o...
by bowlesj3
15 Jan 2012
Forum: MultiCharts
Topic: 30 minutes tick chart ,how can I get the time of the bar ?
Replies: 2
Views: 1092

Re: 30 minutes tick chart ,how can I get the time of the bar

Again as mentioned in the other prior email, in dataplay back you only get the completed bar (barstatus=2). I think to get the completed times from smaller bars you need to run in global mode but again all the smaller bars are also running with completed bars only (barStatus=2).
by bowlesj3
15 Jan 2012
Forum: MultiCharts
Topic: Data Playback, no more update between the 10 minutes tick.
Replies: 5
Views: 1417

Re: Data Playback, no more update between the 10 minutes tic

I did not think there was any update between 10 minute bars in data playback unless you have 1 minute bars or less which were being updated. The closing price of the bar is never moving. All that happens is the next bar appears fully completed (meaning open, high, low and close are already fully the...
by bowlesj3
08 Jan 2012
Forum: MultiCharts
Topic: MC Programing - What I’ve learned – Part 1 (Script Layouts)
Replies: 11
Views: 4095

Re: MC Programing - What I’ve learned – Part 1 (Script Layou

I think anyone brand new to programming would be interested. I do not know the balance here.
by bowlesj3
08 Jan 2012
Forum: MultiCharts
Topic: MC Programing - What I’ve learned – Part 1 (Script Layouts)
Replies: 11
Views: 4095

Re: MC Programing - What I’ve learned – Part 1 (Script Layou

It is always good to pass on any formatting ideas. There are some formatting ideas in this thread. https://www.multicharts.com/discussion/viewtopic.php?f=16&t=7665 Useful for moving around if statements (use it a lot) https://www.multicharts.com/discussion/viewtopic.php?f=5&t=7142 Even with good met...
by bowlesj3
26 Dec 2011
Forum: MultiCharts
Topic: Controlling snapshot images on a trading screen for training
Replies: 10
Views: 1722

Re: Controlling snapshot images on a trading screen for trai

Hi Martin. I actually went ahead and created the post you suggested. It should be interesting to see the response. By the way I did load Hypersnap. It can do everything except hide its borders. It can create a slideshow to hide its borders but this hogs the whole screen and everything else gets hidd...
by bowlesj3
26 Dec 2011
Forum: MultiCharts
Topic: Controlling snapshot images on a trading screen for training
Replies: 10
Views: 1722

Re: Controlling snapshot images on a trading screen for trai

recording their entire trading session Thanks arjfca. Gee that is a great idea. I would not want to save it for any more than 1 day but for sure, I could use that since I have a lot of stuff going on outside of price movement. I think there was a post here where someone mentioned some screen record...
by bowlesj3
25 Dec 2011
Forum: MultiCharts
Topic: Controlling snapshot images on a trading screen for training
Replies: 10
Views: 1722

Re: Controlling snapshot images on a trading screen for trai

I tried all of these programs. I do not believe any can do what I had in mind. To reword what I had in mind, it would be to display a slide show of the original snapshot but in the exact same size as the original snapshots. Slide shows always seem to have the idea they have to hog the whole screen (...
by bowlesj3
23 Dec 2011
Forum: MultiCharts
Topic: Controlling snapshot images on a trading screen for training
Replies: 10
Views: 1722

Re: Controlling snapshot images on a trading screen for trai

Thanks Martin,

I am going to be trying the software's this weekend.

John
by bowlesj3
21 Dec 2011
Forum: MultiCharts
Topic: Merry Christmas and Happy New Year.
Replies: 8
Views: 2200

Re: Merry Christmas and Happy New Year.

Have a great holidays everyone.
by bowlesj3
18 Dec 2011
Forum: MultiCharts
Topic: Controlling snapshot images on a trading screen for training
Replies: 10
Views: 1722

Re: Controlling snapshot images on a trading screen for trai

Thanks guys. I have emailed both since they will know in an instant for sure.
John
by bowlesj3
18 Dec 2011
Forum: MultiCharts
Topic: Controlling snapshot images on a trading screen for training
Replies: 10
Views: 1722

Controlling snapshot images on a trading screen for training

Is there any program that can display a snapshot image of a screen which is in file format (bmp or png or jpg or any file type) such that there is no border that can be seen (such that it looks exactly like the screen that was the source of the snapshot). For example a snapshot image of IB’s TWS. In...
by bowlesj3
18 Dec 2011
Forum: MultiCharts
Topic: Chrome is messing up the forum
Replies: 13
Views: 3104

Re: Chrome is messing up the forum

I see "Clear Browsing Data" rather than "Clear Navigation Date". Under there I see several options. I am thinking Cache is the most likely choice.

Chrome Wrench, Tool, Clear Browsing Data

So where is F5 I am wondering. Time to look for it I guess.
by bowlesj3
17 Dec 2011
Forum: MultiCharts
Topic: Chrome is messing up the forum
Replies: 13
Views: 3104

Re: Chrome is messing up the forum

I used F5 about 4 days ago and the problem has not returned. I find Chrome does strange things every so often generally. Maybe I should try F5 every time this happens. What if a trade is loosing? Maybe it will work there :-)
by bowlesj3
15 Dec 2011
Forum: MultiCharts
Topic: New Website Design
Replies: 7
Views: 2239

Re: New Website Design

Please press F5 from your keyboard to reload the page.
The visual issue you have encountered is due to cached data.
I was getting the same thing (could not even log on) and F5 fixed it. However I tried the other computer before knowing this and it was fine. Both running google chrome.
by bowlesj3
13 Dec 2011
Forum: MultiCharts
Topic: MC7.0 beta 4 IB backfill spikes
Replies: 86
Views: 24883

Re: MC7.0 beta 4 IB backfill spikes

https://www.multicharts.com/pm/viewissue.php?issue_no=MC-530 The status of this issue at the link above is a bit in limbo on my end. I changed the check box that is in the quote manager (as described in the link above) but but I still had two startups of MC at about the 7:30 hour Eastern Standard Ti...
by bowlesj3
11 Dec 2011
Forum: MultiCharts
Topic: Teaser for the upcoming release
Replies: 36
Views: 10611

Re: Teaser for the upcoming release

The computer with 32-bit OS you currently use will become obsolete latest in a year or two. So you can easily subsitute the word ''never'' with ''max 2 years''. I am not sure how MC team is going to handle this, but I think that once the benefits of having an MC 64-bit version are proven, you will ...
by bowlesj3
06 Dec 2011
Forum: User Contributed Studies and Indicator Library
Topic: HMUZ New Contract Decision script
Replies: 7
Views: 3971

Re: HMUZ New Contract Decision script

I updated the HMUZ decision script so that it would not incorrectly bypass totaling ticks for any hours if the new contract is currently very thin. I also updated the instructions in the first post to suggest that if the back fill is taking a long time the data range should be reduced to 10,000 bars...
by bowlesj3
03 Dec 2011
Forum: MultiCharts
Topic: What component of MultiCharts do you want to be optimized?
Replies: 87
Views: 28381

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

Agreed "Charting and quote processing first" As far as "indicators calculations" I often have had to wait for an study to catch up so it can send data back go my external program via GVs. However placing this command RecalcLastBarAfter(1); at the bottom of of the LastBarOnChart if statement has made...
by bowlesj3
24 Nov 2011
Forum: MultiCharts
Topic: MultiCharts 7.2 Beta
Replies: 71
Views: 15890

Re: MultiCharts 7.2 Beta

I just want to thank the MC Staff for putting the RecalcLastBarAfter command in. I have had it on my todo list for a long time to try it. This morning I got tired of waiting for the slow ticks to feed one of my many interactive EL scripts and I gave it a run (works great for these types of scripts)....
by bowlesj3
23 Nov 2011
Forum: MultiCharts
Topic: MultiCharts 7.2 Beta
Replies: 71
Views: 15890

Re: MultiCharts 7.2 Beta

Can this problem be reproduced? Hi Henry, I do not think it can be reproduced. It has not done this since. It was a strange abort that I have only seen 1 or 2 times in 4 years. It is where MC will abort and not provide a dump form to store the dump. It did not even detect the abort on restart as I ...
by bowlesj3
22 Nov 2011
Forum: MultiCharts
Topic: Vote for MultiCharts in "Best of 2011" on Trade2Win
Replies: 14
Views: 3180

Re: Vote for MultiCharts in "Best of 2011" on Trade2Win

Done, latest MC 7.2 beta ran without fail all day today. Great program. Thanks.
by bowlesj3
21 Nov 2011
Forum: MultiCharts
Topic: MultiCharts 7.2 Beta
Replies: 71
Views: 15890

Re: MultiCharts 7.2 Beta

I do not know if this is reported. I did not get a dump screen but on the latest release MC 7.2 beta both MC and the Editor aborted when I opened the editor. However I opened it again and it was okay (this was after I restarted MC of course). It all happened pretty quick. MC had been running without...
by bowlesj3
15 Nov 2011
Forum: MultiCharts
Topic: Any software to concatenate .wav files.
Replies: 8
Views: 2176

Re: Any software to concatenate .wav files.

Hi geizer, I have seen that product. it is computer voice as you say. It can't really do what I do. I actually do two things (computer voice and my voice). For computer voice: I use an old freeware program (better than Speakonia) to voice any text that hits the clipboard (basically it speaks it inst...
by bowlesj3
14 Nov 2011
Forum: MultiCharts
Topic: Any software to concatenate .wav files.
Replies: 8
Views: 2176

Re: Any software to concatenate .wav files.

Google searches such as "How to concatenate .wav files" or "How to join .wav files" produced some forum discussions. "Shuangs Audio Joiner" is the one I have selected (freeware). I can put all the .wav files in a directory and just go ctrl+a to highlight all of them. Changing the order would be a si...
by bowlesj3
14 Nov 2011
Forum: MultiCharts
Topic: Any software to concatenate .wav files.
Replies: 8
Views: 2176

Re: Any software to concatenate .wav files.

Thanks TJ, Using the thanks buttons still gives an error. I think you have outrun your thanks limit.

I will search the web tonight and if I find something post it to this thread. I have a feeling there is a command line in windows for it (the old dos stuff). Maybe I can use that.
by bowlesj3
14 Nov 2011
Forum: MultiCharts
Topic: Any software to concatenate .wav files.
Replies: 8
Views: 2176

Re: Any software to concatenate .wav files.

I have an older version of Audacity. I am not sure if it can do what I hope. I want to create a series of .wav files then put the names of each one in a text list (1 text line per .wav file). So the merge program would run with say 1 button click (a shell command maybe) and it would use the text lis...
by bowlesj3
14 Nov 2011
Forum: MultiCharts
Topic: Any software to concatenate .wav files.
Replies: 8
Views: 2176

Any software to concatenate .wav files.

Does anyone know of software that can concatenate a string of 15 or 20 .wav files into a single .wav file. Preferably something that can take a command line of .wav files. Actually if it can use an input text file list of .wav files that would be even better. I gather each .wav file has a header and...
by bowlesj3
13 Nov 2011
Forum: MultiCharts
Topic: Bars back to time
Replies: 11
Views: 2343

Re: Bars back to time

Your Welcome TJ. Top down wave analysis is a good way to analyse the market but the downside is fully automatizing it is not easy (I would say impossible). I hope to some day get my approach so all I have to do is move arrows to mark waves and everything else is done by the computer (with some verif...
by bowlesj3
12 Nov 2011
Forum: MultiCharts
Topic: Bars back to time
Replies: 11
Views: 2343

Re: Bars back to time

As TJ said you can Use the Arw_GetDate and Arw_GetTime (or Arw_GetTime_s) then plug that data into the appropriate binary functions found at this link. Use the zip file at the bottom which has the 3 return codes. https://www.multicharts.com/discussion/viewtopic.php?f=5&t=7749&hilit=binary The functi...
by bowlesj3
10 Nov 2011
Forum: MultiCharts
Topic: MC7.0 beta 4 IB backfill spikes
Replies: 86
Views: 24883

Re: MC7.0 beta 4 IB backfill spikes

Another 1/2 of the multicharts trace. There is overlap between the two multicharts trace files I created.
by bowlesj3
10 Nov 2011
Forum: MultiCharts
Topic: MC7.0 beta 4 IB backfill spikes
Replies: 86
Views: 24883

Re: MC7.0 beta 4 IB backfill spikes

1/2 of the multicharts trace. There is overlap between the two multicharts trace files I created.
by bowlesj3
10 Nov 2011
Forum: MultiCharts
Topic: MC7.0 beta 4 IB backfill spikes
Replies: 86
Views: 24883

Re: MC7.0 beta 4 IB backfill spikes

Other traces from the multicharts trace directory
by bowlesj3
10 Nov 2011
Forum: MultiCharts
Topic: MC7.0 beta 4 IB backfill spikes
Replies: 86
Views: 24883

Re: MC7.0 beta 4 IB backfill spikes

sefutility
by bowlesj3
10 Nov 2011
Forum: MultiCharts
Topic: MC7.0 beta 4 IB backfill spikes
Replies: 86
Views: 24883

Re: MC7.0 beta 4 IB backfill spikes

dataupdater
by bowlesj3
10 Nov 2011
Forum: MultiCharts
Topic: MC7.0 beta 4 IB backfill spikes
Replies: 86
Views: 24883

Re: MC7.0 beta 4 IB backfill spikes

quotemanager
by bowlesj3
10 Nov 2011
Forum: MultiCharts
Topic: MC7.0 beta 4 IB backfill spikes
Replies: 86
Views: 24883

Re: MC7.0 beta 4 IB backfill spikes

wsdrunner
by bowlesj3
10 Nov 2011
Forum: MultiCharts
Topic: MC7.0 beta 4 IB backfill spikes
Replies: 86
Views: 24883

Re: MC7.0 beta 4 IB backfill spikes

more files
by bowlesj3
10 Nov 2011
Forum: MultiCharts
Topic: MC7.0 beta 4 IB backfill spikes
Replies: 86
Views: 24883

Re: MC7.0 beta 4 IB backfill spikes

trading server
by bowlesj3
10 Nov 2011
Forum: MultiCharts
Topic: MC7.0 beta 4 IB backfill spikes
Replies: 86
Views: 24883

Re: MC7.0 beta 4 IB backfill spikes

charting trace file
by bowlesj3
10 Nov 2011
Forum: MultiCharts
Topic: MC7.0 beta 4 IB backfill spikes
Replies: 86
Views: 24883

Re: MC7.0 beta 4 IB backfill spikes

I could not get the MultiCharts trace file in (even after the zip). Maybe there is an email address I can send this one.
by bowlesj3
10 Nov 2011
Forum: MultiCharts
Topic: MC7.0 beta 4 IB backfill spikes
Replies: 86
Views: 24883

Re: MC7.0 beta 4 IB backfill spikes

from the multicharts directory of the logs
by bowlesj3
10 Nov 2011
Forum: MultiCharts
Topic: MC7.0 beta 4 IB backfill spikes
Replies: 86
Views: 24883

Re: MC7.0 beta 4 IB backfill spikes

from that directory
by bowlesj3
10 Nov 2011
Forum: MultiCharts
Topic: MC7.0 beta 4 IB backfill spikes
Replies: 86
Views: 24883

Re: MC7.0 beta 4 IB backfill spikes

from that directory
by bowlesj3
10 Nov 2011
Forum: MultiCharts
Topic: MC7.0 beta 4 IB backfill spikes
Replies: 86
Views: 24883

Re: MC7.0 beta 4 IB backfill spikes

Hello MC staff, -- I have some good spike information today. Unfortunately one of the directories is too large to send even after it has been zipped. It is the "7.0.4456.205" directory. -- The files, contents and where they can be found are: 2011Nov10_7.0.4456.205.zip (has all the files in that dire...
by bowlesj3
06 Nov 2011
Forum: MultiCharts
Topic: Any good forums to ask about root kits.
Replies: 32
Views: 8639

Re: Any good forums to ask about root kits.

Getting directly back to the original topic of this thread, at one point I said that I would create a list of anti-virus related forums. Here is my followup. Gizmo's is a tech support site. This site has the Anti-Virus review. They have a Freeware Forum. http://www.techsupportalert.com/freeware-foru...
by bowlesj3
03 Nov 2011
Forum: MultiCharts
Topic: any way to copy lines from one chart to another?
Replies: 5
Views: 1498

Re: any way to copy lines from one chart to another?

Of note, the base script at the link below could be used for an app like this. https://www.multicharts.com/discussion/viewtopic.php?f=5&t=7764&hilit=MC_Text_GetActive You could drop arrows on your prices. They could put the high/low value in the text of the arrow to ensure you have the correct locat...
by bowlesj3
03 Nov 2011
Forum: MultiCharts
Topic: any way to copy lines from one chart to another?
Replies: 5
Views: 1498

Re: any way to copy lines from one chart to another?

LOL, of course the good news is you only have to do that once (both once - learning the EL code well and writing that specific script set). If your lowest bar size is 1 minute bars and you always put the first line on there I do not think it would be as hard as you think. You would have a set of nam...
by bowlesj3
02 Nov 2011
Forum: MultiCharts
Topic: any way to copy lines from one chart to another?
Replies: 5
Views: 1498

Re: any way to copy lines from one chart to another?

You would have to write a script on all the charts to do something like that. It would require you know EL coding very well. It would involve passing the info across the charts via Global Variables. There are commands to find the lines that are on the chart for this (new manually placed lines). MC_T...
by bowlesj3
01 Nov 2011
Forum: MultiCharts
Topic: MC 7.0 has been crashing continuously for 2 days
Replies: 28
Views: 6025

Re: MC 7.0 has been crashing continuously for 2 days

The only way to resolve a (critical blocks you from trading) new release problem within 30 minutes is to roll back. I have done it 2 times. So keep your old install downloads (Maybe if you have been running on a version for 6 months you can delete the prior ones). Also copy each day's end data and w...
by bowlesj3
23 Oct 2011
Forum: MultiCharts
Topic: Any good forums to ask about root kits.
Replies: 32
Views: 8639

Re: Any good forums to ask about root kits.

This utility worked. CopyWipe was able to run directly from the D drive where I had windows and zero fill the C drive even after I removed the partition (there was no need to create a boot CD). It said the operation completed normally. So I assume both have been zeroed now. I am resetting everything...
by bowlesj3
23 Oct 2011
Forum: MultiCharts
Topic: MC7.0 beta 4 IB backfill spikes
Replies: 86
Views: 24883

Re: MC7.0 beta 4 IB backfill spikes

(although MC staff are looking at this) If anyone wants to vote for this the link is here https://www.multicharts.com/pm/viewissue.php?issue_no=MC-530 I am finally getting around to voting for all my submissions and I noticed that no one had voted for this even though 3 are being effected by it. Aga...
by bowlesj3
22 Oct 2011
Forum: MultiCharts
Topic: Any good forums to ask about root kits.
Replies: 32
Views: 8639

Re: Any good forums to ask about root kits.

Hi marmun, Actually it is a separate physical C and D drive. The operating system is on D and was zero filled (see my update above the came in just a split second before your post). I am happy with the results since the problem appears to be AVG version 2012. However I will check into your latest su...
by bowlesj3
22 Oct 2011
Forum: MultiCharts
Topic: Any good forums to ask about root kits.
Replies: 32
Views: 8639

Re: Any good forums to ask about root kits.

Well I was able to use diskwipe to zero fill the D drive. However when I put XP on the D drive and then try to zero fill the C drive (even though I had windows during the install remove the C partition, put it back on as raw and format the C drive successfully). What happens after having done this i...
by bowlesj3
21 Oct 2011
Forum: MultiCharts
Topic: Any good forums to ask about root kits.
Replies: 32
Views: 8639

Re: Any good forums to ask about root kits.

Thanks marmun, You have been very helpful. However, as I mentioned before, it is easier and quicker to restore from a backup - but it's best to 'wipe' (NOT just 'reformat') the drive first - especially when infected with a root-kit. With this machine there actually is no data to restore. It is a tes...
by bowlesj3
20 Oct 2011
Forum: MultiCharts
Topic: Any good forums to ask about root kits.
Replies: 32
Views: 8639

Re: Any good forums to ask about root kits.

Thanks Spaceant, I will read through it over the weekend.
John.
by bowlesj3
20 Oct 2011
Forum: MultiCharts
Topic: Any good forums to ask about root kits.
Replies: 32
Views: 8639

Re: Any good forums to ask about root kits.

Hi marmun, Thanks for your response. The current new anti-virus software and the special root-kit software run clean (no root kit or other problems reported). The other machines are clean according to the prior version of AVG (it is 2012 AVG that seems to likely have a few problems). The new softwar...
by bowlesj3
18 Oct 2011
Forum: MultiCharts
Topic: Any good forums to ask about root kits.
Replies: 32
Views: 8639

Re: Any good forums to ask about root kits.

Hi Nick. Thanks for the definition. It is interesting and good to know a bit about how these programs work. I was reading a bit about root-kits in the AVG help. I tend to go out to google for gathering information. Lots of ways to pick up info these days. I just created a to-do for this weekend to c...
by bowlesj3
18 Oct 2011
Forum: MultiCharts
Topic: Any good forums to ask about root kits.
Replies: 32
Views: 8639

Re: Any good forums to ask about root kits.

Hi Nick, The machine is an old IBM machine (bought used about 6 or 7 years ago - great for testing new sites, etc). So I guess my saying "AVG might be reporting incorrectly" is the same as "a false positive" (I have not heard that term before). Maybe. Should AVG be notified is the question? I need t...
by bowlesj3
18 Oct 2011
Forum: MultiCharts
Topic: Any good forums to ask about root kits.
Replies: 32
Views: 8639

Re: Any good forums to ask about root kits.

The whole compute scan with the top recommended Anti-Virus software at the link in the previous post ran fully clean on the newly formatted drive. So the AVG runs which found root kits and malware after the format were either AVG reporting incorrectly or the download itself. I can't prove it but I s...
by bowlesj3
17 Oct 2011
Forum: MultiCharts
Topic: Any good forums to ask about root kits.
Replies: 32
Views: 8639

Re: Any good forums to ask about root kits.

I completed tonight's work. I just reformatted again and went after these. The only program on the machine is Google Chrome. Here is a good site for rating Free Anti-Virus software. http://www.techsupportalert.com/best-free-anti-virus-software.htm I decided to try the top Pick. http://www.avast.com/...
by bowlesj3
17 Oct 2011
Forum: MultiCharts
Topic: Any good forums to ask about root kits.
Replies: 32
Views: 8639

Re: Any good forums to ask about root kits.

I don't see a wink. Why would a hard disk help? All other programs ran fine before the format. Of course they are not running too well now since they are not installed yet. :-) Maybe a disk surface scan. However I don't think that would help. I will try the old upgrade link and see what happens. I w...
by bowlesj3
17 Oct 2011
Forum: MultiCharts
Topic: Any good forums to ask about root kits.
Replies: 32
Views: 8639

Re: Any good forums to ask about root kits.

Yes, it was a format directly from CD and I immediately installed AVG (nothing else on the machine and no other web sites accessed). So I run the scan and it finds the problems (changes every time too). The first time it went from 1 root kit to 3 root-kits. That alone is strange. If someone wants to...
by bowlesj3
17 Oct 2011
Forum: MultiCharts
Topic: MC7.0 beta 4 IB backfill spikes
Replies: 86
Views: 24883

Re: MC7.0 beta 4 IB backfill spikes

I use to find doing a "view, reload, 1 day back" did not always work. However now it always works. You have to do it on the 1 minute bars and the seconds bars. The one minute bars corrects fairly quick (1 to 5 minutes). The second bars will show "Reloading" for maybe 15 minutes or even 30 minutes th...
by bowlesj3
17 Oct 2011
Forum: MultiCharts
Topic: Any good forums to ask about root kits.
Replies: 32
Views: 8639

Re: Any good forums to ask about root kits.

Thanks furytrader, That is interesting. I did not realize they would do that. I realize that to keep up on this stuff really does take a lot of knowledge and work including constant backing up in a very strategic way. However I guess I like to learn this stuff (bit by bit at least). I think it is wo...
by bowlesj3
17 Oct 2011
Forum: MultiCharts
Topic: Any good forums to ask about root kits.
Replies: 32
Views: 8639

Re: Any good forums to ask about root kits.

Thanks Nick, I will have to research some of your info this weekend because some of it is a bit new to me. This problem has got my curiosity bug. I did another format and immediate download and this time 2 root kits and 2 malware came with AVG. AVG also gets disabled and I can't even uninstall it so...
by bowlesj3
16 Oct 2011
Forum: MultiCharts
Topic: Any good forums to ask about root kits.
Replies: 32
Views: 8639

Re: Any good forums to ask about root kits.

I suspect it is AVG that is wrong. I just reformatted and it still gives 3 root kits when running with no other installs and no access to web sites except the avg update.
by bowlesj3
16 Oct 2011
Forum: MultiCharts
Topic: 1 Bug-Tracker Suggestions & Votes List. Tot-Suggestions: 12
Replies: 10
Views: 11741

Re: 1 Bug-Tracker Suggestions & Votes List. Tot-Suggestions:

#013 New users stepped through a Tutorial "List My Votes: (Not seen yet)" before being allowed to create new entries. I think duplication on the bug tracker could be almost totally eliminated if the "My Votes" search lists were provided which I describe above, and additionally new users after they c...
by bowlesj3
16 Oct 2011
Forum: MultiCharts
Topic: Any good forums to ask about root kits.
Replies: 32
Views: 8639

Re: Any good forums to ask about root kits.

Hi geizer, Thanks for the response. Regarding, I'm puzzled why you want to allow the LAN traffic? - the virus can easily infect other PCs on your local network...) I started initially backing up across machines after a power supply wiped out a machine many years ago (toasted 7 components including 2...
by bowlesj3
15 Oct 2011
Forum: MultiCharts
Topic: 1 Forum Suggestions & Votes List. Tot-Suggestions: 2
Replies: 2
Views: 1721

Re: 1 Forum Suggestions & Votes List. Tot-Suggestions: 2

An idea for this thread. If MC Staff (1/ created a forum account for the 3rd party creator of the forum software and 2/ put their email address for suggestions in that forum account and 3/ gave them one post in this thread) then every time a user on this forum creates a post to this thread the 3rd p...
by bowlesj3
15 Oct 2011
Forum: MultiCharts
Topic: 1 Bug-Tracker Suggestions & Votes List. Tot-Suggestions: 12
Replies: 10
Views: 11741

Re: 1 Bug-Tracker Suggestions & Votes List. Tot-Suggestions:

An idea for this thread. If MC Staff (1/ created a forum account for the 3rd party creator of the bug tracker and 2/ put their email address for suggestions in that forum account and 3/ gave them one post in this thread) then every time a user on this forum creates a post to this thread the 3rd part...
by bowlesj3
15 Oct 2011
Forum: MultiCharts
Topic: (thanking error in) functions_thanks.php
Replies: 4
Views: 986

Re: (thanking error in) functions_thanks.php

Regarding getting together from all around the world after watching this "The Nature of things video", "The Nano Revolution: Episode 1 Nano City" http://www.cbc.ca/documentaries/natureofthings/video.html I think in 100 years maybe we will no longer have planes but rather electric super trains that r...
by bowlesj3
15 Oct 2011
Forum: MultiCharts
Topic: [Forum issue] Giving TJ thanks
Replies: 4
Views: 2426

Re: [Forum issue] Giving TJ thanks

The Discussion Forum is a third party system. It is provided "as is". Does the 3rd party for the bug tracker or the forum have a forum or location where we can post suggestions/bugs. Is there a link to this. Another option would be to set up a user in the forum and make the email their email list t...
by bowlesj3
15 Oct 2011
Forum: MultiCharts
Topic: 1 Bug-Tracker Suggestions & Votes List. Tot-Suggestions: 12
Replies: 10
Views: 11741

Re: 1 Bug-Tracker Suggestions & Votes List. Tot-Suggestions:

So are you saying that the bug list you mention above is a direct input to the project management software developers (for these suggestions). If that is correct maybe MC staff should respond to bug-tracker and forum complaints by simply giving the link to where these complaints should be made (savi...
by bowlesj3
15 Oct 2011
Forum: MultiCharts FAQ
Topic: Tips, tricks, programs, etc for MC resource Management
Replies: 22
Views: 17743

Re: Tips, tricks, programs, etc for MC resource Management

If viruses, root kits, etc are slowing you down or causing unwanted work away from developing your EL code this thread has some web sites to get more information.

viewtopic.php?f=1&t=9333
by bowlesj3
15 Oct 2011
Forum: MultiCharts
Topic: Any good forums to ask about root kits.
Replies: 32
Views: 8639

Re: Any good forums to ask about root kits.

Thanks Josh, Interestingly enough, the worst virus I ever had came from a notebook battery site. It locked out the, shutoff process, control pannel, ctrl+alt+delete would not work, AVG was disabled, etc. All because I wanted to research lithium ion battery optimizing. You never know where they will ...
by bowlesj3
15 Oct 2011
Forum: MultiCharts
Topic: Any good forums to ask about root kits.
Replies: 32
Views: 8639

Any good forums to ask about root kits.

This is not an MC question but being aware of the answer to this would certainly help MC users. Is there a forum where one can ask questions about a root kit (or other high level computer problems). I have a root kit on one of my computers. I have disconnected it from the home network and will refor...
by bowlesj3
15 Oct 2011
Forum: MultiCharts
Topic: Bad behaviour of volume on charts based on seconds data
Replies: 11
Views: 3019

Re: Bad behaviour of volume on charts based on seconds data

I realize that the bug-tracker and maybe the forum itself too are 3rd party software and votes at the link below for these two areas may not get heard, however maybe if there were some votes for the features I requested for the bug tracker in the 2nd post of the thread below we could more easily sca...

Go to advanced search