Search found 11 matches

by desire
02 Dec 2015
Forum: MultiCharts
Topic: Total Risk Limiter [SOLVED]
Replies: 1
Views: 1056

Re: Total Risk Limiter [SOLVED]

Hi, I come out with a lengthy codes to solve. ---------------------------------------------------------------------------------------- ReduceContractSize = Round(currentcontracts * ReductionPercentage, 0); if marketposition = 0 then MaxRiskHitCount = 0; if marketposition <> 0 and ReduceContractSize ...
by desire
02 Dec 2015
Forum: MultiCharts
Topic: Parabolic SAR Issue [SOLVED]
Replies: 6
Views: 2163

Re: Parabolic SAR Issue [SOLVED]

Hi TJ, I attach a snip image from Excel file to compare the ParSAR output results: - MultiCharts with 60 bars reference; - MultiCharts with Auto reference; - TradingBlox. MultiCharts Auto reference is quite similar to TradingBlox result, so I reckon that this is where "ParSAR is commonly calculated....
by desire
02 Dec 2015
Forum: MultiCharts
Topic: Parabolic SAR Issue [SOLVED]
Replies: 6
Views: 2163

Re: Parabolic SAR Issue [SOLVED]

Hi TJ, Thanks for your feedback. I did read this article. 1. To set the number of bars that the signal will reference: - In Maximum number of bars study will reference the default value is 50 bars. 2. To set the same value for the indicator: - Under Max number of bars study will reference select Use...
by desire
01 Dec 2015
Forum: MultiCharts
Topic: Parabolic SAR Issue [SOLVED]
Replies: 6
Views: 2163

Parabolic SAR Issue [SOLVED]

Hi, With reference to ParSAR, for signal, I set "Max number of bars will reference" to 60; for indicator, it is Auto. The results will be difference. If I change the indicator reference to 60, the result would be the same. However, it does not represent where the common ParSAR is calculated. Is ther...
by desire
01 Dec 2015
Forum: MultiCharts
Topic: Total Risk Limiter [SOLVED]
Replies: 1
Views: 1056

Total Risk Limiter [SOLVED]

Hi, I have the following codes: ----------------------------------------------------------------------------------------- ReduceContractSize = Round(currentcontracts * ReductionPercentage, 0); //Exit Position at Open if Total Risk is More Than Comfortable Level if ReduceContractSize > 0 and marketpo...
by desire
07 Jan 2015
Forum: MultiCharts
Topic: Last Close Position Reference
Replies: 4
Views: 1532

Re: Last Close Position Reference

Hi,

Is anybody able to code this?

Thanks in advance.
by desire
05 Jan 2015
Forum: MultiCharts
Topic: Last Close Position Reference
Replies: 4
Views: 1532

Re: Last Close Position Reference

Dear TJ,

Thanks for your reply.

The scenario is as per drawing.

If last trade is profit, disallow entry once when entry signal trigger; but, if the entry signal trigger again in the following bars, then follow the entry signal.

Please help for coding.

Thank you very much.
by desire
05 Jan 2015
Forum: MultiCharts
Topic: Last Close Position Reference
Replies: 4
Views: 1532

Last Close Position Reference

Hi, Can anybody help me to code the following? - If last close position is winner (Netprofit>0 or Positionprofit(1)>0), next trading signal would skip once. And, follow the signal after the signal come out again. - If last close position is loser (Netprofit<0 or Positionprofit(1)<0), follow the next...
by desire
14 May 2014
Forum: MultiCharts
Topic: ASCII Data Update [SOLVED]
Replies: 4
Views: 1408

Re: ASCII Data Update [SOLVED]

Dear Andrew,

Works great, save my day...:)

Thank you very much.
by desire
13 May 2014
Forum: MultiCharts
Topic: ASCII Data Update [SOLVED]
Replies: 4
Views: 1408

Re: ASCII Data Update [SOLVED]

Hi Andrew,

1. 1 hour Chart
2. ASCII file: 60 min
3. Map ASCII Resolution: 60 min

Thanks.
by desire
12 May 2014
Forum: MultiCharts
Topic: ASCII Data Update [SOLVED]
Replies: 4
Views: 1408

ASCII Data Update [SOLVED]

Hi, I update ASCII data (.csv) every day. Each time I need to manually import data (Ctrl+I) to each symbol in order to keep my chart or workspace up to date. It's cumbersome. I try using Map ASCII (Ctrl+M), but the symbol data has not been updated according to my last csv field. Please help. Thank y...

Go to advanced search