My brain just went blank this morning. In EA's I normally compare one indicator against another. For the likes of me I tried a few minutes ago to code to see if the moving average of the indicator is greater than the ask of the current bar.
PHP Code:
if (indma_cur0>ask() . . . . .
I get an error on the ask().
Could somebody with an alert brain help me on this - What a way to start the day!
Dave