Search found 7742 matches

by TJ
10 Nov 2009
Forum: MultiCharts
Topic: Help: IOG Enabled Code
Replies: 13
Views: 2949

Sorry for not being expicit

I meam forward testing with my paper trading account......

I think the code with currenttime_s can't be backtested, am I right?

Sa

you are right... "current" cannot be backtested.
by TJ
10 Nov 2009
Forum: User Contributed Studies and Indicator Library
Topic: Backtest with specific entry time
Replies: 4
Views: 3216

you have 2 issues here:

1. stop the trade after certain time
2. order triggering logic


your original question is on #1 issue.

I have not looked at your second issue.

you should separate the issues and tackle them separately.
by TJ
10 Nov 2009
Forum: MultiCharts
Topic: Help: IOG Enabled Code
Replies: 13
Views: 2949

when you say "testing",

do you mean BACKTESTING ?

or forward testing?


there is a difference.
by TJ
09 Nov 2009
Forum: MultiCharts
Topic: Books for Beginners
Replies: 6
Views: 3958

before you spend money on books,
you should check out the FREE tutorials and pdf ebooks here:

http://www.tssupport.com/support/tutorials/

Getting Started with EasyLanguage is the ebook you must download if you're thinking about using EasyLanguage but don't know where to start.
by TJ
09 Nov 2009
Forum: MultiCharts
Topic: using multicharts signals
Replies: 1
Views: 1004

download the pdf files in the right column, everything you need to know is there: http://www.tssupport.com/support/tutorials/ Getting Started with EasyLanguage is the book you need if you're thinking about using EasyLanguage but don't know where to start. Autotrade is an advanced topic, there is no ...
by TJ
09 Nov 2009
Forum: User Contributed Studies and Indicator Library
Topic: Backtest with specific entry time
Replies: 4
Views: 3216

try this
var:
time2(0);

time2 = time data2;

if time2 <= 1100 then
begin

{... your trading instructions here}

end;

data2 is for the time trigger only,
therefore any intraday time frame that has a 1100 break should be ok.
by TJ
09 Nov 2009
Forum: MultiCharts
Topic: Books for Beginners
Replies: 6
Views: 3958

these are the books OP referred to in the first post: The first one is a good starters for learning EasyLanguage, the second one is a good starter for learning Autotrading . Ask Mr. Easylanguage http://www.amazon.com/Ask-Mr-Easylanguage-Samuel-Tennis/dp/0934380511/ref=sr_1_1?ie=UTF8&s=books&qid=1256...
by TJ
09 Nov 2009
Forum: MultiCharts
Topic: Moving Average Calculation
Replies: 6
Views: 2138

by TJ
09 Nov 2009
Forum: MultiCharts
Topic: Moving Average Calculation
Replies: 6
Views: 2138

can you post some numbers to illustrate your intention?


probably you need to round off some numbers.
look up these keywords:

Round
Mod
Ceiling
Floor
by TJ
08 Nov 2009
Forum: MultiCharts
Topic: Volume Profile
Replies: 2
Views: 1378

Thanks for your help... I got it now...

The Volume Profile is the little chart next to the side of the Y-Price Scale

You can enable it from Format Window > Volume Profile


Image
by TJ
08 Nov 2009
Forum: MultiCharts
Topic: 2 datas overlapping indicators- is there a trick ?
Replies: 8
Views: 2363

thanks TJ for tip( and working right)

jo

You are welcome !
by TJ
08 Nov 2009
Forum: MultiCharts FAQ
Topic: [FAQ] MultiCharts
Replies: 19
Views: 36262

[FAQ] MultiCharts

MultiCharts FAQ 1. MultiCharts User Manual (pdf) https://dl.dropboxusercontent.com/u/95112551/MultiCharts%20User%20Manual.pdf 2. Press [F1] will take you to the MultiCharts Wiki https://www.multicharts.com/trading-software/index.php/Main_Page 3. At the PowerLanguage Editor , highlight a keyword, th...
by TJ
08 Nov 2009
Forum: MultiCharts
Topic: Saving Settings
Replies: 3
Views: 1220

the Workspace is a file that contains the following information: 1. the symbol name(s) (note: names only, not the data) 2. the resolution of each symbol 3. study name(s) applied to each symbol (note: names only, not the study) 4. the optional settings of each indicator 5. the placement of each symbo...
by TJ
08 Nov 2009
Forum: MultiCharts
Topic: Saving Settings
Replies: 3
Views: 1220

for workspaces, From MultiCharts, do a File> Save Workspace As... you can see the file directory on where the workspace is saved for indicators, 1. go to PowerLanguageEditor, 2. do a File> Export by using the above methods, you can save a copy of all your studies/wsp to your selected location .
by TJ
08 Nov 2009
Forum: MultiCharts
Topic: 2 datas overlapping indicators- is there a trick ?
Replies: 8
Views: 2363

try this

value2 = rsi( c of data2, 14 ) of data2;
by TJ
06 Nov 2009
Forum: User Contributed Studies and Indicator Library
Topic: Share your Functions here:
Replies: 2
Views: 4740

This function accepts an EL time and returns a formatted time string hh:mm:ss


http://forum.tssupport.com/viewtopic.php?p=22717#22717
by TJ
06 Nov 2009
Forum: MultiCharts
Topic: Using ADE to transfer data between charts ERROR
Replies: 14
Views: 4407

remember when using ADE:

the Short term chart is your main chart, (the importing chart)

the Long term chart is your support chart (the exporting chart)
by TJ
06 Nov 2009
Forum: MultiCharts
Topic: Using ADE to transfer data between charts ERROR
Replies: 14
Views: 4407

What are the lastest EOB values?

EOB = End Of Bar

i.e. the bar has completed and closed, and all values confirmed and fixed.
by TJ
05 Nov 2009
Forum: MultiCharts
Topic: Volume Profile
Replies: 2
Views: 1378

Volume Profile

in the Format Symbol window,

under Volume Profile tab,

what is the Data Type referring to?

the selections are

Open
High
Low
Close
Mid Price



Image
by TJ
05 Nov 2009
Forum: MultiCharts
Topic: Using ADE to transfer data between charts ERROR
Replies: 14
Views: 4407

i have to install GV?

where can i found it?

my fingers were too fast,
I meant ELCollections .

I have corrected the post above.
by TJ
05 Nov 2009
Forum: MultiCharts
Topic: Using ADE to transfer data between charts ERROR
Replies: 14
Views: 4407

