
Topics
Replies
PanagiotisChar
24 Aug 2023, 05:19
( Updated at: 21 Dec 2023, 09:23 )
Hi there,
It has been moved here now

Need help? Join us on Telegram
@PanagiotisChar
PanagiotisChar
24 Aug 2023, 05:17
( Updated at: 24 Aug 2023, 05:25 )
RE: RE: Stop limit orders also available via FIX API?
ctid5949030 said:
PanagiotisCharalampous said:
Hi Mick,
Stop limit orders are not available on FIX API at the moment.
Best Regards,
Panagiotis
Hi Panagiotis,
Are Stop Limit Orders supported by cTrader FIX API now in 2023? Thanks.
Theo
As far as I know they are not
@PanagiotisChar
PanagiotisChar
24 Aug 2023, 05:15
( Updated at: 24 Aug 2023, 05:26 )
Hi there,
You are probably setting a start up project that is not a cBot or an indicator.
Need help? Join us on Telegram
@PanagiotisChar
PanagiotisChar
24 Aug 2023, 05:13
( Updated at: 24 Aug 2023, 05:25 )
Hi there,
Why do you think the balance is incorrect? For the spread, talk to your broker.
Need help? Join us on Telegram
@PanagiotisChar
PanagiotisChar
24 Aug 2023, 05:12
( Updated at: 24 Aug 2023, 05:25 )
Hi there,
If you need professional help, contact me at development@clickalgo.com
Need help? Join us on Telegram
@PanagiotisChar
PanagiotisChar
24 Aug 2023, 05:11
( Updated at: 24 Aug 2023, 05:25 )
Hi there,
Just contact your broker and ask them to link your accounts to your new cTrader ID.
Need help? Join us on Telegram
@PanagiotisChar
PanagiotisChar
22 Aug 2023, 05:17
Hi there,
Try this
var last50bars = Bars.ClosePrices.Reverse().Take(50);
Need help? Join us on Telegram
@PanagiotisChar
PanagiotisChar
22 Aug 2023, 05:11
Hi Jay,
If you are interested in a quote, send me an email at development@clickalgo.com.
Need help? Join us on Telegram
@PanagiotisChar
PanagiotisChar
22 Aug 2023, 05:10
Hi there,
No this is available only on desktop.
Need help? Join us on Telegram
@PanagiotisChar
PanagiotisChar
21 Aug 2023, 07:15
Hi there,
Unfortunately no. You can't install custom indicators on mobile applications.
Need help? Join us on Telegram
@PanagiotisChar
PanagiotisChar
21 Aug 2023, 05:09
Hi there,
Better share the complete cBot code and exact steps to reproduce (optimization parameters, dates etc). It's hard to advise you with only a snippet.
Need help? Join us on Telegram
@PanagiotisChar
PanagiotisChar
20 Aug 2023, 08:36
Hi there,
You can't do this in cTrader Copy
Need help? Join us on Telegram
@PanagiotisChar
PanagiotisChar
20 Aug 2023, 08:33
Hi there,
There is no such built in feature in cTrader.
Need help? Join us on Telegram
@PanagiotisChar
PanagiotisChar
18 Aug 2023, 15:31
Hi there,
Try this instead
ExecuteMarketOrder(TradeType.Buy, SymbolName, Symbol.NormalizeVolumeInUnits(0.01),"", 10, 10, "");
Need help? Join us on Telegram
@PanagiotisChar
PanagiotisChar
18 Aug 2023, 06:14
Hi there,
This information is not available in FIX. You can use Open API instead.
Need help? Join us on Telegram
@PanagiotisChar
PanagiotisChar
18 Aug 2023, 06:12
Hi there,
As explained in the ROI calculation documentation, ROI is calculated based on equity, not balance.
Need help? Join us on Telegram
@PanagiotisChar
PanagiotisChar
18 Aug 2023, 06:10
Hi there,
Can you share a screenshot of the log?
Need help? Join us on Telegram
@PanagiotisChar
PanagiotisChar
17 Aug 2023, 11:10
( Updated at: 21 Dec 2023, 09:23 )
RE: RE: Analyzing a Strategy: Understanding a +4.86% Gain Despite Equity Changes
QuanTrade said:
PanagiotisChar said:
Hi there,
You don't seem to understand how ROI is calculated. ROI is calculated based on equity and not on balance. Please take some time to understand the ROI equation below
https://help.ctrader.com/ctrader-copy/roi-calculation/
I am well acquainted with ROI calculation, which is why I am communicating with you. It appears that you are not assisting me in resolving the issue!!! At the beginning, you wrote that you did not see a 31% on my equity, and I showed you screenshots where it was clearly 31%. Then, you mentioned that I had a loss exceeding €117, when in fact it was €101, and I presented you with the precise screenshot showing a loss of €101. Now, you are writing that I do not understand ROI and that it is calculated on equity? The calculation of ROI, as you wrote, is indeed based on equity and not on the balance. However, the positions work with a fully automatic fixed stop, so there was no fluctuating loss greater than what I showed you, which is €101
I have no obligation to assist you, I am a trader like you. And personally I do not see a problem. There is an obvious drawdown from 517 to 400 which is more than 20% claimed in your original post.

It is around 24% which is what is displayed now in your strategy page.

@PanagiotisChar
PanagiotisChar
17 Aug 2023, 11:02
Hi there,
Click on the pass and check if there is any useful information in the log
Need help? Join us on Telegram
@PanagiotisChar
PanagiotisChar
24 Aug 2023, 05:20 ( Updated at: 24 Aug 2023, 05:25 )
Hi there,
Here you go
ExecuteMarketOrder(tradeType, SymbolName, volumeInUnits, "SampleRSI",0,0);
Aieden Technologies
Need help? Join us on Telegram
@PanagiotisChar