Dukascopy Support Board
http://www.dukascopy.com/swiss/english/forex/jforex/forum/

Fractals indicator help
http://www.dukascopy.com/swiss/english/forex/jforex/forum/viewtopic.php?f=77&t=51935
Page 1 of 1

Author:  breeze [ Fri 28 Nov, 2014, 07:58 ]
Post subject:  Fractals indicator help

Hello, i am new in jForex programming. I have coded a lot of indicators and experts in MQL language and I have just start to study the jForex platform.

I am having some troubles to understand the jForex program structure philosophy. For example in mql4 I can easily read the output of a Fractal indicator like this:

upFractal = iFractal(Symbol(), PERIOD_M15, MODE_UPPER, 3);
if (upFractal > 0) {
...
}

What this figure out in jForex?

Thanks in advance

Author:  tcsabina [ Sun 07 Dec, 2014, 20:33 ]
Post subject:  Re: Fractals indicator help

Hi,

I suggest to start with the wiki. Tons of examples available there...

Next to this, there is the javadoc. More for programmers.

And finally, the forum.


Good luck!

  Page 1 of 1