Code Help

 
Files:
 
mayflr2019:
how to change the code of xx.mq4 to make the masterEntry indicator shows on lower time frame ?
 

Hi

You should find a freelancer to do this for you. Basically, instead of iMA use iCustom with chosen parameters:

 int TradingMode = 2; //neutral

iCustom(Symbol(),InpTimeframe, “UltradeFX_-_Master_Entry”, “”, TradingMode, false, false, false, buffer, mtfBar);

But you  need to set 4 buffers– instead of 1 – like on MA. And use number of buffer in the iCustom function for each buffer.

Best Regards