Search found 15 matches

by nvitale
05 Feb 2014
Forum: MultiCharts
Topic: Layering Limits strategy
Replies: 3
Views: 1090

Re: Layering Limits strategy

Thanks a lot for that. But in this case how do we know that A - a limit have been taken so we do not reset it B - all limits have been taken so we restart from beginning and set all limit orders We might be able to use EntriesName() but can not see a way to answer A and B. If we have the succession ...
by nvitale
04 Feb 2014
Forum: MultiCharts
Topic: Layering Limits strategy
Replies: 3
Views: 1090

Layering Limits strategy

Hi All, I am trying to backtest on MultiCharts EL a strategy quite simple (as I was believing) but I end up with no way to translate it in MC EasyLanguage. To simplify the logic at the utmost, let say I want to put 3 sell limit order above current price and 3 buy limit below limit price. For exemple...
by nvitale
24 Aug 2011
Forum: MultiCharts
Topic: Function/Reserved word for "Current_Account_Balance"
Replies: 12
Views: 2782

Re: Function/Reserved word for "Current_Account_Balance"

Hi MultiCharts,

I can not think of a serious auto trading platform that could not handle this, basis of any money management strategy.
A lot of our clients will stay away from MC because of 'details' like that.

I hope that it will be added shortly.

Thanks and regards,
Nicolas
by nvitale
07 Jul 2011
Forum: MultiCharts
Topic: IntrabarOrderGeneration and buy/sell event
Replies: 13
Views: 1987

Re: IntrabarOrderGeneration and buy/sell event

Does someone from MC can explain this? Or should I raise it as a bug.
by nvitale
06 Jul 2011
Forum: MultiCharts
Topic: IntrabarOrderGeneration and buy/sell event
Replies: 13
Views: 1987

Re: IntrabarOrderGeneration and buy/sell event

It is what I want. Position from previous bar. Cf explanations above
by nvitale
06 Jul 2011
Forum: MultiCharts
Topic: IntrabarOrderGeneration and buy/sell event
Replies: 13
Views: 1987

Re: IntrabarOrderGeneration and buy/sell event

Unfortunately, issue is still here... in my last line of code, after order command I put: messagelog(marketposition,marketposition[1] ); With Intrabar Order Generation activated, logs give me: -1.00 -1.00 -1.00 -1.00 1.00 1.00 1.00 1.00 1.00 1.00 How can this be possible? It is multi timeframe, I pr...
by nvitale
06 Jul 2011
Forum: MultiCharts
Topic: IntrabarOrderGeneration and buy/sell event
Replies: 13
Views: 1987

Re: IntrabarOrderGeneration and buy/sell event

MarketPosition[1] reports previous position or position of the previous bar?
Thanks
by nvitale
06 Jul 2011
Forum: MultiCharts
Topic: IntrabarOrderGeneration and buy/sell event
Replies: 13
Views: 1987

Re: IntrabarOrderGeneration and buy/sell event

I already tried that of course but surely not on the good way. I am a professional developer so I am a bit lost sometimes with EL way of doing things. To detect a market position change what would be the more logical MC way to do it? Store previous position in a interabarpersisted variable and compa...
by nvitale
05 Jul 2011
Forum: MultiCharts
Topic: IntrabarOrderGeneration and buy/sell event
Replies: 13
Views: 1987

Re: IntrabarOrderGeneration and buy/sell event

Hi, yes exactly. I would like to print only once my indicator value when the order is executed. Apparently the code calling the order is done several time a bar but execution is done only once the bar is closed. That would explained the multiple print. Would you have a solution to print only once? T...
by nvitale
05 Jul 2011
Forum: MultiCharts
Topic: IntrabarOrderGeneration and buy/sell event
Replies: 13
Views: 1987

IntrabarOrderGeneration and buy/sell event

Hi All, I am using a multitimeframe strategy. I want to print in output with messagelog the values of a variable at each order. I have intrabar order generation enabled. So in each If clause where I open an order I print my variable. However I find 3 times more print than orders. Looking deeper, it ...
by nvitale
11 Jun 2011
Forum: MultiCharts
Topic: Global Variable
Replies: 5
Views: 1582

Re: Global Variable

Thanks Escamillo. What is vague in "global variable" term? An automate can be based on a sequence of event. You need to know what happened in the past to be able to take a decision know. Let's give a very simple exemple. My automate needs to take different decision according the state it is now. We ...
by nvitale
05 Jun 2011
Forum: MultiCharts
Topic: Global Variable
Replies: 5
Views: 1582

Global Variable

Hi all,

is there a way to use global variable in MultiCharts? My goal is to remember some states in my automate but it seems that everything is forgotten at each bar processing. Is it true?

Thanks and regards.
by nvitale
05 Jun 2011
Forum: MultiCharts
Topic: Painting between lines
Replies: 2
Views: 665

Re: Painting between lines

Thanks!
by nvitale
04 Jun 2011
Forum: MultiCharts
Topic: Painting between lines
Replies: 2
Views: 665

Painting between lines

Hello all,

is is possible on MC7 to color by programming the area between two plotted lines?
For exemple, I would like to be able to paint the band defined by the %k and %D of a stochastic.

Thanks for your help.

Go to advanced search