In setting up an indicator the name is not shown but the formula is. For Example:-
Indicator named " MACD crossing down"
Formulae: H * ABS(XAVGC12 - XAVGC26 < XAVG(XAVGC12,9) - XAVG(XAVGC26,9) AND XAVGC12.1 - XAVGC26.1 >= XAVG(XAVGC12.1,9) - XAVG(XAVGC26.1,9))
Underneath the chart I would expect to see the given name "MACD crossing Down" but no I get the formulae written out as follows: (H * ABS(XAVGC12 - XAVGC26 < XAVG(XAVGC12...) It does not happen where "System Indicators" are displayed only where "My Indicators (Formulas)" are used.
|
What would be the formulae to capture the DMI + sign and The DMI - sign which can generate buy and sell signals
|
I get an error message " divide by 0" to the following formulae and yet it appears to work
(O1>C1)AND(C>O)AND(C<=O1)AND(C1<=O)AND(O1-C1)/((.001+(H1-L1))>0.6)AND(C-O)/((.001+(C1-O1))<.6)ANDABS(O1-C1)>((ABS(O2-C2)+ABS(O3-C3)+ABS(O4-C4)+ABS(O5-C5)+ABS(O6-C6)+ABS(O7-C7)+ABS(O8-C8)+ABS(O9-C9)+ABS(O10-C10))/10)*1.3
The same error message for Hammer 'divide by 0"
|