Codes

MACD Alert ea for MetaTrader 4

alerts the user if the macd is above 0.0006 on 5m or below -0.0006 on 5m

Forum

multiple mini lots

Hi all, bit of a small problem here. basically what i am trying to do is open up say 1.3 lots in an ea. it's mad easy to do 1.0 or .1 or 0.1 or whatever but for some reason i can't figure out how to get 1.3. is there some sort of loop i should go through in order to keep opening individual orders

indicator not showing up in window =(

took me a while but i thought...thought being the keyword here, that i finally got this indicator i've been working on to well...work. if anybody could take a look and see what the problem(s) is/are I would greatly appreciate it thank you

having problems =(

Hi, I am having problems coding my first custom indicator. ye i know this forum gets a lot of these posts, sorry =(. Basically, what I am aiming for is for this indicator to give me a certain probability, so to speak, of what the how the next candle will behave--based upon the data that I have

Looking for someone to help build a rather complex custom indicator

Hi, As the subject states, I am looking for somebody to help code a custom indicator for an algorithm i've made. If anybody is interested in helping out, or is just interested in the indicator itself--it revolves around binomial distribution theory and standard deviation --I would appreciate it

Need help making first indicator pl0x

Hi, as the subject states, i need help making my first custom indicator =(. i am trying to make an indicator (out of curiosity purposes) on simplistic probability using binomial distribution theory...here's the code: int start() { int i,counted_bars=IndicatorCounted(); //---- if(Bars<=MomPeriod)