Richard Mabayoje / Publications
Forum
Shift Parameter Missing For Indicators In Metatrader 5. It is Present in Metatrader 4
Hello All, Please can someone tell me how to implement the shift parameter for the iRSI indicator in Metatrader 5. I used it in my code i MT$. However on inserting the same code in the MT% editor I get an error on compilation because the shift parameter has been removed in Metatrader 5. The shift
My ordersend() command cant open any order
Dear members, Can any one please help me. my program cannot open any order. This is the first time I am using this command. I keep getting the error message "Invalid_Price_ Param" which is error 4107. Can anyone tell me what I am doing wrong. Thank You. int TN =
Please Help: How Do I Access External Variables from a custom indicator to be used in my code?
Please Could Anybody help me explain how I could access the moving average values of the external variables MA1 & MA2. I need to compare the 2 values in code. Please find attached the screen shot of the indicator as well as the code for the indicator