Forum

Using Fractals in an EA

Pls I'm presently faced with a problem, and that's using the Bill Williams indicator( Fractals ) here's the code pls direct me. // initializations double fraCurrent, fraPrevious; //Calculate indicators' value // Fractal Current fraCurrent = iFractals(NULL, 0, MODE ?, 0); original statement

How do I get a history of charts since 2006

I need some help getting history data on certain currency pairs , pls how do I go about it

Using Imported Metaquotes History Charts

I faced an issue after downloading charts off the metaquotes history center under < TOOLS > option menu, but couldnt import them to do my work due to its incompatible format, hope I can get some help here. Thanks

Using Fractals in an EA

Pls I'm presently faced with a problem, and that's using the Bill Williams indicator( Fractals ) here's the code pls direct me. // initializations double fraCurrent, fraPrevious; //Calculate indicators' value // Fractal Current fraCurrent = iFractals(NULL, 0, MODE ?, 0); original statement