isoverlay cn by trigger ?
isoverlay cn by trigger ?
02 Mar 2016, 04:48
I whants to choise in parameter the isoverlay option of indicator
Can we do that ?
thanks
Replies
cedric.boudreau
04 Mar 2016, 14:48
thnaks for the reply..
I think , my question isn'T enouf understandable :) , i want to choose the "Isoverlay" like a parrameter option , to change it as i want. without changing the code
[Indicator(IsOverlay = false, TimeZone = TimeZones.UTC, AutoRescale = false, AccessRights = AccessRights.None)]
public class SimpleIndicator : Indicator
{
[Output("IsOverlay ")]
public bool IsOverlay { get; set; }
@cedric.boudreau
Spotware
04 Mar 2016, 15:31
Dear Trader,
We don't provide users with the ability to set the an Indicator property as an Indicator parameter. We will consider providing it in the future. Stay tuned.
Additionally, you can post your ideas/suggestions to http://vote.spotware.com/
@Spotware
Spotware
04 Mar 2016, 11:23
Dear Trader,
Please have a look at the IndicatorAttribute section of the API Reference and at the following code snippets.
@Spotware