
Topics
Replies
PanagiotisCharalampous
28 Feb 2024, 08:00
Hi there,
Have a look at chart controls
https://ctrader.com/forum/ctrader-blog/21624
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
27 Feb 2024, 09:44
Hi there,
In OnBarClosed() Bars.ClosePrices.Last(0) represents the bar that has closed.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
27 Feb 2024, 09:43
RE: RE: volume counting
AlgoFX said:
PanagiotisCharalampous said:
Hi there,
It will be 0.02.
Best regards,
Panagiotis
hi,
0.02 will be up to 666 usd on following account?
when with balance 1.000usd I open 0.02 up to how high balance on following account it will be 0.01? up to 999 usd?
Hi there,
the value is rounded to the closest valid trading size. So the formula is Round((follower's equity / strategy equity) strategy volume). For exampe, for 750 it will be (750/1000) * 0.03 = 0.025 which will be rounded to 0.02
@PanagiotisCharalampous
PanagiotisCharalampous
27 Feb 2024, 06:58
Hi there,
It is not cleat to me what exactly you are doing. All the source files are located in Documents\cAlgo\Sources\ folder. If the source code is located in this folder, then you should see the source code and be able to build your algos.
Feel free to share some screenshots so that we can see what you are looking at.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
27 Feb 2024, 06:52
Hi there,
Can you reform your post into specific questions? What exactly do you need to know?
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
27 Feb 2024, 06:51
Hi there,
Make sure that all settings are identical e.g. data source, parameters etc
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
27 Feb 2024, 06:49
Hi there,
Advanced protection will be released in an upcoming update of the application.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
27 Feb 2024, 06:48
RE: Advanced TP
greg83 said:
Just downloaded cTrader for MacOS last night..
Are there no Advanced Take Profit options yet?
I can see the shield icon on the orders???
Hi there,
Advanced protection will be released in an upcoming update of the application.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
26 Feb 2024, 08:36
Hi there,
It will be 0.02.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
26 Feb 2024, 08:29
RE: RE: Overnight fees
ergun+de said:
Hi PanagiotisCharalampous ,
I see in cTrader 4.9.1 i see overnight totals in the summary. Is there a way i can calculate these programmatically? Like markets open hours, is there something for historical overnight fees?Best
Hi there,
I am not sure what do you want to calculate. The swap fees are available in Position.Swap
Best regards,
@PanagiotisCharalampous
PanagiotisCharalampous
26 Feb 2024, 08:21
Hi there,
It is not possible to use custom tick sizes.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
26 Feb 2024, 08:18
Hi there,
The Risk Reward tool is not available at the moment in cTrader for Mac. It will be implemented in later releases.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
26 Feb 2024, 08:16
RE: RE: Connecting to Crypto exchanges via api?
laurifx said:
PanagiotisCharalampous said:
Hi salihtrkr94,
You cannot trade on Binance using cTrader. cTrader is a platform for trading CFDs.
Best Regards,
Panagiotis
Hi, When the Direct connection to crypto exchanges gonna be available?
Thnx,
Lauri
Hi Lauri,
It's up to the exchanges to offer cTrader.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
26 Feb 2024, 08:11
Hi there,
Please contact your broker regarding this matter. They should check where were your account is linked.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
26 Feb 2024, 08:06
Hi there,
Symbols are offered by the broker. Please contact your broker regarding this symbol.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
26 Feb 2024, 08:04
RE: Watchlist not visible
ftmo1700140845 said:
How can I show my Watchlist? In the Web App it is as easy as described here:
https://help.ctrader.com/ctrader/interface/market-watch/#watchlists
However in the Mac OS App I do not see any chance to see or create my Watchlist
Watchlists are not available at the moment. They will be released in an upcoming update.
@PanagiotisCharalampous
PanagiotisCharalampous
26 Feb 2024, 08:04
RE: Watchlist not visible
ftmo1700140845 said:
How can I show my Watchlist? In the Web App it is as easy as described here:
https://help.ctrader.com/ctrader/interface/market-watch/#watchlists
However in the Mac OS App I do not see any chance to see or create my Watchlist
Watchlists are not available at the moment. They will be released in an upcoming update.
@PanagiotisCharalampous
PanagiotisCharalampous
23 Feb 2024, 07:03
Hi there,
You can find the endpoints in the link below
https://help.ctrader.com/open-api/proxies-endpoints/
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
23 Feb 2024, 07:00
Hi there,
If your account is linked to your cTrader ID, then as soon as you login to cTrader, you should see the account in your accounts list.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
28 Feb 2024, 08:02
Hi there,
You can get the symbols through FIX API using the Security List message. See below
https://help.ctrader.com/fix/specification/#security-list-request-msgtype35x
Best regards,
Panagiotis
@PanagiotisCharalampous