Search found 15 matches

by trader101
15 Feb 2013
Forum: MultiCharts
Topic: Error in study - Floating point stack check
Replies: 12
Views: 2355

Re: Error in study - Floating point stack check

You are right. I am sorry, I posted the wrong picture file I need some sleep... Here you go : http://www.multicharts.com/discussion/download/file.php?id=5929 So now they are exactly the same but still the default code (second line) that came with MC works but not the one I recreated... Something mus...
by trader101
15 Feb 2013
Forum: MultiCharts
Topic: Error in study - Floating point stack check
Replies: 12
Views: 2355

Re: Error in study - Floating point stack check

oh ok, i am sorry I will try to explain it better. The first line the values are : close, close, 20, 2 The second line the values are : high, 20 The signal of the first line Bollinger_Test is not working. The signal of the second line Bollinger Bands LE is working. Bollinger_Test and Bollinger Bands...
by trader101
15 Feb 2013
Forum: MultiCharts
Topic: Error in study - Floating point stack check
Replies: 12
Views: 2355

Re: Error in study - Floating point stack check

Yes I am applying the right strategies.

As for the Input String if you look at the last picture I circled it in red its the same code but the input fields enabled don't seem to be identical...

P.S : thanks for the help and tip about picture posting.
by trader101
15 Feb 2013
Forum: MultiCharts
Topic: Error in study - Floating point stack check
Replies: 12
Views: 2355

Re: Error in study - Floating point stack check

I rebooted 3 times with the same results... :-(

Do you know how to make pictures show up in the actual post instead of an attachment ?

thanks TJ.
by trader101
15 Feb 2013
Forum: MultiCharts
Topic: Error in study - Floating point stack check
Replies: 12
Views: 2355

Error in study - Floating point stack check

I am getting an error and I need to find out what is wrong with my MC platform. I get the following error : " Error in study "Bollinger_Test : : {EXCEPTION} Floating point stack-check. http://www.multicharts.com/discussion/download/file.php?id=5925 The study named Bollinger_Test is actually an ident...
by trader101
18 Jan 2013
Forum: MultiCharts
Topic: Floor and Rounding Function Question [SOLVED]
Replies: 5
Views: 2463

Re: Floor and Rounding Function Question [SOLVED]

Thanks for all your inputs, I think I found the solution. I wanted to implement a Quantization function on some ES calculations. http://en.wikipedia.org/wiki/Quantization_%28signal_processing%29 Basically when I got the result of a calculation for the ES I wanted to either floor or Ceil the value to...
by trader101
17 Jan 2013
Forum: MultiCharts
Topic: Floor and Rounding Function Question [SOLVED]
Replies: 5
Views: 2463

Re: Floor and Rounding Function Question [SOLVED]

Yes, I did thanks for the suggestion.

None of the Math functions will work for what I want to do...

I looked at :

FLOOR, CEILING, ROUND...

Maybe there is something I don't see or understand...do you have any idea ?

Thanks.
by trader101
17 Jan 2013
Forum: MultiCharts
Topic: Floor and Rounding Function Question [SOLVED]
Replies: 5
Views: 2463

Floor and Rounding Function Question [SOLVED]

Hello, I am trying to understand if its possible to use the FLOOR or CEILING functions to round numbers to a specific multiple of significance ? Like in Microsoft Excel... Rounds number down, toward zero, to the nearest multiple of significance. Syntax FLOOR(number,significance) Number is the numeri...
by trader101
21 Dec 2012
Forum: MultiCharts
Topic: Problem with data series calculations [SOLVED]
Replies: 3
Views: 2004

Re: Problem with data series calculations [SOLVED]

OK thank you for the heads up.

here is the version I am using if it might be a version related problem...

MultiCharts Version 8.0 Release (Build 5620)
by trader101
19 Dec 2012
Forum: MultiCharts
Topic: Problem with data series calculations [SOLVED]
Replies: 3
Views: 2004

Problem with data series calculations [SOLVED]

Hello, below is the code that is giving me troubles. When I look at the data output (txt file) for the variable " Atr " it changes depending of the time frame I select for data1. But my calculations are specifically defined to be done of the data2 series which must always be on a Daily time frame. W...
by trader101
02 Dec 2012
Forum: MultiCharts
Topic: How to have only 1 trade per session [SOLVED]
Replies: 4
Views: 1520

Re: How to have only 1 trade per session [SOLVED]

ok, Please tell me if this is correct : if counter = 0 then Begin my logic if marketposition = 1 then begin Sell ("longLoss") next bar at XXXX ; counter = 1; setexitonclose ; // Reset of the counter at end of the day if currenttime = 1801 then counter = 0 ; Is this going to reset my counter for the ...
by trader101
02 Dec 2012
Forum: MultiCharts
Topic: How to have only 1 trade per session [SOLVED]
Replies: 4
Views: 1520

How to have only 1 trade per session [SOLVED]

Hello,

How would I go about telling my strategy to only take one trade per session ?

Thank you.
by trader101
01 Dec 2012
Forum: MultiCharts
Topic: Daily bar calculation but intraday order entry [SOLVED]
Replies: 9
Views: 2832

Re: Daily bar calculation but intraday order entry [SOLVED]

You were correct I didn't look in the right pdf file...sorry for the confusion

Thank you for your help.
by trader101
01 Dec 2012
Forum: MultiCharts
Topic: Daily bar calculation but intraday order entry [SOLVED]
Replies: 9
Views: 2832

Re: Daily bar calculation but intraday order entry [SOLVED]

Ok thanks for the suggestion. If I want to use it with a stochastic or some other indicator and having the indicator on the daily what should I use ? Can you give an example of how you define the data series ? would using this : ATR (Close Data2) be good ? and I would need to put Data2 as an input ?...
by trader101
30 Nov 2012
Forum: MultiCharts
Topic: Daily bar calculation but intraday order entry [SOLVED]
Replies: 9
Views: 2832

Daily bar calculation but intraday order entry [SOLVED]

I would like to know how I can code an order entry system based on the crossover of 2 daily moving averages ?

The entry must be opened and closed intraday but the data for the MA is caculated on the daily bars.

How do I specify the difference in my code between daily and intraday ?

Thank you.

Go to advanced search