- Search Crypto Craft
- aristid replied Jul 16, 2013
hello all, I downloaded EaglePip's plugin, I believe I know what jvbs wants, and the enguls are wrong. Like I said on the first page, here is the code: this pseudocode should be good for a programmer: If c[1]>o[1] then prev_up_o=o[1]; If c[1]<o[1] ...
Hi guys, I need an engulfing indicator with alert signal
- aristid replied Jun 25, 2013
Hello all, I think I know what jvbs wants, I have it working on tradestation but I dont know mql4 (yet). this pseudocode should be good for a programmer: If c[1]>o[1] then prev_up_o=o[1]; If c[1]<o[1] then prev_d_o=o[1]; if c>prev_d_o then bearish; ...
Hi guys, I need an engulfing indicator with alert signal