Search found 7743 matches

by TJ
20 Mar 2011
Forum: MultiCharts
Topic: {exception} floating point point invalid operation
Replies: 2
Views: 1431

Re: {exception} floating point point invalid operation

in portfolio backtester i keep getting this message "{exception} floating-point invalid operation" the strange part is that it only happens when i backtest multiple instruments. if i start off testing say gbpusd and then add eurusd or usdchf then the error pops up. can anyone help explain what this...
by TJ
18 Mar 2011
Forum: MultiCharts
Topic: Bar time/ticks remaining
Replies: 1
Views: 798

Re: Bar time/ticks remaining

Hi, How do I determine the amount of bar time or ticks remaining before the next bar is created. Ie I have 25 tick bars and on the Y axis it shows the number of ticks remaining until it generates a new bar. How do I get access to this number from with my code? Same could be asked for time remaining...
by TJ
15 Mar 2011
Forum: MultiCharts
Topic: Compile errors
Replies: 6
Views: 1636

Re: Compile errors

please see if the issue in this thread is related to yours:
viewtopic.php?f=1&t=8053&p=37284&hilit=compile#p37284
by TJ
15 Mar 2011
Forum: MultiCharts
Topic: Compile errors
Replies: 6
Views: 1636

Re: Compile errors

Are you using Vista/Win7 ?

You need to run the program as administrator.
by TJ
15 Mar 2011
Forum: MultiCharts
Topic: Compile errors
Replies: 6
Views: 1636

Re: Compile errors

I've just downloaded the latest version of Multicharts and all my studies (which were working fine with the previous version) were re-compiled and now all come up with the following error message Compile error errLine 0, errColumn 0, errLineEnd 0, errColumnEnd 0 causal study: (Function) This is on ...
by TJ
15 Mar 2011
Forum: MultiCharts
Topic: Portfolio Backtester
Replies: 2
Views: 855

Re: Portfolio Backtester

press [F1] for the MultiCharts User Guide.
the write up is quite comprehensive.


Image
by TJ
14 Mar 2011
Forum: MultiCharts
Topic: Writing in the corner of the chart
Replies: 15
Views: 3204

Re: Writing in the corner of the chart

Hi, I would like to write in the corner of the chart (if possible right, upper). For the moment I can write but sometime my writting is on the candle, not good for reading chart. I didn't find how to write in a corner, any idea ? regards can you post your screen shot and your code, with notes on wh...
by TJ
13 Mar 2011
Forum: MultiCharts
Topic: How to set time display to correct time [SOLVED]
Replies: 7
Views: 2563

Re: How to set time display to correct time [SOLVED]

That does have chart times agree with PC clock time. Thanks for the easy solution.
you are welcome.
by TJ
13 Mar 2011
Forum: MultiCharts
Topic: How to save changes so all charts appear with changes
Replies: 9
Views: 2202

Re: How to save changes so all charts appear with changes

Checking save as default does save all changes for new charts selections to all appear with the same back ground color, candle chart, indicators, etc. as desired. Thanks for the help.
you are welcome.
by TJ
13 Mar 2011
Forum: MultiCharts
Topic: Buy on Break of Pivot High
Replies: 2
Views: 837

Re: Buy on Break of Pivot High

Hi, One other thing. Yes I have tried this as an indicator and it plots in a sub window below the chart. Not on the actual chart like the real function, but in any case the values in the subchart are correct and are plotted, so I am not sure what the issue is. Thanks can you post your chart? What v...
by TJ
13 Mar 2011
Forum: MultiCharts
Topic: Multicharts DT with Multicharts regular version [SOLVED]
Replies: 5
Views: 2052

Re: Multicharts DT with Multicharts regular version [SOLVED]

I already have Multicharts charting software. If I install Multicharts DT wil the version work together?? Thanks, Davo You can install MultiChart full version AND MultiCharts DT in the same computer. They will work independently and will not create conflict with each other. You will also need 2 dat...
by TJ
11 Mar 2011
Forum: MultiCharts
Topic: How to set time display to correct time [SOLVED]
Replies: 7
Views: 2563

Re: How to set time display to correct time [SOLVED]

It's traded on the CME that's in the central time zone I believe. In Quote Manager under Edit Data it has Exchange for time zone. If I select Local for time zone there and click OK, it still shows Exchange for time zone in Quote Manager when I check it again. Is there a way to change default settin...
by TJ
11 Mar 2011
Forum: MultiCharts
Topic: How to save changes so all charts appear with changes
Replies: 9
Views: 2202

Re: How to save changes so all charts appear with changes

Those seem to not be the default because charts revert to the original settings of bar charts with black back ground if I select new chart. Charts remain with back ground color change selected and as bar charts only if I enter a symbol at bottom ot chart. You will need to check the box at the botto...
by TJ
10 Mar 2011
Forum: MultiCharts
Topic: How to set time display to correct time [SOLVED]
Replies: 7
Views: 2563

Re: How to set time display to correct time [SOLVED]

All other charts I've ever used uses the beginning time of the bar which I suppose would be abbreviated BOB. If MultiCharts bar times are EOB, then chart times shown are off by exactly one hour. The closing bar for the mini S&P500 ( symbol ESH1) show 15:15 but PC clock shows 16:15 at close of that ...
by TJ
10 Mar 2011
Forum: MultiCharts
Topic: How to save changes so all charts appear with changes
Replies: 9
Views: 2202

Re: How to save changes so all charts appear with changes

Saving a study template and applying template to a new chart works for the indicators, but it doesn't save back ground color changes, chart type (candle instead of bar chart for example), etc. It appears best way to display charts with all the same changes is to enter a symbol in box at bottom of c...
by TJ
10 Mar 2011
Forum: User Contributed Studies and Indicator Library
Topic: numtostr function and decimals
Replies: 9
Views: 4255

Re: numtostr function and decimals

Using the function numtostring to plot the value of the maximum or minimum on the graph. if you use numtostr (High, 2) the value appears correctly with decimals. if I use input: decimal (x) and numtostr (High, decimal) the value is truncated without decimals. someone knows why '? thanks what value ...
by TJ
10 Mar 2011
Forum: MultiCharts
Topic: Removing bad data
Replies: 16
Views: 3974

Re: Removing bad data

+1 good idea
by TJ
09 Mar 2011
Forum: MultiCharts
Topic: Noob Questions - Ignore if historic?
Replies: 7
Views: 1384

Re: Noob Questions - Ignore if historic?

... Question 2) I applied a script to a 5 min resolution. When run in real time, it seems to be evaluate my script on each tick. Thus I used "if barstatus = 0" to only evaluate on the first tick of each new bar. But this seems to now miss some bars!!! How do I evaluate an expression only once every...
by TJ
09 Mar 2011
Forum: MultiCharts
Topic: Noob Questions - Ignore if historic?
Replies: 7
Views: 1384

Re: Noob Questions - Ignore if historic?

Question 1) E.g. I do something like if close > open then begin do something..... However, I don't want it to "do something" when loading historic bars. Only on real-time bars. e.g. something like if (close > open ) and ( data != historic) then.... LastBarOnChart (Function) The LastBarOnChart funct...
by TJ
09 Mar 2011
Forum: User Contributed Studies and Indicator Library
Topic: how to remove the delay?
Replies: 4
Views: 2743

Re: how to remove the delay?

Hi. How can I remove the delay that this countdown sometimes have when compared with the build in countdown? This is for volume bar charts. Is it possible? I tried the intrabarpersist, but the delay continued. how much delay you are observing? 1 tick? multiple ticks? I have tested your code on my c...
by TJ
09 Mar 2011
Forum: MultiCharts
Topic: How to set time display to correct time [SOLVED]
Replies: 7
Views: 2563

Re: How to set time display to correct time [SOLVED]

How may time on charts be set correctly in agreement with time on PC? The time on my charts is off by 50 minutes compared to correct time on the PC. For example chart shows start time for a bar on 10 minute chart of 13:50 when the correct time on the PC is 14:40 at the start of that bar. The bars t...
by TJ
09 Mar 2011
Forum: MultiCharts
Topic: How to save changes so all charts appear with changes
Replies: 9
Views: 2202

Re: How to save changes so all charts appear with changes

If I select new chart for a different symbol, it goes back to the default chart with no indicators regardless of whether I use method 1 or method 2 you selected. The only way I can get chart appearance to stay the same is by entering a symbol at bottom of charts in the box that says "Type a symbol/...
by TJ
09 Mar 2011
Forum: MultiCharts
Topic: How to save changes so all charts appear with changes
Replies: 9
Views: 2202

Re: How to save changes so all charts appear with changes

I created a new chart, added indicators, changed background color and number of days displayed, but I get the default chart with no indicators or other changes when I select new chart. Is there a way to save those settings so they appear on all charts? there are 2 ways to do it. 1. Copy Window High...
by TJ
08 Mar 2011
Forum: MultiCharts
Topic: Has this happened to you before?
Replies: 4
Views: 1158

Re: Has this happened to you before?

Actually the text did not disappear. You can still see a little dot on the chart. That is actually the text, but the size is so small that it appears like a dot. If you right click on the dot, a Format Text window will pop up and you can change the text attributes to make it bigger. (I did not menti...
by TJ
07 Mar 2011
Forum: MultiCharts
Topic: Has this happened to you before?
Replies: 4
Views: 1158

Re: Has this happened to you before?

Something really weird just happened here. I disconnected my computer Friday and only turned it on today, Monday. On Friday all was working fine, all indicators were plotting correctly, but today, all indicators that plot text, that same text is not shown. What happened? The indicator is compiled, ...
by TJ
06 Mar 2011
Forum: MultiCharts
Topic: reference indicators on different charts
Replies: 2
Views: 1030

Re: reference indicators on different charts

Am new to MC, I have custom indicators in 10+ charts (stocks). I want to create another indicators by combining these indicators, how can I do that? I don't know how to reference indicators on different charts. Thanks. There is no direct way to reference different indicators. You can Google the fol...
by TJ
04 Mar 2011
Forum: MultiCharts
Topic: Sharing drawing between charts of a same instrument
Replies: 2
Views: 823

Re: Sharing drawing between charts of a same instrument

Hello Is it possible to share drawing between chart of a same instrument, but with differnent scale? I would like to mark area on an upper scale and wish i could see the same area using a lower scale. I use to do in using another plateform. I never succeed to do it witn MC Martin What do you mean b...
by TJ
04 Mar 2011
Forum: MultiCharts
Topic: No way to read files in easylanguage?
Replies: 6
Views: 2507

Re: No way to read files in easylanguage?

Googling around, it seems the only way to read from a file in easy language is to use a custom made external dll. Wtf, this seems crazy. I can play videos but I can't read a few numbers from a file....?! Definitely a great idea. You can add a feature request here: https://www.multicharts.com/pm/ e....
by TJ
03 Mar 2011
Forum: MultiCharts
Topic: DailyVolume on intraday study
Replies: 4
Views: 1139

Re: DailyVolume on intraday study

Good point, What I really want is 2) the average of 100 days of daily volume. However, failing that, I could probably "make do" with the other option. if you want 100 days' of analysis, you cannot avoid loading 100 days of data. see post #4 for ideas: Multiple time frame, Multi-Data Analysis https:...
by TJ
03 Mar 2011
Forum: MultiCharts
Topic: DailyVolume on intraday study
Replies: 4
Views: 1139

Re: DailyVolume on intraday study

My study is on 1 minute data. However, I would like to know the average volume of the last 100 days, as a filter (e.g. to avoid trading those stocks with too low a volume). The function DailyVolume (so that I could average DailyVolume[0....100]) would appear to help, but seems to return only "0". T...
by TJ
02 Mar 2011
Forum: MultiCharts
Topic: Another Simple System
Replies: 1
Views: 833

