
Information
Username: | afhacker |
Member since: | 15 Oct 2015 |
Last login: | 15 Oct 2015 |
Status: | Active |
Activity
Where | Created | Comments |
---|---|---|
Algorithms | 61 | 93 |
Forum Topics | 51 | 123 |
Jobs | 0 | 10 |
Last Algorithm Comments

Please use Github to report bugs, or contact us directly via our website if you need support.

We are working on a new version that has much fewer dependencies and we will also fix the issue you reported.
It looks like you are triggering the same alert twice.

Can you send me the error message next time you open your cTrader after the crash?

To use the test indicator you have to install the "cAlgo.API.Alert" Nuget package, otherwise it will not work.
Please read the Github Wiki.

Please read the documentation, you have to set maximum width/height.
Play a little bit with parameters.

Now you can trigger the alerts (sound, email, Telegram) without showing the alert popup.
You can use the new "TriggerAlert" method of Notifications for triggering an alert without showing the popup window.

This library writes the alert records on a LiteDB, which is a file-based object database.
I will add the silent mode feature, it will allow you to just write the alert record to the database but it will not show any popup.
The previous version of this library was using CSV files too, but due to performance issues, I switched to LiteDB.
You can open the alerts database file and browse the alerts with LiteDBViewer.

No, you will get only the compiled version of the indicator without source code.
If you need the source code you can contact us.

I updated the documentation sample code, its hard for me to keep everything up to date so please use VisualStudio and IntelliSense will show you the method argument positions.
Anyone who wants to use this library on cTrader indicators/cBot, please use it with Visual Studio and install it via Nuget.

@jedimaster Hello,
The issue with argument position, I have changed the position of arguments so you have to call the new overloads of ShowPopup method.
You can find all ShowPopup method overloads here:
https://github.com/afhacker/ctrader-alert_popup/blob/master/src/Alert/INotificationsExtensions.cs

I haven't used this indicator on a bot by our selves but we have sold the source for other traders who are using the code on their bots and we don't know how was their result.
I don't recommend using this indicator without discretion.

Cody,
Damaging our reputation has really bad consequences for us, we put lots of hard work to develop these indicators and we sell it for very low price, you will get much lower quality indicators for other platforms like NinjaTrader and MT4 in 3-5 times of our prices from other companies.
The quality of our indicators are very high and we have a community of traders all around the world who are trading with our indicators, ex:
https://www.forexfactory.com/showthread.php?t=723604
And most of our indicators are free on our site, and we keep making more of our indicators free whenever we release new paid products.

I have sent you this email:
Hello Cody,
No we only have one site and its "algodeveloper.com", we don't sell our products on any other site or via any other reseller.
The indicator you bought isn't our indicator and its another indicator which is available on cTDN: https://ctrader.com/algos/indicators/show/1875
Please contact the site and owner of that indicator, and what makes you think that you bought it from us?
Either you are scammed are there is misunderstanding, but in both cases the issue it not related to us.
If you don't believe on my words then please try our indicator trial version which you download for free from our site: https://www.algodeveloper.com/product/market-profile/
We are a trusted company in cTrader community and we never scammed any body or sold any money making robot, we only sell high quality indicators and tools for cTrader which you can check by you self on our site.
In case you think you are scammed by the guy who sold you the indicator, you can do this:
1. Ask for a refund
2. Report it to cTrader team via forum or email so they will remove the indicator from cTrader.com
And please don't link your issue with us.

Hello codytell,
Please contact us via our site to solve your issue, I think you are still using the trial version and it shows the expiry message when the trial period which is 7 days has been expired.
Download the purchased full version from your account downloads page on our site and use it instead of the trial version.
Once you issue has been resolved please post in here and let everybody know that your issue has been resolved.

Hello Lucas Hunter,
First of all thanks for purchasing our product, regarding adding POC no we can't add it to Volume Profile as the indicator purpose it to show the buy/sell volume, not the POC.
If you want to have POC please use our Market Profile indicator, if you want to we can change it for you even we don't have such a policy.
For changing it contact us via our website.

Please use another web browser or disable your browser extensions, our web site doesn't have any ads.

Thanks for providing your feedback, but we aren't going to add any other time frame H/L/M lines on this indicator.
Regarding adding labels the separator line separates each day lines so you don't need any label.
You might try my Custome Period Candles indicator that shows custom time frame candles on your current chart and it allows you to set the color and transparency.
This indicator is built by a request I received from a user, and we added everything he asked.
We aren't going to extend this and if you need anything specific for your self you can try our programming service or ask other cTrader consultants to build it for you.

Open the Github repo page and then click on "Clone" button, then select the "Open in Visual Studio".
It worked fine for me, you can also download the repo as a zip and then open it with VS.

Great idea!, I'm really interested in this and I can help you to extend it.
Send me an email: admin@algodeveloper.com
We can use a fully functional WPF app for this instead of that windows form.

