Search found 7743 matches

by TJ
26 May 2010
Forum: MultiCharts
Topic: Win free lifetime license to MultiCharts on Big Mike Trading
Replies: 5
Views: 2165

can I take cash instead? I already have MultiCharts.
by TJ
26 May 2010
Forum: MultiCharts
Topic: HDMS data farm connection is broken:ushmds2a
Replies: 9
Views: 4090

don't forget, IB reboots its server once a day.
TWS connection will be lost momentarily (~30sec to 5 min).

reboot time:
USA server: ~ mid night ET
HK server: ~ 3:30am HK time
by TJ
22 May 2010
Forum: User Contributed Studies and Indicator Library
Topic: Collections of EasyLanguage Scripts
Replies: 44
Views: 110506

Active Trader Magazine

Active Trader Magazine

Trading strategy and system code
http://www.activetradermag.com/index.ph ... ategy_code

System Code for Trading System Labs
http://www.activetradermag.com/code_TSL.htm
by TJ
22 May 2010
Forum: MultiCharts
Topic: (not always expensive) Using MC with triple 28" monitors.
Replies: 49
Views: 14307

because of HDTV, a lot of the monitors come with 1080 vertical resolution. This is fine with small monitors (<20"), but it is too coarse for charting on a large monitor. especially for a precision program like MultiCharts. I would rather pay more for a higher resolution monitor. after all, it is for...
by TJ
22 May 2010
Forum: MultiCharts
Topic: (not always expensive) Using MC with triple 28" monitors.
Replies: 49
Views: 14307

yes... pdf uses both graphics and text. The price performance is low with 3 port or 4 port cards. Get 2x 2 port cards if you have extra slot. If you plan on adding an extra graphics card, make sure you get the same brand and model. I know they say it is not necessary, but I have seen too many people...
by TJ
22 May 2010
Forum: MultiCharts
Topic: (not always expensive) Using MC with triple 28" monitors.
Replies: 49
Views: 14307

#1: don't waste your money on expensive graphics cards. the so called "powerful" cards are for games, they are capable of 3D graphics: Modeling, layout and animation, ray tracing, ambient occlusion, continuous tone/texture rendering, etc. All of these features are NOT used by a charting software bec...
by TJ
22 May 2010
Forum: MultiCharts
Topic: SlowK & SlowD difference
Replies: 7
Views: 2072

Hi TJ, Thank you for your help. I have attached a larger picture of what I would like to do. that illustration is much better. a picture is worth a thousand words. you do not need to calculate value1. simply plot this plot5(SlowK, "Bar High"); plot6(SlowD, "Bar Low"); set plot5 as Bar High , and pl...
by TJ
21 May 2010
Forum: MultiCharts
Topic: SlowK & SlowD difference
Replies: 7
Views: 2072

Try this

Code: Select all

value1 = p2slowk-p2slowd;
plot5(value1,"DIF");
plot6(value1,"DIF");
set plot5 as histogram,
and plot6 as Line
by TJ
21 May 2010
Forum: MultiCharts
Topic: SlowK & SlowD difference
Replies: 7
Views: 2072

Hi TJ, Thank you for your reply. Sorry but I don't follow you :( What I wrote was probably not very clear. Basically I would like the histogram to plot between SlowK & SlowD. The histogram low is the lowest of Slowk & SlowD, and the histogram high is the highest between SlowK & SlowD. It changes at...
by TJ
20 May 2010
Forum: MultiCharts
Topic: SlowK & SlowD difference
Replies: 7
Views: 2072

you have to add one more plot:

Code: Select all

value1 = p2slowk-p2slowd;
plot5(value1,"DIF",white,1);
plot6(-100,"DIF",white,1);
set plot5 as Bar High,
and plot6 as Bar Low
by TJ
18 May 2010
Forum: MultiCharts
Topic: Orders per bar issue?
Replies: 9
Views: 3633

you should tag your orders

e.g.

Buy ("E1") next bar Open;
by TJ
18 May 2010
Forum: User Contributed Studies and Indicator Library
Topic: Hidden Divergence
Replies: 4
Views: 4384

Re: Hidden Divergence

I found the attached divergence indicator on http://www.traderslaboratory.com and made a few modification to it. Notably substituting in stochrsi and getting the indicator to plot a divergence line on both the price chart and indicator for easier viewing. My question is, can anyone suggest a way to...
by TJ
17 May 2010
Forum: MultiCharts
Topic: can anyone convert NT Indicator?
Replies: 1
Views: 868

Re: can anyone convert NT Indicator?

I attatched file... It's very useful.. I'm trying covert it.. still not working... could U help me........thx in advance.. It's very useful? you should at least give a description of what this code does, and a screenshot of how it looks like. if you have tried converting it, how about showing us so...
by TJ
16 May 2010
Forum: MultiCharts
Topic: Portfolio backtester
Replies: 2
Views: 1117

look under Strategy Properties > Properties


or,

press [F1]

then plug in "maxbarsback" into the search box.
by TJ
16 May 2010
Forum: MultiCharts
Topic: How to detect whether autotrading is enabled?
Replies: 18
Views: 7739

Thanks for your reply.

please find attach 2 copy screens

only 1 trade with iog=true
is this a back test? or live trade?
by TJ
14 May 2010
Forum: MultiCharts
Topic: suggestion -- Text_SetLocation
Replies: 6
Views: 1998

I just tried and it works. but if I use, text_setsize, text_setborder, Text_setbgcolor it does not work why? and how? french je viens d'essayer et ça marche . mais si j'utilise , text_setsize,text_setborder,Text_setbgcolor cela ne fonctionne pas le décalage n'est pas pris en compte pourquoi ? et co...
by TJ
14 May 2010
Forum: MultiCharts
Topic: suggestion -- Text_SetLocation
Replies: 6
Views: 1998

Re: suggested

hello MC suggested we could make a function that allows us to display a text on the right of the bar being + or - X (cm, pixel, bar etc. ..) Ideally would like a command but with the parameters of this one :-) Text_SetLocation (ObjectID, BarDate, BarTime, PriceValue) Text_SetLocation (ObjectID, Bar...
by TJ
13 May 2010
Forum: MultiCharts
Topic: compile error
Replies: 6
Views: 1941

Re: compile error

Good morning.
I have a compile error but I do not find it, could you help me :-)
cordially
...
pls copy and paste the error message here.
or take a screen shot of the error.

pls also let us know your MC version, OS, etc.
by TJ
13 May 2010
Forum: MultiCharts
Topic: array coding problem
Replies: 2
Views: 1168

Re: array coding problem

hi .... how can i sort this mess out ? regards start with a flow chart... draw out all the permutations on how the numbers are assigned. make a grid on a piece of paper to represent your array... draw out the number flow: when and where do you want the numbers. Arrays are not difficult, but you hav...
by TJ
12 May 2010
Forum: MultiCharts
Topic: How to detect whether autotrading is enabled?
Replies: 18
Views: 7739

Hi Tj, I know this may seem strange, it may sell instead of buying and vis versa In Multichart, the program work always fine : a buy in powerlanguage is a buy on the chart, and a sell is always a sell on the chart. But unfortunatly, sometime a communication problem appear between Multichart and IB,...
by TJ
12 May 2010
Forum: MultiCharts
Topic: flux mc -- SelfInvest Patsystems (J-Trader)
Replies: 9
Views: 2237

Good morning.

how to contact technical support by email?
cordially
here are different ways to contact TSSupport
http://www.tssupport.com/support/
by TJ
12 May 2010
Forum: MultiCharts
Topic: How to detect whether autotrading is enabled?
Replies: 18
Views: 7739

Hi, From time to time I may loose Autotrader connection with IB. usually this happen after midnight, I agree this is a problem. From time to time, some order are a sell instead of a buy and vis versa, this is as well a problem . But, MC is improving constantly and I know that TSSupport are working ...
by TJ
12 May 2010
Forum: MultiCharts
Topic: flux mc -- SelfInvest Patsystems (J-Trader)
Replies: 9
Views: 2237

You should contact Tech support directly.
by TJ
12 May 2010
Forum: MultiCharts
Topic: Order and Position Tracker Coming in MultiCharts 6
Replies: 30
Views: 24587

Hi,

where to find this tool order position tracker ?

It look amazing !!!!!!!!
File > New >
by TJ
07 May 2010
Forum: MultiCharts
Topic: Multicharts 6.0 Beta 3 feedback
Replies: 185
Views: 83751

...
Excuse me for not expressing myself clearly. Please send us all log files using http://rapidshare.com/. You can make a multi-file rar as well.
I found Skype is the easiest method to transfer large files.
by TJ
06 May 2010
Forum: MultiCharts
Topic: compatibilité TS
Replies: 2
Views: 867

now that you have MultiCharts,
why would you want to use TS ????


text_setsize, text_setborder, Text_setbgcolor are MultiCharts specific keywords.
by TJ
06 May 2010
Forum: MultiCharts
Topic: May I ask what is Change Bar for Resolution? Thanks.
Replies: 3
Views: 1210

Change is Range...


they even rhyme !
I don't think that Change is Range.
I stand corrected...

your explanation is good.
by TJ
06 May 2010
Forum: MultiCharts
Topic: May I ask what is Change Bar for Resolution? Thanks.
Replies: 3
Views: 1210

Change is Range...


they even rhyme !
by TJ
06 May 2010
Forum: MultiCharts
Topic: Need help with MD with gradient coloring.
Replies: 4
Views: 1642

glad to be of help...
I hope in this EasyLanguage learning journey, you retain more hair than I do.

;-)
by TJ
06 May 2010
Forum: MultiCharts
Topic: Need help with MD with gradient coloring.
Replies: 4
Views: 1642

