Starting point is pedro01's post:
OK - let me suggest ESL # 1.
First ESL we need is one that goes on the 60,30,10,5,3,1 minute $INDU
Inputs :
OSArea(-80), OBArea(80); // because different oscillators will have different OS/OB zones
Pseudo Code :
1 - calculate indicator value // here's where you call your macci or its replacement
2 - analyse the value
-- Here's the tricky part - what info do we need about the value
a) is it in the OB or OS zone
b) is it changing direction
c) is it changind direction out of OB/OS
d) is it flat
e) is it pointing up or down
3) based on a to e, we set a global var telling us what that timeframe is doing
So - what do we want to know about the oscillator - just OB & OS - or do we want to make it more sophisticated ?
Let's not get into code yet - let's just lay down the requirements - what is it we want to know about the oscillator in the various time frames ? Remember - it may be more important that it's turning than that it's in OS/OB.
Thoughts ?
OK - let me suggest ESL # 1.
First ESL we need is one that goes on the 60,30,10,5,3,1 minute $INDU
Inputs :
OSArea(-80), OBArea(80); // because different oscillators will have different OS/OB zones
Pseudo Code :
1 - calculate indicator value // here's where you call your macci or its replacement
2 - analyse the value
-- Here's the tricky part - what info do we need about the value
a) is it in the OB or OS zone
b) is it changing direction
c) is it changind direction out of OB/OS
d) is it flat
e) is it pointing up or down
3) based on a to e, we set a global var telling us what that timeframe is doing
So - what do we want to know about the oscillator - just OB & OS - or do we want to make it more sophisticated ?
Let's not get into code yet - let's just lay down the requirements - what is it we want to know about the oscillator in the various time frames ? Remember - it may be more important that it's turning than that it's in OS/OB.
Thoughts ?