Telegram issue has been fixed.

Its an indicator but it is not free, there is no advertisement.
There is a free 7-day trial version that you can download from our site.

No, it is not possible to set different sound files.
Regarding the Telegram issue, I will release a new version ASAP.

It's not a bot, it's a library that allows you to show a popup window from your cTrader cBots or indicators.

Try ours: https://www.algodeveloper.com/product/macd-divergence/
Our MACD divergence indicator doesn't repaint at all and the formula it uses is much better than this indicator formula.
We also have an RSI divergence indicator.
I was the one who published MACD divergence indicator for the first time at cTDN and this is a copy of my idea but its free.

On chart version added

Ok, I will release a version of it that will change the color of the bars instead

Yes its possible, but separate window is much better

Danis,
I have uploaded the new version DLL files to Google drive folder, download the new version DLL files

Thanks for reporting, the issue has been resolved.

Danis;
Did you installed the latest version of cAlgo.API.Alert.UI (2.0.1.1) package?

Ok its here

Danis
In new version time column shows full date time, not just time, and you can show/hide columns, change columns size, and sort alerts based on all columns and it will remember all your changes.
Two new columns added, Price and Triggered By.
As you asked in the new version you can fully change the email subject/body and telegram message templates by using template keywords.
The thing I'm struggling with is avoiding multi popup opening with pipe server, that's the hard part and I'm doing my best to find a solution for it.
There is an issue on cTrader indicator initialization process, sometimes the indicator code executed twice upon initialization and it causes lots of issues for those indicators that show a window, I reported the issue and they said it will be fixed in November release.
Once I finished the pipe server issue and tested it fully I will release it.
The new version will be on Nugget so you will be able to install it from Visual Studio Nugget console or package manager.
Another major change is using cAlgo API INotifications interface for showing the popup, the popup show method is implemented as an extension method to INotifications interface so to show the popup you do this:
Notifications.ShowPopup(...);
Same like play sound and send email methods.
And you don't need to set your indicator/cBot to alert library on Initialize/OnStart method unless you need debugging info.
The new version code is written fully in MVVM pattern.

Danis
The new version isn't finished yet, I will release it in the next few days with some really cool features like Telegram bot alert.

procumulative@gmail.com
We already have an indicator for showing volume strength: https://www.algodeveloper.com/product/high-and-low-volume/

Check the log tab of cTrader => Automate and if there was any error message post it here, then I will be able to help you.

clloyd.
The master branch contains the new version of the library which is under development and not released yet.
The current version is in branch 1.0 so clone that branch not the master and try to rebuild it.
In case you want to use the version 2.0 which is under development re-clone the master branch and try to build it again.

Its free and open source, I developed it for cTrader users and there is no need to ask me for permission or anything else.

You don't have to change timezone manually, the user can change timezone in alert popup settings.

Try new version on Spotware cTrader 3.01, in this version you can modify zones on your chart and you can set the alert to trigger x pips before zone got touched by price.

If you have any suggestion please send to admin@algodeveloper.com
We will reply back to you and we will tell if we are going to implement your suggestions on next version of indicator or not.
About buying the source code you can ask for a quote via above email.

The period parameter defines how many previous bars from the current bar to check for identification of a zone so the higher the periods number the more previous bars will be scanned by indicator zone identification algorithm.
Whenever a bar closes the indicator checks if any new zone is formed or not, if indicator tries to check all bars from the start of your chart to the current bar it will make the indicator performance very slow so instead, it checks only x previous bar.

The whole idea of the indicator is to recognize the zones, what you are asking is now possible with cTrader Automation API 3.01 update but we don't have any plan to develop an indicator to trigger an alert when the user drawn objects in chart got touched by price.
You can post a job in the jobs section or contact the consultants to help you.

The indicator automatically extends the zone until it got touched by price x times (based on user setting) and it shows an alert popup whenever price reaches the zones.

Alerts File Path: \Documents\cAlgo\alerts.csv
I made some changes, re-download the DLL files and try again.
Can you tell me what's your system language? culture setting?

Did you reference "ControlzEx.dll" file?

Delete the alerts CSV file, it's inside cAlgo folder in your documents.
Is it returning the same error message in logs?

Test the new version and let me know if there was any issue.

I will test it on Friday and then let you know the result.

Use cTrader "Automation" and check the cBot / Indicator "Logs" tab, is there any error message?

If you call the Trigger method with default TriggerType which is Per Bar then the popup should only appear once per each bar even if you call the Trigger method multiple times during time span of a single bar.

I can't give you an exact date but I will do my best to do it in next few months.

I will, the new version will have Telegram alert option too.

What do you mean by "leave it like that"?

Sorry, I can't help you with that.

the bug in alert library version 1.3.2 fixed, about fast MACD no I don't know how it's calculated.