I inserted in a daily chart the indicator : 'ADE Save Info Test' and in an 60 minutes chart the indicator: 'ADE Plot Info Test' and the same error :( That means your ELCollections /ADE were not installed properly. I would suggest you to de-install ELCollections and ADE, and re-install again. .
by TJ
05 Nov 2009
Forum: MultiCharts
Topic: Using ADE to transfer data between charts ERROR
Replies: 14
Views: 4407

TJ

What is the included sample indicator

in the ADE zip file.


if you have installed ADE, they are most likely already installed in your MultiCharts.
Open your PLE... look for indicators with ADE prefix.
by TJ
05 Nov 2009
Forum: MultiCharts
Topic: Using ADE to transfer data between charts ERROR
Replies: 14
Views: 4407

Re: Using ADE to transfer data between charts ERROR

Hi .... How can this work correctly? Thanks Have you tried the included sample indicator? That should tell you if you have installed everything properly. because if the sample does not work, there is no point in debugging your indicator. If the sample works, then you should learn the intricacies of...
by TJ
05 Nov 2009
Forum: MultiCharts
Topic: Format signal: Entries & Exits
Replies: 3
Views: 1216

right click on chart,

select Format Signal
by TJ
04 Nov 2009
Forum: MultiCharts
Topic: trailing ATR
Replies: 3
Views: 1244

for trading ideas,
TradersLaboratory or similar trading discussion sites might get you more responses
http://www.traderslaboratory.com/
by TJ
04 Nov 2009
Forum: MultiCharts
Topic: trailing ATR
Replies: 3
Views: 1244

if you expect help... you have to explain yourself better.

maybe post a chart? with lines and arrows and notes illustrating your intentions?
by TJ
03 Nov 2009
Forum: MultiCharts
Topic: IntrabarOrderGeneration and insideask
Replies: 2
Views: 2007

when intrabarordergeneration is enabled, your order is sent at the next tick instead of next bar. you write your code the same way: BUY ("B") next bar at market; will be executed as if the code is written as BUY ("B") next TICK at market; but there is no such syntax as "next tick at market"... this ...
by TJ
03 Nov 2009
Forum: MultiCharts
Topic: Powerlanguage Editor - Max Colored Chars
Replies: 9
Views: 2590

Interesting topic, maybe some TSSupport members can answer the question if functions are faster/less cpu intensive. As i remember it correctly on the TS Forum the advice for strategys was given to code all inline, because functions and especially functions in functions are calculated slower. you do...
by TJ
03 Nov 2009
Forum: User Contributed Studies and Indicator Library
Topic: A Good Custom Fitness Function
Replies: 4
Views: 4203

ic

thanks !
by TJ
03 Nov 2009
Forum: User Contributed Studies and Indicator Library
Topic: A Good Custom Fitness Function
Replies: 4
Views: 4203

can you explain and describe how to use this code?


TIA
by TJ
03 Nov 2009
Forum: MultiCharts
Topic: Powerlanguage Editor - Max Colored Chars
Replies: 9
Views: 2590

agreed.

you can never have enough power in backtesting.

good things is, MultiCharts utilizes ALL the multi-cores during backtesting.
by TJ
02 Nov 2009
Forum: MultiCharts
Topic: Powerlanguage Editor - Max Colored Chars
Replies: 9
Views: 2590

my CPU seldom risen above 20% (Q6600), I don't know if "speed" should be a concern with today's computer. but then, not many people have 10k line indicators (I don't), so I can't make a judgement on it. I have read a very complicated strategy, it has a study-to-function ratio in excessive of 1:100 i...
by TJ
02 Nov 2009
Forum: MultiCharts
Topic: Powerlanguage Editor - Max Colored Chars
Replies: 9
Views: 2590

functions make code run faster, not slower.
by TJ
01 Nov 2009
Forum: MultiCharts
Topic: Ascii Intraday chart
Replies: 1
Views: 967

if you describe what you have done and how it was not working...
maybe someone can point out what you did wrong.

otherwise, there is a tutorial at the support page you can watch

http://www.tssupport.com/support/tutorials/
by TJ
31 Oct 2009
Forum: MultiCharts
Topic: Syntax Question
Replies: 1
Views: 918

at the MultiCharts program, press F1 (help) or from the main menu, select Help> MultiCharts Help The MultiCharts User Guide will pop up select the Contents tab expand the Keyword Reference you will see all the EasyLanguage keywords under different categories expand the Date and Time Routines you wil...
by TJ
31 Oct 2009
Forum: MultiCharts
Topic: Any Better Way to Execute High Volume Orders??
Replies: 6
Views: 2225

spreading over time is one way,

you can also spread the order over one (or more) tick above and below your triggered price.
by TJ
31 Oct 2009
Forum: MultiCharts
Topic: How to find the date and time of a specific bar?
Replies: 9
Views: 4240

Hi John:

WHAT A FIND !!!

Thanks for the investigative work...
Why didn't I think of it first ? LOL

I can just latch onto the function and extract the date and time.

This is brilliant !

regards
TJ
by TJ
31 Oct 2009
Forum: MultiCharts
Topic: Powerlanguage Editor - Max Colored Chars
Replies: 9
Views: 2590

original quote by Marina Pashkova: Hi guys, Studies in PowerLanguage can contain up to 10,000 lines. However, after 1,000 lines the code is not coloured - to enhance performance. I also had some indicators that exceeded 1,000 lines. Actions I have taken: 1. reduce the number of lines by tightening t...
by TJ
30 Oct 2009
Forum: MultiCharts
Topic: How Do You Solve A Problem Like Marina?
Replies: 10
Views: 3249

So TJ, when issue with multiple orders and canceling them if one order is modified, is going to be fix? Now you have chance to really help. All product queries should be sent to support@tssupport.com I am a MultiCharts user, not a TSSUPPORT employee. I can help you with usage queries ; I have been ...
by TJ
30 Oct 2009
Forum: MultiCharts
Topic: How Do You Solve A Problem Like Marina?
Replies: 10
Views: 3249

Please allow me to address my gratitude and recognition of TJ's work in helping the forum users. He may not have Marina's knowledge, but he is helping many users. Regards, Fernando Hey... I am taking that as an insult. You can say I do not have her good looks, but... arrrh !?!#@!? just kidding... I...
by TJ
30 Oct 2009
Forum: MultiCharts
Topic: EL Date and Time -> Excel Format
Replies: 5
Views: 1616

if you are using an older version of Excel (pre-2007),
it can only handle limited amount of memory. (I think it was 2GB max)

new version lets you utilize all available RAM.
by TJ
30 Oct 2009
Forum: MultiCharts
Topic: EL Date and Time -> Excel Format
Replies: 5
Views: 1616

Excel is pretty smart in parsing dates.
it can interpret almost anything that resembles a date/time.
you set the format at the Excel column, and Excel will handle the rest.


what is the date/time format your are extracting from your indicator right now?


.
by TJ
29 Oct 2009
Forum: MultiCharts
Topic: MultiCharts 6 is coming soon... See enclosed.
Replies: 35
Views: 13167

that's great news !
get your champaign ready !
by TJ
29 Oct 2009
Forum: MultiCharts
Topic: How to find the date and time of a specific bar?
Replies: 9
Views: 4240

Hi, I have tried to copy the code and test it, but I am not familar withthe Print syntax. Where does it print?... in a file or any other form..... as it doesn't plot anything on the chart as an indicator. Sa you can print to any one of the following locations: 1. output log window in PowerLanguage ...
by TJ
29 Oct 2009
Forum: MultiCharts
Topic: SEVERE BUG: Autotrading - Complete Breakdown
Replies: 30
Views: 12869

this is serious problem. you should document bugs like this, even though you might think this is the same bug, or that MC knows about it already.... I would record the following: 1. OS version 2. MC version 3. TWS version 4. TWS log 5. MC log 6. Timg and Sales 7. strategy settings, e.g. IOG, multipl...
by TJ
28 Oct 2009
Forum: MultiCharts
Topic: Assert code 19
Replies: 1
Views: 975

I think I have figured it out...

I was trying to assign a value to a variable in previous periods.
by TJ
28 Oct 2009
Forum: MultiCharts
Topic: How to find the date and time of a specific bar?
Replies: 9
Views: 4240

good solution !

many thanks.
by TJ
28 Oct 2009
Forum: MultiCharts
Topic: How to find the date and time of a specific bar?
Replies: 9
Views: 4240

How to find the date and time of a specific bar?

if I want to find the highest high of the previous 10 bars,
I would use highest(high, 10)

How do I find the date and time of that specific bar?
or the bar number?


TIA
by TJ
28 Oct 2009
Forum: MultiCharts
Topic: Low's Average of All Hourly Bars for Each Day -- code help
Replies: 7
Views: 2737

change

IsSess1FirstBar

to

d<>d[1]
by TJ
28 Oct 2009
Forum: MultiCharts
Topic: Collecting RT data as historical data on disk
Replies: 3
Views: 1553

futures-rollovers will be available in a future version
by TJ
27 Oct 2009
Forum: MultiCharts
Topic: GTC order
Replies: 8
Views: 2767

paper trading account only works during market hours.

use the demo system for testing, you can do it 24/7 !!!


but be careful not to let the demo data overwrite your good data.
by TJ
27 Oct 2009
Forum: MultiCharts
Topic: GTC order
Replies: 8
Views: 2767

you can test your strategy 24hr/7days a week,
using IB's demo system.

http://www.interactivebrokers.com/en/p. ... entity=llc
click demo --> individual.

no registration required.
it streams day old data (not real time data)
by TJ
27 Oct 2009
Forum: MultiCharts
Topic: GTC order
Replies: 8
Views: 2767

You have to enable that in TWS
by TJ
27 Oct 2009
Forum: MultiCharts
Topic: Assert code 19
Replies: 1
Views: 975

Assert code 19

What is Assert code 19 ?

I am getting this error in an indicator I am writing.

It involves loops.


------ Compiled with error(s): ------
Shifts ALL - Assert code 19
errLine 0, errColumn 0, errLineEnd 0, errColumnEnd 0
by TJ
26 Oct 2009
Forum: MultiCharts
Topic: Stoploss and Profit Target as percentage
Replies: 1
Views: 1154

yes, they are possible. pretty well any calculations you can imagine, can be arranged. may I suggest these as starters: Ask Mr. Easylanguage http://www.amazon.com/Ask-Mr-Easylanguage-Samuel-Tennis/dp/0934380511/ref=sr_1_1?ie=UTF8&s=books&qid=1256584171&sr=8-1-spell http://ecx.images-amazon.com/image...
by TJ
26 Oct 2009
Forum: MultiCharts
Topic: Newsubject: ensuring subchart #2 lines appear
Replies: 48
Views: 9104

I managed to get the vertical lines to appear on the RSI. I had to set the Scale Type to "User Defined" and use the values Maximum 100 and Minimum 5. Linear has to be used as well. Every other combination of settings for Scale Type failes to show the lines. Of note, Somehow I got the Subchart #2 to...
by TJ
26 Oct 2009
Forum: MultiCharts
Topic: Newsubject: ensuring subchart #2 lines appear
Replies: 48
Views: 9104

What does this do TJ? I would think that it puts the line on an angle. because the +1 is so small a value... it would be inside the bar increment, therefore MC would round it down to fit the time frame. The line would appear vertical. this is useful when you need to draw a vertical line with the be...
by TJ
26 Oct 2009
Forum: MultiCharts
Topic: Newsubject: ensuring subchart #2 lines appear
Replies: 48
Views: 9104

one quark about lines... for a horizontal line the beginning point should be on the left, for a vertical line the beginning point should be on the bottom. if not, sometimes, only sometimes, they can act strangely. for a vertical line, you might try this trick: TL_NEW(D, T, H, D, T +1 , L); .
by TJ
26 Oct 2009
Forum: MultiCharts
Topic: Next Bar vs Same Bar order entry
Replies: 17
Views: 4281

may I suggest these as starters: Ask Mr. Easylanguage http://www.amazon.com/Ask-Mr-Easylanguage-Samuel-Tennis/dp/0934380511/ref=sr_1_1?ie=UTF8&s=books&qid=1256584171&sr=8-1-spell http://ecx.images-amazon.com/images/I/419QMGP9W3L._SL500_AA240_.jpg Building Winning Trading Systems with TS http://www.a...
by TJ
26 Oct 2009
Forum: MultiCharts
Topic: Next Bar vs Same Bar order entry
Replies: 17
Views: 4281

so what youre saying is that i only have the option the generate a market order at tick two or next bar because by the time multicharts or TS has processed what var 2 is or whatever its to late to generate a market order on the first bar, this bar or same bar however you properly say it I think you...
by TJ
26 Oct 2009
Forum: MultiCharts
Topic: Next Bar vs Same Bar order entry
Replies: 17
Views: 4281

Its bases on a parabolic sar signal(strategy)

so if var2 = 1

then buy....

by the time you figured out the value of var2... the opening tick is GONE.

you are at tick #2 now...

what would you like to do?
by TJ
26 Oct 2009
Forum: MultiCharts
Topic: Next Bar vs Same Bar order entry
Replies: 17
Views: 4281

logic = if condition1 then...
by TJ
26 Oct 2009
Forum: MultiCharts
Topic: Next Bar vs Same Bar order entry
Replies: 17
Views: 4281

What I want to know is... where is the LOGIC that trigger this order?

can you give an example ?
by TJ
26 Oct 2009
Forum: MultiCharts
Topic: Next Bar vs Same Bar order entry
Replies: 17
Views: 4281

sorry i meant at opening of this bar market? or can i only only buy next bar market?


thanks
dannyz

can you give an example of the trigger logic in plain English or pseudo code?
by TJ
26 Oct 2009
Forum: MultiCharts
Topic: Next Bar vs Same Bar order entry
Replies: 17
Views: 4281

next bar at market = opening
by TJ
26 Oct 2009
Forum: MultiCharts
Topic: Next Bar vs Same Bar order entry
Replies: 17
Views: 4281

look up intrabarordergeneration

also known as IOG
by TJ
26 Oct 2009
Forum: MultiCharts
Topic: 2 internet feeds- how can I do it ?
Replies: 17
Views: 7314

Hi Tj, When my internet is down, and if my routeur switch of internet provider, I agree the connection is maybe lost for 20-30 seconds depending on the routeur, but my IB give the alert, that lose the connection but, I don't have to log in again manually, IB reconnect to the available internet conn...
by TJ
25 Oct 2009
Forum: MultiCharts
Topic: 2 internet feeds- how can I do it ?
Replies: 17
Views: 7314

please note that your TWS account authentication is with ONE internet connection. When you switch the connection (between DSL/cable/3G), your authentication is lost... you have to be re-authenticated. i.e. you have to log in again. The authentication requirement is not apparent with web surfing... b...
by TJ
25 Oct 2009
Forum: MultiCharts
Topic: how to create second symbol in QM?
Replies: 2
Views: 962

you don't need another symbol,

in your chart, you can choose any session time you like, whether it be 24 hrs or default session setting.

you can even create a custom sessions -- e.g. 7:30am to 4:15 pm.

just go to QM, Tools > Custom Template.
by TJ
24 Oct 2009
Forum: MultiCharts
Topic: Suggestion: Export to excel
Replies: 7
Views: 3269

TJ,

Could you give an example here?

Regards,

Sa

try this
http://www.traderslaboratory.com/forums ... -6000.html
by TJ
24 Oct 2009
Forum: MultiCharts
Topic: 2 internet feeds- how can I do it ?
Replies: 17
Views: 7314

connecting 2 internet services used to be difficult... but hardware prices have come down, and there are lots of professional instructions on the web. I have given the dual connection a lot of thought, but decided to pass it up. I just want to keep things simple; if the power goes out, or the intern...
by TJ
23 Oct 2009
Forum: MultiCharts
Topic: Newsubject: ensuring subchart #2 lines appear
Replies: 48
Views: 9104

mmm.... I am thinking, if you are re-locating lines in subchart #2, shouldn't you be using the keywords TL_SetBegin_ Self _s and TL_SetEnd_ Self _s ? I afraid every time you re-locate a line, the line got re-drawn in the main chart. and... because the aforementioned keywords do not exist... your han...
by TJ
23 Oct 2009
Forum: MultiCharts
Topic: Newsubject: ensuring subchart #2 lines appear
Replies: 48
Views: 9104

one quark about lines...

for a horizontal line
the beginning point should be on the left,

for a vertical line
the beginning point should be on the bottom.

if not, sometimes, only sometimes, they can act strangely.
by TJ
23 Oct 2009
Forum: MultiCharts
Topic: Request : dll example
Replies: 6
Views: 4261

what do you want to use to write the DLL?

what would you like a DLL to do for you?

are you a programmer? or taken a course on programming? or writing DLL?


.
by TJ
22 Oct 2009
Forum: MultiCharts
Topic: Newsubject: ensuring subchart #2 lines appear
Replies: 48
Views: 9104

come to think of it, I did experiment with intrabarpersist; it was a long time ago, I did not figure out any logical correlation between what I programmed, and the delete behavior... I am still searching.
by TJ
22 Oct 2009
Forum: MultiCharts
Topic: Suggestion: Export to excel
Replies: 7
Views: 3269

...
eg; i currently follow 100 plus instruments, but cannot get the actual indicator values into excel. (a real pain)
...

use PRINT to write to a text file (csv),
you can then use Excel to open the file,
or use macro to read the file and important the data into your worksheet.
by TJ
22 Oct 2009
Forum: MultiCharts
Topic: Strange behavior today
Replies: 0
Views: 903

Strange behavior today

MC acted strange today. 1. ES chart start time I like to start my chart 7:30am ET in the morning I have set the QM to Custom Session that starts at 7:30am I have plot charts like this for days without problem. Today, MC would only plot the RTH chart. In the chart I have tried: Default, 7:30am, as we...
by TJ
22 Oct 2009
Forum: MultiCharts
Topic: Newsubject: ensuring subchart #2 lines appear
Replies: 48
Views: 9104

I have not tried this... what is the purpose to make the line id intrabarpersist?
by TJ
22 Oct 2009
Forum: MultiCharts
Topic: Authorization Licence issue
Replies: 84
Views: 28138

one of 2 things can make an authorization fail:

1. your internet was disconnected

2. the authorization server was down
by TJ
21 Oct 2009
Forum: User Contributed Studies and Indicator Library
Topic: weird 100% spikes
Replies: 21
Views: 7040

:shock: :oops:

By the way, is it possible to have more problems in the future with it? :wink:


Regards,
Fernando

I think you are good to go !
by TJ
21 Oct 2009
Forum: MultiCharts
Topic: pesavento
Replies: 2
Views: 1295

you can download it again from this link:

http://forum.tssupport.com/viewtopic.php?t=5017
by TJ
20 Oct 2009
Forum: User Contributed Studies and Indicator Library
Topic: weird 100% spikes
Replies: 21
Views: 7040

Found it, resolved it :)

The problem was when close matched the previous close. When both symbols had the same type of bar the misDays variable didn't know what to do.

good to know you solved it...
I was trying to tell you this problem since post #2.

;-)
by TJ
19 Oct 2009
Forum: User Contributed Studies and Indicator Library
Topic: weird 100% spikes
Replies: 21
Views: 7040

