Chewbaca
Chewbaca
Friends

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

Chewbaca
Registered at MQL5.community
Chewbaca
Added topic Calling a custom indicator to MT4 Expert
I have been using the indicators that come with Metatrader 4. I have been able to call them simply by for example using the following statement for Stochastic. Stoch=iStochastic(NULL,0,30,5,12,MODE_SMA,0,MODE_MAIN,0); However, I acquired an
Chewbaca
Added topic Adding Custom Indicator to Expert
Does anyone know how to add Custom indicators to an Expert Advisor & have it come up in the chart? Example of code for stochastic below. Stoch=iStochastic(NULL,0,14,5,3,MODE_SMA,0,MODE_MAIN,0);
Chewbaca
Added topic Coding a 30 wait
How would you code a the following logic? TakeProfit at 50 pips. If TakeProfit has been reached, TakeProfit & wait 30 minutes
Chewbaca
Added topic TakeProfit & Stop Trading
How would you code a routine that would say the following; If TakeProfit reaches 50 pips Close the order Stop trading