
Topics
Replies
afhacker
30 Oct 2017, 20:37
RE: https://ctdn.com/algos/cbots/show/257
john123321 said:
fix the algo /algos/cbots/show/257....we are c trader users we require good support or we will stop using...look into to the algo its not working....
The cTDN cBots / indicators aren't developed by Spotware, you can find similar cBot with much more features here:
https://www.algodeveloper.com/35-cnews
@afhacker
afhacker
12 Oct 2017, 10:11
( Updated at: 23 Jan 2024, 13:16 )
RE: RE:
hamidreza.taali@gmail.com said:
afhacker said:
You can use my alert library: [/algos/indicators/show/1425]
thanks a lot.
i have erro for signal type.
Error CS0103: The name 'buy' does not exist in the current context?
help me..
Can you post your code?
@afhacker
afhacker
11 Oct 2017, 08:52
RE: RE:
anjupeguforex@gmail.com said:
afhacker said:
try this: /algos/indicators/show/1425
Alert.dll is not available .Please help me.
I just updated it and added the DLL files download link with a new test indicator.
@afhacker
afhacker
21 Sep 2017, 21:19
We can help you, contact us: https://www.algodeveloper.com/contact-us
@afhacker
afhacker
19 Sep 2017, 21:29
Use string then parse it:
using System; using System.Linq; using cAlgo.API; using cAlgo.API.Indicators; using cAlgo.API.Internals; using cAlgo.Indicators; using System.IO.Pipes; using System.Globalization; namespace cAlgo { [Robot(TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)] public class Blank : Robot { private TimeSpan userTimeZone; [Parameter("Time Zone(UTC)", DefaultValue = "10:00:00")] public string UserTimeZone { get; set; } protected override void OnStart() { userTimeZone = TimeSpan.Parse(UserTimeZone, CultureInfo.InvariantCulture); } protected override void OnTick() { } protected override void OnStop() { } } }
@afhacker
afhacker
12 Sep 2017, 13:44
You can use FF weekly calendar XML link: https://cdn-nfs.forexfactory.net/ff_calendar_thisweek.xml
@afhacker
afhacker
10 Sep 2017, 18:45
RE:
ripupo88 said:
That is my question. Who sells a bot in 20, 30 or 50$. Which one you can make hundreds of dollars with it?
"With my bot you can make 1000$ a month, I sell it for 50$ " ¿¿¿¿¿REALLY?????
No one will sell a profitable algo like that! those who sell algos and promise you x% of return per month or annually are certainly scammers.
@afhacker
afhacker
08 Jun 2017, 14:21
( Updated at: 21 Dec 2023, 09:21 )
TradingView type economic calendar for cTrader: https://www.algodeveloper.com/product/chart-calendar/
@afhacker
afhacker
06 Jun 2017, 13:30
VWAP indicator for cTrader: https://www.algodeveloper.com/10-vwap
@afhacker
afhacker
22 Apr 2017, 14:24
RE:
forumnock said:
Hello,
I've just tried to repack the vsix file as described in another post (my goal is to edit calgo code in visual studio).
The visual studio editor just not open.
1 - Is possible to use the 2017?
2 - Should i download the 2015? From where.
Best regard
Marcello
I use VS 2015 and it works fine.
VS 2015 community edition download link: https://go.microsoft.com/fwlink/?LinkId=615448&clcid=0x409
@afhacker
afhacker
07 Dec 2016, 14:33
RE: RE: RE: RE:
testpossessed said:
Agreed, something is causing an error as they process the .algo file uploaded.
I heard back from them again yesterday and it seems they have accepted there might be something wrong their end and have passed the problem along to a developer.
Great! really thanks for following this problem.
@afhacker
afhacker
06 Dec 2016, 16:12
( Updated at: 15 Jan 2024, 14:51 )
RE: RE:
testpossessed said:
I have had the same problem for some time.
I used the feedback feature in cAlgo to try to get some help, and they are talking to me, but not getting anywhere.
So far they suggested
- Clearing browser history
- Using Icognito Mode
I tried both and got the same result, using a completetly vanilla indicator created in cAlgo, bult and uploaded with no changes.
I am a professional developer and know what I would be looking at to fix it. I have suggested they check their web logs to see if they can identify the underlying error and let me know what it is. Awaiting their response.
Thanks for your reply!
The problem is with upload, If I edit my current indicators or cBots on cTDN without changing the file it will be saved without any problem, example:
[/algos/show/1437]
But If I change the file I will get that 500 error so basiclly there is something going wrong with uploading maybe their server configuration have some problem that doesn't allows uploading.
@afhacker
afhacker
05 Dec 2016, 19:56
Quick Percentage Sizing: https://www.algodeveloper.com/2-quick-percentage-sizing
@afhacker
afhacker
31 Oct 2017, 17:28
You can download the compiled version of indicator from this link: https://drive.google.com/open?id=0B93GK1Ip4NSMdVVLbThRWjhMZmM
@afhacker