
Topics
Replies
PanagiotisCharalampous
14 Jul 2021, 14:41
Hi Anhi,
This is already possible in Spotware cTrader Beta. It will be deployed to brokers soon.
Best Regards,
Panagiotis
Join us on Telegram and Facebook
@PanagiotisCharalampous
PanagiotisCharalampous
14 Jul 2021, 11:42
( Updated at: 21 Dec 2023, 09:22 )
Hi yuval.ein,,
Can you try restoring the window?
Just hover the taskbar icon and right click on the pop up window.
Best Regards,
Panagiotis
Join us on Telegram and Facebook
@PanagiotisCharalampous
PanagiotisCharalampous
14 Jul 2021, 08:22
Hi sultansakhr,
If you are looking for somebody to develop this, you can consider contacting a Consultant. If you have specific questions, please ask them and we are more than happy to answer them.
Best Regards,
Panagiotis
Join us on Telegram and Facebook
@PanagiotisCharalampous
PanagiotisCharalampous
14 Jul 2021, 08:19
Hi notzen,
As discussed on Telegram, cTrader implementation matches the industry wide accepted interpretation of the Ichimoku indicator. Nevertheless there seem to be different interpretations by some platforms and traders, something that causes confusion.
Best Regards,
Panagiotis
Join us on Telegram and Facebook
@PanagiotisCharalampous
PanagiotisCharalampous
14 Jul 2021, 08:16
Hi yaghouti,
You can use ModifyVolume method to change the position's volume and partially close it at any stage of the execution. So if you want to close 50% of the position, just modify the volume to be half of the initial quantity.
Best Regards,
Panagiotis
Join us on Telegram and Facebook
@PanagiotisCharalampous
PanagiotisCharalampous
14 Jul 2021, 08:11
Hi tradex1,
This doesnt make any sense as spotware should be the gatekeepers of the platform enviroment and control much like what apple does with their apps, microsoft is doing
to their platform and possibly google does too.
Windows works the same way. It just warns you that some code needs administrative rights to be executed. It doesn't tell you what the code does. It's impossible.
Couldnt framework or api's or whatever limit monitor vet what a developer could perform activity illegally?
No. If we put limits, we will mutilate thousands of honest developers.
Otherwise the everyday trader has No way of knowing understanding what is trustworthy and what is not other than a fancy videos, website indicator that does one thing for user
and other things in the background?
Again, if you do not trust what you are executing, just don't
What does the unlimited access mean when prompted by an indicator?
It means that the indicator code has unlimited access to your computer.
Does this mean they could access a traders funds?
Does it mean it could use username and passwords?
Could it frontrun trades?
Or many other things?
The permissions are associated with what the code can do on your computer, not what it does with your trading account. An indicator/cBot can mess with your trading without any special permission. You have given this permission from the moment you added it and executed it on cTrader. So for the last time, don't use code that you do not trust :)
Best Regards,
Panagiotis
Join us on Telegram and Facebook
@PanagiotisCharalampous
PanagiotisCharalampous
13 Jul 2021, 11:08
Hi yuval.ein,
Can you share a screenshot or video so that we can visualize what are you looking at?
Best Regards,
Panagiotis
Join us on Telegram and Facebook
@PanagiotisCharalampous
PanagiotisCharalampous
13 Jul 2021, 11:06
Hi,
As the message indicates
Error CS0618: 'cAlgo.API.Robot.ExecuteMarketOrder(cAlgo.API.TradeType, cAlgo.API.Internals.Symbol, double, string, double?, double?, double?, string, bool, cAlgo.API.StopTriggerMethod?)' is obsolete: 'Parameter 'Symbol symbol' was replaced with 'string symbolName'. More details here https://ctrader.com/forum/announcements/15847'
Check here for the available overloads of the method.
Best Regards,
Panagiotis
Join us on Telegram and Facebook
@PanagiotisCharalampous
PanagiotisCharalampous
13 Jul 2021, 11:03
Hi yaqeenmnoor,
Can you share the log? Did you try installing using a VPS?
Best Regards,
Panagiotis
Join us on Telegram and Facebook
@PanagiotisCharalampous
PanagiotisCharalampous
13 Jul 2021, 11:00
Hi Vasile,
Thanks for your contribution, great work!
Best Regards,
Panagiotis
Join us on Telegram and Facebook
@PanagiotisCharalampous
PanagiotisCharalampous
13 Jul 2021, 10:57
Hi notzen,
I did not understand what the problem is and I do not see any issue with the indicator. Could you please provide a better explanation? The indicator seems to work as per the indicator's definition.
Best Regards,
Panagiotis
Join us on Telegram and Facebook
@PanagiotisCharalampous
PanagiotisCharalampous
13 Jul 2021, 10:45
Hi ctid4064603,
It's in the backlog but we do not have an ETA at the moment.
Best Regards,
Panagiotis
Join us on Telegram and Facebook
@PanagiotisCharalampous
PanagiotisCharalampous
13 Jul 2021, 10:44
Hi tradex1,
Thanks for your suggestion. But all this info needs to be provided by the developer, not by Spotware. It's impossible for us to monitor every possible cBot/Indicator that exists out there. Our obligation here is to warn you, something that we do. If you do not trust the developer and you don't know what does the source code do, just don't use the cBot/Indicator.
Best Regards,
Panagiotis
Join us on Telegram and Facebook
@PanagiotisCharalampous
PanagiotisCharalampous
13 Jul 2021, 10:39
Hi emmykasper33,
To investigate this issue, we will need the cBot's source code and exact steps that will allow us to reproduce it.
Best Regards,
Panagiotis
Join us on Telegram and Facebook
@PanagiotisCharalampous
PanagiotisCharalampous
13 Jul 2021, 10:38
Hi manelfx9530,
.algo files are compressed and encrypted so that they cannot be opened. If the developer wants to, then they contain the source code which becomes available and editable in VS after the algo has been installed on your computer.
Best Regards,
Panagiotis
Join us on Telegram and Facebook
@PanagiotisCharalampous
PanagiotisCharalampous
13 Jul 2021, 10:35
Hi manelfx9530,
Probably your broker did not receive the update yet.
Best Regards,
Panagiotis
Join us on Telegram and Facebook
@PanagiotisCharalampous
PanagiotisCharalampous
13 Jul 2021, 10:19
Hi ctid3999979,
See below the replies to your questions
How many previous bars does this get?
There is no specific number. It depends at which time the method is called.
do these bars get added to the data1Min variable
Yes
Can I get confirmation one how the indexing works for the Last(i) property please?
Last(0) = current bar
Last(1) = previous bar
This is correct
LastBar = Last(1) = previous bar
No LastBar = Last(0)
If Last(0) = current bar, then it will have values for Open, Low and High (Low and High could change until the bar closes) but it won't have a Close value until the bar closes?
Close price for open bars is always equal to the bid price.
Best Regards,
Panagiotis
Join us on Telegram and Facebook
@PanagiotisCharalampous
PanagiotisCharalampous
13 Jul 2021, 10:14
Hi cameronwilliams20,
We could not reproduce such a behavior. Next time this happens, please send us some troubleshooting information. To do so, press Ctrl+Alt+Shift+T, copy the link to this discussion and paste it in the text box of the form that will appear and then press Submit.
Best Regards,
Panagiotis
Join us on Telegram and Facebook
@PanagiotisCharalampous
PanagiotisCharalampous
13 Jul 2021, 10:11
Hi phuchieu1101,
Which broker is this? Did you talk to your broker?
Best Regards,
Panagiotis
Join us on Telegram and Facebook
@PanagiotisCharalampous
PanagiotisCharalampous
14 Jul 2021, 15:59
Hi yuval.ein,
Me too. What do you get?
Best Regards,
Panagiotis
Join us on Telegram and Facebook
@PanagiotisCharalampous