Information
Username: | afhacker |
Member since: | 15 Oct 2015 |
Last login: | 14 Nov 2024 |
Status: | Active |
Activity
Where | Created | Comments |
---|---|---|
Algorithms | 62 | 93 |
Forum Topics | 51 | 126 |
Jobs | 0 | 10 |
Last Algorithm Comments
Please use Github to report bugs, or contact us directly via our website if you need support.
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.
[Sharpie],
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.
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
[erik.lindblad],
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.
[Shaktale]
Please use another web browser or disable your browser extensions, our web site doesn't have any ads.
[procumulative@gmail.com]
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.
Telegram issue has been fixed.
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.
On chart version added
Ok, I will release a version of it that will change the color of the bars instead
[procumulative@gmail.com],
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/
[erk86],
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.
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.
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?
[rosemarie.bautista]
Test the new version and let me know if there was any issue.
[rosemarie.bautista]
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?
[rosemarie.bautista]
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.
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.
@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
[hamidreza.taali@gmail.com]
I lost your forum thread link.
[hamidreza.taali@gmail.com],
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.
@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.
@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
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.