
Topics
Replies
PanagiotisChar
03 Jan 2023, 09:15
Hi Michael,
There is no real volume traded in OTC markets.
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
03 Jan 2023, 09:13
Hi ncel01,
I don't work for Spotware anymore. You can use the Suggestions section :)
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
30 Dec 2022, 08:58
Hi there,
You can check to which broker the account is assigned to in the cTrader ID site.
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
30 Dec 2022, 08:56
Hi,
You can't
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
30 Dec 2022, 08:55
Hi there,
As far as I know it's by design. The rank has some randomization built in.
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
30 Dec 2022, 08:54
Hi there,
Share your cBot code so that they can reproduce and fix it.
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
29 Dec 2022, 09:35
Hi there,
Each different icon on the chart needs to have a unique name. If you use "Buy" for all Buy icons then you will only have one Buy icon at each time, as the last one overrides the previous ones. Try adding to the name the bar's open price
Chart.DrawIcon("Buy"+ Bars.OpenTimes[index].ToString(), ChartIconType.UpTriangle, Bars.OpenTimes.LastValue, XATRTrailingStopGreen[index] , Color.Green);
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
29 Dec 2022, 09:30
Hi there,
You need to get the daily bars and calculate the difference between the opening price and the current bid price.
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
27 Dec 2022, 12:19
( Updated at: 21 Dec 2023, 09:23 )
Hi there,
You are trying to place an order only when another order exists. This will never happen
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
27 Dec 2022, 12:05
Hi,
This is not possible.
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
27 Dec 2022, 12:03
Hi there,
You can't. Updates are pushed automatically.
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
27 Dec 2022, 12:03
Hi there,
You need to use a different name for each icon else it overrides the previous one.
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
27 Dec 2022, 12:01
Hi there,
Current positions are available in Positions and historical trades in History. Both are collections so you can call the Count() method.
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
27 Dec 2022, 11:57
Hi there,
Here is a correct logon message
8=FIX.4.4|9=126|35=A|49=live.theBroker.12345|56=CSERVER|34=1|52=20170117-08:03:04|57=TRADE|50=any_string|98=0|108=30|141=Y|553=12345|554=passw0rd!|10=131|
Use the same order for your tags
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
26 Dec 2022, 21:01
Hi there,
If you want to trade 5x more than the strategy provider, then you need to invest 5x more than the strategy provider's own funds.
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
26 Dec 2022, 20:58
What I mean is that the code does not make sense and the error message is clear regarding what the problem is. The property does not exist. So my guess was that the code was copied from somewhere and its out of context.
Instead of asking us to fix a non sensical code which we don't understand what is supposed to do, maybe it's better to tell us what are you trying to achieve and ask for a small example.
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
23 Dec 2022, 13:00
Hi Alex,
I think the messages in the log are more than clear. I am not sure what you are trying to do with the code or what you think its doing. But lines of code like this make no sense
var kyushu_d_bullish = kyushu_d.kyushu_bullish;
var kyushu_h4_bullish = kyushu_h4.kyushu_bullish;
var kyushu_h1_bullish = kyushu_h1.kyushu_bullish;
var kyushu_m30_bullish = kyushu_m30.kyushu_bullish;
Did you copy this from somewhere?
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
23 Dec 2022, 12:55
Hi there,
Then just replace the parameters with constant values and remove them. Why do you need an alternative?
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
23 Dec 2022, 12:53
Hi again,
Seems like a paid product. Contact the developer.
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar
PanagiotisChar
03 Jan 2023, 09:16
Hi,
The only solution is to find the files.
Aieden Technologies
Need help? Join us on Telegram
Need premium support? Trade with us
@PanagiotisChar