PanagiotisCharalampous's avatar
PanagiotisCharalampous
26 follower(s) 0 following 1006 subscription(s)
Replies

PanagiotisCharalampous
25 Aug 2020, 16:20

Hi tomtr27,

We cannot remove a feature because one trader doesn't like it. If you do not like the stop out method, you can always use a stop loss to exit from a position.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
25 Aug 2020, 16:18

RE: "copying not started"

ctid2376293 said:

"please chek why positions not opens in my account"

Hi ctid2376293,

You are posting in an irrelevant thread. Please create a new thread for your issue.

 Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
25 Aug 2020, 16:03

Hi tomtr27,

Stop out type is controlled by the broker. It is the broker's choice what kind of stop out you will have.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
25 Aug 2020, 14:27

Hi xabbu,

You are passing wrong parameters in the indicator. Here is the correct way to initialize it

 _sma = Indicators.GetIndicator<SampleSMA>(MarketData.GetBars(TimeFrame.Daily).ClosePrices, 14);

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
25 Aug 2020, 12:47

Hi xabbu,

Can you please explain to us what do you mean that it does not work? Also can you provide the indicator code so that we can reproduce what you are seeing?

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
25 Aug 2020, 12:45

Hi fang0092,

Just check the TimeFrame property.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
25 Aug 2020, 10:26

Hi thorb77,

No there is no such API. If you need advanced protection, you will need to program it yourself.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
25 Aug 2020, 10:00

Hi patrock333,

There are several ways you could achieve this like writing on a file or using pipes. You should select the best approach based on your own needs.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
25 Aug 2020, 08:03

Hi Raphael,

See an example below

           var position = ExecuteMarketOrder(TradeType.Buy, Symbol.Name, 1000).Position;
           position.ModifyStopLossPrice(Bars.Last(1).Low);
           var takeProfit = position.EntryPrice + ((position.EntryPrice - position.StopLoss) * 1.5);
           position.ModifyTakeProfitPrice(takeProfit);

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
25 Aug 2020, 07:48

Hi Sam,

This is probably caused by the fact that the series you retrieve do not have data before that date. You should try retrieving bars instead of series and use LoadMoreHistory() to retrieve adequate bars so that your indicator can display values for the days you wish to see.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
24 Aug 2020, 15:03

Hi Tim,

Trading history is available thought the History property of an Algo object. You will need to write your own code to export it though.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
24 Aug 2020, 08:20

Hi Adlin,

Can you please provide more information on how to reproduce this issue e.g. exact steps, a video or some screenshots?

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
24 Aug 2020, 08:14

Hi RyeRover,

Which broker do you use?

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
24 Aug 2020, 08:13

Hi Sam,

Please explain why do you think it is not loaded properly? What is the indicator supposed to do? What did you expect to see and what do you see instead?

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
24 Aug 2020, 08:09

Hi Ketu,

Do you still experience this issue?

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
24 Aug 2020, 08:08

Hi firoozhariva,

  1. Can you please provide a link to the page where this is mentioned? HLC charts are available only in cTrader Web at the moment
  2. If you are using FxPro cTrader and you cannot see your accounts, please contact FxPro.
  3. There is no such option at the moment.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
24 Aug 2020, 08:01

Hi rgnilson,

Can you please try clearing your your browser's cache? If this does not resolve the issue, please record a video of the behavior and send it to us.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
24 Aug 2020, 07:59

Hi luciancastro89,

The processor should be the most important aspect to look into.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
24 Aug 2020, 07:49

Hi Seb,

You ask for professional assistance regarding this by posting a Job or reaching out to a Consultant.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
24 Aug 2020, 07:46

Hi video4learn,

We do not offer such a service in this site unfortunately.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous