fly7680:
using the command
#resource "Indicators \\ \\ myIndicator.ex4"
Right syntax is :
#resource "\\Indicators\\myIndicator.ex4"
and the code for inclusion in custom (),
iCustom(Symbol(), PERIOD_CURRENT, "::Indicators\\myIndicator.ex4", 0)
you can in the choice of the external parameter file .ex4?
whroeder1:
Using resource with indicators allow you to embed indicator's ex4 inside EA's ex4.
- Drop the resource, it has nothing to do which your indicators.
fly7680:
There is no problem, works well, but I wanted to be able to select from external parameter indicator that I write in the code #resource
There is no problem, works well, but I wanted to be able to select from external parameter indicator that I write in the code #resource
You can not
#resource is compile time (and compiler) directive
Ok thanks!
using the command
and the code for inclusion in custom (),
you can in the choice of the external parameter file .ex4?