Search found 29 matches

by kentai
28 Dec 2011
Forum: MultiCharts
Topic: Multiple exit conditions
Replies: 1
Views: 747

Multiple exit conditions

Hi, I have been trying to code something. I was trying to write a strategy which allows me to establish a few ways to exit after I establish a position. For example, I like to buy 20 contracts when the ES crossed above its 200-bar EMA and place a limit sell order to sell 10 contracts after it moves ...
by kentai
28 Nov 2011
Forum: MultiCharts
Topic: QuickFix Engine
Replies: 3
Views: 1265

Re: QuickFix Engine

Hi Henry,

Thanks for the reply.

How do you support the QuickFIX user? Any adjustment to be made from Multicharts?

Regards,
Ken
by kentai
28 Nov 2011
Forum: MultiCharts
Topic: QuickFix Engine
Replies: 3
Views: 1265

QuickFix Engine

Does multichart work with QickFix engine (http://www.quickfixengine.org/index.html)?
by kentai
28 Oct 2011
Forum: MultiCharts
Topic: Bars Since
Replies: 2
Views: 1163

Re: Bars Since

Thanks
by kentai
28 Oct 2011
Forum: MultiCharts
Topic: Bars Since
Replies: 2
Views: 1163

Bars Since

In Metastock, there is a syntax called Barssince. This syntax is able to find out how many bars since a condition takes place. For example, bars since MACD crosses above its moving average. In Multicharts, I like to write something similar. I like to know if it is possible to write an indicator that...
by kentai
16 Aug 2011
Forum: MultiCharts
Topic: Native Higher Timeframe
Replies: 15
Views: 6884

Re: Native Higher Timeframe

Hi TJ, If I want to use MTF trading strategy or a indicator in Multichart, I got to load a subchart 2 which has a different timeframe. In my strategy, I got to use data2 in my signal to generate signals. I cannot do a optimisation on the "timeframe" to see which combination is the best. What will yo...
by kentai
16 Aug 2011
Forum: MultiCharts
Topic: Native Higher Timeframe
Replies: 15
Views: 6884

Re: Native Higher Timeframe

Will be very good to have it. In fact, MTF (Multiple Time Frame) strategies or indicators are not so easy to write. Because we have to use Array to compute a new set of OHLC before we can use it. I believe there may be less than 5% of the traders know how to program this unless you have programming ...
by kentai
02 Aug 2011
Forum: MultiCharts
Topic: Need help in plotting an array that I created
Replies: 2
Views: 1097

Need help in plotting an array that I created

Hi, I just created an indicator and I tried to incorporate an array in it. I like to plot this array, but it doesn't seem to work. I need some help Below is the coding. Regards, Ken input: Field(Close); var: MA6(0), var0(0), RSIArray(0); array: Array1[100](0); MA6 = Xaverage(field,6); var0 = 0; For ...
by kentai
15 Jul 2011
Forum: MultiCharts
Topic: Programming Language
Replies: 1
Views: 980

Programming Language

Hi,

I like to know a few things about programming. If I like to take up a programming course that will improve my coding skill, which programming language should I take? C Programming, C# or C++?

If we like to build DLL, what do we need from Multichart?

Regards,
Ken
by kentai
05 Jul 2011
Forum: MultiCharts
Topic: Custom Futures as Automated Trading
Replies: 1
Views: 826

Custom Futures as Automated Trading

Hi,

I have created ES CC as my symbol for Emini S&P Continous Contract and I conducted a backtest over it. So far, the result has been good and I like to use it for automated trading.

Can I use ES CC as the chart for automated trading rather than using ESU1?

Regards,
Ken
by kentai
05 Jul 2011
Forum: MultiCharts
Topic: Need help in plotting array
Replies: 3
Views: 1071

Re: Need help in plotting array

I want to look at the daily pivot in the intraday chart.
by kentai
05 Jul 2011
Forum: MultiCharts
Topic: Need help in plotting array
Replies: 3
Views: 1071

Need help in plotting array

Hi,

I created a array in my indicator and I like to plot it onto the chart. My array is a PivotArray[199,2] and I like to plot the entire column 0, how do I plot it? Which syntax to use and how do I structure it?

Thanks in advance.
Ken
by kentai
05 Jul 2011
Forum: MultiCharts
Topic: Symbol Dictionary
Replies: 1
Views: 804

Symbol Dictionary

How come whenever I restart my computer, those Symbols that I created in Symbol Dictionary are gone? Anyway to save them once and for all?

Regards,
Ken
by kentai
04 Jul 2011
Forum: MultiCharts
Topic: Custom Futures
Replies: 2
Views: 904

Custom Futures

Like to clarify something.

When I am creating a custom futures, I notice there is a back adjustment mode, what is that for?

I see Difference, Ratio and No Adjustment in it.

Regards,
Ken
by kentai
26 Jun 2011
Forum: MultiCharts
Topic: Order Type and Algo
Replies: 3
Views: 1663

Re: Order Type and Algo

Hi Stan,

yes, I can see that Stop Limit is in Multichart. But what is the syntax of stop limit order in Multichart?

Regards,
Ken
by kentai
26 Jun 2011
Forum: MultiCharts
Topic: Need help in creating Custom Futures
Replies: 7
Views: 1855

Re: Need help in creating Custom Futures

Thank TJ,

Finally did it.

Regards,
Ken
by kentai
25 Jun 2011
Forum: MultiCharts
Topic: Need help in creating Custom Futures
Replies: 7
Views: 1855

Re: Need help in creating Custom Futures

By default, ES is in the list and I can create a continuous contract in ES. However, MHI is not in the list and I got to create one MHI ticker in the Symbol Dictionary. I still can't create the MHI continuous chart. Anyway to show it?

Regards,
Ken
by kentai
25 Jun 2011
Forum: MultiCharts
Topic: Automated Trading
Replies: 7
Views: 1736

Re: Automated Trading

Assume that my strategy has some leftover positions. For example, it has 5 long open positions in my last session before I stop the automated trading. I want to resume the automated trading and I want the automated trading to continue to manage the 5 long open positions that it has from the previous...
by kentai
25 Jun 2011
Forum: MultiCharts
Topic: Need help in creating Custom Futures
Replies: 7
Views: 1855

Need help in creating Custom Futures

Hi, I am trying to create a nearest continuous futures for Mini Hang Seng Index (MHI) via IB feed. I went to the Symbol Dictionary to create the ticker. From my understanding, MHI expires on the business day immediately preceding the last business day of the contract month. I keyed in the session ti...
by kentai
21 Jun 2011
Forum: MultiCharts
Topic: Order Type and Algo
Replies: 3
Views: 1663

Order Type and Algo

I am impressed by the types of orders in Interactive Brokers. Certainly I hope that Multicharts can do something similar in near future. Are we able to put in Stop Limit, Market with Protection, stagged orders, iceberg, MOC, MOO, Scale, VWAP, TWAP and Accumulate/Distribute? The details of the orders...
by kentai
20 Jun 2011
Forum: MultiCharts
Topic: Automated Trading
Replies: 7
Views: 1736

Re: Automated Trading

Hi Stan, I am using marketposition in my strategy rather than marketposition_at_broker because I may run 2 sets of strategies in the same instrument. And if it is using marketposition_at_broker rather than marketposition, ithe strategies may trade based on my total positions rather than acting indep...
by kentai
17 Jun 2011
Forum: MultiCharts
Topic: Automated Trading
Replies: 7
Views: 1736

Re: Automated Trading

Thanks Stan, You alway come to my rescue. But will the system manage the positions it initiated in the last session and trade accordingly? Or will it start afresh? For example, in my code has something like this: If Marketposition = 0 then begin xxxx xxxx xxxx xxxx; end; If Marketposition > 0 then b...
by kentai
17 Jun 2011
Forum: MultiCharts
Topic: Automated Trading
Replies: 7
Views: 1736

Automated Trading

Hi, I am trying to use the automated trading with multicharts and interactive brokers. I initiated the automated trading and it initiated a short position. I like to know, while it was holding on to the short position and I turned off the software after market close. How do I re-initiate the positio...
by kentai
07 Jun 2011
Forum: MultiCharts
Topic: MultiCharts Portfolio Backtester News
Replies: 15
Views: 5717

Re: MultiCharts Portfolio Backtester News

Hi Stan, Recently I tried out the portfolio backtester. I would say that it is quite impressive. It managed to show us how our strategies perform across the board. There is something in my mind regarding portfolio backtester and I am not sure if the current portfolio backtester can resolve this prob...
by kentai
07 Jun 2011
Forum: MultiCharts
Topic: The buy price triggered by Multichart was not traded.
Replies: 7
Views: 1723

Re: The buy price triggered by Multichart was not traded.

Thank Stan,

Let me send you the log file for you to evaluate.

Regards,
Ken
by kentai
06 Jun 2011
Forum: MultiCharts
Topic: The buy price triggered by Multichart was not traded.
Replies: 7
Views: 1723

Re: The buy price triggered by Multichart was not traded.

Hi Stan, Just found one. This time, I did not use the strategy. I merely use it to close my paper trading position. I hit the close button on the chart trading and it closed at a price that never traded. It is not one or two bids away. It is miles away from the market price. Pls see the chart, how d...
by kentai
06 Jun 2011
Forum: MultiCharts
Topic: The buy price triggered by Multichart was not traded.
Replies: 7
Views: 1723

Re: The buy price triggered by Multichart was not traded.

Hi Stan, Thanks. I will look for the logfile and send to you if I encounter this again. Having said that, I believe that my orders in SA mode are in market order and it doesn't require my order confirmation to execute the orders. So very unlikely that the order has been delayed. By the way, what is ...
by kentai
03 Jun 2011
Forum: MultiCharts
Topic: The buy price triggered by Multichart was not traded.
Replies: 7
Views: 1723

The buy price triggered by Multichart was not traded.

This is not the first time, I think this is the 2nd time I encountered this. Multichart initiated a market buy order that is not met during that bar. Attached is the chart. Pls see if there is a bug issue.
by kentai
02 Jun 2011
Forum: MultiCharts
Topic: Displaying 15-min RSI on a 1-min chart
Replies: 6
Views: 1576

Displaying 15-min RSI on a 1-min chart

Hi,

I have been trying to figure out this for the last 2 days. I like to know how do I write the function or indicator that display 15-min RSI on a 1-min chart within displaying the 15-min chart as data2.

Regards,
Ken

Go to advanced search