Search found 23 matches

by lawrence124
19 Nov 2012
Forum: MultiCharts
Topic: Strategy exited during running [SOLVED]
Replies: 2
Views: 886

Re: Strategy exited during running [SOLVED]

unfortunately, i mistakenly clicked MC when i tried to access the log in the Windows Start menu, so i guess all the log on that machine is erased.

a/w, I've upgraded the MC from version 6 to 7, i hope it will be more stable, thanks!
by lawrence124
19 Nov 2012
Forum: MultiCharts
Topic: Strategy exited during running [SOLVED]
Replies: 2
Views: 886

Strategy exited during running [SOLVED]

Hi, I'm running MC6 with Touchance as data source and the account is running live, i scale in and out of my position, back test result on the chart looks ok and during live, all the scaling in position worked no problem. As soon as I closed the first open position, i saw some error message popped ou...
by lawrence124
14 Nov 2012
Forum: MultiCharts
Topic: multiple entry when using multi-timeseries
Replies: 12
Views: 1855

Re: multiple entry when using multi-timeseries

i changed it to 500 and changed the first series to 7 seconds, the result is still the same and i believe 500 is far more than enough. btw, i'm using MC6, which, from what i see in "what's new with MC7: Synchronization of updates to all data series"...you believe it is the reason for the behavior as...
by lawrence124
14 Nov 2012
Forum: MultiCharts
Topic: multiple entry when using multi-timeseries
Replies: 12
Views: 1855

Re: multiple entry when using multi-timeseries

didnt not set it in the signal code, the environmental setting, should be the default "50"
by lawrence124
14 Nov 2012
Forum: MultiCharts
Topic: multiple entry when using multi-timeseries
Replies: 12
Views: 1855

Re: multiple entry when using multi-timeseries

first log i used 5 seconds time frame: 133200.00hi, 0.00 133200.00,Buy, 0.00, 0.00 133200.00hi2, 0.00 133200.00hi3, 500.00 133205.00hi, 499.00 133210.00hi, 498.00 133215.00hi, 497.00 133220.00hi, 496.00 133225.00hi, 495.00 2nd one i used 7 seconds: 133158.00hi, 0.00 133158.00,Buy, 0.00, 0.00 133158....
by lawrence124
13 Nov 2012
Forum: MultiCharts
Topic: multiple entry when using multi-timeseries
Replies: 12
Views: 1855

Re: multiple entry when using multi-timeseries

i believe i found out the cause of the problem, this issue exist whenever the 2nd series is not a multiple of 1st series, ie, issue exist if 1st series is 7seconds, and 2nd series is 1 minute, but issue gone when 1st series is 6 second and 2nd series is 1 minute

it is a normal behavior of MC? Thanks!
by lawrence124
13 Nov 2012
Forum: MultiCharts
Topic: multiple entry when using multi-timeseries
Replies: 12
Views: 1855

Re: multiple entry when using multi-timeseries

i've tried to add a counter to delay the next entry so the marketposition should be correct: Print(File("C:\test31.txt"),Time,"hi4,",canTrade ); if condition2 then begin Print(File("C:\test31.txt"),Time,"hi,",canTrade ); if marketposition=0 and canTrade=0 then begin Print(File("C:\test31.txt"),Curre...
by lawrence124
13 Nov 2012
Forum: MultiCharts
Topic: multiple entry when using multi-timeseries
Replies: 12
Views: 1855

Re: multiple entry when using multi-timeseries

but then, i thought i have used "marketposition=0" to bar it from entering again
as i've "buy ("Buy2") Lsize contracts next bar at market;" after the print statement, and i should have a market position at 1331, but why does it enter again at 1331 ?
by lawrence124
13 Nov 2012
Forum: MultiCharts
Topic: multiple entry when using multi-timeseries
Replies: 12
Views: 1855

multiple entry when using multi-timeseries

hi, i used the following code for 20 sec and 5 min data on same instrument: if condition2 then begin if marketposition=0 then begin Print(File("C:\test31.txt"),CurrentDate,",",CurrentTime,",",Time,"Buy2",",",marketposition ); buy ("Buy2") Lsize contracts next bar at market; and this is what i see in...
by lawrence124
01 Nov 2012
Forum: MultiCharts
Topic: multi data series
Replies: 8
Views: 1645

Re: multi data series

