| Automated Trading Black box systems, strategy automation, algorithmic trading, etc... |
![]() | | Tweet | |
| | #1 | ||
![]() | Howto Remove Spkies in MC It seems profitable. but my datafeed contained some spkies, which I don't know how to remove them automatically. Does multicharts provide some functions just like Quotetracker did (ALT+CTRL+H/L). | ||
| |
|
| | #2 | ||
![]() | Re: Howto Remove Spkies in MC then go to QuoteManager to edit the data.
__________________ Only an idiot would reply to a stupid post | ||
| |
|
| | #3 | ||
![]() | Re: Howto Remove Spkies in MC Quote:
Last edited by ochie; 12-22-2009 at 10:47 PM. | ||
| |
|
| The Following User Says Thank You to ochie For This Useful Post: | ||
Tams (12-22-2009) | ||
| | #4 | ||
![]() | Re: Howto Remove Spkies in MC why TSsupport team don't provide us this feature? I have to write some python scripts to review data file before import into MC database... | ||
| |
|
| | #5 | ||
![]() | Re: Howto Remove Spkies in MC with today's high quality datafeed, they must have put it in the back burner.
__________________ Only an idiot would reply to a stupid post | ||
| |
|
| | #6 | ||
![]() | Re: Howto Remove Spkies in MC In my case, I use MAEnvelope(5,0.01) and MAEnvelope(5,0.02) filter out spikes and then replaced those spike high/low with nearby bar's high/low. In most cases, MAE(5,0.01) already fulfil my needs. but market volatility changes from time to time. so MAE(5,0.02) is needed when market volatility is too high. If somebody wants to use it on their own case, u'd better change it according to your own market volatility. This script works in most case. but still have a lot of room to improve. Btw, This script can process very large data file, let's say 10G or even bigger. what it only takes is time. but it's very fast though. I built up a datafile which contained 40 years 1 minute data. it takes me 160 seconds to revise. Here are some snaps. ![]() If highest or lowest price is the close or open price. this script just ignore it. Last edited by topbadbady; 12-23-2009 at 04:36 PM. | ||
| |
|
| The Following User Says Thank You to topbadbady For This Useful Post: | ||
Tams (12-23-2009) | ||
![]() |
| Thread Tools | |
| Display Modes | Help Others By Rating This Thread |
| |