Forum

The Correct Code to use for this

Hi, I do understand about iMAonArray. To my Understanding if physically, the Moving Average Apply To is set to First Indicator Data which is the Stochastic. Someone send me this and i'm wondering how do i code this as his Moving Average is in the Stochastic Window But his Apply To is set to close

iMAonArray not working perfectly

hi, I need help on this indicator. I tried the iMAonArray, it is working but some how it doesn't indicate on all the point. MA is inside the Stochastic. EMA12 and EMA5. When both EMA at OB, it will indicate in the chart and same goes for OS

Freelance Programming

Hi, I have open a job request in freelance. If i have accept A developer to dothe job and i decided to cancel it after weeks, is it possible? will i be penalise for it? Thank you

Adding Stochastic at M1 taking data from M15

Hi, I'm trying to code a stochastic for M1 which take the data of M15. Somehow it doesn't works. been trying to figure out. Any senior could help me. thank you!! Here's my code iMA ( _Symbol , PERIOD_M15 , 50 , 0 , MODE_EMA , PRICE_CLOSE ,i)> iMA ( _Symbol , PERIOD_M15 , 100 , 0 , MODE_EMA

Adding Alert

Hi Mentors, Would greatly appreciate if anyone could help me to add alert to my indicator //---------------------------------------------------------------------------------------- input string __________1__________= "xxxxxxxxxxxxxxxxxxxxx" ; input string __________2__________= "=ARROW CODE=" ;

Code MACD into Stochastic

Hi, I would like to know from mentor here if is it possible to code MACD into Stochastic ? What i'm trying to get is if the MACD "MAIN" at stochastic Overbought or Oversold, will gave the alert. if it's possible, what are the code that i need to use? Thank You

Alert Trigger Only Once

Hi.. need someone to rectify the issues i'm having.. The alert is all working fine... But if the next bar have the same rules, the alert won't appear again as previously it has already appear.. which means the alert only trigger once bool alert[][ 9 ]; this the top part of it.. { int i= 0 ,j= 0

Account Lock Code

Hey Guys, Need some help.... What is the code use in MQL for trading account lock? which means, only the trading account no. that i set can use the indicator...... Account lock for indicator ya... thank you Can just post it here, i will input into my indicator... Thank You

Need guidance for indicator. Tried google for answers but couldn't get

Hi, First of all would like to appologies that i posted here in MQL5 Indicator instead of MQL4 indicator. For unknown reason i couldn't enter the MQL4. everytime i login, it will refresh and change to MQL5. Hope admin could move this thread to MQL4. I have posted before but with less details. so

Code to Use to define True or Fals

Hey guys, Need a little help. Still learning on coding. So i'm trying to create an indicator. but i have a problem. i have tried to google for answer but can't find it. hope someone here does know. i use the GVGet and GVSet function so will get a better picture //Ex. ( iOpen ( NULL , PERIOD_H1 , 0