Topics
Replies
PanagiotisCharalampous
29 Feb 2024, 08:07
Hi there,
Your account can be linked to your cTrader ID only by your broker. You should contact your broker regarding this.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
29 Feb 2024, 08:06
Hi there,
int is used for integers and double for numerical values with decimals. I don't have the complete code to assess if there could be any problem but I do not see any reason to have one.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
29 Feb 2024, 07:46
Hi there,
What warnings do you get?
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
29 Feb 2024, 07:45
Hi there,
how can I test for the pip size of the last bar closed?
Here you go
var barPipSize = Math.Abs(Bars.ClosePrices.Last(1) - Bars.OpenPrices.Last(1)) / Symbol.PipSize;
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
28 Feb 2024, 09:52
RE: RE: symbol data export
mr.Gekko said:
PanagiotisCharalampous said:
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
Thanks for the reply. Yes, I am aware of that, but I am not getting important info such as commission, lot size, etc…. These are essensial info for trading.
Hi there,
Unfortunately there is no other alternative at the moment. This info can be provided only by the broker.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
28 Feb 2024, 08:33
RE: RE: RE: Meet cTrader for Mac
burmesterfinance said:
PanagiotisCharalampous said:
brandonjames0754 said:
hello, I have downloaded this on my Mac, but I can not find the backtesting tab its non existent. I've even deleted the application and downloaded a new one. can you help me please?
Hi there,
These features will come in a later version.
Best regards,
Panagiotis
Hey, are there any news on this and a timeline?
Thanks for feedback and hopefully a fast implementation;)
No we do not have an ETA for this
@PanagiotisCharalampous
PanagiotisCharalampous
28 Feb 2024, 08:33
Hi there,
Unfortunately I cannot write the indicator for you, neither I can debug it. I don't understand what it is supposed to do. However if you have specific questions, feel free to ask them. Else you can consider getting professional assistance.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
28 Feb 2024, 08:33
Hi there,
Unfortunately I cannot write the indicator for you, neither I can debug it. I don't understand what it is supposed to do. However if you have specific questions, feel free to ask them. Else you can consider getting professional assistance.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
28 Feb 2024, 08:20
Hi there,
Unfortunately it is hard to help you since I have no idea what is happening on your computer, it seems you have created a mess and you have moved your folders to wrong locations.
I would suggest a clean installation of cTrader and restoring your algo files in the folder mentioned in my earlier port.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
28 Feb 2024, 08:15
Hi there,
It is a known behavior. This can happen due to the fact that not all days have equal number of bars therefore the time dimension of the hourly chart is not analogous to the daily chart.
Best regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
28 Feb 2024, 08:11
Hi there,
Active Symbol Panel will be added in a future update of the application.
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
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
29 Feb 2024, 08:18
RE: RE: cTrader 4.8.30 Trendline bug
Hi there,
It's not a bug to be fixed. It's an expected behavior. It's impossible for the trendlines to match if the dimensions of the charts are different. It happens on all platforms. Here is an example from TradingView. Check the gap between the high of the 26th and the trendline on h1 and D1 timeframes
@PanagiotisCharalampous