Topics
Replies
cedric.boudreau
20 Nov 2016, 17:22
RE:
thanks for that anwser , it is exactly whats i needed.
@cedric.boudreau
cedric.boudreau
06 Mar 2016, 18:15
tanks , that will , help me.
It is hard to double check, because the indicator show a cross in graph , but in robot, i use last(0) so the trigger value are différent
If i use :
STOCHMICB.Result.Last(2), STOCHMICB.Result.Last(1));
THe trigger will be very late , how to manage that, to be in same time frame ,
with the open value will be good , how to get it / i need to creta a indicator using open value
@cedric.boudreau
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
cedric.boudreau
23 Nov 2016, 03:53
i THINK THEY FORGET THA UPDATE.
@cedric.boudreau