Search found 9 matches

by Rommi
02 Oct 2013
Forum: MultiCharts
Topic: Vote for Scanner: allow an indicator to access Multi-data
Replies: 4
Views: 2151

Re: Scanner: allow an indicator to access Multi-data

This is absolutely "must" feature.
I suggest for access data in scanner window should use scannerdata1, scannerdata2 ...etc. and scannerdata no. represent row number in scanner window.

Is that possible to implement?
by Rommi
04 Feb 2011
Forum: MultiCharts
Topic: checking status of limit orders
Replies: 6
Views: 1354

Re: checking status of limit orders

Dear janus, If you have a suggestion on how it can be realized, please post a feature request in Project Management. It is allready there, posted by me (MC-99 " Order execution control"). I think it is minimal that traders need. Of cource it will be better to have orderstatus function like OrderSta...
by Rommi
26 Jan 2011
Forum: MultiCharts
Topic: How to code for a Stop Limit Order
Replies: 5
Views: 1448

Re: How to code for a Stop Limit Order

Hello I just read in IB document that we can send a Stop Limit Order If I understand well: The stop will triggerd the lookout for the limit Price. This way, i could limit my slippage If my understanding is ok, how do I code that? Martin Why You dont use trigger for set limit order? [intrabarorderge...
by Rommi
13 Jan 2011
Forum: MultiCharts
Topic: is it possible to place fixed dollar amount of order?
Replies: 3
Views: 1614

Re: is it possible to place fixed dollar amount of order?

From the example of EasyLanguage tutorial, if I want to place certain shares in a order" I will write: Buy 2 Shares Next Bar At Market; (Buy 2 shares at Market price on open of next bar) What if I am trying to place $1000 dollar fixed amount of money per trade. How do I do it? Buy $1000 Next Bar at...
by Rommi
06 Jan 2011
Forum: MultiCharts
Topic: How to have a function to return two value
Replies: 5
Views: 1349

Re: How to have a function to return two value

Thank you Rommi , TJ

Rommi, I succedded with your suggestion. I missed the dummy value provided by Value1.

I will work arround this solution

To both of you, My best wish for the New Year, Happy trading time

Martin
You are welcom.
Best wishes to You too.
by Rommi
05 Jan 2011
Forum: MultiCharts
Topic: How to have a function to return two value
Replies: 5
Views: 1349

Re: How to have a function to return two value

Try this inputs: Val1(numericseries),Val2(numericseries), Out1(NumericRef),Out2(NumericRef); Test1=1; Out1= Val1*Val2; Out2= Val1+Val2; For calling Out1 and Out2 in indicator or system of other function inputs: Val1(...),Val2(...); Vars: MyOut1(0),MyOut2(0); Value1 = Test1( Val1,Val2, MyOut1,MyOut2)...
by Rommi
03 Jan 2011
Forum: MultiCharts
Topic: Keyboard & Mouse shourtcuts
Replies: 7
Views: 9582

Re: Keyboard & Mouse shourtcuts

Please Post your Keyboard & Mouse GUI shortcuts suggestions in this thread: I think that all possible actions shoud be avalaible to assign to any hotkey. Somebody likes to trade with hotkeys, somebody change workspaces.Main idea that all should be customizable as of too many different requests/wish...
by Rommi
20 Dec 2010
Forum: MultiCharts
Topic: Better order management request.
Replies: 1
Views: 755

Better order management request.

As you all know, order management is important especially when we using limit orders or scale in-out. Good order management gives much better chances for limit order execution because You order will be in front of others in orderbook. Unfortunately Multicharts have not very good possibilities for go...
by Rommi
02 Nov 2010
Forum: MultiCharts
Topic: Close data of 3 timeframes using barstatus = 2 problem
Replies: 6
Views: 2097

Re: Close data of 3 timeframes using barstatus = 2 problem

Hi,

Could You try this way:


Input: Len(20);

vars: price1(0,data1),
price2(0,data2),
price3(0,data3),
RSI1(0,data1),
RSI2(0,data2),
RSI3(0,data3);

that should help.

Go to advanced search