Topics
Replies
Shares4us
14 Oct 2022, 15:00
Guess you should hire a programmer , it's not changing just 1 line or so.
Guess you should hire a programmer , it's not changing just 1 line or so.
@Shares4us
Shares4us
14 Oct 2022, 10:32
RE:
Spotware said:
ModifyPosition(position, entryPrice, position.TakeProfit);
This is not setting a position to breakeven!!!!
To set a position to Breakeven you have set the StopLoss to the Entryprice AND take into account the commission & spread
@Shares4us
Shares4us
10 Oct 2022, 21:47
RE: RE:
acrigney said:
There must be some other config settings?
MIght be so i reinstalled cTrade and vs2022. No avail ;-(
@Shares4us
Shares4us
10 Oct 2022, 14:26
RE:
this video shows vs2022 build is not updating cTrader executables
@Shares4us
Shares4us
08 Oct 2022, 15:23
RE: RE: RE: RE: RE:
Sorry, Can't help you here, they took me off cTrader to another development project, I hope I can come back when they get their act together.
It's weird that such an important feature is not fail-safe and not working, did they even test it on VS2022 and win11?
It's sickening to see that we still can not Debug and that the silence of Spotware is deafening.
@Shares4us
Shares4us
06 Oct 2022, 13:39
( Updated at: 06 Oct 2022, 15:12 )
RE: RE: RE:
I checked and alterred the rights to FullAccess. That worked partially.
The debugger wil now Launch but ....
When build in vs2022 the created binary is still not used. (See the version problem (See initial Post at "The indicator is still version 1.0 instead of the expected 1.1."
So debugging still not possible.
The problem boils down to:
When building by means of VS2022, the .dll is updated but no .algo file is created in the indicators directory
When building by means of cTrader, the .dll is updated and a .algo file is created in the indicators directory
Nasty !
@Shares4us
Shares4us
05 Oct 2022, 16:38
( Updated at: 05 Oct 2022, 16:39 )
RE:
PanagiotisChar said:
Hi Shares4Us,
Make sure your cBots/Indicators have AccessRights set to FullAccess.
Need Help? Join us on Telegram
I'll check.
@Shares4us
Shares4us
29 Jul 2022, 20:53
RE:
meeting.chegini said:
The speed of the editor has slowed down and it has made writing code difficult
The shortcut key to delete a line has been removed!!! (Ctrl + D) Why?In general, coding was much easier in the previous version
I Like the new ctrl-D formatting function . But you're right in wanting to keep the old Ctrl-D one and using f.i Ctrl-A for formatting would have been better.
@Shares4us
Shares4us
28 Jun 2022, 09:49
RE:
OK thnks,
Is there somewhere Docu about the real meaning of these things I can study??
So i won't have to 'forum' these questions again?
@Shares4us
Shares4us
24 Jul 2021, 18:41
RE:
amusleh said:
Hi,
Can you share the code for your cBot? so we will be able to replicate this issue.
Sorry we're not allowed to share the code
@Shares4us
Shares4us
22 Jul 2021, 17:54
RE:
A workaround is just to dump it in a file line by line or f.i. every thousand lines.
@Shares4us
Shares4us
08 Jul 2021, 23:32
RE:
By the way, are Bars accessible from an other thread or do they have to be instantiated in the thread itself also?
@Shares4us
Shares4us
08 Jul 2021, 20:17
RE:
Thanks, I'll check if all used indicators are instantiated in their own thread.
@Shares4us
Shares4us
24 May 2021, 11:59
RE:
Problem occurred again but no enum mentioned twice.
The following worked:
- Copying the cBot to another name
- Restarting cTrader
- Open cBot in VS2017
- Build
@Shares4us
Shares4us
07 Apr 2021, 11:30
RE:
PanagiotisCharalampous said:
Hi DemoTrader01,
This happened because these strategy providers used characters similar to the latin alphabet but with different ASCII codes. This has been fixed in the latest version of cTrader Copy and only latin letters can be used from now and on. However, we cannot change names of existing strategies at the moment.
Best Regards,
Panagiotis
GOOD WORK !!
@Shares4us
Shares4us
07 Apr 2021, 11:01
RE: RE:
Added : Give a yes/no option to open already existing positions when starting to copy a strategy
Reason:
Start copying opens all existing open orders of the copy provider by default.
Most of the profitable positions are already a long way in their profit run and have an increased loss riks when opened half way.
The standard should be NOT to open existing positions to avoid such unneccesary risks.
@Shares4us
Shares4us
25 Mar 2021, 15:56
( Updated at: 25 Mar 2021, 16:03 )
RE:
no look-alike characters just only
A-Z
a-z
0-9
, !@#$%^&*()_+=-;<>/?
and no others allowed!
@Shares4us
Shares4us
18 Oct 2022, 14:07
RE: omplete list of mandatory Conditions and Settings needed in VS2022 to ensure Debugging
Spotware said:
Yep so we still cannot debug here!
Maybe this should get some priority at Spotware!
If you have no clue what the error might be (since 4.4) then
Please provide us with a complete list of mandatory Conditions and Settings needed in VS2022 to ensure Debugging and updating the running algo!
@Shares4us