Quote from fifo:
ES, not too sure what you mean by start date. The indicator should start x periods from the last bar always. i.e last bar - 299 bars. It should be dropping the first bar and adding the new bar for all calculations. If its not doing that than it is flawed and maybe something in the code is missing??
Quote from rjb1024:
Greetings fifo and es
A minor change to cr_v1c may be needed.
I analysed the segment of the code originally written by [ang]. The first time the indicator is placed on a chart it drops an 'anchor' 298 bars back from the current bar. Each subsequent calculation references that anchor point. ie as each new bar arrives the period effectively increases by 1 (299,300,301...). I guess [ang] put this behaviour in by design. If we want the period fixed relative to the current bar then it requires a simple change to the code. Please advise.
cheers
rjb1024
Quote from oraclewizard77:
I use FXCM, would those indicators work in their standard applicaiton?
By the way, I did take your first test trade with real money, but got stopped out since I set my stop too closee to the previous low and did not take into account the spread was large. Again, I will always use stops so not sure if this method is for me but may play around a little more.
Anyway, my 2 other real money forex trades that I use for my own system with stops and profit targets worked fine, so I am still up this week.
Quote from rjb1024:
Greetings fifo and es
A minor change to cr_v1c may be needed.
I analysed the segment of the code originally written by [ang]. The first time the indicator is placed on a chart it drops an 'anchor' 298 bars back from the current bar. Each subsequent calculation references that anchor point. ie as each new bar arrives the period effectively increases by 1 (299,300,301...). I guess [ang] put this behaviour in by design. If we want the period fixed relative to the current bar then it requires a simple change to the code. Please advise.
cheers
rjb1024