Replies

raphael.mca@hotmail.com
26 Aug 2020, 19:25

RE:

PanagiotisCharalampous said:

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

 

 

 

Thank you very much my friend ... it worked perfectly!


@raphael.mca@hotmail.com

raphael.mca@hotmail.com
17 May 2017, 19:27

Good afternoon friend...

cAlgo is free and has no license to use.

You said you're coding a cBot in C #, I have a strategy and would like to create a cBot for it, but I do not have the necessary knowledge for this.

Can we talk about you creating my cBot?


@raphael.mca@hotmail.com

raphael.mca@hotmail.com
16 May 2017, 15:54

RE: RE:

.ics said:

Spotware said:

Dear .ics,

We tried to reproduce your issue without success, based on the code you have posted. Could you please provide us with more information regarding your issue?

In addition, could you please tell us if you receive an error message, exception code?

Hi,

I was able to solve the issue with thanks to tmc.

Problem got solved by removing the algo and indicator, and rebuilding them from scratch.

 

Good afternoon my friend.

I am interested in getting a cBot based on the Renko indicator, the rules of buying and selling are quite simple.

I noticed that you are or were building a cBot based on this indicator.

If you completed the creation of this cBot (based on the Renko indicator) could you help me? Or who knows how to share your cBot with me?

Thank you and good luck.

@raphael.mca@hotmail.com

raphael.mca@hotmail.com
29 Apr 2017, 19:32

I'm also looking for a cBot that trades according to the Renko chart. I have a very good trading logic, which depends on the Renko chart, unfortunately I am not aware to create a cBot, if you can, let me know.


@raphael.mca@hotmail.com

raphael.mca@hotmail.com
24 Apr 2017, 16:31

What cBot are you using?


@raphael.mca@hotmail.com

raphael.mca@hotmail.com
24 Apr 2017, 14:38

RE:

derekszyszka said:

Its expired, thats too bad. I wanted to add my PnL percentage code, mixed with my api for automatic account transfers. That way you cant blow up your account on a sudden large movement swing because its constantly taking your profits out. 

Do you have an API that automatically transfers your funds to another account / bank?


@raphael.mca@hotmail.com

raphael.mca@hotmail.com
24 Apr 2017, 14:34

RE: RE: RE:

trend_meanreversion said:

raphael.mca@hotmail.com said:

trend_meanreversion said:

It does a couple of things like very good few stable martingales strategies 1) Find good entry 2) Have a determinsintic approach to grid 3) Have a proper approach for Take Profit. Of course you can use wrong settings and it is easy to blow account with a Martingale bot. Also such bots expect market reversals so not sure what were you asking. In any case, good luck !!
I'm following up with your work and recently I'm using your cBot in my demo account.

I did countless backtest's and everyone gave me satisfactory results, congratulations for your work.

I'll keep using the demo account to evaluate his behavior live.

I have an excellent strategy and trend, but I do not have the necessary knowledge to create a cBot, if you are willing and with time, I can explain the step-by-step in detail so that you create the cBot and we can even merge the condition of Martingale next to my strategy, what do you think?

 

Sure mate, drop me an email @  "trend_meanreversion@yahoo.com" and we can carry this conversation in detail there. I don't promise anything but dependant on your strategy, i can be able evaluate if it is under my expertise of implementation and value of my time/effort.

 

 

I emailed you with some information about my proposal.


@raphael.mca@hotmail.com

raphael.mca@hotmail.com
20 Apr 2017, 14:20 ( Updated at: 21 Dec 2023, 09:20 )

RE:

trend_meanreversion said:

Finally something which is looking good to earn quick bucks !!.. ( Thanks to everyone who suggested that martingale isn't always a bad option )

New version of DAX_HFT released !!

From 21 Sep 2014 - 16 Aug 2016

Total Return : 550%

Max DD : 6.5% ( balance)

Max DD :  27.8% ( equity )

Return/DD(balance): 84:1 (approx)

Return/DD(Equity): 20:1 (approx)  [ So you can leverage according to your needs ]

 

My friend, I appreciate the work you do with your cBot's.

Is this the same image from this link?
/algos/cbots/show/1622

@raphael.mca@hotmail.com

raphael.mca@hotmail.com
20 Apr 2017, 14:16

RE:

trend_meanreversion said:

It does a couple of things like very good few stable martingales strategies 1) Find good entry 2) Have a determinsintic approach to grid 3) Have a proper approach for Take Profit. Of course you can use wrong settings and it is easy to blow account with a Martingale bot. Also such bots expect market reversals so not sure what were you asking. In any case, good luck !!
I'm following up with your work and recently I'm using your cBot in my demo account.

I did countless backtest's and everyone gave me satisfactory results, congratulations for your work.

I'll keep using the demo account to evaluate his behavior live.

I have an excellent strategy and trend, but I do not have the necessary knowledge to create a cBot, if you are willing and with time, I can explain the step-by-step in detail so that you create the cBot and we can even merge the condition of Martingale next to my strategy, what do you think?

@raphael.mca@hotmail.com

raphael.mca@hotmail.com
19 Apr 2017, 23:10

I was able to install it, thank you.

@raphael.mca@hotmail.com