you can add buffer numbers to your ea by taking a guess as to what number it is, 0 - 8 for example. You will find the correct buffer number eventually, but it will take patience and testing :D.
If you are lucky, the buffers for sell and buy are simple 0 and 1. good luck.
It's possible to use indicator for EA without source code.
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
i have been given a indicator without mql4 file, just a ex4.
im trying to build a Ea with it, is it possible?
the indicator gives me buy and sells signals and it prints arrows on the chart wheneever theres a signal,
the only 2 vlue that the indicator is giving me back are:
sell signal: (with a value under 1)
buy signal: (with also a value under 1)
the value its null when there no signal, and if there is a signal the value is numeric
thanks everyone for the help