Topics

Forum Topics not found

Replies

algotrader
05 Oct 2013, 22:42 ( Updated at: 21 Dec 2023, 09:20 )

Hi jeanclaude,

I'm glad to tell you that now sound in alert window is supported. So you don't need to put sound file anywhere, just reconvert your indicator.

and also even if i can see that code line     if (High[0] - Low[0] >= LevelSizePip)  the alert window is coming only when high - low > levelsizepip..........Do you know why please ?

To check this behavior I wrote indicator that shows height of bar in points:

 

Regarding to this picture everything is good.


@algotrader

algotrader
03 Oct 2013, 21:16

jeanclaude, problem with alert window in your indicator has been fixed. Please reconvert your indicator.


@algotrader

algotrader
03 Oct 2013, 08:54 ( Updated at: 21 Dec 2023, 09:20 )

Hello jeanclaude,

i cant change the color of the plotted signal

cAlgo doesn't support colors as a parameters for indicators, so you need to specify another color in mq4 code and then convert indicator:

i dont receive any alert window and no sound alert also

I'am investigating this issue about missing alert window. I will let you know when it will be fixed.


@algotrader

algotrader
13 Sep 2013, 08:15

Mocean, now your indicator is supported by http://2calgo.com


@algotrader

algotrader
11 Sep 2013, 13:59

RE:

Cerunnos said:

Has anybody developed an indicator for trading pin bar signals? Unfortunately I can not find one. Or how could you solve it?
Thanks in advance! Rainer

This one http://www.earnforex.com/metatrader-indicators/Pinbar-Detector

can be converted with 2calgo.com


@algotrader

algotrader
27 Aug 2013, 23:29

Please check out this indicator: /algos/indicators/show/323


@algotrader

algotrader
27 Aug 2013, 21:03

Unfortunately, your indicator can not be converted. It uses functions WindowFirstVisibleBar, WindowPriceMin, WindowPriceMax and comparing the strings. Those operators are not supported in the converter. Probably if you rewrite your indicator without such operators, you will be able to convert it.


@algotrader

algotrader
24 Aug 2013, 15:11

Put code from link http://codebase.mql4.com/305

to the field "Paste your MQ4 code here:", press Convert button and you will get code for cAlgo. This indicator is supported.


@algotrader

algotrader
23 Aug 2013, 20:49

If you mean RVI which is described here: http://codebase.mql4.com/305, you can convert it with 2calgo.com


@algotrader

algotrader
07 Aug 2013, 13:54

Problem is fixed, please reconverted your indicator


@algotrader

algotrader
07 Aug 2013, 08:59

Thank you for issue report. I will investigate this issue.


@algotrader

algotrader
02 Aug 2013, 09:06

You can convert your MQ4 indicator with 2calgo.com. Please tell if results will be different.


@algotrader

algotrader
01 Aug 2013, 19:06

RE: RE:
druster said:
adaled said:

you can try this 2calgo.com

/forum/indicator-support/1223

Hi, I converted code from MQ4 for cAlgo, and where to have paste new code ?

Thank you in advance!

  1. Open cAlgo platform
  2. Go to Indicators tab
  3. Press New button
  4. Give a name for your indicator
  5. Paste Converted code to the code editor
  6. Press Build button

Now you can find your indicator in cTrader: Indicators->Custom.

You can also look at an instruction for custom indicators from ctdn: http://help.spotware.com/calgo/custom-indicators


@algotrader

algotrader
31 Jul 2013, 18:39

RE:
forexner12 said:

I have tried but not succesful 

Now your indicator is supported by 2calgo.com. Please try to convert it one more time.


@algotrader

algotrader
30 Jul 2013, 08:51

RE:
DimitriK said:

I have permission from an indicator developer to re-compile his MT4 indicator for cTrader.

I am not a programmer, therefore I need someone to please do this for myself and the community.

It is a free indicator and very useful and popular between those who use it.

You can try to convert it with 2calgo.com


@algotrader

algotrader
14 Jul 2013, 04:46

Last indicator uses Multi-time frame feature.

Unfortunatelly, cAlgo doesn't support Multi-time frame at the moment. Regarding /forum/cbot-support/1191 cAlgo will support multi-time frame in 3 months.

As soon as cAlgo will support multi-time frame, 2calgo will support such indicators.


@algotrader

algotrader
14 Jul 2013, 03:40 ( Updated at: 21 Dec 2023, 09:20 )

RE:
Mocean said:

Thanks 2calgo - are you interested in some paid programming? Do you have a direct contact, email?

I am hoping Spotwre will get it right with this "Advanced Protection" feature coming out in the next version release, but chances are they only get some of the fetures needed.

Thank Mocean for your proposal, but I am not interested in paid programming.

Regarding your MACD indicator: I tried to add it to MetaTrader, but it works exactly as converted one: 

Could you please check that your code is for corresponding indicator?


@algotrader

algotrader
14 Jul 2013, 03:31

Thank you for your report. I will investigate this issue.


@algotrader

algotrader
14 Jul 2013, 03:23

just add instance of indicator, regardless compilation warnings


@algotrader

algotrader
14 Jul 2013, 03:22 ( Updated at: 21 Dec 2023, 09:20 )


@algotrader