Topics
Replies
emmasystems
10 May 2024, 17:07
RE: RE: RE: Boolean
emmasystems said:
[Parameter("Enabled", Group= “TakeProfit1”, DefaultValue= yes)] public bool TakeProfitEnabled {get; set;}[YES/NO] Please, is there the Yes or No option in the Boolean like the Take profit above. Thanks.
PanagiotisCharalampous said:
Hi there,
Unfortunately your question is not clear for me. Can you please rephrase?
Best regards,
Panagiotis
Please, is there the Yes or No option in the Boolean like the Take profit above. Thanks.
@emmasystems
emmasystems
10 May 2024, 17:06
RE: RE: Boolean
emmasystems said:
PanagiotisCharalampous said:
Hi there,
Unfortunately your question is not clear for me. Can you please rephrase?
Best regards,
Panagiotis
Please, is there the Yes or No option in the Boolean like the Take profit above. Thanks.
@emmasystems
emmasystems
10 May 2024, 17:06
RE: RE: Boolean
emmasystems said:
PanagiotisCharalampous said:
Hi there,
Unfortunately your question is not clear for me. Can you please rephrase?
Best regards,
Panagiotis
Please, is there the Yes or No option in the Boolean like the Take profit above. Thanks.
@emmasystems
emmasystems
10 May 2024, 12:17
RE: Boolean
PanagiotisCharalampous said:
Hi there,
Unfortunately your question is not clear for me. Can you please rephrase?
Best regards,
Panagiotis
Please, is there the Yes or No option in the Boolean like the Take profit above. Thanks.
@emmasystems
emmasystems
10 May 2024, 12:11
RE: Boolean
Hi there,
Unfortunately your question is not clear for me. Can you please rephrase?
Best regards,
Panagiotis
@emmasystems
emmasystems
08 Jun 2023, 23:21
( Updated at: 21 Dec 2023, 09:23 )
RE: Compiler problem
firemyst said:
I'm not sure why you think adjusting your clock will fix your code from failing to build?
If you want help, you need to post either your code, build error messages, both, or don't expect anyone to help you.
There is nothing wrong with my code. The issue when code is compile it . Instead build successful. it labels Build failed.
Therefore attempting the clock is one of the solutions for a compiler.
Please not the logic software is no problem.
@emmasystems
emmasystems
01 Nov 2021, 16:36
RE: RE: RE:
PanagiotisCharalampous said:
Hi emmasystems,
Can you please point out when we did not update documentation?
Best Regards,
Panagiotis
Join us on Telegram and Facebook
Check your Time Series Api
@emmasystems
emmasystems
01 Nov 2021, 16:28
( Updated at: 01 Nov 2021, 16:35 )
RE:
PanagiotisCharalampous said:
Hi K2Team,
Releasing the formula will open the doors to manipulation. Does Google release their ranking algorithm anywhere?
Best Regards,
Panagiotis
cTrader is never update in documentation of its manuals .
@emmasystems
emmasystems
01 Nov 2021, 16:26
RE:
PanagiotisCharalampous said:
Hi emmasystems,
As Ahmad pointed out, you need to put some more effort in explaining yourself and show some more respect to people trying to help. DateTime, DateTimeOffset, and TimeSpan are basic .Net types. Google the terms and you will find thousands of resources.
Best Regards,
Panagiotis
Nobody will be troubled if cTrader have solid api , sdk manual and documentation for those that need to use it for programming .
@emmasystems
emmasystems
01 Nov 2021, 14:03
( Updated at: 01 Nov 2021, 14:07 )
RE:
amusleh said:
Hi,
Your questions is not clear at all, not just this one but also your other questions on your other threads.
Please stop spamming the forum and instead try to find a better way to explain your issue.
hello , plain request , provide the link.
@emmasystems
emmasystems
31 Oct 2021, 22:01
RE:
amusleh said:
Hi,
Please learn basics of C# before developing indicators/cBot.
For date and time you can use C# DateTime, DateTimeOffset, and TimeSpan types.
To get time from user via a parameter you can use string for parameter type and then parse it to any of the above mentioned types.
point to the link
@emmasystems
emmasystems
31 Oct 2021, 21:59
( Updated at: 31 Oct 2021, 22:14 )
RE:
l;l;l;l;l;l;l;l;l;l;l;l;l;l;l;l;l;l;l;l;l;l;l;l;l;l;l;l;l;l;l;l;l;l;l;l;l;l;
@emmasystems
emmasystems
31 Oct 2021, 21:55
RE:
amusleh said:
Hi,
Please learn basics of C# before developing indicators/cBot.
For date and time you can use C# DateTime, DateTimeOffset, and TimeSpan types.
To get time from user via a parameter you can use string for parameter type and then parse it to any of the above mentioned types.
This has nothing to do with the basics.
@emmasystems
emmasystems
27 Oct 2021, 11:26
do while Series
Hello Support ,
Please for Time Series as in comparing minutes of Server Time.
does cTrader have the equivalence as ....
startMins=0; endMinutes =0;
do bb_x
{
( bb_ xminutes >= 0)
bb_x = Server.Time.Min> bb_xminutes;
}
@emmasystems
emmasystems
20 Oct 2021, 16:24
( Updated at: 27 Oct 2021, 11:37 )
RE:Pending create syntax
amusleh said:
Hi,
You can post a job request on the Jobs page or ask one of our consultants to develop your cBot for you.
There is no create pending , how can that be found.
@emmasystems
emmasystems
20 Oct 2021, 12:39
RE:
amusleh said:
Hi,
There is no relation between take profit and pending orders expiry time.
To set expiry time you should use Server.Time not your system time (DateTime.Now).
You can find samples for placing/modifying/canceling pending orders here: cAlgo API Reference - PendingOrder Interface (ctrader.com)
(This is in reference to pending order exipiration Time in which trade is deleted ,
@emmasystems
emmasystems
20 Oct 2021, 12:36
RE:
amusleh said:
Hi,
Please make clear what you want to do?
You should use Bars instead of MarketSeries.
You can find code examples on how to use Bars here: cAlgo API Reference - Bars Interface (ctrader.com)
if(if (Bars.HighPrices.Last(0) > (MarketSeries.High.Last(1) &&PendingOrder > 4(distance){ PlaceBuylimitOrder} .)
Not sure if above is correct for a 'BuylimitOrder set after compaing distance and bar highlow in cTrader cbot.
@emmasystems
emmasystems
16 Oct 2021, 00:02
RE:
amusleh said:
There are Filled, Modified, and Canceled events for PendingOrders you can use, and there are similar events of positions like Closed, Modified, and Opened.
Please , how are Pending orders placed in ctrader code like example , CreatePendingOrder, does that have to be used even modifying or setting Limit. Thanks
@emmasystems
emmasystems
10 May 2024, 17:07
RE: RE: RE: Boolean
emmasystems said:
@emmasystems