
adaled

Info
Username: | adaled |
Name: | adaled |
Member since: | 17 Sep 2012 |
About
Signature
Last Algorithm Comments
@Ultimate Pivot Points 2: 18 Dec 2013, 11:12
updated to 7 points.
@Value Chart: 16 Jul 2013, 14:58
Which parameters? I tried it by using the default and it works. what are you doing exactly?
@ZigZagBot: 24 May 2013, 17:26
Hi, I think you need to download it again. It works fine for me.
@Price Channels: 24 May 2013, 09:39
It has been corrected. See /forum/indicator-support/969?page=1#4
@Round Numbers: 26 Apr 2013, 09:17
You can add a few tabs in front of the string: string text = string.Format("\t\t\t\t {0}", _levelValues[i]);
Last Forum Posts
@Retrieving Data from the network / file: 30 Jan 2014, 15:26
look into the WebRequest Class http://msdn.microsoft.com/en-us/library/system.net.webrequest(v=vs.110).aspx
@Heiken Ashi cBot issue: 27 Jan 2014, 12:22
remove these lines also:
xClose = CreateDataSeries(); xHigh = CreateDataSeries(); xLow = CreateDataSeries(); xOpen = CreateDataSeries();
@Heiken Ashi cBot issue: 27 Jan 2014, 09:36
They need to be output:
e.g.
[Output("xClose")] public IndicatorDataSeries xClose { get; set; }
etc.
@Heiken Ashi cBot issue: 24 Jan 2014, 14:37
I think it's probably the indicator. Post the code of that.
@79% Fib level: 16 Jan 2014, 10:16
raulbeni said:
Spotware said:
Custom Fibonacci levels are currently under implementation.
When will be this implemented? 1 week, 1 month, 1 year?
@cTrader missing functionality: 16 Jan 2014, 09:40
citikot said:
Why not simply to connect desktop application to the cloud as web cTrader does? I don't think it's too difficult technically. There is at least one trading application which connects desktop to cloud with all templates, files and workspaces. It's realy really convenient!
They are adding workspaces to cTrader: /forum/suggestions/1967
@News indicator: 19 Dec 2013, 16:28
I found this: http://www.greattradingsystems.com/Get+News+FF-metatraderindicator
see of 2calgo.com converts it or anyone else.
Otherwise check back on the indicators here, I'll try. It looks like a good one.
@Could any one tell me how to add or see the s3 and r3 (UltimatePivotPoints2): 18 Dec 2013, 10:40
Yes you are right. I'm going to check it. What middle points?
@Could any one tell me how to add or see the s3 and r3 (UltimatePivotPoints2): 17 Dec 2013, 09:43
armando_archundia said:
I can't see the s3 and r3, and i like to add the middle points. I'll appreciate the help Tank you very much in advance.
This only works for less than H12 timeframe. Is that the reason?
@exporting/importing data in real time: 13 Dec 2013, 16:47
You can read and write to/from files using c#. Do you need help with reading and writing to files?