to figure out the reason,
1. find the error days
2. manually go through the calculations
3. check the print log to see if the calculations match your manual calculation


computers are dumb, it only does what you tell it to do.
by TJ
18 Oct 2009
Forum: User Contributed Studies and Indicator Library
Topic: weird 100% spikes
Replies: 21
Views: 7040

Perfect. Thanks TJ. Meanwhile, I made a different version of the indicator, to see the performance from a selected year/date and something strange is happening. I've tried with different symbols and all have the same reaction. Imagine loading a symbol from 2000-01-01, and then apply the indicator f...
by TJ
17 Oct 2009
Forum: User Contributed Studies and Indicator Library
Topic: weird 100% spikes
Replies: 21
Views: 7040

Hey TJ, please allow me to merge this thread Help with formula with this one. That print that I requested was to print in PLE output window, similar to what you wrote above. Basically what I want is to print only the pctPer of the last day of the year, instead of all days of the year as the one you...
by TJ
15 Oct 2009
Forum: User Contributed Studies and Indicator Library
Topic: weird 100% spikes
Replies: 21
Views: 7040

Hi Arnie: No need to thank me... we have all gone through hair pulling days. Let me show you a debug tip: add a print statement to your code, and let the indicator help you trace the bug: print( "D="+ numtostr(19000000+date,0) + ", C=" + text(c) + ", dat1UpCl=" + text(dat1UpCl) + ", dat2UpCl=" + tex...
by TJ
15 Oct 2009
Forum: User Contributed Studies and Indicator Library
Topic: weird 100% spikes
Replies: 21
Views: 7040

Re: weird 100% spikes

...Why at the first day of each year the indicator spikes til 100% or 0%? ... can you post the data points for the following? last trading day of the year closing price first trading day of the year closing price second trading day of the year closing price hand calculated values for dat1UpCl dat2U...
by TJ
15 Oct 2009
Forum: User Contributed Studies and Indicator Library
Topic: weird 100% spikes
Replies: 21
Views: 7040

That were the first conditions to be stablished: dat1UpCl = close of data1 >= close [1] of data1; dat2UpCl = close of data2 >= close [1] of data2; dat1DnCl = close of data1 <= close [1] of data1; dat2DnCl = close of data2 <= close [1] of data2; what I am alluding to is, both upcount and dnCount wil...
by TJ
15 Oct 2009
Forum: User Contributed Studies and Indicator Library
Topic: weird 100% spikes
Replies: 21
Views: 7040

misdays = 1 - (1 + 1) = -1 Hi TJ. I don't understand the -1 result. Count starts at stYear (the first trading day of the year) and since upCount and dnCount only are true when their respective conditions are true, they will always be lower than Count . It's impossible to have a negative result. I'v...
by TJ
15 Oct 2009
Forum: User Contributed Studies and Indicator Library
Topic: weird 100% spikes
Replies: 21
Views: 7040

1 -2 = -1


can you check the first data of the year?

I know it should be Jan 2,
but some dataproviders mistakenly posts a data for jan 1.
thus causing error.


your count starts on Jan2,
but your calculation should start on Jan3, right?
by TJ
15 Oct 2009
Forum: MultiCharts
Topic: GV Global Variable - Is it posible to have historical plot?
Replies: 3
Views: 1916

I haven't tried much...

you can take a look at damageboy's example with ADE and ELC
http://forum.tssupport.com/viewtopic.php?t=2484
by TJ
15 Oct 2009
Forum: MultiCharts
Topic: GV Global Variable - Is it posible to have historical plot?
Replies: 3
Views: 1916

I am no GV expert...

you can't simply backtest GV

you will need to create a database to store calculated values
by TJ
13 Oct 2009
Forum: User Contributed Studies and Indicator Library
Topic: weird 100% spikes
Replies: 21
Views: 7040

you just have to work through the values in the variables... misDays = count - (upCount + dnCount); pctPer = (1 - (misDays / count)) * 100; e.g. on the first day of the year... the market is closed. on my freequote, somehow there is a price quoted. the price is the same as the previous close. thus y...
by TJ
13 Oct 2009
Forum: User Contributed Studies and Indicator Library
Topic: Help with formula: day counter and PRINT
Replies: 4
Views: 3174

Re: Help with formula

Hi. I have this simple and little formula that counts the days for each year. What I'd like to know is how can I print the last value of each yearly count? If I request to print the count variable, all days within the year will be printed, but what I want is to print only the last count for the las...
by TJ
13 Oct 2009
Forum: User Contributed Studies and Indicator Library
Topic: Help with formula: day counter and PRINT
Replies: 4
Views: 3174

Re: Help with formula

Hi. I have this simple and little formula that counts the days for each year. What I'd like to know is how can I print the last value of each yearly count? If I request to print the count variable, all days within the year will be printed, but what I want is to print only the last count for the las...
by TJ
13 Oct 2009
Forum: User Contributed Studies and Indicator Library
Topic: ChartTrader by gregorio
Replies: 7
Views: 6375

Dear All Quite a nice idea like an ActiveChart at IB or NT Trader Are there any tipps how to make just one order-line active. As i understand all order-lines can be executed if the price is very volatile. Quite dangerous.... Other solutions/ideas are very appreciated. Thank you LRP you can modify t...
by TJ
10 Oct 2009
Forum: User Contributed Studies and Indicator Library
Topic: Help with formula: day counter and PRINT
Replies: 4
Views: 3174

what is the chart resolution?

daily chart?
by TJ
10 Oct 2009
Forum: MultiCharts
Topic: Study List -- sorting
Replies: 3
Views: 1511

while you are fixing the inconsistency... I have one more request: this is not a big issue, but has been bugging me big time. while at one of the lists above, if my cursor is at A, and I press M, the cursor would jump to M. so far so good. however if my cursor is at Z and I press M, the program woul...
by TJ
09 Oct 2009
Forum: MultiCharts
Topic: Newsubject: ensuring subchart #2 lines appear
Replies: 48
Views: 9104

this is an old post... you made a reply as well
http://forum.tssupport.com/viewtopic.php?t=5815
by TJ
09 Oct 2009
Forum: MultiCharts
Topic: MC and TS8 shows different results for the same data
Replies: 17
Views: 6588

thanks... that's a good piece.
by TJ
09 Oct 2009
Forum: MultiCharts
Topic: Newsubject: ensuring subchart #2 lines appear
Replies: 48
Views: 9104

I meant to do one test... one day when I have the time.

that is to draw arrows, using arw_settext to write the id number with each arrow... then I can track which arrow id is getting deleted.
by TJ
09 Oct 2009
Forum: MultiCharts
Topic: WORKSPACES Editing
Replies: 1
Views: 1020

Complementary question:
What is the classical computer language which has the most similar syntax and standard keywords to Powerlanguage?
Pascal
by TJ
08 Oct 2009
Forum: MultiCharts
Topic: Newsubject: ensuring subchart #2 lines appear
Replies: 48
Views: 9104

LOL... delete is the culprit. It is deleting the "wrong" drawing object. I have the same problem too... I have gone through this with tech support a few times... but we did not get anywhere. (They don't think there is a problem.) anyway... I did not have the time (nor the expertize) to get to the bo...
by TJ
08 Oct 2009
Forum: MultiCharts
Topic: Newsubject: ensuring subchart #2 lines appear
Replies: 48
Views: 9104

I am not sure if I am following...

are you saying you are putting the tl_new_self_s in a function?
and that an indicator that is applied to subchart #2 is calling this function to draw the trendline?
by TJ
08 Oct 2009
Forum: MultiCharts
Topic: Barchart new cme change for ticks chart
Replies: 2
Views: 1432

as of 10/4 CME has implemented a "Equity futures enhancement" http://www.cmegroup.com/globex/files/EquityFuturesEnhancements.pdf see analysis in October 7th, 2009 issue: http://blog.MD.com/ if the data supplier aggregates the feed, you will not see the increased tick count. e.g. IB's tick count "loo...
by TJ
08 Oct 2009
Forum: MultiCharts
Topic: TransAct Futures data
Replies: 1
Views: 1280

do a search of this forum with the keyword "TransAct",
there were discussions.
by TJ
07 Oct 2009
Forum: MultiCharts
Topic: CME Equity Futures Enhancement
Replies: 1
Views: 1059

by TJ
07 Oct 2009
Forum: MultiCharts
Topic: Manual Entry to Scanner
Replies: 4
Views: 1628

right click to Format Study, you can change the content of the input$



.
by TJ
07 Oct 2009
Forum: MultiCharts
Topic: Partial Execution: Unexpected Profit Target
Replies: 12
Views: 3879

MarketPosition_at_Broker Returns a numerical value, indicating the type of the specified position at the broker for the symbol. A value of 1 indicates a long position, -1 indicates a short position, and 0 is returned only if the current position is specified and indicates that the current position ...
by TJ
07 Oct 2009
Forum: MultiCharts
Topic: Zen-Fire
Replies: 2
Views: 1405

I am not sure if I understand you fully.
I would be very worry too if there is problem.
Can you post the log, with notes pointing to the sequence of errors?
by TJ
07 Oct 2009
Forum: MultiCharts
Topic: Manual Entry to Scanner
Replies: 4
Views: 1628

you can create an indicator with the following code. It will do the trick.
(or add to your existing code)

Code: Select all

input:
input$("ABC");

plot1(input$);
by TJ
07 Oct 2009
Forum: MultiCharts
Topic: Newsubject: ensuring subchart #2 lines appear
Replies: 48
Views: 9104

computers are pretty dumb... they follow instructions to a fault.


are you referring to plotting a line? or drawing a line?

I have lots of both on my charts, I've never had a problem.
Let me know how I can help.
by TJ
06 Oct 2009
Forum: MultiCharts
Topic: STD exception: invalid argument - While using Data2
Replies: 17
Views: 6270

you can put lots of Print statement at every juncture of your program,
you can then read the changes happening to various variables as the market unfolds.
by TJ
06 Oct 2009
Forum: MultiCharts
Topic: STD exception: invalid argument - While using Data2
Replies: 17
Views: 6270

I should note that most people structure the signals with:

the faster fractal being the trading data series,
and the slower fractal as the supporting data series.



.
by TJ
06 Oct 2009
Forum: MultiCharts
Topic: STD exception: invalid argument - While using Data2
Replies: 17
Views: 6270

on your indicator, go to Format Study,

choose Properties tab,

under Base Study On section,

make sure it is on the slower fractal.
by TJ
06 Oct 2009
Forum: MultiCharts
Topic: STD exception: invalid argument - While using Data2
Replies: 17
Views: 6270

... because in a Signal/strategy code i cant tell it to "read" from the data2 only. it will always plot data on each 1000v bar. so a simple Value1> value1[1] will be missleading.
...

I don't think I am fully following the problem...
I need to re-read your posts again.
by TJ
06 Oct 2009
Forum: MultiCharts
Topic: STD exception: invalid argument - While using Data2
Replies: 17
Views: 6270

have you tried declaring the variables first. e.g. var: high2 = high of data2, low2 = low of data2, open2 = open of data2, close2 = close of data2; I found that by assigning the data2 to a set of variable, you do not need to tag "data2" behind everything... and the MC tend to know exactly what you a...
by TJ
06 Oct 2009
Forum: MultiCharts
Topic: STD exception: invalid argument - While using Data2
Replies: 17
Views: 6270

I am using the same version as you are. But the problem is deeper than this...

make up your mind on what you want to fix.

does your code#2 has problem?

or MC has problem that's supposed to be fixed sinse 2008?

or do you want to shift to something else now?
by TJ
06 Oct 2009
Forum: MultiCharts
Topic: STD exception: invalid argument - While using Data2
Replies: 17
Views: 6270

i tried isolating the 2nd code only, and i get the same errors all over. i dont understand how something as simple as getting a data2 stochastic gets errors :$ HELP plz! the 2nd code compiled in my MC... that means there is nothing wrong with the code. which version of MC/PLE you are using? I am us...
by TJ
06 Oct 2009
Forum: MultiCharts
Topic: STD exception: invalid argument - While using Data2
Replies: 17
Views: 6270

I compiled the 2nd code with no problem.
by TJ
06 Oct 2009
Forum: MultiCharts
Topic: Partial Execution: Unexpected Profit Target
Replies: 12
Views: 3879

you might have to build some routines with these new keywords Power Language • Information on the market position can now be received directly from a broker. Four keywords to request and receive the market position from a broker have been added. a) Market_Position_at_Broker_for_the_Strategy returns ...
by TJ
02 Oct 2009
Forum: MultiCharts
Topic: Alert Message hidden under MC window
Replies: 1
Views: 4583

Alert Message hidden under MC window

once in awhile I found the Alert Message hidden under the MC window. I don't know what makes some messages stay on top, while some hide underneath the program. Can you add a flashing red button on the MC window itself? e.g. right next to the Authentication button. if an alert is triggered, the red b...
by TJ
01 Oct 2009
Forum: MultiCharts
Topic: Exchange Time or Local Time ?
Replies: 2
Views: 1118

good idea. I can work it out with ComputerDateTime.
thanks for the idea.
by TJ
30 Sep 2009
Forum: MultiCharts
Topic: Auto-login
Replies: 14
Views: 5454

TWS is the interface to your account at IB.
it performs the authentication function;
you must run TWS to access your account.
by TJ
30 Sep 2009
Forum: MultiCharts
Topic: Another beginner question
Replies: 5
Views: 1324

you better go on live chat with technical support
they can sort it out for you

http://www.tssupport.com/support/contacts/



please let us know how it turned out.
by TJ
30 Sep 2009
Forum: MultiCharts
Topic: Another beginner question
Replies: 5
Views: 1324

I am using IB, and I have just called up 60 days of SRS 15 min chart with no problem.


What is your Data Range ?
by TJ
30 Sep 2009
Forum: MultiCharts
Topic: Another beginner question
Replies: 5
Views: 1324

who's your data provider?


check your File> Preferences> Data Server Mode

make sure it is Online and check the box at Download missing historical data
by TJ
29 Sep 2009
Forum: MultiCharts
Topic: autotrading question
Replies: 2
Views: 1273

Higher Used in strategy entry or exit statements to specify a price range for an entry or an exit; must be preceded by the word Or. Usage At Price Or Higher Where: Price - a numerical expression, specifying the base Price At - a skip word and can be omitted Note At Price Or Higher is an equivalent ...
by TJ
28 Sep 2009
Forum: MultiCharts
Topic: Exchange Time or Local Time ?
Replies: 2
Views: 1118

Exchange Time or Local Time ?

is there any keyword or method to check
whether the chart is using
Exchange Time or Local Time ?
by TJ
28 Sep 2009
Forum: MultiCharts
Topic: Newbie Question: moving averages
Replies: 1
Views: 1002

right click on the chart,

select Insert Study...

under the Indicator tab,
go down the list, you will see

Mov Avg Exponential
by TJ
26 Sep 2009
Forum: MultiCharts
Topic: Multiple instances of MultiCharts
Replies: 1
Views: 1227

That's an interesting question... I would like to know as well.

even when you open multiple MC instances...
you are still using ONE TradingServer, ONE StudyServer, ONE tsServer...

Looks like the so called "Multiple Instances" are only multiple user interfaces on the same MC !

;-)
by TJ
24 Sep 2009
Forum: MultiCharts
Topic: Feature Request: Alerts
Replies: 5
Views: 1744

