mssarath / Profile
Friends
Requests
Add friends via their profile or user search and you will be able to see if they are online
Outgoing
mssarath
Added topic 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<
: