Friends

Add friends via their profile or user search and you will be able to see if they are online

greif
Registered at MQL5.community
greif
Added topic Avoid EA trading after GAP
Because after gap some indicators behavior is not usable for EA decision, I use simple code to avoid EA trading after GAP. At params section of EA add: extern int MinGapSize = 3; extern int BackGapBars = 10; .... add check of Gap before decision of