see this line here?

Code: Select all

for i = 0 to BidAskArraySz - 1
i is a reserved word in MultiCharts.


simply substitue i with something else and it should work.
by TJ
06 May 2010
Forum: MultiCharts
Topic: Need help with MD with gradient coloring.
Replies: 4
Views: 1642

you should always post your error message when asking for help.
by TJ
06 May 2010
Forum: MultiCharts
Topic: How to close order in the same bar?
Replies: 44
Views: 11885

again, my absent minded head shut down MC before looking at your chart...
will try ES again this morning.

:-(
by TJ
05 May 2010
Forum: MultiCharts
Topic: Data issue ?
Replies: 3
Views: 1355

can you post your code?
by TJ
05 May 2010
Forum: MultiCharts
Topic: How to close order in the same bar?
Replies: 44
Views: 11885

I have them running on HSI right now,
so far nothing on indicator #1 has fired.
by TJ
05 May 2010
Forum: MultiCharts
Topic: MD for MC with History (Database)
Replies: 47
Views: 47105

I have not used this indicator in a while...
you have to experiment a bit to find the right fit.
by TJ
05 May 2010
Forum: MultiCharts
Topic: MD for MC with History (Database)
Replies: 47
Views: 47105

it is good to know it works !
by TJ
05 May 2010
Forum: MultiCharts
Topic: How to close order in the same bar?
Replies: 44
Views: 11885

When tracking the elapsed time, I tried to identify the "Signal Start" (in a 5-min chart before counting the time), LEStart and SEStart in my code. But I don't know why the code doesn't work!! ... Can anyone kind enough to point out what mistake I have made!! I tested them on ES today... the indica...
by TJ
05 May 2010
Forum: MultiCharts
Topic: Multicharts 6.0 Beta 3 feedback
Replies: 185
Views: 83751

2 steps forward, one step back...

MultiCharts should add a MC version of the keywords.
by TJ
05 May 2010
Forum: MultiCharts
Topic: MD for MC with History (Database)
Replies: 47
Views: 47105

it is tricky... you have to read the instruction with a fine tooth comb...
by TJ
05 May 2010
Forum: MultiCharts
Topic: MD for MC with History (Database)
Replies: 47
Views: 47105

you have to follow the installation instruction to the "T"....
otherwise you will encounter errors.

I would suggestion you to re-install the whole thing from the beginning.
by TJ
05 May 2010
Forum: MultiCharts
Topic: How to close order in the same bar?
Replies: 44
Views: 11885

When tracking the elapsed time, I tried to identify the "Signal Start" (in a 5-min chart before counting the time), LEStart and SEStart in my code. But I don't know why the code doesn't work!!... Can anyone kind enough to point out what mistake I have made!! I ran the code this morning, I saw signa...
by TJ
04 May 2010
Forum: MultiCharts
Topic: Exitonclose rejected
Replies: 6
Views: 2287

I would take the manual's suggestion and not want to use SetExitOnClose in live trading. most broker/exchanges recommend you enter your last order at least 3 minutes before closing. you can try something like this: input: last.order.time(1723); if time > last.order.time then begin sell... buy to cov...
by TJ
04 May 2010
Forum: MultiCharts
Topic: Exitonclose rejected
Replies: 6
Views: 2287

what symbol are you trading?

does it have an after hour session?

what is your chart resolution? 5min?
by TJ
04 May 2010
Forum: MultiCharts
Topic: QuoteManager: Mirus Futures Demo Account
Replies: 17
Views: 5470

by TJ
04 May 2010
Forum: MultiCharts
Topic: QuoteManager: Mirus Futures Demo Account
Replies: 17
Views: 5470

I know, but there is no lookup for Zen-Fire or Mirus Futures...
sorry... did not realize there is no lookup for Zen-Fire.
by TJ
04 May 2010
Forum: MultiCharts
Topic: How to close order in the same bar?
Replies: 44
Views: 11885

the keyword "TIME" refers to the bar ending time of that particular chart.


at MC, press the [F1] key,

look under
PowerLanguage> Keyword Reference> Date and Time Routines

you will see a list of real time keywords.
by TJ
04 May 2010
Forum: MultiCharts
Topic: QuoteManager: Mirus Futures Demo Account
Replies: 17
Views: 5470

you should NEVER input a symbol...
always insert symbol from data source using Look Up in QM.

do you know the root for your symbol?


Image
by TJ
04 May 2010
Forum: MultiCharts
Topic: QuoteManager: Mirus Futures Demo Account
Replies: 17
Views: 5470

do a search for Mirus or zen-fire on this forum.
there were many setup discussions.
by TJ
03 May 2010
Forum: MultiCharts
Topic: Multicharts 6.0 Beta 3 feedback
Replies: 185
Views: 83751

Re: can't launch program

my computer has been acting strange lately, I don't know if this is a beta 3 problem... In the " Format Studies " window when I click on the " Open Script " button, I get a " Can't Launch Program " error message. ok problem solved... I traced to the PLEditor Properties , it was set to Run as Admini...
by TJ
03 May 2010
Forum: MultiCharts
Topic: Multicharts 6.0 Beta 3 feedback
Replies: 185
Views: 83751

can't launch program

my computer has been acting strange lately,
I don't know if this is a beta 3 problem...

In the "Format Studies" window
when I click on the "Open Script" button,
I get a "Can't Launch Program" error message.

Image
by TJ
03 May 2010
Forum: MultiCharts
Topic: Multicharts 6.0 Beta 3 feedback
Replies: 185
Views: 83751

I installed (for the first time) last Friday (2010/Apr/30) these GetAppInfo commands while using MC 6.0 beta 2. WaveTopDownLineB_Value = GetAppInfo(aiHighestDispValue) - 2; WaveTopDownLineT_Value = GetAppInfo(aiLowestDispValue) - 1; It was working properly in that it was putting the text strings at...
by TJ
01 May 2010
Forum: MultiCharts
Topic: Forgettable Toolbarz
Replies: 22
Views: 5159

that leads to another question:

with multiple screens,
do you close MC from the primary monitor?
by TJ
01 May 2010
Forum: MultiCharts
Topic: Forgettable Toolbarz
Replies: 22
Views: 5159

one possibility:

if you have multiple monitors of different resolutions,
and saved MC in one of the lower resolution monitors,
and then
start the computer again with only one monitor (higher resolution),
the tool bars might not reappear at the prev location.
by TJ
01 May 2010
Forum: User Contributed Studies and Indicator Library
Topic: Global Variables
Replies: 5
Views: 3237

... Actually this thread should probably be in the main forum since it is not a user contributed study/function. moderator's note: I am keeping all the codes and code discussions here, and leaving the main forum for MC operational issues. Most people prefer to post in the main forum; that is the co...
by TJ
30 Apr 2010
Forum: MultiCharts
Topic: MC beta 3
Replies: 9
Views: 3395

my understanding is, none of the MultiCharts people ever worked for TS. internally, MultiCharts is designed and structured differently than TS, they are two totally different program altogether. as to the compilation time, I haven't made a comparison, and I don't know if there is anything changed. b...
by TJ
30 Apr 2010
Forum: MultiCharts
Topic: MC beta 3
Replies: 9
Views: 3395

if need be, please post in French also... we use Google Translate.

http://translate.google.com

;-)>

.
by TJ
30 Apr 2010
Forum: MultiCharts
Topic: Multicharts 6.0 Beta 3 feedback
Replies: 185
Views: 83751

I have set up quotemanager to receive data from MB Trading (CME), and it seems I am also having data corruption problems...
have you tried View > Reload ?
by TJ
28 Apr 2010
Forum: MultiCharts
Topic: Multicharts 6.0 Beta 3 feedback
Replies: 185
Views: 83751

Hi Mike, You said Thx MC team -- lots of new stuff in this beta it seems! Except when I first install beta3, I don't see any file in the program dir showing "what's new" in this release. Is there a "readme" somewhere that shows this? As an intraday discretionary trader, I see nothing new for me in ...
by TJ
28 Apr 2010
Forum: MultiCharts
Topic: Multicharts 6.0 Beta 3 feedback
Replies: 185
Views: 83751

link color disappeared

link color disappeared

Image
by TJ
28 Apr 2010
Forum: MultiCharts
Topic: Multicharts 6.0 Beta 3 feedback
Replies: 185
Views: 83751

Multicharts 6.0 Beta 3 feedback

Multicharts 6.0 Beta 3 feedback If you have tried the beta 3 and have an experience to share (good, bad or ugly), please post them here. note from Stanley Miller: http://forum.tssupport.com/viewtopic.php?t=6946 Dear MultiCharts Users, Multicharts 6.0 Beta is now available. We are starting beta-testi...
by TJ
27 Apr 2010
Forum: MultiCharts
Topic: plot function with large offsets
Replies: 17
Views: 3187

I've started using 64 bit hardware around 20 or so years ago (DEC and HP) but they were expensive back then. Now it's becoming common place. Let's hope MC fully utilizes the 64 bit architecture in the not too distant future. I should know better... I should add that retail 64 bit OS has been around...
by TJ
27 Apr 2010
Forum: MultiCharts
Topic: Backtesting Question
Replies: 3
Views: 1455

Re: Backtesting Question

When I'm running an automated strategy, and I compare the daily period results with what is actually happening with my account in IB, the results are fairly similar. However, if, at the end of the day, if I close my workspace and then open it again (i.e., it goes into backtesting mode), the results...
by TJ
27 Apr 2010
Forum: MultiCharts
Topic: plot function with large offsets
Replies: 17
Views: 3187

