duke56468 683 posts msg #87797 - Ignore duke56468 |
2/4/2010 11:23:00 AM
need help trying to get something resembling ATR superimposed on the price chart, can this be done?. (OK you can all stop giggling now) :)
show stocks above MA52
set{hi14, high(14)}
set{lo14, low(14)}
set{hilo14,(hi14+lo14)/2}
draw hilo14
also tried this
show stocks above MA52
set{hi14, the highest price within last 14 days}
set{lo14, the lowest price within last 14 days}
set{hilo14,(hi14+lo14)/2}
draw hilo14
|
chetron 2,817 posts msg #87803 - Ignore chetron |
2/4/2010 12:08:17 PM
COME ON, DUKE. YOU CAN DO BETTER....
|
duke56468 683 posts msg #87813 - Ignore duke56468 |
2/4/2010 2:31:48 PM
Thanks Chet..I had so may errors its hard to know where to begin.
|
chetron 2,817 posts msg #87814 - Ignore chetron |
2/4/2010 3:12:21 PM
DO ONE LINE AT A TIME AND DRAW THE RESULT. ONLY WHEN YOU GET THAT RESULT CORRECT, MOVE ON TO THE NEXT AND DRAW THAT.....
HTH
|
duke56468 683 posts msg #87815 - Ignore duke56468 |
2/4/2010 3:30:21 PM
Thanks I appreciate the help. :)
|