using System; using System.IO; using System.Collections.Generic; using System.Linq; using System.Text; using cAlgo.API; using cAlgo.API.Collections; using cAlgo.API.Indicators; using cAlgo.API.Internals; using System.Net; using Telegram.Bot;
for (int i = 0; i < TsmaPeriod; i++) { int x = i + 1; double y = MarketSeries.Close[index - i]; sumX += x; sumY += y; sumXY += x * y; sumX2 += x * x; }
private async void UpdateSignalText(TextBox targetTextBox, string signalText, Ellipse signalPoint, Color signalColor, int index, string signalType) { // Set the text for the chart display targetTextBox.Text = signalText; signalPoint.FillColor = signalColor;
string telegramMessage = $"Signal: Possible {signalType} signal using {targetTextBox.Text}\n" + $"Symbol: {symbolName}\n" + $"Bid Price: {Math.Round(bidPrice, 5)}\n" + $"Timeframe: {timeframe}\n";
if (IncludeTelegram) { try { var bot = new TelegramBotClient(BotToken); await bot.SendTextMessageAsync(ChatID, telegramMessage); } catch (Exception ex) { Print($"Telegram notification error: {ex.Message}"); } } } }}
THIS INDICATOR WHEN SAVED TO TEMPLATE AND IT'S IN "AccessRights = AccessRights.FullAccess)]"OR “AccessRights = AccessRights.NONE)]”ON CTRADER.VER 4.9.2, THE TEMPLATE IS LOADING WITHOUT ANY PROBLEM,
BUT
IT'S NOT LOADING WHEN THE SAME INDICATOR IS SAVED IN TEMPLATE AND IT' HAS “AccessRights = AccessRights.FullAccess)]” ON CTRADER.VER 5.0…
BUT IT'S ONLY LOADING WHEN IT'S IN “AccessRights = AccessRights.NONE)]”
SO THE THING IS THAT IF ACCESSRIGHTS IS TURNED TO NONE I WON'T GET NOTIFICATION AND I WANT TO GET THE NOTIFICATIONS
The solution to your problem is to add the indicator on the chart and provide full access permissions. Then the template should load without a problem.
The solution to your problem is to add the indicator on the chart and provide full access permissions. Then the template should load without a problem.
Best regards,
Panagiotis
Hi there!
did you understood what am saying?
did you try out?
did you create a template with this indicator then try to load that template on another chart and see if this indicator will appear on the chart?
the issue is when i create a template and include other indicators, then try and load that template on another chart all other indicators are showing except this one. do you understand my point?
The solution to your problem is to add the indicator on the chart and provide full access permissions. Then the template should load without a problem.
Best regards,
Panagiotis
Hi there!
did you understood what am saying?
did you try out?
did you create a template with this indicator then try to load that template on another chart and see if this indicator will appear on the chart?
the issue is when i create a template and include other indicators, then try and load that template on another chart all other indicators are showing except this one. do you understand my point?
thank you
Hi there,
Yes. Did you try what I suggested? Did you add the indicator on the chart, give full permissions and then try to load the template again?
The solution to your problem is to add the indicator on the chart and provide full access permissions. Then the template should load without a problem.
Best regards,
Panagiotis
Hi there!
did you understood what am saying?
did you try out?
did you create a template with this indicator then try to load that template on another chart and see if this indicator will appear on the chart?
the issue is when i create a template and include other indicators, then try and load that template on another chart all other indicators are showing except this one. do you understand my point?
thank you
Hi there,
Yes. Did you try what I suggested? Did you add the indicator on the chart, give full permissions and then try to load the template again?
Best regards,
Panagiotis
Greetings
i have tried what you are suggesting and it's still not working.
but i don't think you've tried what am saying
at this point am starting to feel like you've not tried it out you are assuming and ignoring this issue or you are being dismissive
Again add this indicator to a chart
it will prompt you to allow it (give full permissions)
click allow (sad am the one showing ctrader team how to add an indicator on the chart)
then click okay
at this point the indicator should be running
STEP 2 CREATE A TEMPLATE
right click on the chart and go to template, name the template and click save as shown on the image above ……..(did you do this?)
Note:
this is where there problem is
RIGHT CLICK ON THE CHART, GO TO TEMPLATE, THEN CLICK ON THE TEMPLATE YOU CREATED AND SEE WHAT HAPPENS, OR OPEN ANOTHER CHART AND GO STRAIGHT TO THE TEMPLATE YOU CREATED AND CLICK IT THEN SEE WHAT HAPPEN, WHATEVER HAPPENS IS NOT HAPPENING ON CTRADER VER 4.9.2
i hope i've made my self clear this time round.
IF YOU WANT TO WATCH A VIDEO HERE IS THE LINK AND I'VE ALSO UPLOAD THE SAME VIDEO ON- @cTrader_Team, @cTrader_Official
i have tried different ideas nothing seem to be working. but i think the issue is with the ctrader ver 5.0 because it's working fine on ctrader ver. 4.9.2
i have sent an email now with the video, i've also sent a video to @cTrader_Team telegram account and also i've posted it on ctrader official chat group on telegram
What happens to you is by design so there is nothing to test. This is how it should work. Also in your video it does not seem you follow my instructions. Please record a video demonstrating that you follow my instructions and send it to us.
PS. Please show some respect to the forum and don't write in capitals as if you shout at us. We are trying to help you here.
What happens to you is by design so there is nothing to test. This is how it should work. Also in your video it does not seem you follow my instructions. Please record a video demonstrating that you follow my instructions and send it to us.
PS. Please show some respect to the forum and don't write in capitals as if you shout at us. We are trying to help you here.
Best regards,
Panagiotis
Greetings!
i don't understand what you mean by “provide full access permissions” if you could can provide a screenshot showing how i can provide full access permissions when i add the indicator on the chart i don't thing we would be having this shenanigans,
your respond is extremely vague on what am supposed to do
PS. am the most respectful person i give what i get, can you be respectful, professional and courteous towards your clients. there is too much complain towards ctrader support
What happens to you is by design so there is nothing to test. This is how it should work. Also in your video it does not seem you follow my instructions. Please record a video demonstrating that you follow my instructions and send it to us.
PS. Please show some respect to the forum and don't write in capitals as if you shout at us. We are trying to help you here.
Best regards,
Panagiotis
Greetings!
i don't understand what you mean by “provide full access permissions” if you could can provide a screenshot showing how i can provide full access permissions when i add the indicator on the chart i don't thing we would be having this shenanigans,
your respond is extremely vague on what am supposed to do
PS. am the most respectful person i give what i get, can you be respectful, professional and courteous towards your clients. there is too much complain towards ctrader support
Hi there,
i don't understand what you mean by “provide full access permissions” if you could can provide a screenshot showing how i can provide full access permissions when i add the indicator on the chart i don't thing we would be having this shenanigans,
You never said that you did not understand what I proposed. Instead you wrote that you did it. If you wrote earlier that you do not understand what I am suggesting you to do, I would have tried to explain it in a different way. Instead you chose to send complaint emails to the management. In order to help you further, please withdraw your complaint.
What happens to you is by design so there is nothing to test. This is how it should work. Also in your video it does not seem you follow my instructions. Please record a video demonstrating that you follow my instructions and send it to us.
PS. Please show some respect to the forum and don't write in capitals as if you shout at us. We are trying to help you here.
Best regards,
Panagiotis
Greetings!
i don't understand what you mean by “provide full access permissions” if you could can provide a screenshot showing how i can provide full access permissions when i add the indicator on the chart i don't think we would be having this shenanigans,
your respond is extremely vague on what am supposed to do
PS. am the most respectful person i give what i get, can you be respectful, professional and courteous towards your clients. there is too much complain towards ctrader support
by clicking allow is that what you mean when you say “add the indicator on the chart and provide full access permissions.”?
What happens to you is by design so there is nothing to test. This is how it should work. Also in your video it does not seem you follow my instructions. Please record a video demonstrating that you follow my instructions and send it to us.
PS. Please show some respect to the forum and don't write in capitals as if you shout at us. We are trying to help you here.
Best regards,
Panagiotis
Greetings!
i don't understand what you mean by “provide full access permissions” if you could can provide a screenshot showing how i can provide full access permissions when i add the indicator on the chart i don't think we would be having this shenanigans,
your respond is extremely vague on what am supposed to do
PS. am the most respectful person i give what i get, can you be respectful, professional and courteous towards your clients. there is too much complain towards ctrader support
by clicking allow is that what you mean when you say “add the indicator on the chart and provide full access permissions.”?
What happens to you is by design so there is nothing to test. This is how it should work. Also in your video it does not seem you follow my instructions. Please record a video demonstrating that you follow my instructions and send it to us.
PS. Please show some respect to the forum and don't write in capitals as if you shout at us. We are trying to help you here.
Best regards,
Panagiotis
Greetings!
i don't understand what you mean by “provide full access permissions” if you could can provide a screenshot showing how i can provide full access permissions when i add the indicator on the chart i don't think we would be having this shenanigans,
your respond is extremely vague on what am supposed to do
PS. am the most respectful person i give what i get, can you be respectful, professional and courteous towards your clients. there is too much complain towards ctrader support
by clicking allow is that what you mean when you say “add the indicator on the chart and provide full access permissions.”?
Yes
on the attached screenshot earlier that's exactly what i did,
then i save that template, when i load that template on another chart it's not loading the indicator, even when i click to load the same template on the same chart so that indicator can appear it's not loading and this is what i've been saying all along.
What happens to you is by design so there is nothing to test. This is how it should work. Also in your video it does not seem you follow my instructions. Please record a video demonstrating that you follow my instructions and send it to us.
PS. Please show some respect to the forum and don't write in capitals as if you shout at us. We are trying to help you here.
Best regards,
Panagiotis
Greetings!
i don't understand what you mean by “provide full access permissions” if you could can provide a screenshot showing how i can provide full access permissions when i add the indicator on the chart i don't thing we would be having this shenanigans,
your respond is extremely vague on what am supposed to do
PS. am the most respectful person i give what i get, can you be respectful, professional and courteous towards your clients. there is too much complain towards ctrader support
Hi there,
i don't understand what you mean by “provide full access permissions” if you could can provide a screenshot showing how i can provide full access permissions when i add the indicator on the chart i don't thing we would be having this shenanigans,
You never said that you did not understand what I proposed. Instead you wrote that you did it. If you wrote earlier that you do not understand what I am suggesting you to do, I would have tried to explain it in a different way. Instead you chose to send complaint emails to the management. In order to help you further, please withdraw your complaint.
Greetings
what do you mean “in order to help you further,please withdraw your complaint”, you are threatening me now.
i have a genuine complain against you and now you are threatening me?
PanagiotisCharalampous
07 Nov 2024, 14:17
Hi there,
The solution to your problem is to add the indicator on the chart and provide full access permissions. Then the template should load without a problem.
Best regards,
Panagiotis
@PanagiotisCharalampous