ProfJim
ProfJim
Friends

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

ProfJim
Registered at MQL5.community
ProfJim
Added topic Can some one tell me why one indicater value is read by an EA and another is not?
I have attached an EA and two indicaters. Note the comment when running the EA in tester. The value from HPthreePM (which I don't really care about, just testing) shows up but the value from AR3EURUSDH1a does not. I do want AR3EURUSDH1a though. The
ProfJim
Added topic Why is this line not showing?
The indicator line "hpvcum" is not showing up. Why? I know it is not doing much right now. I'll make it do something after I see it
ProfJim
Added topic Can someone please tell me......
Why the indicator buffer , AVGbuf (near the bottom of start) is 0? The other indicators work. When I put the value in a normal array, t1, it works. When I made t1 the indicator buffer...0
ProfJim
Added topic cannot open file error 4103
Can anyone please tell me some of the most common reasons for the error and the fixes? The file is in ...experts\files
ProfJim
Added topic How do arrays get shifted?
Attached is a program I am working on. My first one. :-) I have comments in the prog about my problem. I also have a comment on the screen for bebugging. dRegBuffer is the indicator buffer . The problem is that dRegBuffer[0] and dRegBuffer[1] are
ProfJim
Added topic error and font question
this line: double ncoef1b = {ncoef1b0,ncoef1b1}; it is defined as an array earlier. gives tgis error: '}' - comma or semicolon expected C:\Program Files\MetaTrader – MB Trading\experts\indicators\Regression1.mq4 (40, 47) and the semicolon is setting