Search found 16 matches
- Wed Jun 09, 2010 4:37 am
- Forum: TheRumpledOne
- Topic: Signal Bender
- Replies: 461
- Views: 245894
- Gender:

Hey Smoke, Thats pretty interesting... Is there anyway we can harness that data in MT4? What do you mean? You mean creating these indicators in MT4? or just getting the OHLC data? The best way is to capture the OHLC data and then do all of your calculations in Excel (sounds like gfg1 is on the righ...
- Wed Jun 09, 2010 3:40 am
- Forum: TheRumpledOne
- Topic: Signal Bender
- Replies: 461
- Views: 245894
- Gender:

- Mon Jun 07, 2010 3:08 pm
- Forum: TheRumpledOne
- Topic: Signal Bender
- Replies: 461
- Views: 245894
- Gender:

- Mon Jun 07, 2010 2:37 pm
- Forum: TheRumpledOne
- Topic: Signal Bender
- Replies: 461
- Views: 245894
- Gender:

Smoke, are you by chance exporting MT4 data to an excel spreadsheet? If so, mind telling how you are doing that? TIA Yes, or I used to. I'm moving away from Excel more and more. I have an EA that exports data to .csv files, and then a VBA routine in Excel to convert and parse the data. I didn't wri...
- Mon Jun 07, 2010 4:44 am
- Forum: TheRumpledOne
- Topic: Signal Bender
- Replies: 461
- Views: 245894
- Gender:

- Mon Jun 07, 2010 2:15 am
- Forum: TheRumpledOne
- Topic: Signal Bender
- Replies: 461
- Views: 245894
- Gender:

I suggest adding real-time TAC. Instead of using the current high or low in the equation, you use the close. So, long RT TAC becomes Current Close - Previous Low and short becomes previous high - current close. Then compare this to the regular TAC. I do it again as a percentage. So, if you see a spi...
- Sun Jun 06, 2010 4:41 am
- Forum: TheRumpledOne
- Topic: Signal Bender
- Replies: 461
- Views: 245894
- Gender:

- Sat Jun 05, 2010 3:06 pm
- Forum: TheRumpledOne
- Topic: Signal Bender
- Replies: 461
- Views: 245894
- Gender:

- Sat Jun 05, 2010 2:58 pm
- Forum: TheRumpledOne
- Topic: Signal Bender
- Replies: 461
- Views: 245894
- Gender:

Smoky, would you mind giving an example of this on a chart? TIA Sorry, I'm more of a numbers guy, and never really learned MT4 fluently, so it would be quite a task for me to come up with this on a chart. I'm just trying to help simplify things. Instead of two lines for each side, you could combine...
- Fri Jun 04, 2010 3:13 pm
- Forum: TheRumpledOne
- Topic: Signal Bender
- Replies: 461
- Views: 245894
- Gender:

The squigglies are what Bender calls SAC, exponentially weighted moving average of the TAC lines (histogram). TRO can correct me if I'm wrong, but that's what it looks like to me. I trade using the fills of the TAC to SAC. In other words, what percent of the SAC is the TAC 'filling'? TAC divided by ...