you can click and create a line from the Drawing Objects icon. It will do the same thing.
by TJ
24 Sep 2009
Forum: MultiCharts
Topic: different data view depending if indicator or signal??
Replies: 2
Views: 1889

All studies reference a certain number of bars for their calculations. The number of bars is called Maximum Bars Back. e.g. a 20 period moving average will require at least 20 bars back. To set the maxbarsback, for indicators: go to Format> Study choose Properties tab select Auto-detect or User Spec...
by TJ
23 Sep 2009
Forum: MultiCharts
Topic: Recovering custom indicators after a fatal computer crash!
Replies: 4
Views: 1867

C:\Documents and Settings\All Users\Application Data\TS Support\MultiCharts


try replace all users with your username.

you should copy all the sub-directories under \TS Support\MultiCharts
because your indicators and workspaces are saved in various sub-folders.
by TJ
23 Sep 2009
Forum: User Contributed Studies and Indicator Library
Topic: TRAILING RESISTANCE &ND SUPPORT STOPS (TR&NDS)
Replies: 8
Views: 4989

that would help:

------ Compiled with error(s): ------
syntax error, unexpected ';', expecting 'end of file'
errLine 104, errColumn 0, errLineEnd 104, errColumnEnd 0

I have compiled, both the article code and your modified code, with no problem.

