
Topics
Replies
PanagiotisCharalampous
02 Jun 2020, 16:19
Hi Ahmad,
You can contact your brokers and they will send you the relevant links.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
02 Jun 2020, 10:41
Hi Yuval,
You can do this through indicator parameters. Just create a parameter and set it yourself depending on where is the indicator getting called from.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
02 Jun 2020, 10:38
Hi Yuval,
1. Right click on the cBot and you will see the two options. For more info, check here.
2. In this case you will need to reinstall the cBot.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
02 Jun 2020, 09:12
Hi Vadivelan,
No this will check if the cross has taken place during the last 10 bars.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
02 Jun 2020, 09:05
Hi Vadivelan,
Here it is
if (_stoch.PercentD.HasCrossedAbove(_stoch.PercentK, 0))
{
// Do something
}
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
02 Jun 2020, 08:49
Hi Vadivelan,
It is your decision where the check will take place, in OnTick() or in OnBar(). To check crosses, you can use HasCrossedAbove() and HasCrossedBelow() methods.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
02 Jun 2020, 08:33
Hi RayAdam,
Unfortunately this method doesn't work on backtesting at the moment. The solution will work only for forward execution of the cBot.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
02 Jun 2020, 08:26
Hi Sharpie,
Please use the Suggestions section to post your suggestions.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
02 Jun 2020, 08:25
Hi njountsoprodrigue,
It depends on what kind of fees you pay e.g. Volume fees are paid regardless of the performance of the strategy. Performance fees are only paid if your account is in profit, compared to the previous high watermark.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
02 Jun 2020, 08:20
Hi indrakh,
Here is a starting point
if (Positions[0].Pips < -50)
{
Positions[0].Reverse();
}
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
02 Jun 2020, 08:17
Hi necopo,
Who is your broker? Do you receive any messages? Can you post a screenshot?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
02 Jun 2020, 08:16
Hi m.kucera31,
Please use the Suggestions section to post your suggestions.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
02 Jun 2020, 08:14
Hi lohzi97,
It is not possible to modify the internal optimization engine of cTrader. If you need your own optimization engine then you can use Open API and build your own custom solution.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
02 Jun 2020, 08:10
Hi amedeodelenart,
You cannot create or modify a watchlist from a cbot. It is a read-only information.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
02 Jun 2020, 08:07
Hi Yuval,
1. You can build with and without source code.
2. That is not necessary if you don't make any changes on the source code.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
01 Jun 2020, 08:45
( Updated at: 21 Dec 2023, 09:22 )
RE:
GlenHendriks said:
On a sidenote... now I am getting the Bad Request screen when trying to open cTrader Web in Safari (broker IC Markets) whereas in Google Chrome it opens no problem.
Hi GlenHendriks,
Can you try cleaning your browser cookies?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
01 Jun 2020, 08:42
Hi Yuval,
cTrader supports .Net Framework 4.0. But indicators using a newer framework can still work as long as they do not use features of the new framework.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
01 Jun 2020, 08:38
Hi there,
Can you please check if you still face this issue?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
01 Jun 2020, 08:34
Hi Yuval,
Check TryChangeTimeFrameAndSymbol()
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
02 Jun 2020, 16:35
Hi Ahmad,
It seems your antivirus is blocking the download. You need to disable the antivirus.
Best Regards,
Panagiotis
Join us on Telegram
@PanagiotisCharalampous