hardware and software take turns to play lead/catch up... 64 bit OS has been around for ~10 yrs, it is only recently (~2yrs?) that hardware is capable/affordable to make it worthwhile for the general public. old habits die hard; it will take some time for software conversion. 32 bit software will be...
by TJ
24 Apr 2010
Forum: MultiCharts
Topic: [PL] How to stop a loop?
Replies: 21
Views: 4553

Hey TJ, you missed the break command in the for loop. 99.9% about loops? I dumped my example in.
I left that out for you... ;-)

.
by TJ
24 Apr 2010
Forum: MultiCharts
Topic: [PL] How to stop a loop?
Replies: 21
Views: 4553

I have made some loop samples here:


All about loops...
http://forum.tssupport.com/viewtopic.php?t=7351
by TJ
24 Apr 2010
Forum: MultiCharts FAQ
Topic: All about Loops and Nests... (A Primer)
Replies: 6
Views: 8904

REPEAT

Code: Select all

HighPriceSum = 0;
BarNum = -1;

Repeat
BarNum = BarNum + 1;
HighPriceSum = HighPriceSum + High[ BarNum ];
Until BarNum = 9;
.
by TJ
24 Apr 2010
Forum: MultiCharts FAQ
Topic: All about Loops and Nests... (A Primer)
Replies: 6
Views: 8904

WHILE

Code: Select all

While Condition1 = True
Begin
Instruction1;
Instruction2;
Instruction3;
End;

example

Code: Select all

BarNum = 0;

While BarNum < 10
Begin
HighPriceSum = HighPriceSum + High[ BarNum ];
BarNum = BarNum + 1;
End;
.
by TJ
24 Apr 2010
Forum: MultiCharts FAQ
Topic: All about Loops and Nests... (A Primer)
Replies: 6
Views: 8904

SWITCH (a cascade) Switch ( expression ) Begin Case case-expression: statements; Default: statements; End; example: Switch(Value1) Begin Case 1 to 5: Value2 = Value2 + 1; Case 10, 20, 30: Value3 = Highest(High,10); Case is > 40: Value3 = Value3 + 1; Default: Value5 = Value5 + 1; End; .
by TJ
24 Apr 2010
Forum: MultiCharts FAQ
Topic: All about Loops and Nests... (A Primer)
Replies: 6
Views: 8904

WHILE

Code: Select all

index = 0;

While
ArrayToSearch[index] < Highest_A( ArrayToSearch, Array_Size ){condition}
Begin
index = index + 1; {instruction to repeat untill condition is true}
End;

IndexOfHighestArray = index;
.
by TJ
24 Apr 2010
Forum: MultiCharts FAQ
Topic: All about Loops and Nests... (A Primer)
Replies: 6
Views: 8904

All about Loops and Nests... (A Primer)

FOR For Counter = IValue To FValue Begin Instruction1; Instruction2; End; IValue = initial value FValue = final value or: For Counter = IValue DownTo FValue Begin Instruction1; Instruction2; End; example For BarNum = 0 To 9 Begin HighPriceSum = HighPriceSum + High[BarNum]; End; For BarNum = 9 DownT...
by TJ
23 Apr 2010
Forum: MultiCharts
Topic: [PL] Divergence with multiple pivots points
Replies: 6
Views: 3336

Re: [PL] Divergence with multiple pivots points

... hopefully this thread won't reach 99 posts like the previous one!

Many thanks!
you got your wish.

;-)
by TJ
22 Apr 2010
Forum: MultiCharts
Topic: How to close order in the same bar?
Replies: 44
Views: 11885

...and it seems there's a bug with the MaxBarsBack indicators will reference, as per my previous post.
can you give me a link to this thread?
by TJ
22 Apr 2010
Forum: MultiCharts
Topic: How to close order in the same bar?
Replies: 44
Views: 11885

...
If you have any ideas on how to work around this issue using Daily bars I would appreciate it ...
don't bang your head against the wall...
by TJ
22 Apr 2010
Forum: MultiCharts
Topic: How to close order in the same bar?
Replies: 44
Views: 11885

there is no such a thing as "accurate backtest results".

backtest is NEVER real.

there are 2 things you can achieve with backtest:
1. verify a concept,
2. test a segment of code

separating the two will save you some time and headache.
by TJ
22 Apr 2010
Forum: MultiCharts
Topic: How to close order in the same bar?
Replies: 44
Views: 11885

first thing first... to calculate a logic, you need data. eg. the last trading price (also called current price), previous close, 20 period moving average, etc., MultiCharts has no way of accessing future data . eg. tomorrow's opening. to incorporate the opening price into your calculation, you must...
by TJ
22 Apr 2010
Forum: MultiCharts
Topic: filtering bad ticks
Replies: 7
Views: 1719

...get better datafeed.

I don't know how or when the tick filter will screen the data.
would the bad tick hit your strategy before it is being filtered?

if you are concerned, you should add a filter in your strategy to prevent bad ticks.
by TJ
22 Apr 2010
Forum: MultiCharts
Topic: How to close order in the same bar?
Replies: 44
Views: 11885

for TS:

"buy/sell this bar at close" is for backtest only.
It is stated in the manual.
This order will not execute in live mode.
by TJ
22 Apr 2010
Forum: MultiCharts
Topic: filtering bad ticks
Replies: 7
Views: 1719

you can manually edit the data with QuoteManager.
by TJ
21 Apr 2010
Forum: MultiCharts
Topic: Help with code looking into tomorrow's open - please help
Replies: 1
Views: 834

if you are going to do intraday trading,
you should use intraday chart.

I would suggest this starting point:
do a search in this forum on intrabarordergeneration (IOG).
by TJ
21 Apr 2010
Forum: MultiCharts
Topic: filtering bad ticks
Replies: 7
Views: 1719

Re: filtering bad ticks

Hi,

is it possible to let MultiCharts automatically filter out bad ticks? For example if there is a price difference of x% or if last, bid or ask are 0?

Cheers,
Marc
not yet...

my understanding is,
this feature has been requested and is scheduled for a future release.
by TJ
20 Apr 2010
Forum: MultiCharts
Topic: order type: OCA
Replies: 15
Views: 5104

Andrew has stated in a number of posts
that he is OK with MultiCharts related vendors and consultants on this forum.
by TJ
20 Apr 2010
Forum: MultiCharts
Topic: Automated Order tured off
Replies: 11
Views: 2801

my internet connection always fades momentarily around midnight. maybe the ISP resets its routers too? you can use a network sniffer to isolate the problem, to see whether it is the internet connect that resets, or IB server that reboots. or, if nothing happens on the outside, then it must be someth...
by TJ
19 Apr 2010
Forum: User Contributed Studies and Indicator Library
Topic: [PL] Divergence line chopping off a candle
Replies: 99
Views: 28598

I got the trendline values!
:lol: :lol: :lol:
by TJ
19 Apr 2010
Forum: MultiCharts
Topic: TRO Buy Zone -- Please help
Replies: 8
Views: 3054

Re: TRO Buy Zone -- Please help

Hello, I'm trying to plot the indicator below (credits to TRO) and it works ok in TS but not in Multicharts... can anyone please give me a clue of where it could be wrong ... I'm guessing it's related to scaling. .... can you describe what do you mean by "does not work"? can't compile? error messag...
by TJ
19 Apr 2010
Forum: User Contributed Studies and Indicator Library
Topic: [PL] Divergence line chopping off a candle
Replies: 99
Views: 28598

give this a try:
by TJ
19 Apr 2010
Forum: MultiCharts
Topic: Hidden recalculate log or optional popups request
Replies: 12
Views: 2523

do you have maxbarsback on auto?
by TJ
19 Apr 2010
Forum: User Contributed Studies and Indicator Library
Topic: [PL] Divergence line chopping off a candle
Replies: 99
Views: 28598

I haven't had time to try the code,
I will take a look at it later...
by TJ
19 Apr 2010
Forum: MultiCharts
Topic: MD for MC with History (Database)
Replies: 47
Views: 47105

Hi TJ, Thanks for your reply. The following is the partial content of what I see after I downloaded it. Would you mind to post the Easy Language code for it? I have no idea how to save this kind of code, if it is a programming code; so I can import them using PL Editor. Many thanks. read my instruc...
by TJ
19 Apr 2010
Forum: User Contributed Studies and Indicator Library
Topic: [PL] Divergence line chopping off a candle
Replies: 99
Views: 28598

now you know what I meant by...
It can be done; it is high school math, not rocket science... but it does take time.
This is not a one or two keyword operation.
It will take time to code the logic and the process..
I am glad you are still having fun.

;-)
by TJ
19 Apr 2010
Forum: User Contributed Studies and Indicator Library
Topic: [PL] Divergence line chopping off a candle
Replies: 99
Views: 28598