Re: Another Simple System

Hi Everyone, I am trying to develop a system where you take a buy above the PivotHighVSBar. However everytime I try to add it to the chart I get an error - "Trying access at data to future. Bars reference value: -1." The code I am using is inputs: Price( High ), LeftStrength( 3 ), RightStrength( 3 ...
by TJ
02 Mar 2011
Forum: MultiCharts
Topic: disconnect at night and Limit Order sync
Replies: 25
Views: 6325

Re: disconnect at night and Limit Order sync

Assume the following when autotrading: 1. The same symbol should not be traded from more than one strategy or chart. Trading the same symbol from two or more strategies/charts will cause a market position conflict between the strategy and broker. 2. The market position at the broker must be 0 at the...
by TJ
02 Mar 2011
Forum: MultiCharts
Topic: disconnect at night and Limit Order sync
Replies: 25
Views: 6325

Re: disconnect at night and Limit Order sync

what is your time-out setting?
by TJ
01 Mar 2011
Forum: MultiCharts
Topic: Simple Range Breakout indicator
Replies: 6
Views: 1966

Re: Simple Range Breakout indicator

Hi Everyone,

Thanks for your input. I managed to work it out in the end but thank you all for your help and efforts.
as a courtesy to the community, you should post your solution.
by TJ
28 Feb 2011
Forum: MultiCharts
Topic: IB Questions: symbol mapping etc.,
Replies: 15
Views: 5587

Re: IB Questions: symbol mapping etc.,

right click on the chart... Format Instrument

Image
by TJ
26 Feb 2011
Forum: User Contributed Studies and Indicator Library
Topic: 3 time frames and the same indicator
Replies: 6
Views: 3879

Re: 3 time frames and the same indicator

Fernando:
Nice codes! nicely organized.
Thanks for sharing.


I see both charts the same, with the arrows at the same position.
The chart on the left has duplicate bars, because of the 250 CVB data series.
Otherwise they are the same.

Regards
TJ
by TJ
26 Feb 2011
Forum: MultiCharts
Topic: Simple Range Breakout indicator
Replies: 6
Views: 1966

Re: Simple Range Breakout indicator

Hi, I am attempting to learn easylanguage and have been working through the document trying the exercises etc. I am struggling with my own attempt at a strategy and was wondering if someone could give me a pointer as to what I am doing wrong. Below is the code, I am only trying to get the vuys work...
by TJ
26 Feb 2011
Forum: MultiCharts
Topic: Error Code 1 on Import of Read Only Studies
Replies: 1
Views: 1157

Re: Error Code 1 on Import of Read Only Studies

When I attempt to install an .sef Read Only file into the PowerLanguage Editor, it immediately returns the following error message: Error occurred during import. File: "C:\multicharts\NewStudy.sef" Study:"(Function)" Error Code: 1 This set of studies imports fine, without errors on all but one syst...
by TJ
25 Feb 2011
Forum: MultiCharts
Topic: ATS question
Replies: 2
Views: 1115

Re: ATS question

hello everybody, i have some questions about Autotrading, please help.

question 1: is gamil smtp allowed by email alert? tried but failed
...

thanks in advance

Alex
try an email that does not use SSL.
by TJ
25 Feb 2011
Forum: User Contributed Studies and Indicator Library
Topic: 3 time frames and the same indicator
Replies: 6
Views: 3879

Re: 3 time frames and the same indicator

Hi TJ. Thanks for the links. In the Essencials.pdf we read: The only restriction is that you cannot create multi-data charts using tick or volume bar intervals. Only time based (minute, daily, weekly, monthly) intervals can be used to create multi-data charts. Is that limitation only for TS or also...
by TJ
25 Feb 2011
Forum: MultiCharts
Topic: Dukascopy connection- possible? [SOLVED]
Replies: 23
Views: 5145

Re: Dukascopy connection- possible? [SOLVED]

Tresor, you have misunderstanding about my question. I'm not talking about JForex API. this is not the question about the integration MC with JForex. This is question about direct connection between MC and Duka Server. You probably are not aware , that Duka retail account holder may ask for connect...
by TJ
25 Feb 2011
Forum: User Contributed Studies and Indicator Library
Topic: 3 time frames and the same indicator
Replies: 6
Views: 3879

Re: 3 time frames and the same indicator

I have 3 time frames of the same symbol in one chart, and I'd like to know, for example, when the MACD histogram crosses the zero line in all 3 frames at the same time or other condition. How can I do this? Is it possible to do this? Regards. it is possible. There are many ways to do it. One easy w...
by TJ
25 Feb 2011
Forum: MultiCharts
Topic: autotrading
Replies: 8
Views: 1697

Re: autotrading

you are welcome.
by TJ
25 Feb 2011
Forum: MultiCharts
Topic: autotrading
Replies: 8
Views: 1697

Re: autotrading

TJ Even the big houses DO NOT let their autotrade unattended. What makes you think you should do that? ps. I am have been Alpha testing MultiCharts Version 7.0 Pre-Alpha (Build 3943) since mid-December. It has been working solidly without a single blue screen. Thanks for ur reply TJ. I am trying to...
by TJ
25 Feb 2011
Forum: MultiCharts
Topic: autotrading
Replies: 8
Views: 1697

Re: autotrading

Hi, 1. What is the stability level of Mulitcharts for autotrading. Does multicharts need all the time monitoring for autotrading? I cannot sit all the time but can monitor it 1 or 2 times a day. I think if there is no hardware and internet issues autotrading would keep on trading fine. Any feed bac...
by TJ
23 Feb 2011
Forum: MultiCharts
Topic: IB Gateway disconnection
Replies: 20
Views: 4599

Re: IB Gateway disconnection

TJ Yes - by re-launch I mean I have to double click on the TWS icon - it is not restarting on its own. I know MC can load IB automatically upon start-up, but it doesn't look like it will go searching for TWS and load it, once MC is already running. If it did, that might solve the problem. In other ...
by TJ
23 Feb 2011
Forum: MultiCharts
Topic: IB Gateway disconnection
Replies: 20
Views: 4599

Re: IB Gateway disconnection

Still no change to the daily shut down by IB. At least they are consistent - consistently awful, that is; it shuts down every night at 10pm PST. I just have to make sure I'm at a computer evry night at ten, just to immediately re-launch. What exactly is the reason for the shut down p.s. What are yo...
by TJ
23 Feb 2011
Forum: MultiCharts
Topic: IB Gateway disconnection
Replies: 20
Views: 4599

Re: IB Gateway disconnection

Still no change to the daily shut down by IB. At least they are consistent - consistently awful, that is; it shuts down every night at 10pm PST. I just have to make sure I'm at a computer evry night at ten, just to immediately re-launch. What exactly is the reason for the shut down All brokers re-b...
by TJ
21 Feb 2011
Forum: MultiCharts
Topic: Where can I find definition, use and example of functions [SOLVED]
Replies: 5
Views: 1864

Re: Where can I find definition, use and example of function [SOLVED]

Excellent. Thanks. On the page https://www.multicharts.com/multicharts/help/documentation/, any reason why the two .CHM files are showing no data once opened? Best, N. They are already in your computer. Just press [F1] after you have started MultiCharts, and the help files will pop up. [Update] The...
by TJ
21 Feb 2011
Forum: MultiCharts
Topic: Where can I find definition, use and example of functions [SOLVED]
Replies: 5
Views: 1864

Re: Where can I find definition, use and example of function [SOLVED]

Hello, Where can I find definition, use and example of functions such as "LinearRegValue" for example. F1 (unless i didnt get it) doesnt show anything on it. Thank you very much, EasyLanguage Functions and Reserved Words Reference you can get the ebook here: https://www.multicharts.com/multicharts/...
by TJ
20 Feb 2011
Forum: MultiCharts
Topic: problems with IQFeed / Interactive Brokers
Replies: 7
Views: 2003

Re: problems with IQFeed / Interactive Brokers

do you have any screen shots?
by TJ
20 Feb 2011
Forum: MultiCharts
Topic: Live Trailing Stop
Replies: 5
Views: 3685

Re: Live Trailing Stop

note: EasyLanguage Essentials Programmers Guide Built-in Stops.......... pg. 90 Built-in Stops EasyLanguage includes built-in exit commands that may be included directly in your strategies. These special commands will be active even on the bar of entry; that is, they are evaluated on each tick (rega...
by TJ
19 Feb 2011
Forum: MultiCharts
Topic: IB Gateway disconnection
Replies: 20
Views: 4599

Re: IB Gateway disconnection

Well I tried setting the time delay to 600 seconds and even further as someone suggested in another post to 86,400 seconds; but still IB shuts down each evening. Very frustrating - I'm trading the currency futures and to have IB shut down at approx the time of the European markets opening is crazy....
by TJ
18 Feb 2011
Forum: MultiCharts
Topic: Tradeable demo and historical datafeed [SOLVED]
Replies: 3
Views: 1379

Re: Tradeable demo and historical datafeed [SOLVED]

Hi, Seems the Rithmic demo does not allow trading. What tradeable demos are available with MCDT, would you recommend any over the others, and why? Also what feed would you recommend as a data feed for historical data? Also, how do you register for this forum? What instrument you are looking for? wh...
by TJ
17 Feb 2011
Forum: MultiCharts
Topic: Using more than one trading signal, what is the interelation
Replies: 2
Views: 782

Re: Using more than one trading signal, what is the interela

Hello Newby questionning: Before i start to code for a 2' trading signals, I would like to know what is the interrelation between them. Since my actual signal is quite complex, I don't want to modify it with new conditions. Since my 2' signal may be as complexe as the first one, I want to make sure...
by TJ
17 Feb 2011
Forum: MultiCharts
Topic: Chart Template [SOLVED]
Replies: 1
Views: 974

Re: Chart Template [SOLVED]

Is there a way to save a chart template?
Format > Study Templates
by TJ
17 Feb 2011
Forum: MultiCharts
Topic: IB Gateway disconnection
Replies: 20
Views: 4599

Re: IB Gateway disconnection

...

I think its time to get away from IB.
many ppl tried that.
all attempts seem futile.

;-)
by TJ
17 Feb 2011
Forum: MultiCharts
Topic: How to Count # of Losses for Intraday Trading System?
Replies: 1
Views: 992

Re: How to Count # of Losses for Intraday Trading System?

Hi, I want to build a filter to stop the intraday trading strategy with 3 consecutive losses since market opening. Is is possible to do that? Pls give me advices? Thanks no easy button to push, you have to code the logic. here's an idea: https://www.multicharts.com/discussion/viewtopic.php?f=5&t=8215
by TJ
16 Feb 2011
Forum: MultiCharts
Topic: 1 hr Breakout strategy for fx
Replies: 4
Views: 1384

Re: 1 hr Breakout strategy for fx

Hi Dave,

Yeah I guess I'm talking about 2 things regarding backtesting.

1. How do I perform backtesting...

Cheers
T
press [F1]
look under MultiCharts > Strategy Trading > Backtesting
by TJ
15 Feb 2011
Forum: MultiCharts
Topic: Displaying stop position
Replies: 5
Views: 1007

Re: Displaying stop position

178.94 ... Back to my interrogation, Is it possible to display, instead of an arrow, a special characters that will represent an arrow pointing on the side. A up or down arrow will not display the exact position. I don't see any text or characters command like Alt 26 (→) or Alt 16 for (►). When usin...
by TJ
15 Feb 2011
Forum: MultiCharts
Topic: Displaying stop position
Replies: 5
Views: 1007

Re: Displaying stop position

TJ,

I owe you few beers now. :)

...Martin
all I need is a smoked meat sandwich to go with it. ;-)>
by TJ
15 Feb 2011
Forum: MultiCharts
Topic: Displaying stop position
Replies: 5
Views: 1007

