
Topics
Replies
PanagiotisCharalampous
08 Dec 2020, 09:37
Hi ctid2607700,
You can find all available methods documented in the reference, Have a look at the ChartArea interface and its methods.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
08 Dec 2020, 09:30
Hi ctid2908776,
You can write a condition like the below
if(Bars.ClosePrices.Last(1) > xxx)
{
// Close trades
}
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
07 Dec 2020, 16:36
Hi giulio_boschim
Can I choose that it auto-changes to match the current exposure (which evolves as I execute more orders)?
No there is no such built-in option. But you can always develop a custom cBot adjusted to your needs.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
07 Dec 2020, 14:53
Hi giulio_boschim
My reply remains the same. SL levels in cTrader does not change.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
07 Dec 2020, 11:02
Hi giulio_boschim
However, I want to know if the auto stop loss functionality which adjusts automatically (its not me manually changing the size of the stop loss as the position size i have in the instrument also changes with scaling in and scaling out orders, it is done automatically by the system) is already included into cTrader.
To be honest, I did not understand any auto adjustment functionality described in your requirements. What you described is that you don't want the SL to change each time a position is modified, which is what happens in cTrader.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
07 Dec 2020, 09:47
Hi rowandtimhawkins26,
Please see my reply to your other post here.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
07 Dec 2020, 09:43
Hi volkov.alexandro,
Backtesting dates are based on UTC time. Markets open at 21:00/22:00 UTC, depending on DST status. Therefore, if you start your backtesting on a Sunday, then it will start on Sunday 22:00, UTC If you start it on Monday then it will start on Monday at 00:00 UTC.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
07 Dec 2020, 09:26
Hi bsafindi,
cMirror was our signal mirroring service before we launch cTrader Copy. At the moment cMiror is being decommissioned and it is not supported any more.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
07 Dec 2020, 09:20
( Updated at: 07 Dec 2020, 09:50 )
Hi focusONanalysis,
Please use the correct sections of the forum to post your issues. This is the Suggestions section and this post will be deleted.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
07 Dec 2020, 09:18
Hi Davide,
Can you please post the complete indicator code so that we can check?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
07 Dec 2020, 09:14
Hi Andrzej_Szulkowski,
Please make sure you are using your broker's cTrader application to access your account.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
07 Dec 2020, 09:10
Hi imrealfighter,
The convention is that bid prices are used for drawing the chart. You cannot switch to ask prices.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
07 Dec 2020, 09:09
Hi giulio_boschim
The features you described are supported by cTrader. You can modify the position's volume as well as drag orders on the chart.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
07 Dec 2020, 08:42
( Updated at: 21 Dec 2023, 09:22 )
Hi rowandtimhawkins26,
Make sure that stopped strategies are shown in your Copy section
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
07 Dec 2020, 08:38
Hi shop.n33,
Did you change the code? If yes, what is the new source code?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
04 Dec 2020, 12:14
Hi shop.n33,
You should change the following line of code
ExecuteOrder(InitialVolume, GetRandomTradeType());
If you want only buy orders, it should be
ExecuteOrder(InitialVolume, TradeType.Buy);
If you want only sell orders, it should be
ExecuteOrder(InitialVolume, TradeType.Sell);
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
04 Dec 2020, 07:48
Hi abcdavid13,
No this is not available in the mobile applications.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
04 Dec 2020, 07:45
Hi web_wizard_chris,
I am full time at Spotware. We would like to add this feature in a later version but at the moment it is not in our priorities.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
03 Dec 2020, 21:58
Hi Shares4us,
I tried this with a simple cBot but could not reproduce. There is no exception in the log.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
08 Dec 2020, 12:34 ( Updated at: 21 Dec 2023, 09:22 )
Hi Lisa,
This warning pops up until you check not to show this message again. If you want to get it back, you need to perform a clean installation.
Best Regards,
Panagiotis
Join us on Telegram
@PanagiotisCharalampous