ps. insert the code after this line:
tlprice= tl_new_S(
by TJ
19 Apr 2010
Forum: User Contributed Studies and Indicator Library
Topic: [PL] Divergence line chopping off a candle
Replies: 99
Views: 28598

yes, that's correct.

try this...

Code: Select all

For bback = oPivotBar3 +1 to oPivotbar4 -1
begin
plot99( h, "Loop test");
end;
set the plot to a cross, and see where the plots appear.

this step is to test your evaluation process...
to see which bars are checked.
by TJ
19 Apr 2010
Forum: User Contributed Studies and Indicator Library
Topic: [PL] Divergence line chopping off a candle
Replies: 99
Views: 28598

much better...


now you have to get the loop components...
some reading of the manual/dictionary is required.
by TJ
19 Apr 2010
Forum: User Contributed Studies and Indicator Library
Topic: [PL] Divergence line chopping off a candle
Replies: 99
Views: 28598

watistis ?

Code: Select all

tlslope = (oPivotPrice3 - oPivotPrice4) / AbsValue(oPivotbar3-oPivotBar4); //value of the slope
by TJ
19 Apr 2010
Forum: User Contributed Studies and Indicator Library
Topic: [PL] Divergence line chopping off a candle
Replies: 99
Views: 28598

TJ, I am getting crazy. I could not get anything done with breaking down the logic and doing it line by line, and I have been breaking my head for like 8 hours on this... The first problem is: if I print the oPivotBarX values, I get values like 8-10 (oPivotBar4) and 1-2 (oPivotBar3), but the For lo...
by TJ
19 Apr 2010
Forum: User Contributed Studies and Indicator Library
Topic: [PL] Divergence line chopping off a candle
Replies: 99
Views: 28598

Sure: ( 7 - 10 ) / ABS( 0 - 3 ) -3 / 3 = -1 Slope_M = -1 It means that for a move from x = 3 to x = 2, y decrease of 1. I read your graph from left to right, AY = 10, AX = 3, BY = 7, BX = 0. hah... my mind slipped. you must be wondering what the heck I am talking about. I am the one who needs to be...
by TJ
19 Apr 2010
Forum: User Contributed Studies and Indicator Library
Topic: [PL] Divergence line chopping off a candle
Replies: 99
Views: 28598

Sure! Here you are: Variables: PointA_Y( 0 ), PointA_X( 0 ), PointB_Y( 0 ), PointB_X( 0 ), Slope_M( 0 ), TrendLine_AB( 0 ), PlotCondition( false ), NoPlotCondition( false ); PointA_Y = Low[oPivotBar4] ; PointA_x = oPivotBar4 ; PointB_y = Low[oPivotPrice3] ; PointB_x = oPivotBar3 ; Slope_M = ( Point...
by TJ
19 Apr 2010
Forum: MultiCharts
Topic: MultiCharts Optimization Speed
Replies: 54
Views: 21245

Which configuration should be better: 1.) Desktop Intel i7 980X (6x 3.33 GHz) 2.) Server AMD DualCPU 2x Opteron 6186 (2x 12x 1.9 GHz)? this is personal opinion only... stay with Intel. And: how much RAM MultiCharts need? More RAM more better or are 8 GB of good RAM good enough for 1) and 2x6 GB goo...
by TJ
19 Apr 2010
Forum: User Contributed Studies and Indicator Library
Topic: [PL] Divergence line chopping off a candle
Replies: 99
Views: 28598

Hello again ! Would you mind checking if the below is conceptually correct? I am trying to tell powerlanguage the values of each trendline point from barnumber 40 to 50, and I am not sure if a loop statement can achieve this. variables: PointA_y( 0 ), PointA_x( 0 ), PointB_y( 0 ), PointB_x( 0 ), Sl...
by TJ
19 Apr 2010
Forum: User Contributed Studies and Indicator Library
Topic: [PL] Divergence line chopping off a candle
Replies: 99
Views: 28598

I hope this has provided you with plenty of leads to go on.

I will pick this up again tomorrow.

Enjoy!


ps. I can't stand those value1.
by TJ
19 Apr 2010
Forum: User Contributed Studies and Indicator Library
Topic: [PL] Divergence line chopping off a candle
Replies: 99
Views: 28598

:D

Yes :

oPivotBar4 = 3 and oPivotPrice4 = 10

oPivotBar3 = 0 and oPivotPrice4 = 7
you are on the right track... but you need to be a little bit more specific.

beginning price = Low[oPivotBar4]
ending price = Low[oPivotBar3]



.
by TJ
19 Apr 2010
Forum: User Contributed Studies and Indicator Library
Topic: [PL] Divergence line chopping off a candle
Replies: 99
Views: 28598

Oh I see (thanks for your patience!). Is the below ok? tlslope = (oPivotPrice3 - oPivotPrice4) / AbsValue(oPivotbar3-oPivotBar4); value1 = oPivotPrice4*tlslope; if value1 >= low[oPivotBar4-1] then then tl_setstyle(tlprice,2) else tl_setstyle(tlprice,3); Well, as long as you put in your fair share.....
by TJ
18 Apr 2010
Forum: User Contributed Studies and Indicator Library
Topic: [PL] Divergence line chopping off a candle
Replies: 99
Views: 28598

13. for the bar right after the oldest pivot point, add the slope value to the oldest pivot point value, and call it value1, and check if this value is higher than the low on the same bar. this is a loooooong winded sentence... with multiple actions in the same line. if you are going to get anywher...
by TJ
18 Apr 2010
Forum: User Contributed Studies and Indicator Library
Topic: [PL] Divergence line chopping off a candle
Replies: 99
Views: 28598

