Search found 21 matches

by ducktail
02 Sep 2016
Forum: User Contributed Studies and Indicator Library
Topic: The Economic Events Collection for MultiCharts
Replies: 131
Views: 78318

Re: The Economic Events Collection for MultiCharts

Hi Josh, Nicolas, I tried to open the economic event downloader v5.1 but received error attached. Is there a new version for this. Many thanks. Hi, risaldeb "economic event downloader v5.1" is not available now. (see #101,102,103) But you can download "HistoricalEconomicEvents.txt" and "FutureEcono...
by ducktail
09 Jul 2014
Forum: MultiCharts
Topic: Daily ATR calculations from minutes data is weird on mc v8.8
Replies: 7
Views: 2048

Re: Daily ATR calculations from minutes data is weird on mc

My code "TR_ATR_DATA1" is doing... [ From MarketOpening to MarketClosing ] Trace High_D(Daily High) and Low_D(Daily Low). [ On MarketClosing ] 1. Determine Close_D(Daily Close). 2. Calcurate TrueRangeArray[1](Daily True Range). 3. Replace TrueRangeArray[2]-[5] with new value. TrueRangeArray[2]=TrueR...
by ducktail
07 Jul 2014
Forum: MultiCharts
Topic: Daily ATR calculations from minutes data is weird on mc v8.8
Replies: 7
Views: 2048

Re: Daily ATR calculations from minutes data is weird on mc

Hello Henry, Thanks for your reply and sorry for my poor english. When I calculate Daily ATR from 5min chart by the code above on MC v8.5, calculated ATR is correct. But when I do the same thing on MC v8.8, calculated ATR is totally incorrect. I attached xls file. Please compare them. CalcATR2.xls *...
by ducktail
06 Jul 2014
Forum: MultiCharts
Topic: Daily ATR calculations from minutes data is weird on mc v8.8
Replies: 7
Views: 2048

Daily ATR calculations from minutes data is weird on mc v8.8

Hello, my code below is for calculating Daily Average True Range only from minutes data as Data1. The code calculates properly on MC v8.0 & v8.5, but doesn't on MC v8.8. Because of this issue, I haven't been able to upgrade latest version of MC for about a year. I have no idea about this. Would you ...
by ducktail
14 Jul 2013
Forum: User Contributed Studies and Indicator Library
Topic: The Economic Events Collection for MultiCharts
Replies: 131
Views: 78318

Re: The Economic Events Collection for MultiCharts

Hello JoshM and Nicolas23, Thank you very much for you kindness. Please listen, I finally found it. I changed windows7 setting as follows, then I succeeded. control panel -> Regional and Language Options -> Formats [before]Format:JAPAN [After]Format:English(United States) I guess the cause of the er...
by ducktail
13 Jul 2013
Forum: User Contributed Studies and Indicator Library
Topic: The Economic Events Collection for MultiCharts
Replies: 131
Views: 78318

Re: The Economic Events Collection for MultiCharts

Hi JoshM,

Thank you very very much for your kindness.
I'm very glad to get started anyway.
by ducktail
12 Jul 2013
Forum: User Contributed Studies and Indicator Library
Topic: The Economic Events Collection for MultiCharts
Replies: 131
Views: 78318

Re: The Economic Events Collection for MultiCharts

Hi JoshM, Thank you very much for your advice. Referring to the following web page, I tried to open .jar file with admin privilege. http://stackoverflow.com/questions/6109251/opening-jar-file-with-admin-privilege 1) Right click "command prompt". Then click "run as administrator". 2) Enter "java -jar...
by ducktail
12 Jul 2013
Forum: User Contributed Studies and Indicator Library
Topic: The Economic Events Collection for MultiCharts
Replies: 131
Views: 78318

Re: The Economic Events Collection for MultiCharts

Hello, Nicolas23 and JoshM. Thanks for sharing your great tools. I'm very interested in this. But I can't download Economic Events files. The downloader's(v5.1) message is as follows. 1. Future Economic Events: [1/2] Download, parse and store Forex Factory economic events for the current month (7/20...
by ducktail
29 Jun 2012
Forum: MultiCharts
Topic: Indicator "Market Depth on Chart" on Custom Futures [SOLVED]
Replies: 8
Views: 2652

Re: Indicator "Market Depth on Chart" on Custom Futures [SOLVED]

"Market Depth on Chart" indicator was not originally designed to work with a Custom Futures instruments.
Henry,

Thanks for your reply.
by ducktail
26 Jun 2012
Forum: MultiCharts
Topic: Indicator "Market Depth on Chart" on Custom Futures [SOLVED]
Replies: 8
Views: 2652

Indicator "Market Depth on Chart" on Custom Futures [SOLVED]

Hi, The indicator --- Market Depth on Chart --- indicates DOM very well on individual contract(e.g. ESU2, CLQ2). It is very useful. However, this indicator doesn't indicate DOM on Custom Futures. Please let me know how to solve this issue. My data feed and broker is Interactive Brokers. MC 8.0 x64 b...
by ducktail
30 Apr 2012
Forum: MultiCharts
Topic: Optimization by Custom Fitness Criteria
Replies: 7
Views: 2875

Re: Optimization by Custom Fitness Criteria

Thanks Henry, JoshM.
I tried to test SetCustomFitnessValue and confirmed it works on Exhaustive optimizations.
This keyword is much easier than editting Custom Fitness Criteria.
by ducktail
27 Apr 2012
Forum: MultiCharts
Topic: Optimization by Custom Fitness Criteria
Replies: 7
Views: 2875

Re: Optimization by Custom Fitness Criteria

JoshM, thanks a lot. That's very valuable info. Through this info, I can edit Custom Fitness Criteria. Thanks again. By the way, is the keyword SetCustomFitnessValue only for genetic optimization? My code is as follows. // MultiCharts Custom Criteria: Adjusted Profit Factor // check for errors / wro...
by ducktail
27 Apr 2012
Forum: MultiCharts
Topic: Optimization by Custom Fitness Criteria
Replies: 7
Views: 2875

Optimization by Custom Fitness Criteria

I'd like to optimize by adjusted profit factor. //Adjusted profit factor in EasyLanguage is as follows. APF=((NumWinTrades -SquareRoot(NumWinTrades))*(GrossProfit/NumWinTrades))/ -((NumLosTrades +SquareRoot(NumLosTrades))*(GrossLoss/NumLosTrades)) So I'm trying to edit Custom Criteria. QS_20120427-1...
by ducktail
24 Feb 2012
Forum: MultiCharts
Topic: MC64 8.0Beta can't cancel the time based order..
Replies: 6
Views: 3283

Re: MC64 8.0Beta can't cancel the time based order..

Henry, thanks for your reply. -who is your data feed and broker A. IB. -is it a live or demo account A. Both. -what symbol and resolution are you trading A. ESH2 1min, CLJ2 1min, GCJ2 1min, FDAX MAR 12 1min. -attach the screenshots of settings and sessions tabs (Quote manager->Edit symbol) A. Yes. Q...
by ducktail
23 Feb 2012
Forum: MultiCharts
Topic: MC64 8.0Beta can't cancel the time based order..
Replies: 6
Views: 3283

MC64 8.0Beta can't cancel the time based order..

Hi, I like time based trading. The code below works fine on MC6.2 & MC7.4, but it doesn't work fine on MC64 8.0Beta. When "StartTime" came, MC64 8.0Beta issued a limit order. It's OK. But when "EndTime" came, MC64 8.0Beta didn't cancel the order. Is this a kind of bug? Input:StartTime(0),EndTime(0),...
by ducktail
09 Jun 2011
Forum: MultiCharts
Topic: FDAX custom future at IB
Replies: 1
Views: 800

FDAX custom future at IB

Hi, I'd like to add FDAX custom future using IB data source. But I couldn't find FDAX symbol root at IB data source. Then I tried to add FDAX symbol root into IB data source at Symbol Dictionary, but I can't select IB data source at Symbol Dictionary. Are there any ways to add FDAX custom future usi...
by ducktail
06 Mar 2011
Forum: MultiCharts
Topic: How to set Backtesting Assumptions in Portfolio Backtester [SOLVED]
Replies: 4
Views: 4712

Re: How to set Backtesting Assumptions in Portfolio Backtest [SOLVED]

TraderGuy, thanks for your reply.

I understand that the feature is not currently supported.
I'm gonna post this issue on feature request.

Thank you.
by ducktail
05 Mar 2011
Forum: MultiCharts
Topic: How to set Backtesting Assumptions in Portfolio Backtester [SOLVED]
Replies: 4
Views: 4712

How to set Backtesting Assumptions in Portfolio Backtester [SOLVED]

Hello, I'm a new user. I'm using limit orders in my strategies and I checked "Fill limit order when trade price goes beyond limit price by ..." option in Strategy Properties. http://www42.tok2.com/home/ducktail/QS_20110305-190925.jpg Now I'm trying to set this option in Portfolio Backtester. But I c...

Go to advanced search