Originally Posted by ItalianSharp Does anyone know how to get this indicator to work for FOREX?
It does a great job with emini futures, but I get an error message if I try to use it for spot currencies. Anyone has any clue on what changes should be made to the ELD?
Thanks in advance for anyone who can help.
IS |
Your most likely getting an array bound error ... if so
Change the compress input in this manor, increas that input by 1 until the profile is ploted.
note: by doing that your telling the indicator to combine X ticks as one tick.
where x = the number of the compress input your using.
Or
your using TS costum sessions charts... if so the code as is will not work with costum sessions charts.
Take care
sep34