Search found 4 matches

by zzzlondon
30 Oct 2013
Forum: MultiCharts .NET
Topic: change param of Highd [SOLVED]
Replies: 7
Views: 2724

Re: change param of Highd [SOLVED]

in EL ,code like this

if time>=1000 then value1=highD(3);
if time>=1040 then value1=highD(4);
if time>=1200 then value1=highD(5);
by zzzlondon
30 Oct 2013
Forum: MultiCharts .NET
Topic: change param of Highd [SOLVED]
Replies: 7
Views: 2724

Re: change param of Highd [SOLVED]

sorry, doesn't work..
Image
by zzzlondon
28 Oct 2013
Forum: MultiCharts .NET
Topic: change param of Highd [SOLVED]
Replies: 7
Views: 2724

change param of Highd [SOLVED]

I want to change params of Highd, but the value never change namespace PowerLanguage.Indicator{ public class test1_zb : IndicatorObject { private Function.HighD m_kbarD; private VariableSeries<Double> Value1; private IPlotObject plot1; public test1_zb(object _ctx):base(_ctx){} protected override voi...
by zzzlondon
10 Sep 2013
Forum: MultiCharts .NET
Topic: how to customize “Order and Position Tracker"
Replies: 1
Views: 1191

how to customize “Order and Position Tracker"

Is it possible to include my own study in the “Order and Position Tracker"? Or I have to code my own tracker?
Is there any examples on establishing tracker?

Go to advanced search