Shijo Thekkel / Publications
Forum
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 intermidiate calculations, shows "2147483647". If any body got same issue
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 using return(x). My iCustom calling is working fine and inside the custom
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