Topics
04 Aug 2017, 23:44
 2581
 7
Replies

mparama
03 Sep 2018, 16:10

RE: Thank you !

Panagiotis Charalampous said:

Hi mparama,

No it is not possible since the ChartScale information is not available via the API.

Best Regards,

Panagiotis

thanks anyway !


@mparama

mparama
14 Aug 2018, 21:12

Thank you very much it works fine !!!!!!!!!!!


@mparama

mparama
01 Jul 2018, 18:35

RE: RE: RE: RE: RE:

zedodia said:

Im still new to bots, ive been trading for a while now but bot facinate me for many reasons. im trying to find an actual bot that will be profitable. is this a dream or is it actually something i can obtain and help escape the rat race?

There is no a single bot that is always profitable.

To be profitable you need to build a strategy with min 5 to 10 and more bots with different logics.


@mparama

mparama
28 Jun 2018, 17:26

Dear Panagiotis,

thank you very much...it works !!!

Before it goes SLEEP I wrote the code to insert a text on the chart but it doesnt appear when it goes SLEEP.

//================================================

private void FreezeTime()
        {
            ChartObjects.RemoveAllObjects();
            ChartObjects.DrawText("DelayS", "\n\n\n\n\n\n\n\n\n\nFreeze" + " Delay:  " + timeFrameSell, StaticPosition.TopCenter, Colors.Red);
               if (freeze == 1)
                {
                    //------ 1000 = 1 secondo -----------------60.000  1 minuto----------------
                    System.Threading.Thread.Sleep(delayMinB * 60000);
                    ChartObjects.RemoveObject("DelayS");
                    freeze = 0;
                    CountS = 0;
                    OnStart();
                }
         }

//================================================

Any idea on how to solve it...?

Thank again !


@mparama

mparama
25 Feb 2018, 12:22

...When I try to change account in cAlgo the platform freeze..........and there is no way to change account as even restarting cAlgo it reconnect to the last account......

Any solutions ???


@mparama

mparama
15 Nov 2017, 20:09 ( Updated at: 15 Nov 2017, 20:10 )

15/11/2017 21:05:17.982 | Crashed in OnTick with NullReferenceException: Riferimento a un oggetto non impostato su un'istanza di oggetto.
this is the error showed


@mparama

mparama
27 Aug 2017, 15:34

Good Job Thank you !


@mparama

mparama
20 Aug 2017, 14:48

Hope next steps for cTrader is to prepare it for trading "futures"  it would be great !!!


@mparama

mparama
20 Aug 2017, 14:40

Thank you very much !

anyway I have solved the problem, I built an indicator that gives me the ratio of the two pairs.

Compliment for your great platform  and faboulus cAlgo it really make easy to built cBot and indicators..!!! 


@mparama

mparama
12 Aug 2017, 00:13

I think you can put the slippage limit :

[Parameter("Market Range - Slippage", DefaultValue = 3.5)]
        public double slippage { get; set; }

..............................................

...................................

 ExecuteMarketOrder(TradeType.Buy, Symbol, OrderSize, Label, SL, TP, slippage);

 


@mparama

mparama
12 Aug 2017, 00:03

I'm sorry you right I meant  2 charts overlap...

or if you know some indicators that does it in cAlgo

I need it as I'm trying "spread Trading" strategy

Thank you !!!


@mparama

mparama
04 Aug 2017, 23:45

RE:

mparama said:

Dear cTrader support,

There is any possibility to Overlay 2 maps....?

if yes how can I do it.

 

Sorry I meant OVERLAP 2 MAPS !!!!!


@mparama

mparama
03 Jul 2017, 05:20

I mean you can apply the signal..


@mparama

mparama
03 Jul 2017, 05:19

AutoChartist from Spotware

You can dowload Ctrader direcly from Spotware and there you find autochartist.....! and apply it on your live broker account...


@mparama