
Topics
Replies
PanagiotisCharalampous
13 Apr 2021, 09:56
Hi firemyst,
No there is still no such option.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
13 Apr 2021, 09:53
Hi ctid2720557,
That makes an incredible ROI of 426.76%..!?!? in 1 day.
Your calculations are wrong. ROI stands for Return On Investment. The 426,76% does not represent the increase from the previous day but from the strategy's starting date e.g. if somebody invested in the strategy €1 on the strategy's starting date, on the 11/4 he would have had €5493 in his account and on the 12/4 he would have had €5919. This is a 7.76% on a day by day basis but it is a 426.76% when compared to the €1 that somebody has invested.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
13 Apr 2021, 09:45
Hi thegoldenboy,
I do not see anything wrong in the ROI calculation. It seems you had a huge drawdown in February 2020 which is keeping your ROI there. Somebody who would have invested €1000 in your strategy in January 2020 would now have €1.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
13 Apr 2021, 09:37
Hi imrealfighter,
Check While Loops.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
12 Apr 2021, 14:46
Hi thegoldenboy,
No that is not the correct link. Please share it with us as soon as you are able to do so.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
12 Apr 2021, 13:50
Hi thegoldenboy,
This is not the correct link. To get it, click on the button below, copy and post it again.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
12 Apr 2021, 11:46
Hi all,
It seems to be just a visual bug. The ESL is set correctly on the server but displayed wrongly on the relevant field on the web page. We will fix it soon but it should not affect your trading.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
12 Apr 2021, 08:53
Hi SmallStep,
History displays the executed deals. TP and SL are a property of the position on not of the individual deals. Also it might change many times during the position's lifetime. So a column in the History tab with not represent meaningful information. To see information about the TP and SL, you need to go to Deals information > Position Details and there you can see the current TP and SL, as well as the history of TP and SL modifications.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
12 Apr 2021, 08:43
Hi thegoldenboy,
Can you please provide us with a link to your strategy?
though I have made more money with this account than what I have deposited.
This has nothing to do with ROI calculation. Check here how ROI is calculated.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
12 Apr 2021, 08:40
Hi trading.sjw,
Please explain in more detail what the issue is. This is a six years old thread so probably it is not the same issue.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
12 Apr 2021, 08:38
Hi Ben,
Have a look at the cBot below. It should be helpful
using System;
using System.Linq;
using cAlgo.API;
using cAlgo.API.Indicators;
using cAlgo.API.Internals;
using cAlgo.Indicators;
namespace cAlgo.Robots
{
[Robot(TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)]
public class ScrollTo : Robot
{
[Parameter(DefaultValue = 2014)]
public int Year { get; set; }
[Parameter(DefaultValue = 1)]
public int Month { get; set; }
[Parameter(DefaultValue = 1)]
public int Day { get; set; }
protected override void OnStart()
{
var date = new DateTime(Year, Month, Day);
while (Bars.OpenTimes[0] > date)
Bars.LoadMoreHistory();
Chart.ScrollXTo(date);
}
protected override void OnTick()
{
// Put your core logic here
}
protected override void OnStop()
{
// Put your deinitialization logic here
}
}
}
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
12 Apr 2021, 08:35
Hi thanhaing,
It should only happen during backtesting.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
12 Apr 2021, 08:34
Hi sue.bugg,
The only way to answer your questions is to share with us your cBot code as well as steps to reproduce such a behavior.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
12 Apr 2021, 08:32
Hi nelbons,
IB rebates is a broker's issue. You should contact IC Markets again regarding this question.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
12 Apr 2021, 08:30
Hi kammraz,
We were not able to reproduce such an issue. If you can record the entire process using a screen recorder, please forward it to us so that we can see what are the exact steps you follow to reproduce such a behavior.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
09 Apr 2021, 15:32
Hi reece.williamson1701,
There is a known issue related to push notifications for some IC Markets using the iOS app. It will be resolved in an upcoming update.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
09 Apr 2021, 15:26
Hi vu.patrik,
There is a known issue with these graphics cards. Unfortunately there is not much we can do.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
09 Apr 2021, 12:10
Hi XJaylyX,
No this is not possible at the moment.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
09 Apr 2021, 11:59
Hi Noppanon,
How did you come to this conclusion? It works fine for me.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
13 Apr 2021, 09:57
Hi yuval.ein,
This feature is in our backlog.
Best Regards,
Panagiotis
Join us on Telegram
@PanagiotisCharalampous