Search found 4 matches

by cjwik
15 Nov 2015
Forum: MultiCharts
Topic: Target / StopLoss forex [SOLVED]
Replies: 1
Views: 1642

Target / StopLoss forex [SOLVED]

Hi, Trying to understand how to be able parameters for Target and StopLoss, and use number of pips for each of them. I have tried this and does seems to work. Input: stopLossPips (10), targetPips (10); vars: varRsi (0); varRsi = rsi(close ,2); if marketposition = 0 then begin if varRsi < 10 then beg...
by cjwik
17 Dec 2013
Forum: MultiCharts .NET
Topic: How to set the MaxBarsBack in the .Net Editor
Replies: 6
Views: 4119

Re: How to set the MaxBarsBack in the .Net Editor

Thank you for the explanation. I understand the solution behind it and where you are coming from. I am not trying to pick on the API implementation, but things like this makes it a bit challenging to get it to work. But well sometimes it is nice to get challenged :). If you would consider to have se...
by cjwik
13 Dec 2013
Forum: MultiCharts .NET
Topic: How to set the MaxBarsBack in the .Net Editor
Replies: 6
Views: 4119

Re: How to set the MaxBarsBack in the .Net Editor

You might consider to do proper coding (Microsoft codeing guidelines) as the .Net code has both the get and set on the property. To have a set indicate that you can set the value. Please remove the set or change it to private as it confuses us when we try to use your API. When you have a set you do ...
by cjwik
13 Dec 2013
Forum: MultiCharts .NET
Topic: ATR (Average True Range) calculation
Replies: 10
Views: 5108

Re: ATR (Average True Range) calculation

I was also starting to look into this as it seemed that something was "wrong" with the MC implementation of the indicator. Henry MultiСharts, wouldn't it be appropriate to add this correct/original version to MC as well? I can understand that you don't want to change the current version, but to add ...

Go to advanced search