What is the .Net equivalent of SameExitFromOneEntryOnce  [SOLVED]

Questions about MultiCharts .NET and user contributed studies.
SysInv
Posts: 28
Joined: 25 Nov 2012
Has thanked: 1 time
Been thanked: 1 time

What is the .Net equivalent of SameExitFromOneEntryOnce

Postby SysInv » 16 Apr 2013

I've had a problem with a strategy which scale in and out of a position, but many times it fails to scale out of orders properly in backtests. I've found that other people had a similar problem in the standard MC, and that the issue was due to SameExitFromOneEntryOnce which was the reason for the failed orders.

I believe my problem i due to the same reason, but can't find any settings in MC or methods in the documentation to control this in C#. How can I set the strategy to allow the same exits multiple times?

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: What is the .Net equivalent of SameExitFromOneEntryOnce  [SOLVED]

Postby Henry MultiСharts » 16 Apr 2013

Hello SysInv,

Check out ExitFromOneEntryOnceAttribute

User avatar
Analyst
Posts: 19
Joined: 09 Jul 2013
Has thanked: 3 times
Been thanked: 2 times

Re: What is the .Net equivalent of SameExitFromOneEntryOnce

Postby Analyst » 22 Jul 2013

I can't find ExitFromOneEntryOnceAttribute in the CHM file, the Programmers Guide, or the user's manual.

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: What is the .Net equivalent of SameExitFromOneEntryOnce

Postby Henry MultiСharts » 26 Jul 2013

Here is the Programming Guide link:
https://www.multicharts.com/trading-sof ... gine_works
As for the chm file you can find ExitFromOneEntryOnceAttribute in Contents->PowerLanguage or using Search.


Return to “MultiCharts .NET”