| New signals service! | |
|
|||||||
| 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 (51) | Thread Tools | Display Modes |
|
|||
|
Quote:
EA can read/write from/to a text file. from the backtest, I noticed that such important news give big impact to the possibility of DD USD - Unemployment Claim ![]() GBP - Halifax House Price Index ![]() Last edited by mastoto; 04-24-2008 at 02:50 AM. |
|
|||
|
maybe better AdaptiveRSI than RSI
Quote:
|
|
|||
|
Arsi Mq4
Quote:
I'm not sure its right, please check. This is the version for a chart window. montedoro, could you explain how to use this indicator? Thanks! Last edited by Lemyx; 04-25-2008 at 11:06 AM. |
|
|||
|
Arsi Mql
I've not found ARSI on MQ4 and rewrite it from Metastock.
I'm not sure its right, please check. This is the version for a chart window. montedoro, could you explain how to use this indicator? Thanks! Last edited by Lemyx; 09-01-2008 at 12:36 PM. |
|
|||
|
Lemyx, Thank you very much for this ARSI . I`m looking from long time for it and you`ve found it. Appreciate! Seems I`m more stupid than I know
. It looks like this one in fxcm.com and I hope is the same. About ARSI there is not too much to explain. The line of ARSI always follows the main trend. Usually ARSI is not making mistake when the trend is just making normal correction and continues in the main trend direction. You`ve got buy/sell signals when ARSI line definitely changes direction (sharply or rounded). You must decide for yourself how much is definitely this is the trigger_spacing. Do NOT look for divergence signals this is not oscillator. There`s NOT overbought/oversold levels. Actually ARSI line follows the trend like Exponential Moving Average, but is many times much superior because it can sharply changes direction and give buy/sell signals IN TIME. When I trade manually I use ARSI to avoid the fake signals given by Stochastic. ( For example if ARSI line definitely is going up, I`ll never open short position based on signal by Stochastic). Of course I also take care about the news and etc.I want to explain why I suggest to use ARSI instead RSI in PipMaker_V13: First the biggest profit is in the lower TF, so let`s try to arrange the things for M1. Unfortunately as you know M1 is very capricious TF, so the only one indicator I know who can give nice signal IN TIME for M1 is ARSI. That`s my opinion. Appreciate yours! |
|
|||
|
try using the delta of the two
double testopma = iCustom(NULL,0,"adaptive rsi",0,1); double testopmab4 = iCustom(NULL,0,"adaptive rsi",0,2); delta=testopma-testopmab4; if greater than x trade buy if less than -x then trade sell |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|