ProfJim / Publications
Forum
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 values are brought in lines 4 and 5 in start. The
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
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
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
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 always the same number. I am trying to get the new
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 right there! Why? The font in the help in the