mssarath / Publications
Forum
i have problem with fxfisherman output
Hi, I just tested this with a simple code. using 21 ema if price close above 21 ema buy if price close below 21 ema sell. indicator setup section MA(1) /* 21 period ema to close*/ logic section buy logic AND close>MA(1) Sell logic AND close< MA(1) hope things are right. i got out put , i am pasting