gopal krishan doda
gopal krishan doda
Friends

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

gopal krishan doda
Added topic Inicator to Expert Advisor - Need Help
Hello, I'm converting one indicator to expert advisor. The code is almost complete for BUY order. But it is not working. I'm sure, it's just a small error in the code. Please check that. Thanks
gopal krishan doda
Registered at MQL5.community
gopal krishan doda
Added topic Calculating the difference in Pips
Hello, I need to calculate the difference in pips of two values. e.g. // some price double var1 = 1. 3574 ; // current price double cprice = Close[0]; How to calculate the difference of pips in these variables, considering the decimal places used by
gopal krishan doda
Added topic Converting to Expert Advisor. Please help
Dear All, I'm converting one indicator to expert advisor. The code is almost complete for BUY order . But it is not working. I'm sure, it's just a small error in the code. Please check that. Thanks
gopal krishan doda
Added topic Heiken Ashi version
Hello, Can anyone help me in finding out the variant of Heiken Ashi indicator whose output is similar to the attached image ? Thanks GK Heiken Sample output
gopal krishan doda
Added topic CycleIdentifer
Hello, Anyone has CycleIdentifer indicator which does not repaint. Thanks GK
gopal krishan doda
Added topic MACD expert advisor
Hello, I'm looking for a expert advisor code based on MACD lines and not on histogram which is given bydefault with MetaTrader software. Buy when the MACD crosses up through the signal line , and sell when it crosses down through the signal line