|
|||||||
| Register in Forex TSD! | |
|
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time). Click here to register and get more information |
|
![]() |
|
|
LinkBack (21) | Thread Tools | Display Modes |
|
|||
|
VQ.mq4
WARNING!!! This indicator is all experimental. DO NOT trade real money. It shows a lot of false signals. Use Your own technical analysis, to confirm signals. This is volatility indicator, not trend, it could show opposite direction to current trend See post #4 Raff Last edited by Andrew2 : 12-21-2006 at 07:22 PM. |
|
|||
|
Can You translate it to mq4
Code:
Type : Indicator, Name : Volatility Quality Index Variables: VQI(0), SumVQI(0); If TrueRange <> 0 and (High - Low) <> 0 Then VQI = ((Close - Close[1]) / TrueRange + (Close - Open) / (High - Low)) * 0.5 Else VQI=VQI[1]; VQI = AbsValue(VQI) * ((Close - Close[1] + (Close - Open)) * 0.5); SumVQI = SumVQI + VQI; Plot1(SumVQI,""); Plot2(Average(SumVQI,9),""); Plot3(Average(SumVQI,200),""); TrueRange = max([high]-[low], max([high]-val([close],1), val([close],1)-[low])); Thank You Raff Last edited by Andrew2 : 07-29-2006 at 10:04 AM. |
|
||||
|
While waiting for coders answers...
Hi
I made Volatility Quality indicator. I add some smoothing and filter for it. Best results are in H1 and H4 timeframe, with higher timeframe (H4 and D1) as a signals filter. I think it will help to find good entry points. Also it need good settings to work. I think the best are: Length from 3 to 8; Method as moving average methods: 0-simple, 1-expotential, 2-smoothed, 3-linear weighted; Smoothing 0 to 10, I suggest 1; Filter 0 to whatever You want; For example length 3, method 2, smoothing 1, and filter set to 1 and increase it to find the best one Any suggestions, comments, please post here Raff vel ANDy You will find new version of VQ at post #1
__________________
http://www.gummy-stuff.org/raff-regression.htm http://www.try-your-luck.com/ Lost in action ;-)... just_raff1410[at]yahoo.com Last edited by raff1410 : 07-29-2006 at 10:13 AM. |
|
||||
|
Quote:
Trend Deviation (TRD) Raff
__________________
http://www.gummy-stuff.org/raff-regression.htm http://www.try-your-luck.com/ Lost in action ;-)... just_raff1410[at]yahoo.com |
|
|||
|
Quote:
|
|
||||
|
Quote:
I knew that someone will ask for it Everything You need to do now is to test it and find how to use it Raff
__________________
http://www.gummy-stuff.org/raff-regression.htm http://www.try-your-luck.com/ Lost in action ;-)... just_raff1410[at]yahoo.com |
|
|||
|
Now this is an impressive Indicator
I look forward to learning more and watching this indicator as it progresses!
I just did some 'back of the envelope' analysis if this was an EA and I let it autotrade on GBPUSD and EURUSD and the results were impressive. For 1 week, +308 pips on GBPUSD (no losing trades) and +100 pips on EURUSD (two losing trades). I know, mileage may vary. Looking forward to forward testing. Is there any way when there's a reversal to add an alert screen with market details at that time to make it a little easier (rather than just ring a bell)? Last edited by 67-17454 : 07-27-2006 at 06:56 PM. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| JPYX index like USDX index.. | endy | Metatrader 4 | 0 | 04-10-2007 04:57 PM |
| Back-testing, modelling quality M1 | Baiwan | Questions | 0 | 11-30-2006 08:07 AM |
| Sample quality | EasyFx | Expert Advisors - Metatrader 4 | 2 | 03-10-2006 03:12 PM |
| The Volatility Index | newdigital | Documentation | 0 | 10-04-2005 12:07 PM |