Search found 6 matches

by davide007
22 Feb 2013
Forum: MultiCharts
Topic: dubious in Strategy Performance Summary
Replies: 5
Views: 1850

Re: dubious in Strategy Performance Summary

Hello Davide, "All trades" is not the sum of "Long Trades" + "Short Trades". "Long Trades" column shows how your strategy could behave if there were only long trades. "Short Trades" column shows how your strategy could behave if there were only short trades. "All trades" shows how the complete stra...
by davide007
22 Feb 2013
Forum: MultiCharts
Topic: dubious in Strategy Performance Summary
Replies: 5
Views: 1850

dubious in Strategy Performance Summary

Hi,
i can't understand why "Max Strategy Drawdown ( % )" value is 0,01 % ( and 0 % for Long trade and Short Trade ).
This is the screenshot.
dubbio.jpg
(152.85 KiB) Downloaded 373 times
Thank-you
Davide- Italy
by davide007
12 Feb 2013
Forum: MultiCharts
Topic: simple t.s. example
Replies: 7
Views: 1792

Re: simple t.s. example

Thanks. I typed this script mixing the two t.s. ________________________________________________ inputs: Price( Close ), FastLength( 9 ), SlowLength( 18 ) ; variables: var0( 0 ), var1( 0 ) ; var0 = AverageFC( Price, FastLength ) ; var1 = AverageFC( Price, SlowLength ) ; condition1 = CurrentBar > 1 a...
by davide007
11 Feb 2013
Forum: MultiCharts
Topic: simple t.s. example
Replies: 7
Views: 1792

Re: simple t.s. example

You need to open the power language editor, then select "file", then " open", then select "signals", that's where the systems are located... (In charting the power editor is the Fx icon at the top of the page.) there is also an icon on your desktop.. thanks. I found some default t.s. but are not re...
by davide007
11 Feb 2013
Forum: MultiCharts
Topic: simple t.s. example
Replies: 7
Views: 1792

Re: simple t.s. example

this is a default MC script : ____________________________________________ inputs: Price( Close ), FastLength( 9 ), SlowLength( 18 ) ; variables: var0( 0 ), var1( 0 ) ; var0 = AverageFC( Price, FastLength ) ; var1 = AverageFC( Price, SlowLength ) ; condition1 = CurrentBar > 1 and var0 crosses over v...
by davide007
11 Feb 2013
Forum: MultiCharts
Topic: simple t.s. example
Replies: 7
Views: 1792

simple t.s. example

Hi,
I'm Italian, my english in not good. Sorry.
i'm testing MC ( free 30 days ).
I'd like to test the function backtest ok trading system.
Where can i find a script of a simple trading system ?
Thanks
Davide

Go to advanced search