Re: Displaying stop position

Hello I'm using a trailing stop that is moved under specific conditions only. Is it possible to have an arrow be placed to show the stop position over the graph in an active trading window? Martin It is not a built-in thing...so you have to code it. Look up ARW_NEW and ARW_SETLOCATION . ps. it is a...
by TJ
14 Feb 2011
Forum: User Contributed Studies and Indicator Library
Topic: how to suspend trading for a period of time in Power Lang?
Replies: 4
Views: 2927

Re: how to suspend trading for a period of time in Power Lan

Hello,TJ, Thanks for the detailed suggestion:) I know what you mean buy write down the logic when I think. I have been scratching my head for the past 2 nights and sometimes I just cannot get it through. That's when experience counts I guess. thanks a lot! Justmake p.s.any tips for my question 2? D...
by TJ
13 Feb 2011
Forum: User Contributed Studies and Indicator Library
Topic: how to suspend trading for a period of time in Power Lang?
Replies: 4
Views: 2927

Re: how to suspend trading for a period of time in Power Lan

Hello,talented programers, I tried to write code which suspend trading for a period of days (ex. 10days) after the sum of past 3 position loss is reaching -400. It acts like circuit break when there is a series loss, suspend for a while before entering new trades: But I have 2 questions: 1.how do i...
by TJ
13 Feb 2011
Forum: MultiCharts
Topic: QuoteManager won't add many valid IB ETF symbols [SOLVED]
Replies: 4
Views: 1749

Re: QuoteManager won't add many valid IB ETF symbols [SOLVED]

I can't seem to get QuoteManager to add many valid IB ETF symbols. It finds and adds FXI, but not ILF. It finds and adds EWC, but not EWZ. Since I can get it to add some symbols, I don't think I have made some stupid newbie mistake, but using the exact same procedures I can't get it to add at least...
by TJ
12 Feb 2011
Forum: User Contributed Studies and Indicator Library
Topic: Upper-Lower Projection Band
Replies: 1
Views: 2110

Re: Upper-Lower Projection Band

sharp eyes.
thanks for the debugging.
by TJ
12 Feb 2011
Forum: MultiCharts
Topic: I'd like to try v6
Replies: 1
Views: 900

Re: I'd like to try v6

Hi, last year I tried Multicharts v5.5 then I shied away from purchasing it 'cause I thought the software had some lacks, but otherwise it is really great software. As v6 is out, I'd like to give it a try. Unfortunately, it seems like I cannot give it a try twice (v5.5 last year and v6 now). Can th...
by TJ
12 Feb 2011
Forum: User Contributed Studies and Indicator Library
Topic: DAPD Bands
Replies: 1
Views: 2228

Re: DAPD Bands

you are a good programmer.
thanks for sharing.
by TJ
11 Feb 2011
Forum: User Contributed Studies and Indicator Library
Topic: Code for RVI
Replies: 11
Views: 7297

Re: Code for RVI

The formula should be good I presume!

Thanks a lot TJ! :)
You are welcome.
by TJ
11 Feb 2011
Forum: User Contributed Studies and Indicator Library
Topic: Code for RVI
Replies: 11
Views: 7297

Re: Code for RVI

there you go...

Relative Volatility Index

and

RVII function
(numeric, autodetect)
by TJ
10 Feb 2011
Forum: User Contributed Studies and Indicator Library
Topic: VForce formula error?
Replies: 2
Views: 1939

Re: VForce formula error?

this is from my archive: // Type: Function, Name: VForce Vars: TSum(0), Trend(0), DM(0), CM(0); TSum = High + Low + Close; DM = High - low; IF TSum > TSum[1] Then Trend = 1 Else Trend = -1; IF Trend = Trend[1] Then CM = CM + Range Else CM = Range + Range[1]; IF CM <> 0 Then VForce = Volume * AbsValu...
by TJ
09 Feb 2011
Forum: MultiCharts
Topic: Updater for TWS version 914-915 (Mon Feb 07, 2011)
Replies: 14
Views: 3721

Re: same chart different price

TWS now is informing me there's a new update. Dare I proceed and install the MC_IB updater? Is it all working fine with MC v6.1? Or should I wait for another one?
see this thread
viewtopic.php?f=1&t=8187
by TJ
09 Feb 2011
Forum: User Contributed Studies and Indicator Library
Topic: Money Flow Index (MFI)
Replies: 3
Views: 3614

Re: Request for MFI (Money Flow Index)

For the IMI, I have coded it myself (it looks ok on a chart).
...
nice work.
thanks for sharing !
by TJ
09 Feb 2011
Forum: MultiCharts
Topic: Double or tripple top function
Replies: 5
Views: 911

Re: Double or tripple top function

Thanks TJ

Work great.

The idea as not show to have any value in my system.
But, at least I'm gonna be a little less dummy when going to bed :)
Life is one step at a time.
by TJ
08 Feb 2011
Forum: MultiCharts
Topic: Double or tripple top function
Replies: 5
Views: 911

Re: Double or triple top function

Hi TJ Always there to remind us to be precise and accurate :). Very good point My Point or idea is: Within a predermined # of bars or time Top: two bars having the same high Buttom: two bars having the same low Martin Montreal, Canada try this for idea: var: double.top(false); double.top = (high = ...
by TJ
08 Feb 2011
Forum: MultiCharts
Topic: Double or tripple top function
Replies: 5
Views: 911

Re: Double or tripple top function

Hello Before a recreate the word, is there an existing function to detect a double or tripple top or buttom in price? Martin you have to first define your meaning of a "top". A top is a very general term, but in trading, it means different things to different people. a double top is simply my.top =...
by TJ
08 Feb 2011
Forum: MultiCharts
Topic: Multicharts crashing everytime I try to launch it
Replies: 19
Views: 4993

Re: Multicharts crashing everytime I try to launch it

Sorry for being stupid - but where do I find QuoteManager?
have you tried the [F1] key?
by TJ
08 Feb 2011
Forum: MultiCharts
Topic: Multicharts crashing everytime I try to launch it
Replies: 19
Views: 4993

Re: Multicharts crashing everytime I try to launch it

Interesting thought Geizer. I have since reinstalled MC from scratch and no longer have the problem with crashing (fingers crossed) but the feed does seem to stop on non-minute charts sometime during every night. If I relaunch MC then the space is back-filled. I only have 6 charts up using 2 symbol...
by TJ
08 Feb 2011
Forum: MultiCharts
Topic: Misunderstanding Intrabar Order Generation code?
Replies: 3
Views: 1075

Re: Misunderstanding Intrabar Order Generation code?

Is there any reason you want to initialize the BBFlag to True?
by TJ
07 Feb 2011
Forum: MultiCharts
Topic: Fake signal to optimize parameters
Replies: 6
Views: 1330

Re: Fake signal to optimize parameters

you can give this a try:

Code: Select all

Input:
look.back(5);

var:
my.high(0);

my.high = highest( high, look.back);


if h > my.high[1] then
sellshort ("SS") next bar at market;
the optimizer will let you run through the "look.back" period to see which is the optimal value.
by TJ
07 Feb 2011
Forum: MultiCharts
Topic: Fake signal to optimize parameters
Replies: 6
Views: 1330

Re: Fake signal to optimize parameters

Hello TJ, Sorry for my english! Not easy to explain it being froggy ;) High/Top as I thought => Higher than all the highs on a definite period after my buy signal ( or the first higher after my buy signal, like a peak on Metastock). -- Laurent Your English is fine. If you are concerned, you can alw...
by TJ
07 Feb 2011
Forum: MultiCharts
Topic: Fake signal to optimize parameters
Replies: 6
Views: 1330

Re: Fake signal to optimize parameters

Hi, I want to optimize a trading system to find its best settings. I need your help for a part of the code ;-) Let's take a simple example: I have an indicator which give good buy signals. I want to find best settings to use it. I would like to create an indicator which sell every high/top after I ...
by TJ
06 Feb 2011
Forum: MultiCharts
Topic: Alarm when lost connection??? IS it possible
Replies: 2
Views: 584

Re: Alarm when lost connection??? IS it possible

MultiCharts is fully aware of the TWS-IB connection status.
You can see this real time in QuoteManager Event Log.

ie. The alarm is not a bad idea for a feature request.
by TJ
06 Feb 2011
Forum: MultiCharts
Topic: Alarm when lost connection??? IS it possible
Replies: 2
Views: 584

Re: Alarm when lost connection??? IS it possible

Hello Did post a similar post on Forex Factorie. Please excuse any duplication. Is it possible to have an alarm to be set if connection between MC and my broker IB (IB Gateway) is broken. Having that would put some peace of mind. As usual, any input or idea appreciate. Martin there are 2 connection...
by TJ
06 Feb 2011
Forum: User Contributed Studies and Indicator Library
Topic: Cumulative Delta & Volume Delta
Replies: 31
Views: 29041

Re: Cumulative Delta & Volume Delta

CrazyNasdaq and Nick/BlowFish: Good work! Many thanks for your tireless detective efforts.
by TJ
06 Feb 2011
Forum: MultiCharts
Topic: Trading session times
Replies: 4
Views: 2119

Re: Trading session times

We're getting closer!!! Thanks for that tip TJ. That will come in very handy in setting up fixed trading days and hours for each currency pair. The thing that is really confusing me is the concept of "exchange time"/"timezone" for each currency pair I trade. eg. I am going to be trading EUR/USD and...
by TJ
03 Feb 2011
Forum: MultiCharts
Topic: Free Quotes not updating
Replies: 24
Views: 6749

Re: Free Quotes not updating

Please forgive me the dumb question.

But how does one retrieve the free quotes (once a day), anyway?
I am not sure if I understand you.
The quotes are retrieved when you open the chart.
Can you elaborate a bit if this is not what you are looking for?
by TJ
03 Feb 2011
Forum: MultiCharts
Topic: Free Quotes not updating
Replies: 24
Views: 6749

Re: Free Quotes not updating

you can use View> Reload to update the chart.
by TJ
03 Feb 2011
Forum: MultiCharts
Topic: Free Quotes not updating
Replies: 24
Views: 6749

Re: Free Quotes not updating

Hi The only way I can make the updates on free quotes work is if delete all symbols in quote manager and re-enters them all over. I am following 50 symbols so this is a very time consuming process- Is there another way to do this ??. Other vendors has a manual update function that can be activated ...
by TJ
02 Feb 2011
Forum: MultiCharts
Topic: Trading session times
Replies: 4
Views: 2119

Re: Trading session times

or,

you can create a Custom Session Template in QuoteManager...
then load the chart with that session template.
by TJ
02 Feb 2011
Forum: MultiCharts
Topic: Trading session times
Replies: 4
Views: 2119

Re: Trading session times

Hi All, I am wanting to set my trading systems to only take trades during the london and american sessions. How do I go about doing this? The TS Technologies EasyLanguage Reference Guide Chapter 2. The Basic EasyLanguage Elements Manipulating Dates and Times... pg 19 Example: For example, you can w...
by TJ
02 Feb 2011
Forum: MultiCharts
Topic: What is MultiCharts Discretionary Trader
Replies: 7
Views: 3486

Re: What is MultiCharts Discretionary Trader

Will this MC DT version be the final one? Meaning, after the release of the final version of MC 7, MC DT will see also a final version, or this alpha version is the final one? regards "Alpha" means "First Cut". ie. unrefined, unproven, unpolished... incomplete, but ready for testing. "Beta" testing...
by TJ
02 Feb 2011
Forum: MultiCharts
Topic: Multicharts Elite Forum - what if I am an anti-elitist?
Replies: 11
Views: 1905

Re: Multicharts Elite Forum - what if I am an anti-elitist?

