manelfx9530

Info
Username: | manelfx9530 |
Name: | manelfx9530 |
Member since: | 16 Oct 2019 |
About
Signature
Last Forum Posts
@ExecuteMarketOder accepting one more double than what is in the docs: 13 Jul 2021, 11:22
PanagiotisCharalampous said:
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
Never thought an obsolete parameter would affect so much the whole class, its working as it should now. Thanks :)
@Set curly brackets - not possible with CTRL ALT 7/0: 13 Jul 2021, 11:18
PanagiotisCharalampous said:
Hi manelfx9530,
Probably your broker did not receive the update yet.
Best Regards,
Panagiotis
Thanks, that might be it then. For now i'm using my keyboard with the ENG layout so i can work it around.
@ExecuteMarketOder accepting one more double than what is in the docs: 13 Jul 2021, 02:54
So as you can see from this warning my executeMarketOrder is accepting when more double after the SL and TP and i have no idea what it is. Does anyone knows?
Error CS0618: 'cAlgo.API.Robot.ExecuteMarketOrder(cAlgo.API.TradeType, cAlgo.API.Internals.Symbol, double, string, double?, double?, double?, string, bool, cAlgo.API.StopTriggerMethod?)'.....
And what i wrote in the code: ExecuteMarketOrder(TradeType.Buy, Symbol, volumeInUnits, label, 20, 20, 10, "", true, StopTriggerMethod.Trade);
No idea what that 10 means but if i dont put a number there it gives an error.
@Algo file extension to be editable with visual studio code: 11 Jul 2021, 22:27
I would suggest for Algo files to be able to be open in visual studio code, the coding would be much easier and practical :)
@Set curly brackets - not possible with CTRL ALT 7/0: 11 Jul 2021, 22:17
kebbo said:
PanagiotisCharalampous said:
Hi kebbo,
This issue should have been fixed in 4.1.6 of cTrader Desktop. Can you check which version you are running?
Best Regards,
Panagiotis
Updated and working, thank you! Have a nice weekend!
How did you updated your ctrader? I cant find the update file and mine doesnt update automatically yo the 4.1.6
@What's New in cTrader Desktop 4.0: 11 Jul 2021, 21:44
I can't create any brackets when coding in the automate section. How can i solve this issue?
@Search bar in 'List Open Charts': 16 Oct 2019, 13:33
Its a small thing but would help a lot when searching for a chart that its already open. In the 'List Open Charts' a small search bar at the beginning would save a lot of time, doesnt seem much but would make the difference some times. Overall you have been doing an amazing job!
@Search bar in the list of charts already oopen: 16 Oct 2019, 12:44
Its a small thing but would help a lot when searching for a chart that its already open. In the 'List Open Charts' a small search bar at the beginning would save a lot of time, doesnt seem much but would make the difference some times. Overall you have been doing an amazing job!