Search found 20 matches

by FB2013
03 Jan 2014
Forum: MultiCharts .NET
Topic: Multi-Timeframe Indicator in Realtime Scanner
Replies: 2
Views: 1567

Multi-Timeframe Indicator in Realtime Scanner

I have successfully implemented an indicator using the Dataloader to load minute based data. However, it seems to be impossible to use that indicator within the Realtime scanner. I get a message "Range.From must be specified and must be less then 31.12.2078" Right now I use the following call to det...
by FB2013
26 Dec 2013
Forum: MultiCharts
Topic: multi timeframe indicator time of high and time of low [SOLVED]
Replies: 2
Views: 1684

Re: multi timeframe indicator time of high and time of low [SOLVED]

Hello Henry, thank you very much for your fast answer, I have solved it in a similar way. However, I think your approach is much cleaner than mine. Just for sake of completness I post my actual working implementation, to give a different solution for the same task. Inputs: sessionStart(931),sessionE...
by FB2013
24 Dec 2013
Forum: MultiCharts
Topic: multi timeframe indicator time of high and time of low [SOLVED]
Replies: 2
Views: 1684

multi timeframe indicator time of high and time of low [SOLVED]

Hello, I am trying to implement an indicator determining the time of the high and low of the day. The values should be displayed on the daily chart. Therefore i wrote the following indicator logic. Vars: tHigh(0),tlow(0),counter(0),lnow(0),hnow(0); if Time data2 = sessionendtime(0,1) data2 then begi...
by FB2013
12 Sep 2013
Forum: MultiCharts .NET
Topic: Text based "indicators" - how to do it?
Replies: 8
Views: 3707

Re: Text based "indicators" - how to do it?

I have done that TextDrawing but is there a way to place the text not under a bar but always at a fixed position within the chart window. One way to achieve this would be to create a windows form which is set to transparent and placed at the desired position within the chart. Therefore the chart scr...
by FB2013
19 Aug 2013
Forum: User Contributed Studies
Topic: Wyckoff Wave Volume
Replies: 5
Views: 5600

Re: Wyckoff Wave Volume

Yes you are right the indicator is not perfect yet.
For the following picture I used a retracepnts of 1.
Do you get a similar picture ?
by FB2013
16 Aug 2013
Forum: User Contributed Studies
Topic: Wyckoff Wave Volume
Replies: 5
Views: 5600

Wyckoff Wave Volume

This is my first contribution, I do not guarantee for the validity of the indicator and any other issues which can be caused by using this indicator. The indicator itself should be seen as a starting point for modeling the famous wyckoff wave indicator. I guess there could be a better implementation...
by FB2013
13 May 2013
Forum: MultiCharts
Topic: Ideas for vastly improving the Real-Time Market Scanner
Replies: 14
Views: 6224

Re: Ideas for vastly improving the Real-Time Market Scanner

This autotrading by the workaround looks at first nice. But I think a simple button which can be pressed within the scanner would enhance the use of that in a great way. A similar feature like the ChartToolbar Trading functionality integrated within the scanner would be a vast improvement. The other...
by FB2013
11 May 2013
Forum: MultiCharts
Topic: Ideas for vastly improving the Real-Time Market Scanner
Replies: 14
Views: 6224

Re: Ideas for vastly improving the Real-Time Market Scanner

Sorry but that link brings me to the wrong thread.
I think you meant that one, right?
http://www.multicharts.com/discussion/v ... =unmanaged
by FB2013
09 May 2013
Forum: MultiCharts
Topic: Ideas for vastly improving the Real-Time Market Scanner
Replies: 14
Views: 6224

Re: Ideas for vastly improving the Real-Time Market Scanner

I use the scanner to see which stocks are in a mode
my system could be used. If they show a good mode it would be
great to enable a auto trading strategy within the scanner.
This would make the scanner a ultimative tool for portfolio level automated trading
with discretionary input.
by FB2013
30 Apr 2013
Forum: MultiCharts .NET
Topic: Competitive platform
Replies: 4
Views: 2346

Re: Competitive platform

Indeed i think, it would be a nice feature to have converters for several languages. Especially the very related easylanguage would be a first target, because of it's close relationship to Multicharts.Net. Honestly i do not understand why such a converter is not offered by Mutlicharts. I guess a lot...
by FB2013
22 Apr 2013
Forum: MultiCharts .NET
Topic: Problems with Dataloader example [SOLVED]
Replies: 3
Views: 2449

Re: Problems with Dataloader example [SOLVED]

Please do not care about
the

Code: Select all

CalcAverage();
PlotValues();
those are not yet implemented. And there still has to be done some logic when to calculate the average and how to plot the data.
by FB2013
22 Apr 2013
Forum: MultiCharts .NET
Topic: Problems with Dataloader example [SOLVED]
Replies: 3
Views: 2449

Problems with Dataloader example [SOLVED]

Hello i am trying to write a multi time frame average indicator. I am very happy that the DataLoader functionality is explained very detailed in the MC.Net Programming Guide. But i encountered some problems. The used code part for determining the Data Range within the example produces an exception w...
by FB2013
16 Apr 2013
Forum: MultiCharts
Topic: Ideas for vastly improving the Real-Time Market Scanner
Replies: 14
Views: 6224

Re: Ideas for vastly improving the Real-Time Market Scanner

Another simple thing which i find a little bit annoying : When i carlessly have clicked into the symbol row of the scanner during trying to use magnifying shortcuts on the linked chart. It happens that the symbol is overwriten with +++. Therefore it would be great to lock the symbols, to prevent the...
by FB2013
16 Apr 2013
Forum: MultiCharts .NET
Topic: Using Script Driven Text within Realtime Scanner [SOLVED]
Replies: 2
Views: 2321

Using Script Driven Text within Realtime Scanner [SOLVED]

Hello, i have seen in the features list of MC.Net that it should be possible to display text messages generated by studies within the Realtime Scanner. How can that be realized within a study. I tried to insert the head and shoulder indicator to the realtime scanner, which puts out text on the chart...
by FB2013
10 Apr 2013
Forum: MultiCharts .NET
Topic: Journal Tab
Replies: 4
Views: 2290

Re: Journal Tab - similar to NT

Indeed i will share my code with the community when it is ready, my target is two months. I will post every obstacle i encounter in this topic.
by FB2013
09 Apr 2013
Forum: MultiCharts .NET
Topic: Journal Tab
Replies: 4
Views: 2290

Re: Journal Tab - similar to NT

For me a journal is a very personal thing, is the journal of this app able to be highly personalized ? I think with the ability to read the position history via within an indicator all necessary interfaces are right at my hands. So everybody can program his own journal. Maybe even an pop up checklis...
by FB2013
01 Apr 2013
Forum: MultiCharts .NET
Topic: C# questions
Replies: 3
Views: 2515

Re: C# questions

My question is about the class structure. I noted that there are two different ways to implement a function. 1. is a class inherited from FunctionSimple<T> which seems to me self explanatory. 2. is a static class acting as a IInstrumentExt e.g. the Range Function which seems a good way to perform op...
by FB2013
31 Mar 2013
Forum: MultiCharts .NET
Topic: Allow Arbitrary Expressions to be Used in Studies' Inputs
Replies: 12
Views: 4271

Re: Allow Arbitrary Expressions to be Used in Studies' Input

Indeed I think that would be a great feature, if it does not afford to rewrite my currently written indicators.

Go to advanced search