an elite — a select group of people with intellect, wealth, specialized training or experience, or other distinctive attributes — are those whose views on a matter are to be taken the most seriously or carry the most weight or those who view their own views as so; whose views and/or actions are mos...
by TJ
31 Jan 2011
Forum: MultiCharts
Topic: Historical Data Management
Replies: 8
Views: 1757

Re: Historical Data Management

MultiCharts saves the quotes to database when you exit the program.
by TJ
31 Jan 2011
Forum: User Contributed Studies and Indicator Library
Topic: Volume Weighted MACD
Replies: 6
Views: 4229

Re: Volume Weighted MACD

Thanks a lot guys. Will do no problem. Appreciate you pointing me in the right direction I am a coding dummy.

Cheers
You are welcome.
by TJ
30 Jan 2011
Forum: User Contributed Studies and Indicator Library
Topic: Volume Weighted MACD
Replies: 6
Views: 4229

Re: Volume Weighted MACD

Hi - I found this code on the web but can't get it to compile without errors; ... 1. In the future, please use the code tag to wrap around the code. It makes reading the code easier. (I have done it for you this time.) 2. In the future, please copy and paste the error message, so that people know w...
by TJ
30 Jan 2011
Forum: MultiCharts
Topic: writing data to a separate drive
Replies: 3
Views: 868

Re: writing data to a separate drive

Hello -- Can Multicharts be configured so that the application itself runs off, say, drive c:, while associated data is written to and read from, say, drive d:? If so, how does one so this? Thanks! it can, though not recommended. Because every time you upgrade, you might run into problems. do a sea...
by TJ
30 Jan 2011
Forum: MultiCharts
Topic: Is it possible to plot an indicator for certain time?
Replies: 5
Views: 1211

Re: Is it possible to plot an indicator for certain time?

Dear Spaceant,

Yes, it is possible. Here is an example of the code:

if time > 1230 then plot1(close);

It doesn't plot suppress the plot when time < 1230. Why is that?
what is your plot style? line? point? histogram?
are you plotting on main chart? or subchart?
can you post a sample?
by TJ
30 Jan 2011
Forum: MultiCharts FAQ
Topic: Historical Data Source (Free and Paid)
Replies: 11
Views: 15714

Re: Historical Data Source (Free and Paid)

Here is a huge collection:

http://forexforums.dailyfx.com/free-str ... -data.html

Once unzipped, the data may be imported directly.

It is free, and (at lease the majors are) of reasonable quality.
by TJ
29 Jan 2011
Forum: MultiCharts FAQ
Topic: Historical Data Source (Free and Paid)
Replies: 11
Views: 15714

Re: Historical Data Source (Free and Paid)

http://ratedata.gaincapital.com FX-Tick data or http://global.fxdd.com/de/mt1m-data.html import it to MT4 and convert/export it to .csv You have to use the new version of Excel and not OpenOffice since the old Excel and OO have the limitation of 65k lines. In this way you get M1 data which you ask ...
by TJ
29 Jan 2011
Forum: User Contributed Studies and Indicator Library
Topic: Volume Weighted MACD
Replies: 6
Views: 4229

Re: Volume Weighted MACD

Hi - Can someone tell me how to change the MACD settings to make them Volume Weighted moving averages instead of exponential? I am using MC 6.1.

Thanks for the help.

Cheers
Do you have the formula for Volume Weighted moving average?
by TJ
29 Jan 2011
Forum: MultiCharts
Topic: Historical data
Replies: 3
Views: 1242

Re: Historical data

Hello I want to test my stategy over an un-seen data collection. I'm trying to source 1 minute data on EurUsd previous than January 2010. I did find 1 week data from Dukascopy,com, But it is difficult to work with many 1 week file. Any suggestion where i could get historical quote for a whole year....
by TJ
27 Jan 2011
Forum: MultiCharts
Topic: How to code for a retest of the low
Replies: 10
Views: 1586

Re: How to code for a retest of the low

often we spend uncountable time and energy
looking for a silver bullet that could solve a problem.

often, all it takes is 2 simple aspirins.
by TJ
27 Jan 2011
Forum: MultiCharts
Topic: How to code for a retest of the low
Replies: 10
Views: 1586

Re: How to code for a retest of the low

TJ, :) That could be a solution, but price may rebounce on a pivot low that is not the lowest pivot low of a given period. My setup is strict and it is call a Fake Out: maybe i did not explain it well. Go long if price go below a previous pivot low. That is not The lowest pivot low, just a previous...
by TJ
27 Jan 2011
Forum: MultiCharts
Topic: How to code for a retest of the low
Replies: 10
Views: 1586

Re: How to code for a retest of the low

let me give you an overly simplified example...

Code: Select all


pivot.low = lowest( low, 20);


or you can look at some complicated and sophisticated examples...
in your PLEditor, look for function names starting with
pivot***
swing***
by TJ
27 Jan 2011
Forum: MultiCharts
Topic: How to code for a retest of the low
Replies: 10
Views: 1586

Re: How to code for a retest of the low

Hello TJ ... Whit my limited knowledge of Multicharts, I just can't figure how to code it. I will look again around the pivot. What i need to know is the price of a previous pivot low, but we could see many pivot low between these bars. How to discriminate out of the pivot low, the lowest pivot tha...
by TJ
27 Jan 2011
Forum: MultiCharts
Topic: Format Window menu - change Marker Style
Replies: 9
Views: 1611

Re: Format Window menu - change Marker Style

I have given it a try and it works. you can do this: add this indicator... plot1(h, "h"); plot2(l, "l"); plot3(c, "c"); set it up as invisible plot, with the markers checked. http://www.multicharts.com/discussion/download/file.php?id=3338 the chart should look like this: http://www.multicharts.com/d...
by TJ
27 Jan 2011
Forum: MultiCharts
Topic: Format Window menu - change Marker Style
Replies: 9
Views: 1611

Re: Format Window menu - change Marker Style

Thanks, TJ. Is there a finder's fee?

HA!

virginiatrader
which MC version you are using?

you can go to Help> About MultiCharts...
then copy and paste the version number here.
by TJ
27 Jan 2011
Forum: MultiCharts
Topic: How to code for a retest of the low
Replies: 10
Views: 1586

Re: How to code for a retest of the low

here are my thoughts...

Image
by TJ
27 Jan 2011
Forum: MultiCharts
Topic: Format Window menu - change Marker Style
Replies: 9
Views: 1611

Re: Format Window menu - change Marker Style

TJ: Thanks muchly, but that seems to apply to the marker(s) on chart studies...MAs, RSI, etc. The markers I would like to modify are on the price itself, move up and down on the Y-axis, and change to the color of the up-bar or down-bar. I think you have just discovered a bug... Candle style does no...
by TJ
27 Jan 2011
Forum: MultiCharts
Topic: Format Window menu - change Marker Style
Replies: 9
Views: 1611

Re: Format Window menu - change Marker Style

there is a work around.

see attached.

Image
by TJ
27 Jan 2011
Forum: User Contributed Studies and Indicator Library
Topic: open positon on Open?
Replies: 8
Views: 3412

Re: open positon on Open?

... Do you know a workaround for the openentry? Do I really need one tickprice which is the same as the openprice and tell MC to go intrabar? as OOHLC just to open at the second Openprice? I just hoped that there is some secret code just for backtests which is not documented since this code can not...
by TJ
27 Jan 2011
Forum: User Contributed Studies and Indicator Library
Topic: open positon on Open?
Replies: 8
Views: 3412

Re: open positon on Open?

... There has to be a way just to tell MC to go long with the openprice and close the position with the closeprice. Even Excel can do that . .... Because Excel is NOT a trading program. A trading program must work within the confines of reality... ie. execute sequenced events dictated by time and p...
by TJ
27 Jan 2011
Forum: User Contributed Studies and Indicator Library
Topic: open positon on Open?
Replies: 8
Views: 3412

Re: open positon on Open?

Normally Autotrades are calculated once per bar, at EOB (end of bar). If intrabarordergeneration is enabled, calculation will be done every tick. You cannot buy THIS BAR AT OPEN ... think about this sequentially: You will need the opening tick to trigger the OPEN event , by the time the opening tick...
by TJ
26 Jan 2011
Forum: User Contributed Studies and Indicator Library
Topic: open positon on Open?
Replies: 8
Views: 3412

Re: open positon on Open?

Hi, I wanted to backtest an idea but the entry is calculated on the openprice and an immediate entry (at open) when certain criteria is confirmed. The exit would be the close of that same bar (close). I can close the order with the command “sell this bar on close”. The only way to open an order acc...
by TJ
26 Jan 2011
Forum: User Contributed Studies and Indicator Library
Topic: Time & Sales
Replies: 17
Views: 10772

Re: Time & Sales

Made some small modifications:

Added or changed for MC: TextLocation, Automatic Decimals, Block Alert as border, TextSize
nice code
thanks for sharing


one suggestion:
you can simplify the auto-decimal with this code:

Code: Select all

MyDecimalPlaces = Log(PriceScale) / Log(10) ;
by TJ
24 Jan 2011
Forum: MultiCharts
Topic: How to code for a Stop Limit Order
Replies: 5
Views: 1454

Re: How to code for a Stop Limit Order

Hello I just read in IB document that we can send a Stop Limit Order If I understand well: The stop will triggerd the lookout for the limit Price. This way, i could limit my slippage If my understanding is ok, how do I code that? Martin Stop Limit orders will be supported in MultiCharts 7 a syntax ...
by TJ
24 Jan 2011
Forum: User Contributed Studies and Indicator Library
Topic: Fibonacci Channels
Replies: 1
Views: 3167

Re: Fibonacci Channels

Hi, here is s study of Fibonacci Channels. You draw a trend line and the code will construct a parallel so you have a trend channel. Afterwards it will divide the Channel and will draw parallel lines based on the ratios you select (e.g. Fibonacci numbers). Unfortunately this works well in TS2ki but...
by TJ
22 Jan 2011
Forum: MultiCharts
Topic: Now in PM (Right Click on Text, menu has shut off study)
Replies: 3
Views: 676

Re: New suggestion.

+1

I would also like to get the ID that created the text
(I mean the ID name, not just the ID number)
by TJ
22 Jan 2011
Forum: User Contributed Studies and Indicator Library
Topic: Cumulative Delta & Volume Delta
Replies: 31
Views: 29041

Re: Cumulative Delta & Volume Delta

I should caution people that this is not accurate due to possible race conditions in MC, I uploaded the indicator under the name 'BlowFish' at traderslaboratory. Hopefully this will be sorted out in version 7.0, it is being discussed on the main forum right now. can you elaborate? maybe with some i...
by TJ
21 Jan 2011
Forum: User Contributed Studies and Indicator Library
Topic: Counter don't start at zero
Replies: 14
Views: 4673

Re: Counter don't start at zero

Hi. ... I twisted a bit the initial study, and I wanted to be able to plot on the bar chart the price range when MACD is above and below zero line. Unfortunately is a bit more complicated than that. If I wanted the range to be plotted just on the current bar I could also done this: .... the pot thi...
by TJ
20 Jan 2011
Forum: User Contributed Studies and Indicator Library
Topic: Counter don't start at zero
Replies: 14
Views: 4673

Re: Counter don't start at zero

Hi. ... I just want to be able to see the price range for each MACD side plotted once. Each new bar for the MACD side the text will plot the price range made so far. ... if you write out your thoughts... one line at a time, one action per line... (as if you were teaching a little kid how to draw) y...
by TJ
20 Jan 2011
Forum: MultiCharts
Topic: code replacement
Replies: 3
Views: 1068

Re: code replacement