Test the new version

Link fixed.

I have fixed the previous versions bugs please test the version 1.3 and let me know the result.
I tested the new version on Windows 10 FxPro cAlgo and it was working fine.

try the new version 1.2

@yong_alison please read the documentation: http://docs.algodeveloper.com/supply_demand/
Once you added the indicator to a chart you can change the indicator settings from "objects list":
https://drive.google.com/open?id=1hQ_fVGUm3UqMbStpkmUI-3TCd3fFS5V1

I lost your forum thread link.

Your indicator access rights are set to "None", change it to full access.
And you are using the old alert library use the WPF version instead.

@suradi
Disable "Total Comparison" parameter if you want to use Fixed Date / Time Comparison.

@suradi
Start and end date / time parameters added and you can now compare specific time period instead of whole series.

@suradi
We added a new parameter that will allow you to sum the symbol percenatge change and see how much it changed from start of main chart first bar to latest bar.

@suradi
The bars date / time is based on your main chart, It shows how much price of a security changed based on % during that main chart bar date / time,
The way you want it will fully seperate the indicator provided data from main chart and it will be not possible to know the exact date / time of each line point that is possible now by looking at main chart bars open time.
Switch to daily chart and you will see each day comparison.


It shows the daily percentage change of each symbol?

I will check that.

@odomike It depends on your connection speed and your server location, If your server location was near Spotware servers and you had a good connection then it will be very low almost same like executing an order from your broker platform, You can use it's free demo version for testing purpose.

For showing a windows form(alert window) a bot must have unlimited access.

@DavalRista
Send me an email with more detail about your idea and I will create an indicator based on your idea.
my email: afhackermubasher@gmail.com

@algoforce
I'm working on a newer version of this that use connect API and it will work fully as an standalone windows app so I may consider to add your request as a new feature.

@hove
Yeah you are right.

@newbee
You can get metro framework files from their site by installing it via "NuGet" or downloading it from their GitHub:
http://dennismagno.github.io/metroframework-modern-ui/
And for "Alert.dll" file:
https://github.com/afhacker/Alert-Window/tree/master/Alert/bin/Release

The link that I gave for "isakov2" is already build-ed so you not need to rebuild it, If you want to see the code and have the whole project you can download the project from GitHub as a zip file and then extract it on your cAlgo robots folder then move "afhacker Dashboard.algo" file from project folder to cAlgo\Sources\Robots, Open your cAlgo and you will be able to see the code also you can build it.

Go to this link : https://github.com/afhacker/afhacker-Dashboard/blob/master/afhacker%20Dashboard.algo
And click "Download".

Yeah that's possible I will consider to add such thing in newer version.

@trend_meanreversion I'm using it on my cTrader and it works without any problem.

@trend_meanreversion Did you download it from my Google drive link?

The TDI indicator parameters are default and you not need to make any change on it, Just turn on momentum and trend filters also for exit use exit based on TDI.

Crashed in OnStop with ArgumentException: Cannot delete a subkey tree because the subkey does not exist.
Crashed in OnBar with NullReferenceException: Object reference not set to an instance of an object.
Above bugs fixed.

@alizabe I can develop, Skype : nomanmubasher

@aisaac I don't have any comment about which parameters you are going to use but I recommend you to read some algo trading books before starting trading with any bot.


There is already one : /algos/show/60

I added new Heiken Ashi indicator link.

ironmine;
Please download the latest version and about parameters yeah I can help you.
Skype : nomanmubasher

@ironmine If you never used TMS manually then I recommend you to don't use it's bot too.

@ironmine you need to add below indicator as a reference:
https://drive.google.com/file/d/0B93GK1Ip4NSMMWZDS29odjg0UXM/view

@ellcz I just published it's bot: Rejection Candle Bot

@ellcz Please customize it by your self.
Last Jobs Comments


Try cNews: https://www.algodeveloper.com/35-cnews

Check out cNews: https://www.algodeveloper.com/35-cnews

Finally we finished the cMulti!
You can download it's demo version or buy it from here : https://www.algodeveloper.com/17-cmulti

That indicator code is kind of encrypted so it's not possible to convert it.

I will do it, Contact me via Skype or email.
Skype: nomanmubasher
Email : afhackermubasher@gmail.com

I will do it, Contact me via Skype or email.
Skype: nomanmubasher
Email : afhackermubasher@gmail.com

I will do it, Contact me via my Skype or email.
Skype: nomanmubasher
Email : afhackermubasher@gmail.com

I will do it, Contact me via my Skype or email.
Skype: nomanmubasher
Email : afhackermubasher@gmail.com

I will do it free for u.
contact me via Skype: nomanmubasher
remon,
I will see what I can do regarding time frame visibility.
For changing cycle type there is no such option, but you can change the pattern labels one by one.