Forum

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 different groups of classes in their own folder)

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 my baby loose into the real world. I'm not to scared to

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, then my back testing results are going to be

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 should look something like this (Error handleing not shown

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 be: 0.3 really is 3.8227 suppose to be: 50 really is 582.227 so to fix what I'm getting into what

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 2 says there's a 53 chance it will go up and prediction 3 says there's

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 months[]; double lastTick = 0; int hourCount = 0; int

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 values to a txt and then have my EA read the txt