Is there a way to sum code together that comes up every time? Something like: #xxxpla: begin Print(“ this is good”); Print(“this is bad”); Buy this bar on close; var0=var0+1; End; And everytime I use the key “xxxpla” the code from begin to end will replace that. something like define or replacement...
by TJ
20 Jan 2011
Forum: User Contributed Studies and Indicator Library
Topic: A Bollinger Flag. My small contribution
Replies: 3
Views: 2979

Re: A Bollinger Flag. My small contribution

Hello TJ Thank. What i was looking was a way to code for period when i should nolook to be in trade. That was my first code that i create in MC Here is the code Be indulgent as i don't qualify as a professional hehe! ... Nice code. Thanks for sharing. As in any technical analysis, it is important t...
by TJ
20 Jan 2011
Forum: MultiCharts
Topic: Forum problems. (Search, etc.)
Replies: 72
Views: 13385

Re: New Forum problems. (Search, etc.)

Thank you TJ, :)
no, I mean post a "Thank You" at that thread...
once you posted something there, the thread will then become "read".
by TJ
19 Jan 2011
Forum: MultiCharts
Topic: Forum problems. (Search, etc.)
Replies: 72
Views: 13385

Re: New Forum problems. (Search, etc.)

This thread is always showing new messages when there are not.
viewtopic.php?f=1&t=8112
"Mark forums read" doesn't do anything.
maybe the thread is waiting for you to say "thank you".
by TJ
18 Jan 2011
Forum: MultiCharts
Topic: multicharts and realtick 9
Replies: 3
Views: 1140

Re: multicharts and realtick 9

There are developments in the future to connect to this platform?
Thanks
you can make a feature request here:
https://www.multicharts.com/pm/
by TJ
18 Jan 2011
Forum: MultiCharts
Topic: Whats Wrong with this section: If then else Begin
Replies: 2
Views: 639

Re: Whats Wrong with this section: If then else Begin

you have a missmatched BEGIN/END pay attention to how I format the code, you can easily match the BEGIN with a corresponding END . If Close > UpperBand then Begin If PowerTrendL then Begin WaitTouchMidLineL= True; // A P.trend MessageString = MessageString + "// Wait to touch the mid Line "; end els...
by TJ
17 Jan 2011
Forum: User Contributed Studies and Indicator Library
Topic: Indicator on data2
Replies: 3
Views: 2394

Re: Indicator on data2

I can’t believe it. It really works.
TJ thank you sooo much… I have been working at this problem for a while now and even developed workarounds.
You are definitely working too hard - Sundays and holydays. I didn’t expect an answer so soon.
You are welcome.

I am glad it works.
by TJ
17 Jan 2011
Forum: MultiCharts
Topic: Relative bars using Intrabar Order Generation
Replies: 2
Views: 901

Re: Relative bars using Intrabar Order Generation

...can you still use “ low [1] “ to refer to the last bar’s low? I'd really appreciate it if anybody has a clean, easy way to accomplish this. Thanks in advance for the guidance. with intrabar order generation , 1. the bar reference " [1] " remains the same. 2. the only change is order next bar wil...
by TJ
17 Jan 2011
Forum: User Contributed Studies and Indicator Library
Topic: Counter don't start at zero
Replies: 14
Views: 4673

Re: Counter don't start at zero

Yes, with time. The problem is that we, the ones with no programming skills, we don't deal with programming language on a daily basis, and this can be deadly when you are learning, because you tend to forget stuff if you stay a way from it for to long :( Also, one of the things manuals lack is a co...
by TJ
17 Jan 2011
Forum: User Contributed Studies and Indicator Library
Topic: Indicator on data2
Replies: 3
Views: 2394

Re: Indicator on data2