cool, i will check it out, much appreciated!
by lawrence124
01 Nov 2012
Forum: MultiCharts
Topic: multi data series
Replies: 8
Views: 1645

Re: multi data series

how about i want to do it the right way? anything i can use to check i'm in data2
by lawrence124
01 Nov 2012
Forum: MultiCharts
Topic: multi data series
Replies: 8
Views: 1645

Re: multi data series

first one is 15sec, 2nd one is 1 minute
by lawrence124
01 Nov 2012
Forum: MultiCharts
Topic: multi data series
Replies: 8
Views: 1645

Re: multi data series

thanks, got it~
one more question, i have a counter that should only add 1 for every data2 bar, how to do that? thanks!
by lawrence124
01 Nov 2012
Forum: MultiCharts
Topic: multi data series
Replies: 8
Views: 1645

multi data series

hi, i added a 3 minutes data series to a chart, and i used RSI(c of data2, 14,...) on it, the value is different from the RSI i used on a single series chart to clarify it, seems like the RSI(c of data2, 14,...) values change when the time frame of data1 change (ie, using 10 seconds instead of 30 se...
by lawrence124
01 Nov 2012
Forum: MultiCharts
Topic: recovery from crash
Replies: 1
Views: 667

recovery from crash

hi, i think this has been asked before, but i can't find the thread, so sorry for repeating.

just want to know, what is the suggested way to recover from crash? say, i've outstanding positions, is it possible to sync the position with the signals after crashes?

thanks
by lawrence124
17 Oct 2012
Forum: MultiCharts
Topic: incorrect volume data in signal [SOLVED]
Replies: 3
Views: 1178

Re: incorrect volume data in signal [SOLVED]

yes, i fixed it based on the bartype >=2 code from the indicator, though, i dont have much idea why tick is volume for intraday, it's a bit confusing for newbies~ thanks for the pointers~
by lawrence124
17 Oct 2012
Forum: MultiCharts
Topic: incorrect volume data in signal [SOLVED]
Replies: 3
Views: 1178

incorrect volume data in signal [SOLVED]

hi, i used the following to debug my signal: Print(File("C:\Korlog.txt"),CurrentDate,CurrentTime,RSI(c,lengthP),c,Volume); I read the log file, closing price, and RSI are correct bar by bar (according to the chart), but volume data is never correct and I tried to add the Volume Avg indicator and tha...
by lawrence124
15 Oct 2012
Forum: MultiCharts
Topic: delaying orders [SOLVED]
Replies: 2
Views: 1018

Re: delaying orders [SOLVED]

I'm using that Touchance plug-in and i think it only support MC6 ... (i believe this Touchance thing is taiwan specific)
That's why~
thanks for the hint !!
by lawrence124
15 Oct 2012
Forum: MultiCharts
Topic: delaying orders [SOLVED]
Replies: 2
Views: 1018

delaying orders [SOLVED]

hi, i'm using multicharts 6 and i'm wondering, if i can delay sending out my orders? say, signal generated is 11:15:00, but i want to send it out at 11:15:10, possible?
by lawrence124
11 Oct 2012
Forum: MultiCharts
Topic: cut loss concept
Replies: 5
Views: 1182

Re: cut loss concept

moreover, is it possible to delay sending out orders? say, i use 1 minute bar, can i send out orders at 05 second, instead of 00 second ?? Thanks!
by lawrence124
11 Oct 2012
Forum: MultiCharts
Topic: cut loss concept
Replies: 5
Views: 1182

Re: cut loss concept

just found this:
http://www.investware.net/multicharts/v ... 9c334230b8

the tutorial is valid for MC6 ?? given the document was created in 2008, thanks!
by lawrence124
11 Oct 2012
Forum: MultiCharts
Topic: cut loss concept
Replies: 5
Views: 1182

Re: cut loss concept

yes, the 1 contract strategy works and running live now, that's why i'm trying to expand it to multi entries...would be nice if u can point me to a code example that has similar operations, thanks!
by lawrence124
11 Oct 2012
Forum: MultiCharts
Topic: cut loss concept
Replies: 5
Views: 1182

cut loss concept

hi, i'm rather new to MC, and right now i'm using MC6, would like to make sure something before things go live (broker has no demo server) right now, i use the following to stop loss: SetStopContract; SetStopLoss(200); i can put these 2 lines anywhere in the signal script ?? how about i have multipl...

Go to advanced search