I am using PLE 5.5.2723.400
by TJ
23 Sep 2009
Forum: User Contributed Studies and Indicator Library
Topic: TRAILING RESISTANCE &ND SUPPORT STOPS (TR&NDS)
Replies: 8
Views: 4989

I tried to use the code below but it won't compile:

it would help if you post the error message.
by TJ
23 Sep 2009
Forum: User Contributed Studies and Indicator Library
Topic: TRAILING RESISTANCE &ND SUPPORT STOPS (TR&NDS)
Replies: 8
Views: 4989

Why isn't MC there as a vendor though?

because a lot of the articles are OLD --- before the invention of MultiCharts.
by TJ
22 Sep 2009
Forum: MultiCharts
Topic: Strategy Performance report for discretionary trading log
Replies: 5
Views: 1933

Andrew: That gave me an idea for a new feature. For discretionary traders, it would be fun to be able to manually place buy and sell arrows on the screen and have the results show up in the performance reports. That's what I'm trying todo, by hard coded the trade entry and exit. It won't work... un...
by TJ
19 Sep 2009
Forum: MultiCharts
Topic: Possword protection
Replies: 7
Views: 2636

+1 vote note: Password to MC will not protect your studies from foreign eyes... [edited] because the studies are saved outside of the MC program. Code Protection is available in MC right now. You can protect your codes in 2 methods: 1. save the study with a password. from PLE, select Tools> Protect...
by TJ
18 Sep 2009
Forum: MultiCharts
Topic: AskSize/BidSize not supported?
Replies: 5
Views: 2539

We don't support AskSize/Bidsize keywords yet. ....

any plans to support them in the near future?
by TJ
18 Sep 2009
Forum: MultiCharts
Topic: quick stop loss question
Replies: 1
Views: 1190

if you are using the SetStopLoss keyword,
it is cancelled automatically.
by TJ
17 Sep 2009
Forum: User Contributed Studies and Indicator Library
Topic: Get tomorrow's open
Replies: 3
Views: 3189

I misunderstood what you want to do... please disregard my prev post.
by TJ
17 Sep 2009
Forum: MultiCharts
Topic: Navigator in Powerlanguage Editor
Replies: 2
Views: 1523

I have it on my PLE.

yours might be hidden.

try to hover your mouse over the right hand edge of the window, see if the "move" arrow show up. If it does, then hold down the right mouse button and drag the arrow to the left. The navigator pane should come out.
by TJ
17 Sep 2009
Forum: MultiCharts
Topic: Wish list for upcoming releases
Replies: 8
Views: 2994

Indeed, there was quite a thread there: forum.tssupport.com/viewtopic.php?t=6016&postdays=0&postorder=asc&highlight=cuda&start=50 However, Andrew was consulting with Nvidia at that point and I did not see that point being definitely closed. no, I did not imply the issue is closed. I have gone down ...
by TJ
17 Sep 2009
Forum: MultiCharts
Topic: Wish list for upcoming releases
Replies: 8
Views: 2994

