[ARCHIVE] Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Nowhere without you - 3. - page 439

 
Vinin:

Counting. Everyone's been studying arithmetic.

Like what? How do you link pips and time?
 
dkfl.zrjdktdbx:
I'm at a loss!!! What is it missing? Yeah, and the last alert doesn't execute...


What does R1 and expiration equal ?

The last Alert should not execute as the error has already been cleared by a previous call to GetLastError()

 
Thank you! R1=0, extern datetime expiration=0; .
 
001:

For example? How do you link pips and time?

Go to rate pips/time or pips/bar
 
Vinin:

Go to rate of pips/time or pips/bar

This question, to myself, cannot answer correctly for a long time, help if you know how.
 
Fantastic! Looks like it's 0!!!
 
Is there any way to track all EA actions, i.e. creating variables, assigning values to them, comparing conditions, etc.?
 
What for? (Smiley face extreme surprise)
 
sss2019:
Is there any way to trace all EA actions, i.e. creation of variables, assigning values to them, comparing conditions, etc.?

If you attach Print() to each action, you can.

In the MT4 debugger tester no debugging has been noticed.

 
dkfl.zrjdktdbx:
Why? (Smiley face extreme surprise)
Hmm, first time I've seen the question - why look for bugs in code... Finding bugs is 50% of all programming, so there you go!
Reason: