Ademola Temenu / Profile
- Information
- 9+ yearsexperience0products0demo versions0jobs1signals0subscribers
Friends
59
Requests
Outgoing
Ademola Temenu
Left feedback to developer for job Personal system
Once again wahoo has out done himself.
well done
very professional and customer centered
Ademola Temenu
Left feedback to developer for job Mod arb script
Best coder i know, worth every credit and more.
So much talent for you young man.
Ademola Temenu
Added topic Please i need to add an extra condition to this filter
//MACD Filter double macd_main = iMACD(a_symbol_0,0,12,26,9,PRICE_CLOSE,MODE_MAIN,1); double macd_sig = iMACD(a_symbol_0,0,12,26,9,PRICE_CLOSE,MODE_SIGNAL,1); if ((a_cmd_8==OP_BUY)&&(macd_main<0)) { return(0); } if