I am not convinced by your arguments, however I can accept this limitation.
In any case, the app act as an intermediary to send these notifications, which could be disabled/filtered in case an option for this was available.
I really believe that every step made by Spotware to provide traders with the tools to become less dependent on the brokers, would be highly appreciated by the community.
I've been noticing that some settings that are not even brokers' business but a sole traders' choice, still need to be requested to the brokers, which is very annoying (e.g. lowering an account leverage).
Thanks for considering the above.
Hi ncel01,
I am not trying to convince you about anything, I am explaining to you how it works. If you have a different opinion, feel free to post a suggestion and the product team will consider it.
Any chance you can provide us with more clear images? I cannot see the pip scale in these images.
Best regards,
Panagiotis
Any updates on this? Have they discovered the issue? It's getting to be real annoying.
Check out the GER40 today in multichart mode.
You can see the same numbers on the right side of both charts, but notice how one chart is screwed and says “100” pips while the other is correct and says “10” pips based on the values:
Hi firemyst,
Our team is still investigating this issue. Can you please send us the template you are using at 00:29 of the video?
Yes, like any other user I have an account with some broker, but that's not the point to me.
Main point:
Would't make sense to have an option to turn the notifications off in the app itself? After all, these are sent via cTrader app, right?
Hi ncel01,
These notifications are sent by the broker, not by the cTrader app it self. In other words, they are not sent automatically by the platform as a response to an event happening in your account. They are sent by the broker on demand, it is equivalent to the broker emailing you directly. Therefore you need to talk to your broker regarding this matter.
If you need assistance with your cBot, you would need to provide at least the following information
What is the cBot supposed to do?
What does it do instead?
What is the exact problem you are trying to solve?
Best regards,
Panagiotis
Hello Panagiotis and thanks for getting back to me
Ive been working too long on trying to fix the cBot, my brain was fried and I completely missed providing more information. Sorry about that. And pardon the messy look of the code. I used the “code” function, hope you can read it anyways.
- The major issue is that its not performing any Buys or Sells. Im not even sure if its the code or my settings for the demo account. The Log messages reads:
If you need assistance with your cBot, you would need to provide at least the following information
What is the cBot supposed to do?
What does it do instead?
What is the exact problem you are trying to solve?
Best regards,
Panagiotis
Hello Panagiotis and thanks for getting back to me
Ive been working too long on trying to fix the cBot, my brain was fried and I completely missed providing more information. Sorry about that. And pardon the messy look of the code. I used the “code” function, hope you can read it anyways.
- The major issue is that its not performing any Buys or Sells. Im not even sure if its the code or my settings for the demo account. The Log messages reads:
When switching tabs, the configured settings are lost, which is quite inconvenient, as it requires reconfiguration every time. Is it possible to fix this in the new cTrader update?
Hi there,
Unfortunately we cannot reproduce such a behavior in the latest version. Can you record a video capturing the entire UI area and the exact steps to reproduce the problem?
Best regards,
Panagiotis
(I apologize for my poor language skills) I want to see the latest open positions and the latest closed positions. To do this, they should be positioned at the top of the window - within the visible area. But when I switch windows, the sorting disappears...
When switching tabs, the configured settings are lost, which is quite inconvenient, as it requires reconfiguration every time. Is it possible to fix this in the new cTrader update?
Hi there,
Unfortunately we cannot reproduce such a behavior in the latest version. Can you record a video capturing the entire UI area and the exact steps to reproduce the problem?
The values you provided are not for each tick but for each bar since the Calculate() method is called for every bar for historical bars. At the moment I see nothing wrong.
Best regards,
Panagiotis
I just want the value of just 1 bar , that either being the current or previous , how do I achieve that ?
Hi there,
I am a bit confused about what the issue is now. You said that the values do not make sense to you but they seem to make sense to. I have ask for an explanation of what exact value would you expect instead of the ones you see printed and how that value is calculated but you did not provide it (e.g. the value printed at 12:00 is 1 but I would expect it to be 2 because a, b, c….). It is hard to help you further without this information.
Best regards,
Panagiotis
When I run this : var currentprice = Bars.ClosePrices[index-1];
I just expect to get the value of the currentprice or the price of the bar before that but as you are saying its giving me the value of every single bar starting from bar 1 , I don't want that , I just want the price of the previous bar so that I can minus it with Something Like S1 and get a pip value which is the distance between the current price and S1
Hi there,
Then you can use the IsLastBar property to print the values only for the last bar.
PanagiotisCharalampous
11 Jan 2024, 06:26
RE: cTrader Mobile - Unwanted notificationss
ncel01 said:
Hi ncel01,
I am not trying to convince you about anything, I am explaining to you how it works. If you have a different opinion, feel free to post a suggestion and the product team will consider it.
Best regards,
Panagiotis
@PanagiotisCharalampous