Shijo Thekkel
Shijo Thekkel
Friends

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

Shijo Thekkel
Added topic Trouble accessing buffer inside an indicator- please help
When ever I try to get the value from a buffer, I am getting "2147483647". But if I try to get the value from a buffer used to store another indicator values, say "MACD", it gives the correct values. Any other buffer used for
Shijo Thekkel
Added topic Get an integer from a custom indicator
I am trying to use a custom indicator to take the trading decision. So I am expecting a "1" for buy and "2" for Sell. How can I implement that?. I tried to add another buffer, but unsuccessful. Also tried to return the integer
Shijo Thekkel
Registered at MQL5.community
Shijo Thekkel
Added topic wait for 3 bar formation after placing the Order
Hi Guys, I need help to create a code to make the EA wait for n number of bars before modifying the order. Sleep() not working in this situation. Thanks in advance Shijo