Topic: code from mql at cs

Hi traders

Excuse my writing. I come from Italy and I'm helping with a translator. smile

Perhaps this topic has already been dealt with. I have the mql code of an indicator and I would like to use it with FSB.

I would like to try to create an expert advisor with this indicator because I'm fine.
How do I convert the code from mql to cs?

thanks for the answers smile

Re: code from mql at cs

It is not as simple as translating an indicator from one programming language to another.

I suggest you to take a look at our Open Source project at GitHub: https://github.com/PopovMP/FSB_Pro_Indicators

However, it is probably better for you to generate new strategies for data from your broker and account with FSB Pro by using the already available about 200 indicators.

Re: code from mql at cs

Popov wrote:

It is not as simple as translating an indicator from one programming language to another.

I suggest you to take a look at our Open Source project at GitHub: https://github.com/PopovMP/FSB_Pro_Indicators

However, it is probably better for you to generate new strategies for data from your broker and account with FSB Pro by using the already available about 200 indicators.

Hi Popov

Thank you for the advice. I'm just getting closer to the experts and for a few months I've been watching your video tutorials on FSB.

With this indicator I find myself fine ... however it is similar to the vortex indicator. I downloaded the cs version and inserted it into the folder but when i reload FSB me from this error:

ERROR: "Vortex Indicator" compilation failed.
      Line 79 Column 36: The name 'SlotTypes_OpenFilter' does not exist in the current context

thanks in advance for the help smile

Re: code from mql at cs

Your problem is with Vortex or with something you yourself tried to code?

Re: code from mql at cs

footon wrote:

Your problem is with Vortex or with something you yourself tried to code?

hi footon

you are right. I went off topic excuse me.

I confirm that the problem of the post concerns the question of the code from mql to cs smile

Re: code from mql at cs

Alessandro, first of all are you saying Vortex has a bug, it is not functional? This info is important, please tell.

Secondly, if you want to do it yourself, there is an old tutorial, I think it is good introduction to making custom indis for FSB.

It is here : https://forexsb.com/forum/topic/1380/tu … -with-fsb/

If you start by your own and have errors or questions, post your code and errors and we'll try to help you out on it.

smile