here are some of my notes: -- the "financial area" refers to economic 3D modelling. e.g. CFD type calculations. -- I am not sure if the AB prototype got anybody anywhere. in terms of raw calculations in arrays using vector, CUDA is fast. in terms of dependent laden applications (typical in indicator...
by TJ
17 Sep 2009
Forum: MultiCharts
Topic: Wish list for upcoming releases
Replies: 8
Views: 2994

do you know vectors and arrays?
...and how do they fit in to the bigger scheme of things in computation?
by TJ
17 Sep 2009
Forum: MultiCharts
Topic: Suggestion for a better Autonaming Image Feature
Replies: 1
Views: 1232

Long time ago I have made suggestion for auto-filename... it was "promised"... I guess it is not a top priority.

I use ScreenHunter for screen shots. They have a very good auto-filename method.
I have attached a screen shot of their configuration screen for your perusal.
by TJ
17 Sep 2009
Forum: MultiCharts
Topic: Wish list for upcoming releases
Replies: 8
Views: 2994

Re: Wish list for upcoming releases

TESTING
...
- GPU support: Support for CUDA cores could contribue to improving performance of back testing, especially when testing on a recurrent basis.
...

What can you tell us about CUDA?
by TJ
17 Sep 2009
Forum: User Contributed Studies and Indicator Library
Topic: Get tomorrow's open
Replies: 3
Views: 3189

DayOfWeek will give you the "Monday" information.

not sure about the "tomorrow" part.


since this is a backtest, you don't have to worry about lastbaronchart.


you can try this: (pseudo code)

Code: Select all

If DOW(yesterday) = monday then buy today at market
Exitlong @ MOC
by TJ
16 Sep 2009
Forum: MultiCharts
Topic: Can't get Free Quotes
Replies: 2
Views: 1392

which free quote you are using?

did you set up the symbol in quotemanager?

what symbols have you tried?

what is the chart's resolution?
by TJ
16 Sep 2009
Forum: MultiCharts
Topic: reload data question
Replies: 3
Views: 1580

this happened to me once. It happened in midday during the market hour. I used View> Reload> 1 day back . The chart refreshed without current day's bars. I closed the wsp and re-opened it, and the chart looked fine. I use IB as datasource. I suspect it was a pacing violation. I will report if it hap...
by TJ
16 Sep 2009
Forum: MultiCharts
Topic: quote manager settings
Replies: 7
Views: 2272

Hi TJ,

How about the case for Window XP?

Thanks

I believe it is in:
C:\Documents and Settings\All Users\Application Data\TS Support\


replace All Users with your username
make sure you do not have your system folders hidden.
by TJ
15 Sep 2009
Forum: MultiCharts
Topic: How fast does your CPU run?
Replies: 2
Views: 1354

> With 5 workspaces (latest MC 5.5 version), 34 charts, and TWS opened, my CPU runs on average at 35%. you are considered a power user ! CPU usage depends on: resolution of the data, (eg. tick charts are more CPU hungry than minute charts) volume of trades, (if you are underpowered, you will see MC ...
by TJ
14 Sep 2009
Forum: MultiCharts
Topic: DO NOT INSTALL LATEST VERSION
Replies: 26
Views: 8769

by TJ
14 Sep 2009
Forum: MultiCharts
Topic: DO NOT INSTALL LATEST VERSION
Replies: 26
Views: 8769

This is the WORST piece of software I have ever installed. Seems like the program is stuck in an infinite loop.

I am stunned.

I installed Version 5.5 Release (Build 2723) last night.

HSI ran like a charm.

I am on ES now, it runs rock solid.

I have not observed any bugs or abnormality so far.
by TJ
13 Sep 2009
Forum: MultiCharts
Topic: bracket orders, child orders...
Replies: 6
Views: 2233

Dear quark, In case of IB, you just need to use SetStopLoss and SetProfitTarget statements; they will be handled as a bracket order automatically. Andrew, quark's request is that the stops are executed even if internet connection goes down. I thought that MC keeps the stops local on the PC ? Or am ...
by TJ
13 Sep 2009
Forum: MultiCharts
Topic: intrabarordergeneration
Replies: 13
Views: 5008

[updated]


for backtesting, you can invoke precision by adding a finer data series

Go to Format Signals> Progperties...

Image


(p.s. this works the same as Look inside Bar Backtesting LIBB in TS)
by TJ
13 Sep 2009
Forum: MultiCharts
Topic: quote manager settings
Replies: 7
Views: 2272

for Vista,

MultiCharts's data/cache/studies/reports are kept here:
c:\programdata\ts support

if you copy the entire directory over to your "new" computer, you should have a duplicate of the dataset.
by TJ
11 Sep 2009
Forum: MultiCharts
Topic: quote manager settings
Replies: 7
Views: 2272

what os are you using?
by TJ
11 Sep 2009
Forum: MultiCharts
Topic: Any difference for these two orders?
Replies: 9
Views: 2409

...
2) None of them is recommended for MOC order, right?

Regards,

Sa

MOC orders require 3 minutes lead time prior to closing.
by TJ
11 Sep 2009
Forum: MultiCharts
Topic: Any difference for these two orders?
Replies: 9
Views: 2409

if you trade ES (emini sp500), you will notice the day's volume is 1.5 million contracts. Do you think it will make a difference? you can do this test to find out: if barstatus = 2 then print("c=", text(currenttime_s)); if barstatus = 0 then print("0=", text(currenttime_s)); There is a ONE tick diff...
by TJ
10 Sep 2009
Forum: MultiCharts
Topic: Any difference for these two orders?
Replies: 9
Views: 2409

if the signal is triggered at the last bar of the trading session, the order for next bar at market will never be sent... thus it will never get unexecuted. however, the order for this bar on close will be sent... but never arrived at the exchange. Thus the caution. He meant well; this is not a prog...
by TJ
10 Sep 2009
Forum: MultiCharts
Topic: Any difference for these two orders?
Replies: 9
Views: 2409

I think he is referring to unexecuted due to the session end.

because you will need some time for your order to get to the exchange.
by TJ
09 Sep 2009
Forum: MultiCharts
Topic: Scanner help
Replies: 6
Views: 1649

i don't understand this line: but I still can't get any breaks in the indicator on the chart. what results you are getting on the scanner display? are you testing it in real time? some indicators require live feed to work. this logic should work, the hang up must be in the function ELBC_Divergence ....
by TJ
09 Sep 2009
Forum: MultiCharts
Topic: Scanner help
Replies: 6
Views: 1649

try this... Inputs: BarPx(Close), AvePx(Close), Length(5); Vars: Div(0); Div = ELBC_Divergence(BarPx, AvePx, Length); if Div > +1 then begin Condition1 = true; Condition2 = false; end else if Div < -1 then begin Condition1 = false; Condition2 = true; end else begin Condition1 = false; Condition2 = f...
by TJ
09 Sep 2009
Forum: MultiCharts
Topic: OEC sim server connection problem
Replies: 2
Views: 1286

there is a discussion somewhere.

you can do a search with the keyword "oec".
by TJ
08 Sep 2009
Forum: MultiCharts
Topic: Scanner help
Replies: 6
Views: 1649

you need to reset the conditions, because they are mutually exclusive. replace this section Condition1 = Div > +1; Condition2 = Div < -1; with this if Div > +1 then begin Condition1 = true; Condition2 = false; end else if Div < -1 then begin Condition1 = false; Condition2 = true; end; assume there i...
by TJ
08 Sep 2009
Forum: MultiCharts
Topic: automated trading w/IB broken connection
Replies: 3
Views: 1960

note: this is not a solution to your question...


google twsstart for method to circumvent the IB log off.
by TJ
08 Sep 2009
Forum: MultiCharts
Topic: intrabarordergeneration
Replies: 13
Views: 5008

p.s. backtesting do not replicate real life trading. the difference being, in real life, trades are streamed to you tick by tick, while in backtest, the trades are presented to you in a monolithic block. i.e. on the chart, each bar has 4 data points -- OHLC. The only intrabar data being H and L. The...
by TJ
08 Sep 2009
Forum: MultiCharts
Topic: intrabarordergeneration
Replies: 13
Views: 5008

[edited] IOG, when enabled, simply means that when your signal is triggered, the order will be sent the NEXT TICK. (instead of waiting until the next bar) There is really nothing complicated about IOG; having understood that, you just have to work your logic, line-by-line, step-by-step, around this ...
by TJ
08 Sep 2009
Forum: MultiCharts
Topic: intrabarordergeneration
Replies: 13
Views: 5008

p.s. markplex has very good EasyLanguage tutorials.

http://www.markplex.com/
by TJ
08 Sep 2009
Forum: MultiCharts
Topic: intrabarordergeneration
Replies: 13
Views: 5008

Hi super, I appreciate the help (I need it when it comes to programming) But unfortunuately this just reversed the situation :cry: Now the exits all seems to occur on the low of the day. I was wondering if MC had an ability to measure/alert if the stop was triggered. ie; so when backtesting you had...
by TJ
08 Sep 2009
Forum: MultiCharts
Topic: hate upgrades
Replies: 2
Views: 1254

this should help:

uncheck this box
http://forum.tssupport.com/download.php?id=2198
by TJ
07 Sep 2009
Forum: User Contributed Studies and Indicator Library
Topic: 3 Line Break in MC
Replies: 4
Views: 3532

you can also use this to alert you to 3LB

just set the look back to 3 bars

http://www.traderslaboratory.com/forums ... -6084.html


Image
by TJ
06 Sep 2009
Forum: MultiCharts
Topic: Time Exit at a Specific Time
Replies: 15
Views: 4185

download this PowerLanguage help file.
http://www.tssupport.com/multicharts/tu ... nguage.chm


look under Date and Time Routines.
by TJ
06 Sep 2009
Forum: MultiCharts
Topic: Time Exit at a Specific Time
Replies: 15
Views: 4185

how about currenttime_s ?
by TJ
05 Sep 2009
Forum: MultiCharts
Topic: MC max bars limitation
Replies: 2
Views: 1083

this thread might help you:

Maximum Number of Bars that can be Loaded
http://forum.tssupport.com/viewtopic.php?p=13656
by TJ
05 Sep 2009
Forum: User Contributed Studies and Indicator Library
Topic: 3 Line Break in MC
Replies: 4
Views: 3532

you can also look at this example:

http://forum.tssupport.com/viewtopic.php?t=2727


note:
for xml files,
you need to use File>IMPORT from your PowerEditor.
by TJ
05 Sep 2009
Forum: User Contributed Studies and Indicator Library
Topic: 3 Line Break in MC
Replies: 4
Views: 3532

three line break by John M. Snyder
by TJ
05 Sep 2009
Forum: MultiCharts
Topic: Time Exit at a Specific Time
Replies: 15
Views: 4185

... I have tried to code the above idea, but have not tested in realtime. Please comment if there is any error. [IntrabarOrderGeneration = True]; Inputs: TT(161445); Vars: TExit(0); TExit=Iff(Time_S>=TT,1,0); If TExit=1 Then Sell ("LX") at Next bar at Close limit; If TExit=1 Then Buy to Cover ("SX"...
by TJ
05 Sep 2009
Forum: MultiCharts
Topic: Time Exit at a Specific Time
Replies: 15
Views: 4185

TJ, Thanks, I just on't knwo that there is afunction call Time_S. ... Sa time_s is a MultiCharts enhanced EasyLanguage. It extends the time value to the seconds level. You will find other _s keywords useful in your sub-minute analysis. i.e. on tick charts, seconds charts, volume bar charts, etc. ex...
by TJ
05 Sep 2009
Forum: MultiCharts
Topic: Time Exit at a Specific Time
Replies: 15
Views: 4185

if that's too difficult for you, try this first:

Ask Mr. Easylanguage

http://www.amazon.com/Ask-Mr-Easylangua ... 079&sr=1-1


Image
by TJ
05 Sep 2009
Forum: MultiCharts
Topic: Time Exit at a Specific Time
Replies: 15
Views: 4185

may i sugggest: Building Winning Trading Systems with TS http://www.amazon.com/Building-Winning-Trading-Systems-TradeStation/dp/0471215694/ref=sr_1_1?ie=UTF8&s=books&qid=1252154904&sr=8-1 http://ecx.images-amazon.com/images/I/51JF48982DL._BO2,204,203,200_PIsitb-sticker-arrow-click,TopRight,35,-76_AA...
by TJ
05 Sep 2009
Forum: MultiCharts
Topic: Time Exit at a Specific Time
Replies: 15
Views: 4185

if time_s >= xxxx then
by TJ
04 Sep 2009
Forum: MultiCharts
Topic: Time and sales
Replies: 4
Views: 1649

MultiCharts does not show Time and Sales.


for IB users, you can get it from TWS.
by TJ
03 Sep 2009
Forum: MultiCharts
Topic: bug? or Whats the difference between vars and constants?
Replies: 7
Views: 2744

This protocol is made to safeguard the numerous custom values you have already applied to your many other charts. This is true. However, if you exit and re-enter MC, the new settings in the study are used in place of any custom ones. only if you save the Study Format setting as "Default". So, it's ...
by TJ
02 Sep 2009
Forum: MultiCharts
Topic: Vista x64 Quad Core CPU affinity
Replies: 6
Views: 4579

This is not normal. Tradesignal does use all 4 cores of my Quad Core for the same Strategy as in Multicharts and it is definetely calculating faster in Tradesignal. Should be addressed in my opinion, since currently all the cores are only used when optimizing. Thank you for your observation. Can I ...
by TJ
02 Sep 2009
Forum: MultiCharts
Topic: Vista x64 Quad Core CPU affinity
Replies: 6
Views: 4579

this is normal and logical.

Each chart has to be handled by ONE CPU only.
Otherwise you will have multiple hands in the pie;
the computer will be spending more time on cross-tracking data integrity, scheduling dependents and managing synchronizations, than calculations.
by TJ
02 Sep 2009
Forum: MultiCharts
Topic: bug? or Whats the difference between vars and constants?
Replies: 7
Views: 2744

once you applied an indicator to a chart the value in the input variable is in your chart . If you change the input value of the indicator in the PowerEditor , that change will NOT affect the input value you have already applied in the charts. This protocol is made to safeguard the numerous custom v...
by TJ
02 Sep 2009
Forum: MultiCharts
Topic: bug? or Whats the difference between vars and constants?
Replies: 7
Views: 2744

how different are these values?

DonLow = Lowest( low, Length);
DonLowExtra=lowest(low,20);



you have to get a chart and manually pick out the values to see.
by TJ
31 Aug 2009
Forum: MultiCharts
Topic: Connecting MC to Open ECry data
Replies: 5
Views: 2813

do a search with the keyword "oec".

you will find the answer.
by TJ
30 Aug 2009
Forum: MultiCharts
Topic: Max number of bars study will reference; annoying
Replies: 12
Views: 4366

wow... sounds like you guys are having fun.

I might look into PowerBasic... heard many people use it to write DLL for TS and MultiCharts.

I haven't used FreeBasic... I should give it a try.
by TJ
28 Aug 2009
Forum: User Contributed Studies and Indicator Library
Topic: Cumulative Delta & Volume Delta
Replies: 31
Views: 28779

BlowFish is a guru grade trader and programmer, the program above is one of his "exercises" from a long time ago. I think it is a good starting point for learning programming, and a good base to build your enhancements. Bid data and Ask data are very recent additions to MultiCharts, I haven't tried ...
by TJ
27 Aug 2009
Forum: User Contributed Studies and Indicator Library
Topic: Cumulative Delta & Volume Delta
Replies: 31
Views: 28779

if you want just a line, then set all the plots to invisible except the close. you can only get cd in real time, unless you set up a database to store the data. cd deals with intrabar values, those values are calculated in real time, they cannot be reconstructed with EOB OHLCV. EasyLanguage is not t...
by TJ
23 Aug 2009
Forum: MultiCharts
Topic: Study List -- sorting
Replies: 3
Views: 1511

Study List -- sorting

when Insert Study into the scanner -- the study list is sorted differently in a scanner than in the PLEditor, or in a chart.

this user interface is not intuitive.

pls see attached for illustration.


Image
by TJ
20 Aug 2009
Forum: MultiCharts
Topic: another way to protect our studies
Replies: 9
Views: 2885

or an automatic revision control?

e.g. PLEditor would auto-save the previous version with -1 extension before overwriting it with your new editing.
by TJ
20 Aug 2009
Forum: MultiCharts
Topic: How to plot a strategy equity line against a price chart?
Replies: 7
Views: 4015

found this in my collection: [LegacyColorValue = TRUE]; { Equity Curve Date Version 1.02 12/9/99 Gary Fritz This indicator plots bars of closed equity on a periodic basis on the last 200 bars of a chart. If your system test contains more than 200 trades or periods, it only plots the last 200. Winnin...
by TJ
20 Aug 2009
Forum: MultiCharts
Topic: How to plot a strategy equity line against a price chart?
Replies: 7
Views: 4015

Re: How to plot a strategy equity line against a price chart

In MultiCharts, how can I plot the equity line of a strategy I have developed against the price chart? use the PositionProfit keyword. you will need a variable to store the running equity. since you cannot use plot in a strategy, you have to use TL_NEW. And a related question, how do I get the curr...
by TJ
20 Aug 2009
Forum: MultiCharts
Topic: Optimization Report not copied with Window
Replies: 7
Views: 5040

+1 vote
by TJ
19 Aug 2009
Forum: MultiCharts
Topic: Suggestion: Export All from Workspace
Replies: 2
Views: 1093

+1 vote
by TJ
19 Aug 2009
Forum: MultiCharts
Topic: Perf Report Missing Signal Settings
Replies: 6
Views: 1923

I concur.
by TJ
18 Aug 2009
Forum: MultiCharts
Topic: MultiCharts Volume
Replies: 3
Views: 1585

>>1. Does this in fact color the volume green if the symbol bar trades more CONTRACTS on an uptick than a down tick, and, that's correct. (see condition below) >>2. Will this only work for me in real time or does MC save the volume per tick in its history that allows me to historically see and acces...
by TJ
17 Aug 2009
Forum: User Contributed Studies and Indicator Library
Topic: Coppock Indicator
Replies: 1
Views: 2850

here's the formula:

Add a 14 period Rate of Change to a 11 period Rate of Change,
then calculate a 10 period weighted moving average of the result.


original implementation was designed for monthly charts.
by TJ
16 Aug 2009
Forum: MultiCharts
Topic: calling an indicator
Replies: 9
Views: 4048

it would be nice if MultiCharts can add a built-in Global Variable capability
by TJ
16 Aug 2009
Forum: MultiCharts
Topic: calling an indicator
Replies: 9
Views: 4048

Simple solution for simple requirements

a simple way is to combine the indicators.

if the symbole is not the same,
or the time frame is not the same,
then add the 2nd symbol as data2.
by TJ
16 Aug 2009
Forum: MultiCharts
Topic: calling an indicator
Replies: 9
Views: 4048

Simple use of indicator value in another indicator is not POSSIBLE ! Not possible in MC. ciao radekj "NOT Simple" is true. Same as in TS and most of the software. However it is not impossible. For the advanced users with advanced requirements, here are some reading material for the intrepid. Global...
by TJ
16 Aug 2009
Forum: MultiCharts
Topic: Best use of Core 2 Quad Processor in MC
Replies: 13
Views: 5896

The best thing is to open one instance of MC per workspace, each instance/workspace is on separate monitor. It is stupid to open simultaneously more workspaces of MC in one instance , because you will see always only windows of current workspace ! ciao radekj There is no need to start a new instanc...
by TJ
16 Aug 2009
Forum: MultiCharts
Topic: Best use of Core 2 Quad Processor in MC
Replies: 13
Views: 5896

What is your CPU utilization right now? over 75% ? That's a lot of horse power you have in mind... My Q6600 is hot. It is the 1st generation quad core, using the 65 nm technology. The newer CPU uses 45 nm tech, which runs faster, uses less energy, and dissipates less heat. http://www.tomshardware.co...
by TJ
14 Aug 2009
Forum: MultiCharts
Topic: Best use of Core 2 Quad Processor in MC
Replies: 13
Views: 5896

MultiCharts is multi-core/multi-CPU compatible. It will use ALL the CPU cores available. There is no need to open a new instance for each chart. You can verify this with the CPU usage graph in the Task Manager. p.s. MultiCharts is screaming fast when performing back test and optimization, you will s...
by TJ
14 Aug 2009
Forum: MultiCharts
Topic: Best use of Core 2 Quad Processor in MC
Replies: 13
Views: 5896

I have been using this computer for more than a year: Q6600 4GB Vista Home Premium 64 2 monitors I regularly have the following opened: 8~12 wsp each wsp with 4+ charts, each chart has 10+ indicators some indicators have over 1000 lines of code. in addition to MultiCharts, I also opened: FireFox, Sk...
by TJ
14 Aug 2009
Forum: MultiCharts
Topic: Charting issue
Replies: 6
Views: 2688

you are welcome
by TJ
12 Aug 2009
Forum: MultiCharts
Topic: Signal Connecting Line
Replies: 7
Views: 2204

Re: Signal Connecting Line

Not sure if this is what you want but you can use TL_New_Self_s to draw a trend line starting at the know date and time of your entry, ending at the current date and time. As the date or time changes you can update the end point using TL_SetEND_s to adjust the line dynamically. ok... I have finally...
by TJ
12 Aug 2009
Forum: User Contributed Studies and Indicator Library
Topic: TL_OpenPosition
Replies: 0
Views: 2623

TL_OpenPosition

function: TL_OpenPosition description: this function will draw a line from the open position entry date/time/price to the latest close. usage format: add this line to the end of your strategy: value1 = TL_OpenPosition( 1, 0.5, darkgreen, red); http://www.tssupport.com/forum/files/tl_openposition_201...
by TJ
11 Aug 2009
Forum: MultiCharts
Topic: [Question] How to show text string inside the Hint box?
Replies: 3
Views: 1524

Commentary is not supported yet.

It is promised tho.



p.s. the candle indicator is a conversion from TS, that's why the commentary code is still in there.
The commentary keyword will not generate an error message, nor do anything at the moment.
by TJ
11 Aug 2009
Forum: MultiCharts
Topic: transform the scanner window
Replies: 6
Views: 2291

Re: transform the scanner window

... Looking at the image attached, one thing that would be nice it would be leaving an empty row between symbols and then, when sorting, those empty rows would separate the sorting for the symbols between the rows. QT and eSignal have this in their quote windows. eSignal even let us write a text or...
by TJ
11 Aug 2009
Forum: MultiCharts
Topic: transform the scanner window
Replies: 6
Views: 2291

... Also, the scanner/quote window should give us more options to plot. For example, it would be nice to have the Open price there to be plotted, or the % change from open to last price and not only % change from yesterday's close to last price. eSignal and QT have this very well built. ... Regards...
by TJ
11 Aug 2009
Forum: MultiCharts
Topic: compress/expand price scale
Replies: 2
Views: 992

go to Format Study

Choose Scaling tab,

select Scale Range> Screen

(or anything other than Same as Symbol)
by TJ
11 Aug 2009
Forum: User Contributed Studies and Indicator Library
Topic: Moving Trend (Rafter indicator)
Replies: 4
Views: 4825

you can set the bands to invisible if you do not wish to see them. // Moving Trend Band (MTB) // as described by William Rafter // // Author: TJ // Date: 20090811 // http://www.tssupport.com/forum/viewtopic.php?p=28041#28041 // input: Length(20), Upcol(blue), Dncol(red); var: MovTrend(0), sd(0), upb...
by TJ
10 Aug 2009
Forum: MultiCharts
Topic: [Question] How to show text string inside the Hint box?
Replies: 3
Views: 1524

I don't know if this is what you are looking for... Commentary is coming in a future version, at the mean time, you can check out this work-around: Candle pattern http://www.traderslaboratory.com/forums/f46/candle-pattern-5736.html http://www.traderslaboratory.com/forums/attachments/46/10134d1239553...
by TJ
10 Aug 2009
Forum: MultiCharts
Topic: Goodbye from Marina Pashkova
Replies: 22
Views: 7895

Thanks for all the help,

All the best in your new endeavors !

;-)
by TJ
09 Aug 2009
Forum: MultiCharts
Topic: Problem with 5.5 beta 4
Replies: 7
Views: 2048

have you looked at the equity curve?

can you post that graph as well?
by TJ
09 Aug 2009
Forum: MultiCharts
Topic: EL statement for Point(Range) Bar
Replies: 5
Views: 2391

EasyLanguage is very powerful; it can practically do any calculation and analysis you can imagine. You can begin here: Getting Started with EasyLanguage http://www.tssupport.com/support/tutorials/ The book is not difficult, but will require some time and patience to read ... The skill you acquired w...
by TJ
09 Aug 2009
Forum: MultiCharts
Topic: EL statement for Point(Range) Bar
Replies: 5
Views: 2391

have you tried?
by TJ
08 Aug 2009
Forum: MultiCharts
Topic: Security when the whold hard disk is copied?
Replies: 1
Views: 1138

PLEditor's Password Protection only prevents unauthorized viewing of source code, not unauthorized usage. You can add these codes to enhance the usage security: 1. Username and Passcode [/u] input: Username("ABCD"), Passcode("12345"); var: U.name("ABCD"), P.code("12345"); if u.name = username and p....
by TJ
08 Aug 2009
Forum: MultiCharts
Topic: EL ability to delete every type of tool.
Replies: 9
Views: 3523

if MC add the following keywords to the PowerLanguage:

arc_new
circle_new
rectangle_new


then the following complementary keywords will also be available to us:

arc_delete
circle_delete
rectangle_delete

etc.,

;-)
by TJ
08 Aug 2009
Forum: MultiCharts
Topic: EL ability to delete every type of tool.
Replies: 9
Views: 3523

...In the power language help that I have there are commands like this for only arrows, text and lines. There is nothing I know of for the other types of drawing tools. ... ..If we REQUEST to have those drawing tools (arc, circle, box, etc.) made available to the MC PowerLanguage. We will have the ...
by TJ
07 Aug 2009
Forum: MultiCharts
Topic: Charting issue
Replies: 6
Views: 2688

step 1. right click on the chart,

select "Visual Order..."

make sure the symbol is sent all the way to the back.


step 2. right click on the vertical price scale,

a window will pop up with a list of chart objects.

make sure the symbol is selected.[/b]
by TJ
06 Aug 2009
Forum: MultiCharts
Topic: Can't use 2 Playsound() statments ?
Replies: 27
Views: 8635

I thought Microsoft has a suite of BASIC stuff for free.
Can they be used?
by TJ
04 Aug 2009
Forum: MultiCharts
Topic: issues / Bugs 5.5 beta3
Replies: 6
Views: 2153

...
I will try to be more careful here. on the other hand, i see some of
my issues going to be lost in space. this is the reason i got a bit louder.


ever heard of the story "Fire"?
by TJ
04 Aug 2009
Forum: MultiCharts
Topic: volatility standard dev
Replies: 6
Views: 4569

if you are not familiar with programming, you can start by

downloading the free ebook Getting Started with EasyLanguage from the web.
by TJ
03 Aug 2009
Forum: MultiCharts
Topic: volatility standard dev
Replies: 6
Views: 4569

StdDev (Function) The StdDev function calculates a standard deviation of a population of values. Syntax StdDev( Price , Length ) Returns (Double) A numeric value containing the current standard deviation. Parameters Price Numeric Specifies which bar value (price, function, or formula) to be conside...
by TJ
03 Aug 2009
Forum: MultiCharts
Topic: volatility standard dev
Replies: 6
Views: 4569

yes, there is a function called StvDev.

From your PLEditor,

Open> Study Type: select Function

you will see the function there.
by TJ
03 Aug 2009
Forum: MultiCharts
Topic: Live Data Queuing in 5.5 beta3
Replies: 3
Views: 1893

the 64 bit OS provides no added benefit to the current version of MC, because MC is still a 32 bit program. My computer is a Q6600 with 4 GB RAM. The average utilization are: MC wsp ~ 8 MC charts ~ 40 indicators: too many other programs: FireFox, Skype. Processes: ~75 CPU usage <20% Physical memory ...
by TJ
03 Aug 2009
Forum: MultiCharts
Topic: Live Data Queuing in 5.5 beta3
Replies: 3
Views: 1893

i do not see this problem at my end.

MC: Version 5.5 Beta 3 (Build 2592)
datafeed: IB
Vista 64 home prem




please check your anti-virus, firewall, etc.
by TJ
03 Aug 2009
Forum: MultiCharts
Topic: Partial exit on pyramid
Replies: 10
Views: 3233

do you have IOG enabled?
by TJ
02 Aug 2009
Forum: MultiCharts
Topic: Partial exit on pyramid
Replies: 10
Views: 3233

can you post a screen shot of your settings and properties?
by TJ
02 Aug 2009
Forum: MultiCharts
Topic: Can't use 2 Playsound() statments ?
Replies: 27
Views: 8635

Re: Can't use 2 Playsound() statments ?

This is an interesting subject. Two or more PlaySound may be called from different signals on different charts simultaneously. Only one sound will play. Putting playsounds into a queue, so that all the sounds will be played, is very much desirable. Any suggestions from TS Support please? I have exp...
by TJ
31 Jul 2009
Forum: MultiCharts
Topic: Daily Close different Hourly Close
Replies: 5
Views: 1848

I think it has to do with the delayed posting of the official close. The exchange posts the official close up to 15 mins after the market is closed. The intraday bar can only use the last trade as the close of the bar. The daily bar can capture the official close, even if it is late. I don't remembe...
by TJ
30 Jul 2009
Forum: MultiCharts
Topic: Daily Close different Hourly Close
Replies: 5
Views: 1848

this was explained before, but I cannot find the thread. Maybe TSSupport can add this to the Knowledge Base FAQ. Basically it has to do with the way exchanges post their CLOSING PRICE . Sometimes the LAST TRADE is NOT the same as the OFFICIAL closing price. also, you should : -- check the symbol pro...
by TJ
30 Jul 2009
Forum: User Contributed Studies and Indicator Library
Topic: spread charts
Replies: 25
Views: 14101

Thank you Andrew, willregular indicators such as RSI will work with it?
will it be available this year?

before the new version arrives,
you can try this method for indicators:
http://www.traderslaboratory.com/forums ... -6372.html
by TJ
30 Jul 2009
Forum: MultiCharts
Topic: stochastic indicator: what is wrong
Replies: 3
Views: 1609

you need to make a plot at the last ELSE of your IF-THEN-ELSE:

...
Else
begin
Zone = "---";
Plot1(Zone, "Zone", Green);
End;
by TJ
30 Jul 2009
Forum: User Contributed Studies and Indicator Library
Topic: spread charts
Replies: 25
Views: 14101

That's fantastic Andrew.
by TJ
30 Jul 2009
Forum: MultiCharts
Topic: charts
Replies: 2
Views: 1345

you can use Copy and Paste.


File> Copy Window

File> Paste Window
by TJ
29 Jul 2009
Forum: User Contributed Studies and Indicator Library
Topic: spread charts
Replies: 25
Views: 14101

First, load your symbols into the chart. in your Format Symbol window, under the Style tab, set the chart type to "Invisible bars". Next, create and apply this indicator to your chart: [edit] added data multiplier {---------- beginning of indicator ----------} // indicator: Spread // version: beta 0...
by TJ
29 Jul 2009
Forum: MultiCharts
Topic: [Bug Report] MC V5.5 Beta 3 => Not Enough Memory
Replies: 8
Views: 7646

I want to believe someday we will migrate to x64 architecture and it will allow you to use unlimited number of bars as far as you have enough RAM.
:D :D :D

MultiCharts leading the way again !
by TJ
28 Jul 2009
Forum: MultiCharts
Topic: Intraorder bar indicator evaluation in Easylanguage
Replies: 1
Views: 978

intrabarordergeneration is for orders only.


[1] is a reference for prev bar.

you can varify this by using a print statement:

e.g.
print( text(computerdatetime), text( trend[1] ) );


this will post the value of trend[1] to the output log, along with your computer's time stamp.

Go to advanced search