I am trying to check the value of the bar just before the oPivotBar3: ... It does not work :( but am I on the right way? I can't see where #13 starts... I am not concerned with the complete code... I am only interested in only a small section of the logic. ie #13... because without this logic, the ...
by TJ
18 Apr 2010
Forum: User Contributed Studies and Indicator Library
Topic: [PL] Divergence line chopping off a candle
Replies: 99
Views: 28598

you are rushing it... LOL slow down! focus on #13 onward only work on a 1 bar evaluation... if it works then you can put it in a loop. suggestion: do not use generic variables like Condition1 or value1. always create a meaningful name, because you will need it when you re-visit your code in 3 months...
by TJ
18 Apr 2010
Forum: User Contributed Studies and Indicator Library
Topic: [PL] Divergence line chopping off a candle
Replies: 99
Views: 28598

I think you've got it...

now just focus on #13 onward...

see if you can code something.
by TJ
18 Apr 2010
Forum: User Contributed Studies and Indicator Library
Topic: [PL] Divergence line chopping off a candle
Replies: 99
Views: 28598

ps. don't jump into the "loop" yet. inside the loop is your evaluation logic... this is the meat of your indicator. the loop is just a mechanism to repeat the evaluation multiple times. ie. work out the evaluation process first. start with the 1st bar after the beginning point. (or, you can work fro...
by TJ
18 Apr 2010
Forum: User Contributed Studies and Indicator Library
Topic: [PL] Divergence line chopping off a candle
Replies: 99
Views: 28598

if you can write out your logic in plain English, I can give you a hand. try this format: 1. write out one thought at a time, 2. write out one action per thought, 3. write out one action per line (start a new line when you have a new action) this will help you to organize your thoughts into code-abl...
by TJ
18 Apr 2010
Forum: User Contributed Studies and Indicator Library
Topic: [PL] Divergence line chopping off a candle
Replies: 99
Views: 28598

I would go through the EasyLanguage manual first... there are examples inside. try out different loops as exercises... then give this a try. don't just into coding yet. write out your logic in pseudo language first, because the computer is going to execute your instructions line-by-line, just like a...
by TJ
18 Apr 2010
Forum: User Contributed Studies and Indicator Library
Topic: [PL] Divergence line chopping off a candle
Replies: 99
Views: 28598

ok, I see what you mean...

the TL kicks in not from the beginning point, but much later in the price oscillation cycle.

in that case you do need a loop to go back in time to evaluate each and every bar since the TL beginning point.
by TJ
18 Apr 2010
Forum: User Contributed Studies and Indicator Library
Topic: [PL] Divergence line chopping off a candle
Replies: 99
Views: 28598

...
Would you like some screenshots?
yes, with lines and arrows and notes pls.
by TJ
18 Apr 2010
Forum: User Contributed Studies and Indicator Library
Topic: [PL] Divergence line chopping off a candle
Replies: 99
Views: 28598

Sure, using TL_GETVALUE_S(), it "could" be: tl_new_s( tlid, d[oPivotBar1], time_s[oPivotBar1], oPivotPrice1, d[oPivotBar2], time_s[oPivotBar2], loPivotPrice2 ); if tl_getvalue_s( tlid, d[tldi], time_s[tlid])[1] > low[1] then tl_delete[tlid); Is it what you are asking me to do? For the calculations ...
by TJ
18 Apr 2010
Forum: User Contributed Studies and Indicator Library
Topic: [PL] Divergence line chopping off a candle
Replies: 99
Views: 28598

Sure, using TL_GETVALUE_S(), it "could" be: ... Is it what you are asking me to do? For the calculations with the slope etc. I cannot figure out how to synchronise everything in the right time: the getvalue and the higher thna low condition :( But there is many bars between the two pivots points :(...
by TJ
18 Apr 2010
Forum: User Contributed Studies and Indicator Library
Topic: [PL] Divergence line chopping off a candle
Replies: 99
Views: 28598

Hi TJ, All calculations are at end of bar, nothing update at every tick: no line is redrawn. It is a simple: if there is two pivot from where the computer can draw a line, BUT between those two pivots there is a low that is lower than the potential trendline, then don't draw the trendline. Many tha...
by TJ
18 Apr 2010
Forum: User Contributed Studies and Indicator Library
Topic: [PL] Divergence line chopping off a candle
Replies: 99
Views: 28598

to make evaluation at EOB, use

if Barstatus = 2 then begin
by TJ
18 Apr 2010
Forum: User Contributed Studies and Indicator Library
Topic: [PL] Divergence line chopping off a candle
Replies: 99
Views: 28598

not so quick... we are not programming yet, we have to hash out the logic first. 1. are you evaluating this at EOB (end of bar) or intrabar? 2. what do you want to do with the line in diagram 3 ? -- erase it? -- move it back to the prev bar? 3. what if things changed by EOB? e.g. the TL ended up bel...
by TJ
18 Apr 2010
Forum: User Contributed Studies and Indicator Library
Topic: [PL] Divergence line chopping off a candle
Replies: 99
Views: 28598

I have to go out for a few hours.
I will let you think about it and I will pick this up later.
Have fun.
by TJ
18 Apr 2010
Forum: User Contributed Studies and Indicator Library
Topic: [PL] Divergence line chopping off a candle
Replies: 99
Views: 28598

the question is...
what happens (or what do you want to do) when this occurs.

Image
by TJ
18 Apr 2010
Forum: User Contributed Studies and Indicator Library
Topic: [PL] Divergence line chopping off a candle
Replies: 99
Views: 28598

let's look at the evaluation process... in the beginning... when the TL is triggered, this is how the line looks like. http://www.multicharts.com/discussion/download/file.php?mode=view&id=2694 so far so good... then the next bar came... no problem, the indicator redraws the trendline. http://www.mul...
by TJ
18 Apr 2010
Forum: User Contributed Studies and Indicator Library
Topic: [PL] Divergence line chopping off a candle
Replies: 99
Views: 28598

I calculate the slope, which is: ( 7 - 10 ) / ( 0 - 3 ) = -1 it means that for every increase in x, the value will go down by -1 10 at 3, 9 at 2, 8 at 1, 7 at 0. Is this correct? yes... you have got the idea. use pseudo programming language... (end point value - beginning point value) divided by th...
by TJ
18 Apr 2010
Forum: User Contributed Studies and Indicator Library
Topic: [PL] Divergence line chopping off a candle
Replies: 99
Views: 28598

if you know the beginning point value is 10
and end point value is 7,

can you figure out how to get the intermediate values?

ps. no trigonometry is needed.


Image
by TJ
18 Apr 2010
Forum: User Contributed Studies and Indicator Library
Topic: [PL] Divergence line chopping off a candle
Replies: 99
Views: 28598

Hi TJ, Thank you for your replies. I have read and re-read the section on TL_NEW() in the Multicharts 20 times, but I cannot figure out how to get the value of the trendline if it is not drawn :( I understand that the trendline only gets an ID # when it is drawn. How can I use TL_GETVALUE() if I do...
by TJ
18 Apr 2010
Forum: User Contributed Studies and Indicator Library
Topic: [PL] Divergence line chopping off a candle
Replies: 99
Views: 28598

next task:

expand this line:
2. THEN LOOK AT BARS FROM OPIVOTBAR1 to OPIVOTBAR2 (from where the computer will plot the divergence.

to find out the value at each bar.
by TJ
18 Apr 2010
Forum: User Contributed Studies and Indicator Library
Topic: [PL] Divergence line chopping off a candle
Replies: 99
Views: 28598

Hi TJ, Sure. 1. IF DIVERGENCE THEN PLOT TRENDLINE (value3) 2. THEN LOOK AT BARS FROM OPIVOTBAR1 to OPIVOTBAR2 (from where the computer will plot the divergence. 3. IF A LOW IS LOWER THAN THE TRENDLIVE VALUE AT A GIVEN BAR BETWEN OPIVOTBAR1 AND OPIVOTBAR2 THEN DELETE THE TRENDLINE (value3). I would ...
by TJ
18 Apr 2010
Forum: MultiCharts
Topic: Trend lines drawn without notice
Replies: 3
Views: 1221

Re: Trend lines drawn without notice

Has anyone noticed this bug? I have a study that draws trend lines. When I move my cursor to certain points on the background, the mouse pointer changes from a arrow to a hand indicating there's an object there. However, there's nothing visible there. When I right click it tells me there's a trend ...
by TJ
18 Apr 2010
Forum: User Contributed Studies and Indicator Library
Topic: [PL] Divergence line chopping off a candle
Replies: 99
Views: 28598

Or maybe I have to use an array to store the value of the trendline on each bar between the two points? I have also tried SP's solution (see the end): ... But I have no success so far :( may I suggest you to draw a flow chart of your logic... it will help you to see how the computer process your in...
by TJ
17 Apr 2010
Forum: MultiCharts
Topic: Transparent plot needed
Replies: 7
Views: 2185

re: scaling.

you can set the instrument scaling to not include indicators.
by TJ
17 Apr 2010
Forum: MultiCharts
Topic: Transparent plot needed
Replies: 7
Views: 2185

what is the plot style? line? dot? here are some of the things I do: 1. if the plot is a dot, I would set the plot value to zero. Then the plot would disappear from the chart. 2. set the plot color to getbackgroundcolor 3. if the plot is on another plot, then set the color to getplotcolor. HTH
by TJ
16 Apr 2010
Forum: MultiCharts
Topic: Recover Studies?
Replies: 3
Views: 1124

yup... that's it.
Just copy the directory over to the new location
and MC will be able to read all your previously saved indicators.
by TJ
16 Apr 2010
Forum: MultiCharts
Topic: Recover Studies?
Replies: 3
Views: 1124

see 2nd post of this thread http://forum.tssupport.com/viewtopic.php?t=6845 there are 2 folders... don't know which one you are referring to. Program folder it is located in c:\program files\TS Support\ User files This is where the database and indicators are stored. see above link for detail.
by TJ
16 Apr 2010
Forum: MultiCharts
Topic: MD for MC with History (Database)
Replies: 47
Views: 47105

the code is still there.

just save the file to your computer,
then use the PLEditor to File > Import.
by TJ
15 Apr 2010
Forum: MultiCharts
Topic: IB Real-Time Data server timestamps + new tws update query
Replies: 22
Views: 7069

for IB data feed,
use server timestamps -> should be unchecked.
by TJ
15 Apr 2010
Forum: MultiCharts
Topic: PM(Private/Personal Message) - not working
Replies: 12
Views: 2519

I am 100% convinced you are the web master! I never would have thought to try this.
now, only if I can make some money with this, I will retire tomorrow.

;-)
by TJ
15 Apr 2010
Forum: MultiCharts
Topic: PM(Private/Personal Message) - not working
Replies: 12
Views: 2519

I just tried it with Super and our tests worked.
it is good to hear it works !!!

Bravo !
by TJ
15 Apr 2010
Forum: MultiCharts
Topic: PM(Private/Personal Message) - not working
Replies: 12
Views: 2519

open 2 copies of the forum, and send PM from the 2nd copy. Just tried this TJ. It took the message. I guess we will find out if SUPER gets it. What really has me curious is what would make you think to try this. I don't think the problem is in the web server, maybe the problem is in the browser. Th...
by TJ
15 Apr 2010
Forum: User Contributed Studies and Indicator Library
Topic: [PL] Divergence line chopping off a candle
Replies: 99
Views: 28598

Would you have a basic example, or a tutorial? I am looking through the Math & Trig help section, but still I find it difficult to project how to do it... This is not a one or two keyword operation. It will take time to code the logic and the process... as to the basics, a high school math textbook...
by TJ
15 Apr 2010
Forum: User Contributed Studies and Indicator Library
Topic: [PL] Divergence line chopping off a candle
Replies: 99
Views: 28598

Actually, I would like the line not to be drawn if it has to go through a candle like on the screenshot. This is why I am asking if it is possible to make powerlanguage detect that the line is going through a candle. EasyLanguage is a flexible and power tool; you can pretty well ask it to do any an...
by TJ
15 Apr 2010
Forum: User Contributed Studies and Indicator Library
Topic: [PL] Divergence line chopping off a candle
Replies: 99
Views: 28598

By chopping I mean that the trendline goes through the body/wick of a candle. You can see it circled in red on this new screenshot. I gather, although the chopped candle made a low, that low was not a "significant" low, and that a latter low is where the divergent point lies. Thus the line has to g...
by TJ
15 Apr 2010
Forum: User Contributed Studies and Indicator Library
Topic: [PL] Divergence line chopping off a candle
Replies: 99
Views: 28598

what do you mean by "chopping"?

are you referring to the intermediate candles between the 2 points?
or
are you referring to the end points are too thick, covering part of the candle?

can you magnify the area and use an arrow to point out the specific "chop" that needs modification?
by TJ
15 Apr 2010
Forum: MultiCharts
Topic: PM(Private/Personal Message) - not working
Replies: 12
Views: 2519

I had a few PM gone astray... into oblivion
also people have sent me PM that I never received.

:-(

try this...

open 2 copies of the forum,
and send PM from the 2nd copy.
by TJ
15 Apr 2010
Forum: User Contributed Studies and Indicator Library
Topic: [PL] Divergence line chopping off a candle
Replies: 99
Views: 28598

like I said, can't tell if... I don't see the code, don't know the symbol, don't know the resolution, don't have a detail chart, don't know your intention, etc...

you think the code is the "same" as whatever...
I think I don't work in a vacuum...
by TJ
13 Apr 2010
Forum: MultiCharts
Topic: MC to TT interface, FIX tag field needed
Replies: 1
Views: 1140

Re: MC to TT interface, FIX tag field needed

I'm running multicharts 6.0 beta into trading technologies and just ran into a snag. I need to pass a code through to TT from MC in FIX tag #2081 but there's no field for that. Can anyone from MC support please advise how to do this? thanks for a prompt response, you should contact technical suppor...
by TJ
13 Apr 2010
Forum: User Contributed Studies and Indicator Library
Topic: [PL] Divergence line chopping off a candle
Replies: 99
Views: 28598

The lines also chop off the indicator sometimes... is there no way to tell powerlanguage how to detect that there is something on the way of the tl_new?
read the 1st line in the 6th post again...
by TJ
12 Apr 2010
Forum: MultiCharts
Topic: Simple Question - Close at 1615pm on a 24 hours chart?
Replies: 11
Views: 2569

press the [F1] key and check out these keywords: Sess1EndTime Sess1FirstBarTime Sess1StartTime Sess2EndTime Sess2FirstBarTime Sess2StartTime SessionCount SessionCountMS SessionEndDay SessionEndDayMS SessionEndTime SessionEndTimeMS SessionLastBar SessionStartDay SessionStartDayMS SessionStartTime Ses...
by TJ
12 Apr 2010
Forum: MultiCharts
Topic: Advices Needed: Swing Trading or Others
Replies: 4
Views: 1346

have you looked at ADX?

say, if ADX < 25 then do nothing?



or, if volume < XXX then do nothing?

or, if time = lunchtime then do nothing?
by TJ
12 Apr 2010
Forum: MultiCharts
Topic: Simple Question - Close at 1615pm on a 24 hours chart?
Replies: 11
Views: 2569

try this:

Code: Select all

var:
close1615(0);

if time = 1615 then close1615 = close;
by TJ
12 Apr 2010
Forum: User Contributed Studies and Indicator Library
Topic: [PL] Divergence line chopping off a candle
Replies: 99
Views: 28598

Dear TJ, I am already using the "_s" extensions. The divergence line plots right, I am just trying to find how it could not plot if it has to go through the body of a candle before its end point. Many thanks, sorry... can't tell if you don't post your code. try this: right click on chart, go to For...
by TJ
12 Apr 2010
Forum: User Contributed Studies and Indicator Library
Topic: [PL] Divergence line chopping off a candle
Replies: 99
Views: 28598

change the TL_NEW to TL_NEW_S.

all sub-minute and non time-based resolutions must use the _S suffixed keywords.
by TJ
12 Apr 2010
Forum: User Contributed Studies and Indicator Library
Topic: [PL] Divergence line chopping off a candle
Replies: 99
Views: 28598

what is the chart resolution?
by TJ
12 Apr 2010
Forum: MultiCharts
Topic: [PL] Code optimisation
Replies: 13
Views: 2634

How can you spot functions using simple or series storage?
A nice article on the subject.
Good stuff.

Thanks for posting.
by TJ
11 Apr 2010
Forum: MultiCharts
Topic: Multiple instances of Multicharts?
Replies: 16
Views: 5832

You can run as many instances of MultiCharts on the same computer as you like.

You can run up to 3 instances of TWS on the same computer,
however you can only log in to the same account once.

Don't know about 2 MutiCharts accessing 2 TWS...
by TJ
11 Apr 2010
Forum: MultiCharts
Topic: IB Gateway
Replies: 28
Views: 12102

Re: IB Gateway

Will there any advantages of using the new IB Gateway instead of the complete TWS?
1. data feed & backfills seems faster
2. You can get around TWS timed shutdown
by TJ
10 Apr 2010
Forum: MultiCharts
Topic: Automatic order execution - check
Replies: 5
Views: 1824

Is it possible to turn on automatic order execution from signal code, if it is off?
Absolutely NO !
by TJ
09 Apr 2010
Forum: MultiCharts
Topic: Automatic order execution - check
Replies: 5
Views: 1824

look up the keyword:

GetAppInfo

and its Parameters

aiStrategyAuto
aiStrategyAutoConf
by TJ
08 Apr 2010
Forum: MultiCharts
Topic: [PL] Code optimisation
Replies: 13
Views: 2634

Thank you for all you reply!

I have also heard that avoiding the use of functions and programming them in the code help speedin up.

Is that true?
no.
by TJ
08 Apr 2010
Forum: MultiCharts
Topic: Fundamental datas
Replies: 29
Views: 10403

Fundamental data can be downloaded from Yahoo. Here you are.

here is a cheat sheet

http://www.gummy-stuff.org/Yahoo-data.htm

The site has a lot of other interesting things as well.

--
good find.

thank you for sharing.
by TJ
07 Apr 2010
Forum: MultiCharts
Topic: Market Profile study
Replies: 1
Views: 884

Re: Market Profile study

Hello,

How can I get the Market Profile in my chart ?
I haven't found this study.

Tx
the search button is at the top of this page.
by TJ
07 Apr 2010
Forum: MultiCharts
Topic: [PL] Code optimisation
Replies: 13
Views: 2634

in computing terms, the second one could be significantly faster; as much as 10 times faster. if the first condition is met, then it can skip all the rest of the calculations... in human terms, probably it does not matter, especially with today's computer. you might be looking at the difference betw...
by TJ
05 Apr 2010
Forum: MultiCharts
Topic: Bell and whistle request: filled hollow candlestick option
Replies: 4
Views: 1395

you can create an indicator to do that.

just make 2 plots,
one for the Open,
and one for the Close...
and set the style to Bar High and Bar Low.
by TJ
05 Apr 2010
Forum: MultiCharts
Topic: Better scroll method
Replies: 23
Views: 10687

You can move the chart with the mouse by holding the space bar down and
- left click in the chart and drag the mouse to move the chart horizontally
- left click in the Y-scale and drag the mouse to move the chart vertically
sorry... I only have one hand.

:-(
by TJ
05 Apr 2010
Forum: MultiCharts
Topic: Found this: Adaptrade Builder
Replies: 16
Views: 11767

you can get the same service here... for free!

;-)
by TJ
05 Apr 2010
Forum: MultiCharts
Topic: Better scroll method
Replies: 23
Views: 10687

try this:
http://www.freestockcharts.com/

the scrolling method is VERY intuitive.
by TJ
03 Apr 2010
Forum: MultiCharts
Topic: Playback??
Replies: 7
Views: 1964

what symbol, resolution, and playback speed you are using?
by TJ
01 Apr 2010
Forum: MultiCharts
Topic: Feature request: Sub-Workspace
Replies: 31
Views: 8489

Well, you should not open the same wsp more than once... period. Which wsp you open or exit first is not the issue. If you open a wsp more than once... then the LAST exit will overwrite whatever changes you have made to the previous ones. Think of the wsp as a document. If you open the same document...
by TJ
01 Apr 2010
Forum: MultiCharts
Topic: Feature request: Sub-Workspace
Replies: 31
Views: 8489

I can see your problem. 1. you are supposed to open the same worksheet ONLY once at a time. Otherwise the wsp will get cross-contaminated. It seems to me MultiCharts should actually check for this and not let you do it. I didn't know that was possible, and it doesn't seem like a good thing at all. ...
by TJ
01 Apr 2010
Forum: MultiCharts
Topic: Feature request: Sub-Workspace
Replies: 31
Views: 8489

I can see your problem. 1. you are supposed to open the same worksheet ONLY once at a time. Otherwise the wsp will get cross-contaminated. 2. you must have closed the right instance first... a) when you close the right MC, MC auto-saved the changes in wsp #2, b) when you close the left MC, wsp#2 was...
by TJ
01 Apr 2010
Forum: MultiCharts
Topic: Feature request: Sub-Workspace
Replies: 31
Views: 8489

I have just tested mine (Version 6.0 Beta 2 (Build 3102)),
it saved my hand drawn trendline with no problem.


p.s. you have to specify the auto-save setting on each instance of MC.
by TJ
01 Apr 2010
Forum: MultiCharts
Topic: Feature request: Sub-Workspace
Replies: 31
Views: 8489

[...

Could you help me locate the ''auto save'' button? I can't find it.
you already have it checked in the picture attached above.
your worksheet should be automatically saved at every exit.
by TJ
01 Apr 2010
Forum: MultiCharts
Topic: Feature request: Sub-Workspace
Replies: 31
Views: 8489

depending how many screens you have...
and how you want to monitor and trade your instruments,
a combination of multiple instances and detacted charts
should give you lots of flexibility.
by TJ
01 Apr 2010
Forum: MultiCharts
Topic: Feature request: Sub-Workspace
Replies: 31
Views: 8489

you can easily achieve this with multiple instance of MultiCharts Yes, there are many advantages of multiple instances of MC but there are also potentially some problems. I will consider going for Eyefinity 6 (6 monitors) when manual orders are introduced in MC. I will have only 60 instruments (e.g...
by TJ
01 Apr 2010
Forum: MultiCharts
Topic: Feature request: Sub-Workspace
Replies: 31
Views: 8489

The idea of sub-workspaces I had in my mind was to (i) use one instance of MC accross all 6 monitors (configured as one) and then (ii) lock each sub-workspace within 1 monitor area (one sub-workspace being responsible for multiple charts of 1 symbol). Then when one switches between workspaces, one ...
by TJ
31 Mar 2010
Forum: MultiCharts
Topic: IB's historical vs real-time volume
Replies: 39
Views: 9979

from my understanding, no data provider has the definitive claim to accuracy...

sad...

:-(
by TJ
31 Mar 2010
Forum: MultiCharts
Topic: Moving from TS to eSignal data...database question
Replies: 9
Views: 3664

...
If anyone @ TS can let me know or any others that have done this can confirm that this works that would be a huge help!

Thanks!

bmills
you should contact technical support directly:
http://www.tssupport.com/support/contacts/
by TJ
31 Mar 2010
Forum: User Contributed Studies and Indicator Library
Topic: RibbonsPlotter indicator with Multicharts. Please help.
Replies: 14
Views: 8810

Hi TJ, Thanks for your post. I did see that new thread. I did make it work and found that it's not what I am looking for. So I am not going to persue any further with this thread. Many thanks for your kind help and replies. Hope others found this Ribbon plotter to be helpful to their trading. When ...
by TJ
31 Mar 2010
Forum: User Contributed Studies and Indicator Library
Topic: Ribbons Plotter
Replies: 6
Views: 5334

[edit]
I plotted ES with no problem,
but with SPX, I get an error on "Floating-point invalid operation".

It must have to do with SPX not having volume.
by TJ
30 Mar 2010
Forum: MultiCharts
Topic: Using Stop loss or custom EL code to reverse with extras
Replies: 11
Views: 2813

I know I'm asking alot here so I will try to be clear and I REALLY appreciate the help in advanced for people who are willing. I will try and break it down so it is clear: ... Cheers. I would suggest you to draw a flow chart... with branches for all the permutations. you can then use the flow chart...
by TJ
30 Mar 2010
Forum: MultiCharts
Topic: Using Stop loss or custom EL code to reverse with extras
Replies: 11
Views: 2813

autotrade is for data1 only.


(at least for now. data2 is on the list for future releases).
by TJ
30 Mar 2010
Forum: User Contributed Studies and Indicator Library
Topic: Ribbons Plotter
Replies: 6
Views: 5334

what chart did you use this on?
what symbol? what resolution?
by TJ
30 Mar 2010
Forum: MultiCharts
Topic: Using Stop loss or custom EL code to reverse with extras
Replies: 11
Views: 2813

don't use stoploss.

if you are LONG 1 contract,

the SELLSHORT command will automatically :

a. liquidate your 1 long position,
b. enter 1 short position.
by TJ
29 Mar 2010
Forum: MultiCharts
Topic: Question on backing up and restoring to another machine
Replies: 5
Views: 1444

...not just the database directory, but the whole TS Support directory.

if it still does not work... call tech support:
http://www.tssupport.com/support/contacts/
by TJ
29 Mar 2010
Forum: MultiCharts
Topic: Question on backing up and restoring to another machine
Replies: 5
Views: 1444

you should copy the whole directory instead of just the 3 files.
by TJ
29 Mar 2010
Forum: MultiCharts
Topic: Floating Point Exception Error
Replies: 4
Views: 1446

Its supposed to be a pattern recognition engine from the folks at professional software solutions. Based on inputs its supposed to plot swings similar to the gartley indicator but do in a much more efficient way. To use this indicator requires 2 additional indicators but all have the same exception...
by TJ
29 Mar 2010
Forum: MultiCharts
Topic: Floating Point Exception Error
Replies: 4
Views: 1446

you should give more background info on the code.
by TJ
29 Mar 2010
Forum: MultiCharts
Topic: [PL] How to tell PL what resolution the chart is?
Replies: 3
Views: 1081

you are welcome !

it is good to know you have found what you needed.
by TJ
29 Mar 2010
Forum: MultiCharts
Topic: [PL] How to tell PL what resolution the chart is?
Replies: 3
Views: 1081

press [F1] key in MultiCharts,

Under PowerLanguage > Keyword Reference,

look for Data Information/General


keywords:

BarInterval
BarType
BarType_ex
by TJ
27 Mar 2010
Forum: MultiCharts
Topic: Auto Trade with Open E Cry
Replies: 6
Views: 1954

you have a plateful of issues here:
brokers, data feed, order logic, fill protocol, etc.,
I would suggest you break down your issues into individual cases,
and deal with them separately.
by TJ
26 Mar 2010
Forum: MultiCharts
Topic: Auto Trade with Open E Cry
Replies: 6
Views: 1954

Re: Auto Trade with Open E Cry

...
Would anyone care to share their thoughts?

Thanks,
Joe

It would help if you draw a flow chart of your logic...
by TJ
26 Mar 2010
Forum: MultiCharts
Topic: Auto Trade with Open E Cry
Replies: 6
Views: 1954

if INTRABARORDERGENERATION is enabled,

the signal is recalculated every tick.


if INTRABARORDERGENERATION is NOT enabled,

the signal is recalculated at the end of each bar (EOB).


At the end of each recalculation, the old order is canceled and a new order is submitted.
by TJ
25 Mar 2010
Forum: MultiCharts
Topic: [PL] Daily"ohlc"
Replies: 8
Views: 1947

the best pivot study ever:

ABC_Floor Trader Pivots V3
http://forum.tssupport.com/viewtopic.php?t=4542



@ PLEditor, use FILE > IMPORT
by TJ
25 Mar 2010
Forum: MultiCharts
Topic: [PL] "lower than" problem
Replies: 12
Views: 2516

you are welcome.
by TJ
25 Mar 2010
Forum: MultiCharts
Topic: [PL] "lower than" problem
Replies: 12
Views: 2516

without seeing your code, it is difficult to comment.

my arrows fired off perfectly.
you can compare your code to mine...
see if you can spot any logical differences.
by TJ
25 Mar 2010
Forum: MultiCharts
Topic: [PL] "lower than" problem
Replies: 12
Views: 2516

maybe your plot has an offset ?
by TJ
25 Mar 2010
Forum: MultiCharts
Topic: [PL] "lower than" problem
Replies: 12
Views: 2516

Dear TJ, Thank you again for your kind reply. Actually, thanks to you, I have found what the problem is: instead of plotting the arrow above the candle where the conditions are met (cross under overbought), it plots it above the candle before... How can you make MC plot above the candle where the c...
by TJ
25 Mar 2010
Forum: MultiCharts
Topic: [PL] "lower than" problem
Replies: 12
Views: 2516

...
By the way, would you know how to make text() display 4 digits after the decimal separator?

Many thanks,

arw_settext( id.arw, text(redgreenline:0:4) );
by TJ
25 Mar 2010
Forum: MultiCharts
Topic: [PL] "lower than" problem
Replies: 12
Views: 2516

I tested your logic with arrows on stochastic.

everything seems to be ok.

pls see the attached for code and result.
by TJ
24 Mar 2010
Forum: MultiCharts
Topic: [PL] "lower than" problem
Replies: 12
Views: 2516

this does not seem right.


can you put this on the arrow?

arw_settext( id.arw, text(redgreenline) );

it should tell you quickly where the line is.
by TJ
23 Mar 2010
Forum: MultiCharts FAQ
Topic: Learn EasyLanguage from Beginner to Expert, all free
Replies: 10
Views: 18803

PowerBasic

thanks to geizer for the link. Extending PowerLanguage with a DLL Originally published by Roger Rines on PowerBASIC users forum. Link: http://powerbasic.com/support/pbforums/showthread.php?s=1833c3287a317dddb7715d6d9a5d6ced&t=27727&highlight=TS How to create PowerBASIC DLLs for Easy Language. Docume...
by TJ
23 Mar 2010
Forum: MultiCharts
Topic: Swing Indicator & Woodies Pivots
Replies: 15
Views: 5163

do you have a chart?
by TJ
22 Mar 2010
Forum: User Contributed Studies and Indicator Library
Topic: Collections of EasyLanguage Scripts
Replies: 44
Views: 110506

Welcome to CodeTalker World!!

From this site you can download TS® add-ons and enhancements.

http://www.codetalkerworld.net/index.htm
by TJ
22 Mar 2010
Forum: MultiCharts
Topic: How to add KSE exchange in MC quote manager
Replies: 3
Views: 1146

I am using Version 6.0 Beta 2 (Build 3102)

KSE is already on the list in QM.
by TJ
20 Mar 2010
Forum: User Contributed Studies and Indicator Library
Topic: Heikin Ashi Oscillator
Replies: 7
Views: 7689

Hi, I have some problem with Heikin Ashi Oscillator.. What is "Tema" and "haC" in easylanguage? it is not supported. Here is the code: ---------------------------- What do you mean by "it is not supported"? can you copy and paste the error message? TEMA and HaC are functions; you need to add them w...
by TJ
19 Mar 2010
Forum: User Contributed Studies and Indicator Library
Topic: RibbonsPlotter indicator with Multicharts. Please help.
Replies: 14
Views: 8810

Hi TJ, Thanks for helping me. I was able to use the indicator without the error of floating-point. but it only plots a single horizontal line when it's supposed to plot 3 bands according to the input value. Does it show one horizontal line or 3 bands on yours? Thank you! I have a straight line as w...
by TJ
18 Mar 2010
Forum: MultiCharts
Topic: Did Andrew leave? Confirmed no. Last post March 16th 2010.
Replies: 43
Views: 8792

In my opinion the forums are functioning normally and is going in direction of TS forum, which I don't like, and I have found TSS to be extremely unresponsive from the moment Marina left. What about that? every person who have life time license/ monthly subscription has right to call tech support a...
by TJ
18 Mar 2010
Forum: MultiCharts
Topic: Did Andrew leave? Confirmed no. Last post March 16th 2010.
Replies: 43
Views: 8792

Bruce, good communication skills....so far something like 50 your last posts (in different threads) and just one response from TSSupport (Andrew, and I'm not sure if your posts make Andrew to respond). For me ... to much talking for just talking with no results (or trying to make your business visi...
by TJ
18 Mar 2010
Forum: MultiCharts
Topic: Find in Files?
Replies: 1
Views: 772

+1 vote
by TJ
16 Mar 2010
Forum: MultiCharts
Topic: adding second data plot to a chart
Replies: 4
Views: 1647

latest version of MC uses the term Insert Instrument instead of Insert Symbol . When you insert the symbol, at the Format Symbol window, don't click the Add button. (that's for creating a new symbol) After you have entered the symbol name in the box, before you click "OK", check out the Settings tab...
by TJ
16 Mar 2010
Forum: MultiCharts
Topic: adding second data plot to a chart
Replies: 4
Views: 1647

right click on chart,
select Insert Instrument


more info here:
4th post
http://forum.tssupport.com/viewtopic.php?t=6929
by TJ
16 Mar 2010
Forum: User Contributed Studies and Indicator Library
Topic: StochRSI
Replies: 3
Views: 3180

try this one
by TJ
16 Mar 2010
Forum: MultiCharts
Topic: PlotXX - Plotting values from an array in a loop?
Replies: 5
Views: 2252

each plot statement can only draw ONE point on the same bar.

if you want multiple points, you have to make multiple plot statements.


a loop can get a plot statement to draw multiple points on multiple bars,
but not multiple points on the same bar.
by TJ
16 Mar 2010
Forum: User Contributed Studies and Indicator Library
Topic: RibbonsPlotter indicator with Multicharts. Please help.
Replies: 14
Views: 8810

Code: Select all

Inputs:
Price(low),
Smooth(0),
what numbers have you used for smooth?
by TJ
16 Mar 2010
Forum: MultiCharts
Topic: PlotXX - Plotting values from an array in a loop?
Replies: 5
Views: 2252

this will work not plot.
the number behind the "plot" is not a variable.


For M=1 to MAXNUMBER begin
Plot[M](LongStop[M],"Long "NumtoStr(M,0));
end;
by TJ
15 Mar 2010
Forum: MultiCharts
Topic: Buy data1 and data2 in strategy
Replies: 6
Views: 2827

Thanks Bruce. Does TS have to implement it first, like in TS 9? Then MultiCharts can? Or can MultiCharts implement it on their own, possibly in MC7 for instance? Mike Not at all. MultiCharts' implementation consist of many EL extensions that are not in TS. e.g. sub minute analysis additional drawin...
by TJ
15 Mar 2010
Forum: User Contributed Studies and Indicator Library
Topic: RibbonsPlotter indicator with Multicharts. Please help.
Replies: 14
Views: 8810

you are still missing this function:

JRC.JMA.2k
by TJ
13 Mar 2010
Forum: User Contributed Studies and Indicator Library
Topic: RibbonsPlotter indicator with Multicharts. Please help.
Replies: 14
Views: 8810

there are a few more functions to go with this indicator.


p.s. please use the

Code: Select all

[/b][/color] button (on the top of the message window) to wrap your codes.
by TJ
13 Mar 2010
Forum: MultiCharts
Topic: Auto-login
Replies: 14
Views: 5499

there are utilities
that can restart TWS and re-log in your password
without your intervention.
(I think the name is twsstart)
by TJ
12 Mar 2010
Forum: MultiCharts
Topic: Automated Execution bug
Replies: 36
Views: 11026

You are right, of course. Now, do you have any information/assistance regarding this problem?
No.

If I had, I would have posted it.
by TJ
12 Mar 2010
Forum: MultiCharts
Topic: Automated Execution bug
Replies: 36
Views: 11026

I see.


FYI:
"I can't elaborate" means "I have the information, but I can't tell you".
You should simply say: "I don't know the detail".
by TJ
12 Mar 2010
Forum: MultiCharts
Topic: Sim trades?
Replies: 5
Views: 2175

Thanks TJ. So you're saying with 'demo', I can still place real-time trades? I don't care about delayed data, but it will work with MC real-time? In other words, Zen Fire or IQfeed will be powering my chart, and I just need to track strategy performance in sim mode... is this 'demo' account enough ...
by TJ
12 Mar 2010
Forum: MultiCharts
Topic: Sim trades?
Replies: 5
Views: 2175

if you want to test a strategy, you can use InteractiveBroker's demo system or papertrading account. 1. papertrading account (for account holders only) you can apply it through account management. it works the same as your real account real time quote 2. demo system (no account or registration neede...
by TJ
12 Mar 2010
Forum: MultiCharts
Topic: Automated Execution bug
Replies: 36
Views: 11026

I'm using 5.5 And I'm afraid that I can't elaborate. That is what I was told on Live Help. Specifically, that it is a bug that the engineers are aware of and that they are trying to fix. The funny thing is that my crossover automated strategies were working fine until a week ago, when they would fa...
by TJ
11 Mar 2010
Forum: MultiCharts
Topic: Hurst Exponent
Replies: 23
Views: 11724

sorry, no time to study it yet.
by TJ
11 Mar 2010
Forum: MultiCharts
Topic: Auto-login
Replies: 14
Views: 5499

IB offering gateway access (API without TWS)

IB offering gateway access (API without TWS) From the beta notes for TWS 9.04: Alternative Access for API API customers can now elect to run the IB Gateway access method instead of TWS to connect their API with the IB trading system. The gateway supports the same functionality as TWS, but does not ...
by TJ
11 Mar 2010
Forum: MultiCharts
Topic: backtesting: order not filled
Replies: 5
Views: 1451

i have no ticks for this symbol as IB gives only historical timebased data (1 min). i thought that exactly this, testing min bars like tick data, is the purpose of intradbar order generation. it is really not much want i want: to be able triggered an order or get a filled within High and Low of cur...
by TJ
11 Mar 2010
Forum: MultiCharts
Topic: backtesting: order not filled
Replies: 5
Views: 1451

Hello TJ, each time i enable precision 1 tick (magnifier) i get an error and this feature is disabled. the tick that should give the fill, is an open tick. if you have not enabled precision backtesting, you would not get an intrabar order fill. it is most likely that your tick data is not complete.
by TJ
10 Mar 2010
Forum: MultiCharts
Topic: backtesting: order not filled
Replies: 5
Views: 1451

did you enable precision?
at what level?
by TJ
10 Mar 2010
Forum: MultiCharts
Topic: Problem with Multiple TimeFrame Updates of SLOWER timebase
Replies: 3
Views: 1289

try the keyword LAST
by TJ
10 Mar 2010
Forum: MultiCharts
Topic: Hurst Exponent
Replies: 23
Views: 11724

oops... mine is not updating either.
let me take a look at it tomorrow.
by TJ
10 Mar 2010
Forum: MultiCharts
Topic: Hurst Exponent
Replies: 23
Views: 11724

how many data series do you have on the chart?

what are the resolutions?

do you have other indicators? are they updating?
by TJ
10 Mar 2010
Forum: MultiCharts
Topic: Hurst Exponent
Replies: 23
Views: 11724

I am using MC v6 b2.

I am using the code straight from the post.
by TJ
09 Mar 2010
Forum: MultiCharts
Topic: Hurst Exponent
Replies: 23
Views: 11724

Mine doesn't update in a realtime chart on HSIH10 now...

Why is that?
I have just tested it on HSIH10,
it is updating ok.
by TJ
09 Mar 2010
Forum: MultiCharts
Topic: Hurst Exponent
Replies: 23
Views: 11724

TJ,

Why the second indicator doesn't update in a realtime chart (MC6.0 beta2)? Your chart seems updating in a realtime chart.

Did I do anything wrong?

Sa

I think it updates at the end of bar.
by TJ
09 Mar 2010
Forum: MultiCharts
Topic: Close Price of Prior Day at selected time
Replies: 10
Views: 3035

Re: Close Price of Prior Day at selected time

I'd like to obtain the closing price from the PRIOR day. ....
by TJ
09 Mar 2010
Forum: MultiCharts
Topic: Close Price of Prior Day at selected time
Replies: 10
Views: 3035

try this:

Code: Select all

var:
session.close(0);

if time = SessionEndTime(1, 2) then session.close = close ;


you have to look up the definition of SessionEndTime in the manual.
by TJ
08 Mar 2010
Forum: MultiCharts
Topic: DRM message on Mar 4
Replies: 16
Views: 4185

if your internet connection is dead,
DRM or no DRM is not going to make a difference.
by TJ
08 Mar 2010
Forum: MultiCharts
Topic: Error tick by tick
Replies: 5
Views: 1513

Re: Error tick by tick

Is the same for openecry or zenfire! have you checked to see if either supply historical uptick/downtick data? I don't think they do. Try it yourself in a tick by tick graph: plot1(upticks-downticks,"Differece"); press [F1] in MultiCharts, the User Guide will pop up. Look up the definition of these...
by TJ
08 Mar 2010
Forum: MultiCharts
Topic: Error tick by tick
Replies: 5
Views: 1513

Re: Error tick by tick

I have a problem with the tick by tick graphics. First I can not see the data taken from a historical series. Second if you plot in realtime (upticks-downticks) the difference is at most 1. How is possible??? Thanks to all from a distance, looking the info you have given , there is not much people ...
by TJ
05 Mar 2010
Forum: MultiCharts
Topic: intrabar order generation: never get barstatus(1) = 0
Replies: 9
Views: 2430

do you know how to place orders on open of each new bar ?
(bar with # current script is called, not next bar)
there is no such a thing.
it is mathematically and logically impossible to do.

please review the reference in the 2nd post of this thread.
by TJ
05 Mar 2010
Forum: MultiCharts
Topic: intrabar order generation: never get barstatus(1) = 0
Replies: 9
Views: 2430

...
i can not see the problem here
do not enable IOG.
by TJ
05 Mar 2010
Forum: MultiCharts
Topic: intrabar order generation: never get barstatus(1) = 0
Replies: 9
Views: 2430

1. I think barstatus is only valid on live data. (I am not sure, someone can confirm). 2. when you say: "Buy ("Long") 1 contracts this bar at close; " do you mean you want to buy at the closing price of that bar? I don't know of a way to do that. Nobody knows which tick will be the closing tick unti...
by TJ
05 Mar 2010
Forum: MultiCharts
Topic: intrabar order generation: never get barstatus(1) = 0
Replies: 9
Views: 2430

are you doing a backtest?
live test with demo account?
by TJ
05 Mar 2010
Forum: MultiCharts
Topic: intrabar order generation: never get barstatus(1) = 0
Replies: 9
Views: 2430

my notes: Try not to use " Buy this bar at close "; this is a legacy syntax... carried over from the old daily chart days. This syntax is ONLY good for backtesting, it is for concept proving only, not usable for live trading. Whatever you have developed, you have to replace this sytax with something...
by TJ
05 Mar 2010
Forum: MultiCharts
Topic: intrabar order generation and "this bar at close"
Replies: 10
Views: 2327

press [F1] in MultiCharts,

look under:

MultiCharts > Strategy Trading > Backtesting > Understanding Backtesting

Go to advanced search