Search found 6 matches

by snuff
04 Aug 2013
Forum: MultiCharts
Topic: entriestoday always returns zero
Replies: 9
Views: 5537

Re: entriestoday always returns zero

That snippet alone can't tell us much... and what else do you need? It's just simple condition which isn't working.. Btw. I found out that the value which function entriestoday(date) returns is 0 if no trade is made, 1 if one trade is made and in next trades the value 1 doesn't change.. So If signa...
by snuff
03 Aug 2013
Forum: MultiCharts
Topic: entriestoday always returns zero
Replies: 9
Views: 5537

Re: entriestoday always returns zero

15 minutes...
by snuff
03 Aug 2013
Forum: MultiCharts
Topic: entriestoday always returns zero
Replies: 9
Views: 5537

Re: entriestoday always returns zero

The source code looks like this:
If marketposition = 1 and entriestoday(date) < 2
then Buy ("2nd buy") Next Bar at Market;
I want to allow only 2 trades per day and it doesn't count...
by snuff
25 Jul 2013
Forum: MultiCharts
Topic: entriestoday always returns zero
Replies: 9
Views: 5537

entriestoday always returns zero

Hello, I noticed that function EntriesToday(date) always returns zero..And I've read it from a lot of users...

http://www.multicharts.com/discussion/v ... day#p49532

etc.Any suggestions please?
by snuff
24 Jul 2013
Forum: MultiCharts .NET
Topic: Entry only until specified time
Replies: 1
Views: 2340

Entry only until specified time

Hello, I need to solve condition which is responsible for making entries in the markets only until specified Time.. For exmaple I want to make entries only from 9:30 until 12:00.. The start of trading session is set in session template and now I need to force algorithm to make entries only until spe...
by snuff
21 Jul 2013
Forum: MultiCharts .NET
Topic: Close of previous day
Replies: 1
Views: 2280

Close of previous day

Hello, I´ve got some problem with Close of a previous day value. For instance my signal is running on 15min. chart, but I need to use for some calculations Close of previous day.. Is is possible to use some simple function or not? Now I used only code, which I found in OHLC indicator, but I'm lookin...

Go to advanced search