Search found 5 matches

by Zhorny
07 Nov 2012
Forum: MultiCharts
Topic: Renko Backtesting
Replies: 6
Views: 2602

Renko Backtesting

Hi Guys,

I've got the MC Portfolio Backtester program up and want to run a backtest on Renko bars but it doesn't give me the option to customise the data to read it as a Renko bar.

Please can you let me know how I can achieve this?

Thanks,

Z
by Zhorny
02 Nov 2012
Forum: MultiCharts
Topic: Scaling Decimal Place Quotes Help
Replies: 2
Views: 966

Scaling Decimal Place Quotes Help

Hi all, From my broker I receive 5 decimal place (dp) quotes in FX pairs, which is pretty standard. However, when I read the charts I want to ignore the 5th dp (too much noise in my opinion) so I can only see quotes based on 4 dps. Can I do this? More specifically, can I do with with a three line br...
by Zhorny
01 Nov 2012
Forum: MultiCharts
Topic: Simple Auto Strategy Help
Replies: 6
Views: 1454

Re: Simple Auto Strategy Help

Thanks TJ for your help. The flow chart is as such: For BUY orders Buy and keep buying (repeat) each time: Close[0] > Close[1] Stop buying when: Close[0] < Close[1] Close entire long position when: Close[0] < Close[1] For SELL orders Sell and keep selling (repeat) each time: Close[0] > Close[1] Stop...
by Zhorny
01 Nov 2012
Forum: MultiCharts
Topic: Simple Auto Strategy Help
Replies: 6
Views: 1454

Re: Simple Auto Strategy Help

I got to here (see code below) but with this error. Any help appreciate: ERROR ------ Compiled with error(s): ------ Orders cannot be inside a loop. errLine 8, errColumn 5, errLineEnd 8, errColumnEnd 5 causal study: (Function) CODE inputs: Quantity( 1 ); condition1 = Close[0] > Close[1]; condition2 ...
by Zhorny
01 Nov 2012
Forum: MultiCharts
Topic: Simple Auto Strategy Help
Replies: 6
Views: 1454

Simple Auto Strategy Help

Hi Team, I have very little experience in programming and want to create a very simple trading strategy in MultiCharts. BUY = If Close (0) > Close (-1) -- buy if close of the current bar is greater than the close of the previous bar AND keep buying if this rule continues i.e. if there are 5 bars in ...

Go to advanced search