NickBlack
NickBlack
Friends

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

NickBlack
Added topic Getting Confidence
I've been working on EA's for 5ish Months now, and i finally have one I feel quite happy with (Still not done, I'll never be 100% done untill I achieved the "grail" lol) but i've come to a dilema, now its come down to me being scared to let
NickBlack
Added topic MQL4 only minutes?
as I was looking for a more complete history to test my ea on(the history files I have now contain holes that are month's long) I saw that Mql4 has the smallest interval of minutes for history instead of a tick by tick history. is this true? if so
NickBlack
Added topic FileSeek?
hello everyone, I can't seem to figure out how to Flile_Seek Specific Points. eg. I'll have a file like this: 1.5;0.56;5 2.2;0.66;8 0.3;0.75;5.2   and I want to Get the second line down, and third deliminated number across. (8) i take it it
NickBlack
Added topic count what colum a number is in.
doing some testing on a program, I know what answer I'm suppose to get, but instead I'm getting these answers: suppose to be: 5      really is 58.227 suppose to be: 2      really is 28.227 suppose to
NickBlack
Added topic Organizing Class's
hey, my programs are starting to get awfully long, I'm trying to keep everything nice and simple by using big spacing between sections and lots of comments. but is there a way you can have different classes on different pages (and perhaps even have
NickBlack
Added topic adding procentages
i know this is a more general math question then a specific Coding question, but it's for my EA is there a way to add together chances eg Prediction 1 predicts that there's a %55 chance the next candle will be going up Prediction
NickBlack
Added topic left parenthesis expected
Normally this is just a syntax error, but i cant find any missing brackets or end of line stuff.. help? the 2 errors: '!=' - left parenthesis expected (52, 13) ';' - left parenthesis expected (54, 21) the code : int hours[]; int weeks[]; int
NickBlack
Added topic taking values from Indicators
I'm sure someone else probably asked this question already but i cant seem to find an answer.. is there some command i can use (eg. int indicator.CCI.Value1 ) to get output values from a given indicator? right now I modify the indicator to export the
NickBlack
Registered at MQL5.community