Hi, I am a little desperate right now. I am working since a week on this problem and cant finde a solution. I put on a chart with Data1 = M1 (minute) Data2= D1 (daily) I just want to have the daily DMI (data2). It doesn’t matter which stock Code: variables: dplus(0), dminus(0); dplus=DMIPlusCustom(...
by TJ
17 Jan 2011
Forum: User Contributed Studies and Indicator Library
Topic: Counter don't start at zero
Replies: 14
Views: 4673

Re: Counter don't start at zero

Finally!
Congratulations !
Why such simple things takes ages to be understood :(
There is a first time for everything.
It will be faster next time.

;-)
by TJ
16 Jan 2011
Forum: MultiCharts FAQ
Topic: Historical Data Source (Free and Paid)
Replies: 11
Views: 15714

Re: Historical Data Source (Free and Paid)

close only

Historical Futures Data
http://wikiposit.org/p?futures
by TJ
16 Jan 2011
Forum: User Contributed Studies and Indicator Library
Topic: Counter don't start at zero
Replies: 14
Views: 4673

Re: Counter don't start at zero

.... As usual, I'm missing something. Regards, Fernando my suggestions: before you start writing a single line of code, always start by: 1. WRITING DOWN what you want to achieve (in signals as well as in benefits) 2. draw a mock up diagram/chart of how the indicator would look like (with lines and ...
by TJ
15 Jan 2011
Forum: User Contributed Studies and Indicator Library
Topic: Counter don't start at zero
Replies: 14
Views: 4673

Re: Counter don't start at zero

... Another strange reaction is although I'm requesting to count the up bars, above zero, it actually counts the down bars, below zero. ... As usual, I'm missing something. Regards, Fernando because when downCount = true you DID NOT tell the computer that upcount is now FALSE . thus the computer ke...
by TJ
15 Jan 2011
Forum: MultiCharts
Topic: time to seconds on a previous day
Replies: 2
Views: 910

Re: time to seconds on a previous day

I would like to be able to calculate time in seconds from the current time to x bars back- where x bars may have occurred on a previous day. I am using range bars. TimeToSeconds(time_s)-TimeToSeconds(time_s[xbars]) Is there a function that gives cumulative seconds from one session to another. "Time...
by TJ
15 Jan 2011
Forum: User Contributed Studies and Indicator Library
Topic: Counter don't start at zero
Replies: 14
Views: 4673

Re: Counter don't start at zero

Hi guys. Can you help me here? This a simple study that counts how many bars, in this case, MACD, fills above and below zero line. The problem is that the counter starts always at 1 and never at zero . I can't understand why. I'm starting the count at zero everytime the bars crosses zero line. ... ...
by TJ
14 Jan 2011
Forum: MultiCharts
Topic: RSI region, how to define
Replies: 4
Views: 990

Re: RSI region, how to define

You need to write down your logic in even greater detail.

maybe you can consider:

Code: Select all

if RSI(c,7)[1] < 30 and RSI(c,7) > 30 then...
by TJ
13 Jan 2011
Forum: MultiCharts
Topic: Backup of settings and recorded data from Quote Manager
Replies: 2
Views: 879

Re: Backup of settings and recorded data from Quote Manager

Hello, ... Regarding recording of data, I am also wondering if it is possible to change the path of where this should be recorded to? Like in a .ini file or in the Windows Registry. Thanks, Laurentius it is possible. the instructions are posted in one of the threads, you can search for it. But I wo...
by TJ
13 Jan 2011
Forum: MultiCharts
Topic: RSI region, how to define
Replies: 4
Views: 990

Re: RSI region, how to define

Hello Simple question, but just can't figure how to do it Using the RSI indicator, we could see that the region of validation is in blue. Now, how do I code to read it? Reading the RSI value does not tell if the region is valid or not Any help appreciated Martin I am not sure if I understand you fu...
by TJ
13 Jan 2011
Forum: User Contributed Studies and Indicator Library
Topic: VWAP Oscillator (StDeV based)
Replies: 23
Views: 24012

Re: VWAP Oscillator (StDeV based)

TJ i don't understand the modification that u did at original code on Trsor , the code of dbtina vwap_H, could u exaplin please? you need to learn to walk before run. I would suggest you to go through this ebook first: Getting Started with EasyLanguage https://www.multicharts.com/multicharts/help/d...
by TJ
12 Jan 2011
Forum: MultiCharts FAQ
Topic: Historical Data Source (Free and Paid)
Replies: 11
Views: 15714

Re: Historical Data Source (Free and Paid)

2 years of ES tick data

see bottom right column

http://exceltrader.net/
by TJ
12 Jan 2011
Forum: MultiCharts FAQ
Topic: Not enought memory message
Replies: 25
Views: 10138

Re: Not enought memory message

does your indicator have a large array? It can take up a lot of memory space.


if the problem persists, you should contact tech support through live chat.
by TJ
12 Jan 2011
Forum: MultiCharts FAQ
Topic: Not enought memory message
Replies: 25
Views: 10138

Re: Not enought memory message

Hello I'm working om my signal program since 2 weeks and i got this message this afternoon Message:Error in Study: (name of my study" :: STD exeption: Not enought memory Dont know why. I got 6 gig of ram Martin MultiCharts is a 32 bit program, as such, it can only access ~2 GB of memory space. How ...
by TJ
12 Jan 2011
Forum: MultiCharts
Topic: DAx futures with Interactive Br4okers
Replies: 9
Views: 2919

Re: DAx futures with Interactive Br4okers

I did all the suggestions. It still doesn't work I get this message: Data request for DAX DTB FUT 1 Minute Ask [ 01/08/2011 17:32:00 - 01/12/2011 17:31:00 ] (Id= 1000080) [01/12/2011 18:31:18] TWS error message: Id= 1000080; code= 200; description= No security definition has been found for the requ...
by TJ
12 Jan 2011
Forum: MultiCharts
Topic: DAx futures with Interactive Br4okers
Replies: 9
Views: 2919

Re: DAx futures with Interactive Br4okers

did you use QM >Add Symbol >From Data Source ?


suggestion: delete the symbol from QM and add again.
by TJ
12 Jan 2011
Forum: User Contributed Studies and Indicator Library
Topic: Catch Close at certain time if IOG true
Replies: 18
Views: 6683

Re: Catch Close at certain time if IOG true

TJ, thank you again. Unfortunately - after serious examiniation - your last suggestion also did not work. The reason for this is the same I mentioned before: with IOG = true all vars are reset to their initial value tick by tick. So you may assign the latest close price to the variable Exit_Price b...
by TJ
11 Jan 2011
Forum: MultiCharts
Topic: Free Quotes not updating
Replies: 24
Views: 6749

Re: Free Quotes not updating

Thank u TJ!
Do u know a way to have free streaming quote, like DAX or SP500?
I set email alert on daily data on 3/4 indexes, it will be dumb to pay 50$ to pay for it.

Thank you.
you can submit a feature request here:
https://www.multicharts.com/pm/about.php
by TJ
11 Jan 2011
Forum: MultiCharts
Topic: Free Quotes not updating
Replies: 24
Views: 6749

Re: Free Quotes not updating

Most free quotes are not streaming data feeds.
The charts will not update by itself even if you leave the computer on all day.

You'd need to reload the charts to get new data.
by TJ
11 Jan 2011
Forum: MultiCharts
Topic: volume calculation on charts
Replies: 3
Views: 1132

Re: volume calculation on charts

Hi, I'm evaluating MC and I have some doubts about the use of volumes in powerlanguage. Data Supplier is Zen Fire trial, in this very moment I see volumes are 64554(InteractiveB), building a 1 minute chart using builvolumeon tick I got a cumulative volume of 14033, building the same chart but using...
by TJ
08 Jan 2011
Forum: User Contributed Studies and Indicator Library
Topic: counter for point/range bar
Replies: 2
Views: 2160

Re: counter for point/range bar

Hello, Does anyone have a count down indicator for point/range instead of time or ticks? Something that can be shown on the charts say in an upper corner out of the way would be ideal. Thank you for any and all help. someone asked the same question a few weeks ago (maybe a couple of months ago?). H...
by TJ
07 Jan 2011
Forum: MultiCharts
Topic: MC 7.0 Pre Alpha
Replies: 143
Views: 31784

Re: MC 7.0 Pre Alpha

I get wrong volume charts with ZenFire. On a chart with 10000 Contracts Bars i get 57 bars instead of 27 for the NQH1 with a traded volume of 279363 contracts for the whole day. that's strange. maybe the volume is for RTH only? can you put the volume indicator on the chart to see how many contracts...
by TJ
06 Jan 2011
Forum: User Contributed Studies and Indicator Library
Topic: Found this ela Strategy in a book and can not compile it.
Replies: 7
Views: 3367

Re: Found this ela Strategy in a book and can not compile it

That was meant to be function b.
I just see, there is no result. Adding to the end of the code
LOCGetShareFunc=RiskShares;
Does not change the compiling issue.

Locust.
then you have save function "b" with the name "LOCGetShareFunc".
by TJ
06 Jan 2011
Forum: User Contributed Studies and Indicator Library
Topic: Found this ela Strategy in a book and can not compile it.
Replies: 7
Views: 3367

Re: Found this ela Strategy in a book and can not compile it

you are missing this function -- LOCGetSharesFunc

I don't think function "b" is needed.
by TJ
06 Jan 2011
Forum: User Contributed Studies and Indicator Library
Topic: Found this ela Strategy in a book and can not compile it.
Replies: 7
Views: 3367

Re: Found this ela Strategy in a book and can not compile it

>Found this ela Strategy in a book and can not compile it. where did you find it? what is the name? what does it do? any descriptions will help save a lot of time beating around the bush in the dark. please copy and paste the error message. ps: pls enclose the code with code tag. the code tag button...
by TJ
06 Jan 2011
Forum: MultiCharts
Topic: Text_New funtion for tick bar
Replies: 6
Views: 1778

Re: Text_New funtion for tick bar

Hi TJ, From example, there are 10 ticks have the same time stamp of 15:00:00. If I want to plot the text on each of the tick bar, the TEXT_NEW_S cannot locate the exact bar I want to plot. TS's EasyLanguage can do analysis down to the minute level. MultiCharts' PowerLanguage can do analysis down to...
by TJ
05 Jan 2011
Forum: MultiCharts
Topic: Text_New funtion for tick bar
Replies: 6
Views: 1778

Re: Text_New funtion for tick bar

The Text_New_s cannot be applied for tick bar because there are many tick bars has the same time. Is there any plan for adding "Text_New_Bar" function for each bar?
you have to use TIME_S with TEXT_NEW_S.


you can post your code if you need help programming.
by TJ
05 Jan 2011
Forum: MultiCharts
Topic: How to have a function to return two value
Replies: 5
Views: 1355

Re: How to have a function to return two value

Thank you Rommi , TJ

Rommi, I succedded with your suggestion. I missed the dummy value provided by Value1.

I will work arround this solution

To both of you, My best wish for the New Year, Happy trading time

Martin
Thank you and you are welcome.
Best wishes to you too.
by TJ
05 Jan 2011
Forum: MultiCharts
Topic: Forum problems. (Search, etc.)
Replies: 72
Views: 13385

Re: New Forum problems. (Search, etc.)

It would be nice if more than one attachment was allowed per post.
you can do it.
just press "Preview"... and continue to attach.
by TJ
05 Jan 2011
Forum: MultiCharts
Topic: How to have a function to return two value
Replies: 5
Views: 1355

Re: How to have a function to return two value

Something that I dont understand

How could I get a function to return two value. In the exemple, how do I return the value of Out1, Out2 to the caller
go look at the stochastic code for example.
by TJ
04 Jan 2011
Forum: User Contributed Studies and Indicator Library
Topic: Catch Close at certain time if IOG true
Replies: 18
Views: 6683

Re: Catch Close at certain time if IOG true

Thanks for your reply but unfortunately your suggested code led to crashes of MC (maybe forced by a loop within the code) - saw this never before. Nevertheless this code would keep my problem of changing the value of Exit_Price on every new tick. This is what I meant with "until a new tick occurs"....
by TJ
04 Jan 2011
Forum: User Contributed Studies and Indicator Library
Topic: Catch Close at certain time if IOG true
Replies: 18
Views: 6683

Re: Catch Close at certain time if IOG true

Thank you for your effort to understand. Hope the following makes it clear: ... ... (is does not matter that it is traded a few seconds before – what matters is that it is the last traded price at 200000).... Many thanks again. WOW WOW WOW... hold the water... that's a whole new different explanati...
by TJ
03 Jan 2011
Forum: User Contributed Studies and Indicator Library
Topic: Request for HFT indicator
Replies: 13
Views: 5112

Re: Request for HFT indicator

C:\Users\pcbigfan>tracert -d prod.openecry.com Tracing route to prod.openecry.com [74.201.3.43] over a maximum of 30 hops: 1 <1 ms <1 ms <1 ms 192.168.1.1 2 19 ms 19 ms 18 ms 213.205.24.96 3 19 ms 18 ms 19 ms 213.205.28.33 4 19 ms 19 ms 19 ms 213.205.25.17 5 26 ms 26 ms 26 ms 94.32.135.105 6 26 ms ...
by TJ
03 Jan 2011
Forum: User Contributed Studies and Indicator Library
Topic: Request for HFT indicator
Replies: 13
Views: 5112

Re: Request for HFT indicator

i write the server

prod.openecry.com
9200
Openecry is a retail broker, I am not sure if they can handle HFT. You should give them a call to find out.
by TJ
03 Jan 2011
Forum: User Contributed Studies and Indicator Library
Topic: Request for HFT indicator
Replies: 13
Views: 5112

Re: Request for HFT indicator

Is it possible built an indicator that tell my the velocity of my ping and how many hops, from the brokers? no ANd from my pc to the exchange how many? no TJ are u able to buuild one inìdicator that gives us these information? what for? I ask now at it department they give me a command traceroute.....
by TJ
03 Jan 2011
Forum: MultiCharts
Topic: Can't compile studies in PL Editor
Replies: 27
Views: 11886

Re: Can't compile studies in PL Editor

try starting PLEditor as administrator.

also try turning off the User Account Control.
>control panel >user control
by TJ
03 Jan 2011
Forum: MultiCharts
Topic: Can't compile studies in PL Editor
Replies: 27
Views: 11886

Re: Can't compile studies in PL Editor

ps. Big Mike has a version of SuperTrend that does not use jtHMA.
by TJ
03 Jan 2011
Forum: MultiCharts
Topic: Can't compile studies in PL Editor
Replies: 27
Views: 11886

Re: Can't compile studies in PL Editor

this is the jtHMA function that I have. you can compare it with yours {jtHMA - Hull Moving Average Function} {Author: Atavachron} {May 2005} Inputs: price(NumericSeries), length(NumericSimple); Vars: halvedLength(0), sqrRootLength(0); { Original equation is: --------------------- waverage(2*waverage...
by TJ
03 Jan 2011
Forum: User Contributed Studies and Indicator Library
Topic: Request for HFT indicator
Replies: 13
Views: 5112

Re: Request for HFT indicator

Hi TJ, HFT i mean order send by microseconds. I see that crazynasdaq bult 2 indicator that show when HFT orders are send to the markets. By the logic of rhese indicator could we also send hft orders? MultiCharts' PowerLanguage can do analysis down to the seconds level, but not sub-seconds . What is...
by TJ
03 Jan 2011
Forum: User Contributed Studies and Indicator Library
Topic: Catch Close at certain time if IOG true
Replies: 18
Views: 6683

Re: Catch Close at certain time if IOG true

Thanks for your reply but ...

... This is what I meant with "until a new tick occurs"...

Many thanks in advance.
still don't understand what you want.

you need to make some illustrations,
maybe with a series of charts to show time/tick changes,
maybe with a Time and Sales table...
by TJ
03 Jan 2011
Forum: User Contributed Studies and Indicator Library
Topic: Request for HFT indicator
Replies: 13
Views: 5112

Re: Request for HFT indicator

Is it possible do HFT by multicharts like big Hedge??!!
can you define your HFT?
by TJ
02 Jan 2011
Forum: User Contributed Studies and Indicator Library
Topic: Catch Close at certain time if IOG true
Replies: 18
Views: 6683

Re: Catch Close at certain time if IOG true

How to catch and hold a price at a certain time if IOG is true? The following code holds Exit_Price = 0 if no tick closes exactly at 200000. If a tick occurs – by accident – at 200000 Exit_Price holds the close of that tick until a new tick occurs . Exit_Price is then reset to 0. not sure what you ...
by TJ
27 Dec 2010
Forum: User Contributed Studies and Indicator Library
Topic: Volume @ Price String in the right margin of the workspace
Replies: 14
Views: 6108

Re: Volume @ Price String in the right margin of the workspa

so WITH THIS INDICATOR COULD U FIND hft? This indicator is not designed to identify HFT, it's only a numerical expression of Volume profile, very accurate ( 1 tick accurate). HFT with this indicator doesn't matter at all You are searching here something different from what I've posted here I can se...
by TJ
23 Dec 2010
Forum: MultiCharts
Topic: Happy Holidays!
Replies: 6
Views: 1697

Re: Happy Holidays!

Happy holidays to everyone... no matter your religious persuasion.

I wish 2011 will be a prosperous year for you.
But more importantly, a healthy and safe year for you and your loved ones.

Joyeux Noël et le meilleur de chance dans 2011 !

Best Regards
TJ
by TJ
22 Dec 2010
Forum: MultiCharts
Topic: A function to found the highest value of a variables serie
Replies: 3
Views: 1014

Re: A function to found the highest value of a variables ser

Your faster than MC staff..... hehe! I was suppose to receive an answer toomorow

Best wish for this Christmass time and the new year

Martin
Thank you and you are welcome.

please note my edited answer above.
by TJ
22 Dec 2010
Forum: MultiCharts
Topic: A function to found the highest value of a variables serie
Replies: 3
Views: 1014

Re: A function to found the highest value of a variables ser

Hello Is there a function to return the highest value over variables Highest function is refering to the high of a bar series. I'm looking for the greteast value over a collection of variables Martin a collection of variables is different from a variables series . for a collection of variables: max...
by TJ
22 Dec 2010
Forum: MultiCharts
Topic: Auto Close in Auto Trade
Replies: 5
Views: 1977

Re: Auto Close in Auto Trade

SUPER,

Thanks for your code.
However, if there is no new tick or new trade near the closing time, how can the system close automatically?
Some (most) brokers require the last order to be submitted 3 minutes before close.
Please check with your broker for this requirement.
by TJ
21 Dec 2010
Forum: MultiCharts
Topic: Backtesting vs. Realtime with Line Break and Kagi Charts
Replies: 9
Views: 4373

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

are you using Intra-bar Order Generation?
by TJ
21 Dec 2010
Forum: MultiCharts
Topic: Backtesting vs. Realtime with Line Break and Kagi Charts
Replies: 9
Views: 4373

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

I've noticed that when using automated strategies using Line Break or Kagi charts, there is a great discrepancy between realtime and backtested results. For example, the number of trades is substantially different. I understand the difference between realtime and backtesting. But I'm surprised at t...
by TJ
17 Dec 2010
Forum: MultiCharts
Topic: Converting a EOD system to intraday
Replies: 4
Views: 1253

Re: Converting a EOD system to intraday

so to be clear - will this work?
.. D1= daily data and D2 = 1 minute data
If close >Average(close,10) then Buy 1 contract next bar at opend(0) of data2+
.5*Avgtruerange(20) stop;
Image
by TJ
17 Dec 2010
Forum: MultiCharts
Topic: Converting a EOD system to intraday
Replies: 4
Views: 1253

Re: Converting a EOD system to intraday

so to be clear - will this work?
.. D1= daily data and D2 = 1 minute data
If close >Average(close,10) then Buy 1 contract next bar at opend(0) of data2+
.5*Avgtruerange(20) stop;
no

autotrade only executes on data1.
by TJ
17 Dec 2010
Forum: MultiCharts
Topic: Converting a EOD system to intraday
Replies: 4
Views: 1253

Re: Converting a EOD system to intraday

I want to use open next bar +- to enter and exit the market. That means I need to convert a normal daily bar chart and .... Is the easiest way to just stick with a daily chart and add a new data series = the 1 minute chart and substitute "open next bar" with opend(0) of data2 ?? Will that work? the...
by TJ
17 Dec 2010
Forum: User Contributed Studies and Indicator Library
Topic: Limiting scope of the study
Replies: 3
Views: 2211

Re: Limiting scope of the study

TJ, Thanks a lot. I did try the first option but it meant that everytime I had to change the settings. I tried the script as well but I was typing ELDATE instead of DATE and therefore was not getting the result I was looking for. Thanks a lot, everything seems working now. It is much appreciated. R...
by TJ
17 Dec 2010
Forum: MultiCharts
Topic: automate order problem
Replies: 13
Views: 2163

Re: automate order problem

TJ, then when I automate a TS with real time data and TS put one stop order (buy at h+minmove stop) what happen? To me sometime works an the order is execute after the price go over h+minmove, somtime the order i sexecute at h... I come from TS 2000i and this is the first time I work in real time.....
by TJ
16 Dec 2010
Forum: MultiCharts
Topic: Indicator will only plot "0" not the Value being returned.
Replies: 3
Views: 1058

Re: Indicator will only plot "0" not the Value being returne

... Is this enough info to come up with some possible causes?
no
by TJ
16 Dec 2010
Forum: MultiCharts
Topic: automate order problem
Replies: 13
Views: 2163

Re: automate order problem

Ok, but whe I put BuY at h+minmove stop MC send the oredr when the price touch h. Therefore MC support stop order, but not correctly! Right? On backtest without using Bar Magnifier , the BUY is executed at HIGH, and SELL is executed at LOW. For more information on programming autotrade and backtest...
by TJ
16 Dec 2010
Forum: MultiCharts
Topic: Combining two data sources on same chart?
Replies: 7
Views: 1083

Re: Combining two data sources on same chart?

Thanks for your help - I ended up creating a unique symbol just for this ASCII data and it looks like the Quote Manager assembled everything cleanly as you described.

One more reason why MultiCharts is very cool - thanks!
you are welcome
by TJ
16 Dec 2010
Forum: MultiCharts
Topic: automate order problem
Replies: 13
Views: 2163

Re: automate order problem

When marketposition=0

then stop limit order, correct?

STOP-LIMIT orders are not supported yet.

see this thread for answer.
viewtopic.php?f=1&t=7999
by TJ
16 Dec 2010
Forum: MultiCharts
Topic: MC 7.0 Pre Alpha
Replies: 143
Views: 31784

Re: MC 7.0 Pre Alpha

InteractiveBrokers have a highly customizable DOM.
You can change the button function, color, wording on the button, number of buttons, what is on the attached quote panel, details in the trade panel, PnL, etc.,
by TJ
15 Dec 2010
Forum: User Contributed Studies and Indicator Library
Topic: Limiting scope of the study
Replies: 3
Views: 2211

Re: Limiting scope of the study

Hi Everyone, Just joined the discussion forum and a new user of MC. I have been fiddling with some of the scripts in order to limit the scope of the studies, for example to carry out the study from 2001 onwards. Unfortunately it does not seem to be responding to the changes I am making. Is there an...
by TJ
15 Dec 2010
Forum: MultiCharts
Topic: Combining two data sources on same chart?
Replies: 7
Views: 1083

Re: Combining two data sources on same chart?

I guess my question is how does QM know that the two files are related? thanks for your help. If you are importing the data into the same symbol, all the data will be associated with that symbol, and all the data will be arranged by the time stamp. any duplicate time stamps will be overwritten by t...
by TJ
15 Dec 2010
Forum: MultiCharts
Topic: Combining two data sources on same chart?
Replies: 7
Views: 1083

Re: Combining two data sources on same chart?

Yes, they are ASCII files. How will the QM "know" that they should be appended? Do I have to designate something when I "map to ascii" or do I do an "import" instead?
As you can tell, I am new to this.
thanks!
QM arranges the data by time stamp.

or,
you can merge the files before import.
by TJ
15 Dec 2010
Forum: MultiCharts
Topic: Combining two data sources on same chart?
Replies: 7
Views: 1083

Re: Combining two data sources on same chart?

I have some 1 minute bar data for a commodity that goes back several years. The data is so large, in fact, that it had to be broken up into 2 data files to send it via email. Is there an easy way in MultiCharts to "paste" those two files together so that they are 1 continuous chart on the screen? a...
by TJ
15 Dec 2010
Forum: MultiCharts
Topic: automate order problem
Replies: 13
Views: 2163

Re: automate order problem

buy n contract next bar at H+MinMove stop;

sell short n contract next bar at L-MinMove stop;

thanks

do you intend it as a STOP-LOSS order? or STOP-LIMIT order?
by TJ
15 Dec 2010
Forum: MultiCharts
Topic: automate order problem
Replies: 13
Views: 2163

Re: automate order problem

Thanks for the topic. But my problem is diffrent (how appear to me...) I backtested and strategy work correctly... The strange is: in the code I wrote buy at h+minmove or number, but when price arrive to h then the order is send to market. Thanks for the attention TJ >The strange is: in the code I ...
by TJ
14 Dec 2010
Forum: MultiCharts
Topic: automate order problem
Replies: 13
Views: 2163

Re: automate order problem

Hi, orders like: buy stop at h+minmove sell stop at l-minmove are filled at h or l without minmove (but in order position tracker are send correctly). The setting of automate is sync and convert unexecute order after 5 second in market order. Thanks Riccardo you must be backtesting. see this thread...
by TJ
13 Dec 2010
Forum: MultiCharts
Topic: What is the actual position
Replies: 3
Views: 752

Re: What is the actual position

Thanks twice TJ

I will try F1 next time

Martin
you are welcome
by TJ
13 Dec 2010
Forum: MultiCharts
Topic: What is the actual position
Replies: 3
Views: 752

Re: What is the actual position

Helllo Is there a command to read the actual # units that represent a position in the account?. I already know the command MarketPosition that will tell me if I'm short, long or even in the account. This is good for a backtest, but not for a live session Is it possible to know the quantity of units...
by TJ
12 Dec 2010
Forum: MultiCharts
Topic: Referencing back to the entry bar.
Replies: 4
Views: 1171

Re: Referencing back to the entry bar.

AT$ is not supported in MultiCharts.
okay, thanks for the info. So, is there another way to reference back to the entrybar?
you have to code the logic step by step...
by TJ
12 Dec 2010
Forum: MultiCharts
Topic: Referencing back to the entry bar.
Replies: 4
Views: 1171

Re: Referencing back to the entry bar.

AT$ is not supported in MultiCharts.
by TJ
11 Dec 2010
Forum: MultiCharts
Topic: limit orders are not working
Replies: 8
Views: 2622

Re: limit orders are not working

Will this be supported in V 7?
I don't know.

You can check the list of features here:
https://www.multicharts.com/traders-blog/?p=112
by TJ
10 Dec 2010
Forum: MultiCharts
Topic: limit orders are not working
Replies: 8
Views: 2622

Re: limit orders are not working

I try to enter a limit order with my Study : sellshort ("SEL") next bar at low - 5 limit; however it seems to be a mrket order or send at low.? Is this supposed to work ? because your sell order is below the market, that is why it was filled immediately. Stop-Limit orders are not supported yet.
by TJ
06 Dec 2010
Forum: MultiCharts
Topic: MultiCharts and eSignal OnDemand
Replies: 7
Views: 2269

Re: MultiCharts and eSignal

the restriction with eSignal OnDemand is specifically stated in eSignal's term of service.
by TJ
04 Dec 2010
Forum: MultiCharts
Topic: Paint Bar on the 4th full trading of the month
Replies: 6
Views: 1348

Re: Paint Bar on the 4th full trading of the month

Hi, I saw there is First Bar of Month indicator. I'm trying to do paintbar for 4th full trading day of the month and 4th to last full trading day of the month. Any help appreciated. Thank you Tony 4th trading day is easy... just set up a counter, reset the counter at the beginning of the month, and...
by TJ
04 Dec 2010
Forum: MultiCharts
Topic: Database
Replies: 3
Views: 1035

Re: Database

currently my database is approaching 4gb, in the faq it does not tell u how to reduce the size....if 4gb is the limit, how do i go into the database files & delete some data from various symbols? you can delete data through QM, but deleting data does not reduce the database size because the databas...
by TJ
03 Dec 2010
Forum: MultiCharts
Topic: VOTE FOR MULTICHARTS!
Replies: 18
Views: 4354

Re: VOTE FOR MULTICHARTS!

+1
by TJ
01 Dec 2010
Forum: MultiCharts
Topic: Any plans for manual order entry support in MC?
Replies: 91
Views: 31783

Re: Any plans for manual order entry support in MC?

Dear Sirs, There is a discussion on manual trading features here: https://www.multicharts.com/traders-blog/?p=46 If you have any feature requests, please post them in Project Management section: https://www.multicharts.com/pm/ Dave, it is hard to post a feature request to the feature that we only k...
by TJ
29 Nov 2010
Forum: MultiCharts
Topic: inserting a ratio on a chart
Replies: 11
Views: 2383

Re: inserting a ratio on a chart

Thank you TJ for your post. I attempted adding the lines you posted but it would not compile correctly. ... What is the error message? I have compiled it, there is no reason why you cannot. Your code and the code from Dave Masalov gave the same effect, but your code cannot be used in an average bec...
by TJ
28 Nov 2010
Forum: MultiCharts
Topic: inserting a ratio on a chart
Replies: 11
Views: 2383

Re: inserting a ratio on a chart

Dear Misha04, You should plot UUP as data1, ten add SPX as data2, and insert the following inicator. Ratio is displayed in %: vars: ratio(0); ratio = iff( close data2 > 0, close / close data2 * 100, 1 ); plot1(ratio, "Ratio"); Is there a way to add a moving average to the spread ratio? I attempted ...
by TJ
28 Nov 2010
Forum: MultiCharts
Topic: MC: Saving Data to Storage
Replies: 3
Views: 1041

Re: MC: Saving Data to Storage

Thanks TJ. So if windows blocks itself or I have a power disruption I loose the cache and thus the data. no, you won't lose the data... Even if your computer crashed, the cache is still in your computer. When you restart MultiCharts, a window will pop up to ask if you want to recover the cache and ...
by TJ
27 Nov 2010
Forum: User Contributed Studies and Indicator Library
Topic: AddMinutes Function
Replies: 8
Views: 5510

Re: AddMinutes Function

Cool.

When I look at your first post, I was wondering why you did not use ELTime conversions.
Your example explains that.

Very nice work. Thanks for sharing.
by TJ
27 Nov 2010
Forum: MultiCharts
Topic: MC: Saving Data to Storage
Replies: 3
Views: 1041

Re: MC: Saving Data to Storage

Hi, closing down MC and afterwards QM I see the following dialog box: "MultiCharts: Saving Data to Storage". Would MC team be so kind and enlight me what is happening here, e.g. does MC store to QM and QM stores to HDD? Where is the data stored before it is finally saved? If my systems runs from Su...
by TJ
27 Nov 2010
Forum: MultiCharts
Topic: newby compile error
Replies: 10
Views: 1685

Re: newby compile error

I re-ran the installer and did a "repair" but same problem. What a pain. Seems like a bug.
can you post a sample indicator that gave you compile error?
by TJ
25 Nov 2010
Forum: MultiCharts
Topic: TWS DOWNGRADE
Replies: 1
Views: 1072

Re: TWS DOWNGRADE

Hi,

I'm looking to downgrade to TWS 9.4.9 build but can't seem to find the exe file with IB.
I'll appreciate if someone here has it.

thanks, Daniel

here is the v905.3.
hope it helps
http://rapidshare.com/files/427528496/t ... May_29.exe
by TJ
24 Nov 2010
Forum: MultiCharts
Topic: Newby: Compilation error
Replies: 4
Views: 962

Re: Newby: Compilation error

more examples:

All about loops
viewtopic.php?f=16&t=7351
by TJ
24 Nov 2010
Forum: MultiCharts
Topic: Newby: Compilation error
Replies: 4
Views: 962

Re: Newby: Compilation error

Many thanks again TJ. I'm mixed up with statements If else end, end; When to use ";" or when to use "End" instead of "End;" I will read more about it as I do mix VBA style programation with EasyLanguage. Martin ";" indicates the end of an instruction. eg. at the end of a statement. eg #1 plot10(Low...
by TJ
24 Nov 2010
Forum: MultiCharts
Topic: Newby: Compilation error
Replies: 4
Views: 962

Re: Newby: Compilation error

try these: if Step1 then begin //If Step2_Step1_S1 If Low >= TLLow then begin //If Step2_Step1_S2 // Dont test the same low // Price to be higher than TLLOw within 5 periods. Meaning TLLow as to be the lowest price within 5 periods If Lowest(Low, 5) = TLLOw then // If Lowest(5)_S3 begin {note: you n...
by TJ
24 Nov 2010
Forum: MultiCharts
Topic: Ploting at a specific level
Replies: 2
Views: 845

Re: Ploting at a specific level

right click on the chart

--> Format Studies --> Format --> Scaling --> Same as Instrument.
by TJ
19 Nov 2010
Forum: MultiCharts
Topic: Mini Russell 2000 and Incorrect Time on Charts
Replies: 5
Views: 1342

Re: Mini Russell 2000 and Incorrect Time on Charts

Hi - I have setup the December contract for the Russell using symbol @TFSZ10. I am getting data correctly but the times listed on my chart are way off. I have made a custom template for the session times which I believe is correct. I have attached a picture of a 5 min chart with the timeline drawn ...
by TJ
18 Nov 2010
Forum: MultiCharts
Topic: strange line bug.
Replies: 7
Views: 1609

Re: strange line bug.

I have noticed over a number of MC releases that (maybe once ever few days) (if I click an arrow or text or line on a chart with intent on moving it) one of my lines also on the same chart that is created by one of my studies will become the object of my chart click. In other words the left click o...
by TJ
17 Nov 2010
Forum: MultiCharts
Topic: Indicator Superposition
Replies: 28
Views: 4955

Re: Indicator Superposition

TJ,

Can you illustrate with a code in more details?

Code: Select all

var:
id.txt1(-1),
id.txt2(-1);

...

text_setstyle(id.txt1, 0,2);
text_setstyle(id.txt2, 1,2);
by TJ
17 Nov 2010
Forum: MultiCharts
Topic: Indicator Superposition
Replies: 28
Views: 4955

Re: Indicator Superposition

TJ, If 2 text objects can be done, it can be done easily with two lines! However, can 2 text objects be merged and displayed smoothly (as # of digits of P&L and others may vary) as one line?? Sa you can use the current bar (Time) as reference; align one text object to the left of the current bar, a...
by TJ
17 Nov 2010
Forum: MultiCharts
Topic: Indicator Superposition
Replies: 28
Views: 4955

Re: Indicator Superposition

Hi, I am new to this and have played with "Masthead" and "Bottomline" for two days and it looks good. Can anyone help with the following? 1) Color Issue I have added the P&L for my strategy attached together with those already present: HL, ATR20, ATR10, Range[1], Range, P&L . I wonder if I can code...
by TJ
16 Nov 2010
Forum: User Contributed Studies and Indicator Library
Topic: Just starting
Replies: 1
Views: 1673

Re: Just starting

I am looking for a simple code however not having any knowledge what so ever makes it a little difficult on the first run. I am looking for code to give me a buy once a stock goes up .75% from a 10:00am closing price. Any help would greatly be appreciated. I would suggest you to start here: https:/...
by TJ
14 Nov 2010
Forum: MultiCharts
Topic: Indicator Superposition
Replies: 28
Views: 4955

Re: Indicator Superposition

TJ, Actually the 'data window' displays only the data of the bar your mouse is currently on, not the 'LastBarOnChart' data. So I finally managed differently : I used your 'plot' hint and now I have the PL & Win/Loss (of the LastBarOnChart) showing in the indicator's status line. That's way enough f...
by TJ
13 Nov 2010
Forum: MultiCharts
Topic: Indicator Superposition
Replies: 28
Views: 4955

Re: Indicator Superposition

TJ, That's a great idea (putting it in the data window), I had never thought about that ... really ! Now, how to do that ? I am not familiar with the 'data window' usage ... Here's the code pertaining to my 'floating text' : the data window displays all the plots you have in the indicator. eg. addi...
by TJ
13 Nov 2010
Forum: MultiCharts
Topic: Indicator Superposition
Replies: 28
Views: 4955

Re: Indicator Superposition

TJ, Actually, what I meant by 'float' was 'any determined position', but this is not the real problem here. My problem is to make sure to have SOME text (at any 'determined' position in the current window) to appear EVEN when I scroll the time bar left or right. I want to "follow" visually the pric...
by TJ
13 Nov 2010
Forum: MultiCharts
Topic: Indicator Superposition
Replies: 28
Views: 4955

Re: Indicator Superposition

TJ, Thanks for the advice : I have DL the TL's indics. Actually, those two indics remain static and do not 'FLOAT' as I was expecting. What I want is text to appear on the chart at the same position (be it on top, bottom, right or left, no matter) EVEN WHEN I MOVE THE HORIZONTAL SCROLL BAR . I know...
by TJ
13 Nov 2010
Forum: MultiCharts
Topic: Indicator Superposition
Replies: 28
Views: 4955

Re: Indicator Superposition

TJ,
I don't have a login to access those two 'traderslaboratory' links.
Would you mind to make me a copy of the pertaining code ?
(you also may PM it to me, if you prefer)
Thanks.
TL registration is free.

plus, there are lots of other codes you can use.
by TJ
13 Nov 2010
Forum: MultiCharts
Topic: Indicator Superposition
Replies: 28
Views: 4955

Re: Indicator Superposition

janus, reading back your post dated july-09 : What may be required is a function like text_new_fixed(x, y, text) [/b][/i] that's exactly the kind of function that I need nowadays for an indic I am currently working on. since your last post, could you figure out how to code such a function ? look at...
by TJ
07 Nov 2010
Forum: MultiCharts
Topic: Help with Email Alerts
Replies: 7
Views: 2375

Re: Help with Email Alerts

search the forum for e-mail, email or gmail,
you will find 2 threads on the topic.
by TJ
07 Nov 2010
Forum: User Contributed Studies and Indicator Library
Topic: Trade File Import Indicator
Replies: 2
Views: 3550

Re: Trade File Import Indicator

Nice work.
Thanks for sharing.
by TJ
06 Nov 2010
Forum: MultiCharts
Topic: price at specific time
Replies: 5
Views: 1484

Re: price at specific time

Dear TJ, thank you very much for your help. In order to backtest I'd need the closing price of a specific bar. Actually, I need for further calculations the closing price of 8 p.m. of 1 minute data. Do you know a solution? Many thanks in advance, Best Regards MultiCharts uses EOB (End Of Bar) as ti...
by TJ
02 Nov 2010
Forum: MultiCharts
Topic: price at specific time
Replies: 5
Views: 1484

Re: price at specific time

Hi, how do I get the (closing)price at a specific time (same day/session) in order to use this price for further calculations, e.g. price at 12:35 times xy... Would I have to use a time frame which is maximum 5 minutes or can I use 60minutes bars with the Intrabar function? Thank you very much. Reg...
by TJ
28 Oct 2010
Forum: User Contributed Studies and Indicator Library
Topic: Quotetracker.com
Replies: 2
Views: 2370

Re: Quotetracker.com

Hi, I wonder if someone can help. I want to know if there is already a function in Multicharts 5.5 or can it be coded to achieve the following in the scanner. Stocks taking greater than 100% of average daily volume and be able to get an alert when that is happening. When a stock hits a certain pric...
by TJ
26 Oct 2010
Forum: MultiCharts
Topic: code help
Replies: 12
Views: 2255

Re: code help

Hello.
I managed to code exactly what I wanted it have not been easy but I still could cook.
...
as a courtesy to the community,
you should post your solution,
so that everybody can learn from it.
by TJ
24 Oct 2010
Forum: MultiCharts
Topic: PowerScript on Multiple Symbols and Multiple Timeframe ?
Replies: 3
Views: 1298

Re: PowerScript on Multiple Symbols and Multiple Timeframe ?

Thanks, i've just had a quick look at the manual , as i understand we have to attach symbols , indicators timeframe on same chart that we want to access via powerscript? is that correct ? p.s im new to EL. for quick programming, yes, you just attach all the symbols and time frames in the same chart...
by TJ
24 Oct 2010
Forum: MultiCharts
Topic: PowerScript on Multiple Symbols and Multiple Timeframe ?
Replies: 3
Views: 1298

Re: PowerScript on Multiple Symbols and Multiple Timeframe ?

Hi, I wonder if we can access multiple symbols and mutlple timeframes on powerscript ? and can it access on different source ? Example: - I want to Buy when Eurusd on 5min when - macd cross up on eurusd 5min , and macd > 0 on eurusd 1hr - macd on gbpusd 1hr > 0 - Future Dollar (from different sourc...
by TJ
22 Oct 2010
Forum: MultiCharts
Topic: Adding Time Restrictions To Calculation of Indicators
Replies: 7
Views: 1638

Re: Adding Time Restrictions To Calculation of Indicators

@TJ, thank you very much for your important tips, as a non-programer I assume that your visual procedure is a general suggestion in order to prove my system right or wrong. For my special problem I already know that it is not doing what I'm expecting it to do, for that I have compared two charts wi...
by TJ
17 Oct 2010
Forum: MultiCharts
Topic: Function for finding the 'N'th highest price in M days
Replies: 5
Views: 1331

Re: Function for finding the 'N'th highest price in M days

Hi, Is there any function for finding the 'N'th highest price in M days?

Steven

can you post a diagram to illustrate?
by TJ
16 Oct 2010
Forum: MultiCharts
Topic: Feature request: Multiplier for Instrument on the same chart
Replies: 3
Views: 1029

Re: Feature request: Multiplier for Instrument on the same c

Could be useful to add the possibility to add a multiplier to a instrument, when is added to a chart (insted of using the scale parameters). Supposing that you want to plot on the same chart the future on Gold (GC) and the ETF on Gold (GLD), even if the 2 data series are very similar you are unable...
by TJ
16 Oct 2010
Forum: MultiCharts
Topic: code help
Replies: 12
Views: 2255

Re: code help

Here is the code I have already done it but am not at all what I want :-) it increments the number of contract not properly, it takes a position with mm before my take profit or touch etc. .. ... This is advanced programming. you might be trying to run before you can walk... my suggestions: 1. star...
by TJ
15 Oct 2010
Forum: MultiCharts
Topic: code help
Replies: 12
Views: 2255

Re: code help

Hello. I prefer free help but I feel that this kind of thing on the internet is now finished it's sad.... cordialement There are plenty of free help here, no freeloader though. You can start here: (2nd post) https://www.multicharts.com/discussion/viewtopic.php?f=16&t=6929 Plus, there are over 150 s...

Go to advanced search