| View previous topic :: View next topic |
| Author |
Message |
Tantalus

Joined: 23 Mar 2007 Posts: 300
|
Posted: Fri Oct 19, 2007 5:08 pm Post subject: How to remove an indicator called by a strategy? |
|
|
When I use CreateIndicator/GetIndicatorValue in a strategy, it creates an indicator on the Testing Mode screen. When I disable the strategy, or switch to another one, the indicator stays there and I have to manually delete it.
Is there a way to code my strategy so that the indicator is removed by the same strategy which created it?
Thnks..
 |
|
| Back to top |
|
 |
Terranin Site Admin

Joined: 21 Oct 2006 Posts: 831
|
Posted: Sun Nov 04, 2007 6:57 pm Post subject: Re: How to remove an indicator called by a strategy? |
|
|
| Tantalus wrote: | When I use CreateIndicator/GetIndicatorValue in a strategy, it creates an indicator on the Testing Mode screen. When I disable the strategy, or switch to another one, the indicator stays there and I have to manually delete it.
Is there a way to code my strategy so that the indicator is removed by the same strategy which created it?
Thnks..
 |
No, there is no way to delete indicator from strategy but I will write a note to make it in future. _________________ Hasta la vista
Mike |
|
| Back to top |
|
 |
mspen
Joined: 10 Sep 2008 Posts: 8 Location: San Diego
|
Posted: Sat Jan 21, 2012 4:55 am Post subject: How to remove an indicator called by a strategy? |
|
|
Any chance that the removal was added later?
I forget and run several tests then when I look at some setting I notice that I have twenty instances of the indicator. It doesn't seem to bother anything, but it would be nice only to have one. |
|
| Back to top |
|
 |
|