
Topics
Replies
PanagiotisCharalampous
14 Dec 2020, 11:15
Hi kirsty.higgins,
You need to provide us with the following information
- Your broker
- The account number from which you are following the strategy.
- A screenshot showing the deals and the DID which you think should not be executed.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
14 Dec 2020, 11:13
Hi bobscottbikes,
You need to provide us with the following information
- Your broker
- The account number from which you are following the strategy.
- A screenshot showing the deals and the DID which you think should not be executed.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
14 Dec 2020, 08:55
Hi enam3074,
This is not multisymbol backtesting but multi-instance backtesting. We do not have plans for this at the moment.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
14 Dec 2020, 08:50
Hi JeanPaul,
The Margin Used is 0 (probably no positions are open), consequently the margin level will be N/A. There is no margin level if there are no positions open.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
14 Dec 2020, 08:47
Hi Jakub,
There is no such option at the moment. You can con consider checking less combinations at a time.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
14 Dec 2020, 08:42
Hi enam3074,
Multisymbol backtesting is arleady supported in cTrader.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
14 Dec 2020, 08:40
Hi moukhlisse.o,
We do not plan to implement such a feature since it has only one vote.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
14 Dec 2020, 08:37
Hi Mario,
Yes it is. You should change the code as follows
if (position.GrossProfit > 0)
{
ExecuteOrder(InitialQuantity, TradeType.Buy);
}
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
14 Dec 2020, 08:31
Hi jeremy.ayres,
To show the indicator on the main chart, just set IsOverlay=True. See below
[Indicator(IsOverlay = true, TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)]
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
11 Dec 2020, 16:38
( Updated at: 21 Dec 2023, 09:22 )
Hi fx.pro,
Your problem is here
You need to check if the IndicatorArea is not null before you draw objects on it.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
11 Dec 2020, 12:18
Hi xabbu,
You need to check if the position that triggered this event has the same symbol as the one the instance is running on. Like below
private void OnPositionsClosed(PositionClosedEventArgs args)
{
if (args.Position.SymbolName == Symbol.Name)
{
// Run your code
}
}
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
11 Dec 2020, 10:21
Hi ctid2032775,
Please try again now. Seems something went wrong in the upload process.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
11 Dec 2020, 08:56
Hi francescomenin96,
Please use the Suggestions section for suggestions.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
11 Dec 2020, 08:55
Hi brunoreiz14,
You just need to double click on the .algo file and the indicator will be installed on your cTrader.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
11 Dec 2020, 08:54
Hi a_j_cliff,
Here it is https://ct.ftmo.com.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
11 Dec 2020, 08:52
Hi fx.pro,
Please post the complete cBot code and parameters so that we can check.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
11 Dec 2020, 08:47
Hi amirus.stark,
You should make your parameters public
//parameter
[Parameter("Volume Retrace - % Backward Limit", DefaultValue = 50)]
public int volBackwardLimit { get; set; }
[Parameter("Volume Retrace - % Forward Minimum", DefaultValue = 125)]
public int volForwardMinimum { get; set; }
[Parameter("Volume SPIKE - % Spike Restriction", DefaultValue = 300)]
public int volSPIKERestriction { get; set; }
[Parameter("Volume SPIKE - EMA Period", DefaultValue = 36)]
public int volSPIKEMA { get; set; }
[Parameter("Volume EMA Period", DefaultValue = 100)]
public int lengthEMA { get; set; }
[Parameter("WMA Period 1", DefaultValue = 20)]
public int WMA1 { get; set; }
[Parameter("WMA Period 2", DefaultValue = 100)]
public int WMA2 { get; set; }
[Parameter("WMA Period 3", DefaultValue = 400)]
public int WMA3 { get; set; }
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
11 Dec 2020, 08:31
Hi Nobody,
Please provide the complete cBot code and steps to reproduce the problem, like cBot parameters, backtesting dates etc.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
11 Dec 2020, 08:28
( Updated at: 21 Dec 2023, 09:22 )
Hi brunoreiz14,
If your indicator has been installed properly, then you should be able to find it here
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
14 Dec 2020, 12:29
Hi dordkash@gmail.com,
If you need somebody to develop the cBot for you, you can post a Job or contact a Consultant.
Best Regards,
Panagiotis
Join us on Telegram
@PanagiotisCharalampous