| 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 | Thread Tools | Display Modes |
|
|||
|
Quote:
. About ForexTrend do not use 4 trade !!!!! - this one 4 selling only .Code:
for(i=CountBars-SSP;i>=0;i--) {
SsMax = High[Highest(NULL,0,MODE_HIGH,SSP,i-SSP+1)];
SsMin = Low[Lowest(NULL,0,MODE_LOW,SSP,i-SSP+1)];
Example : When i=100 & SSP = 9 this one serch extremums betwing bars number 100 & 92. But in time bar number 100 bar have number less then 100 is the future. Regards. |
|
|||
|
Quote:
When U loking real time U can't see this effect. Thats why - function Highest\lowest reset negativ argument to zerro (see help MT4) : when i=0, U send reqwest to serch SSP bar from bar whith negativ number -(SSP-1). if SSP=9 then U try serch from bar -8 to 0. Highest\Lowest ignored -8 and replase them to 0. But in the history U can see another pictures. When i=8 U serch from 0 to 8 bars. But U can't do this if time is equal time bar No 8 - bar whith No 7, 6,...0 is the future in that time. Regards. PS Sorry my English - it isn't my native. |
|
|||
|
Quote:
This algorithm to serch for extremums have ability to repain samself SSP-1 bars back. But it may happend from 1 to SSP-1 bars. And U can see valid (not repeinted) signals on history only. Not in time. In time U see all signals. Example: Now You can resiv signal - "long" some bars this signal may be canseled or reversed (1 ore 3 ore may be 7 bars according setting SSP it dasn't metter). IMHO it means - U cant use this 4 trade. U can't recognize valid/invalid (repaint\not repaint) signal in time -on history only. Regards. PS right code was : Quote:
But it isn't GRAAL. Last edited by VladVG; 05-07-2008 at 12:09 PM. |
|
|||
|
Mmmm.... Many indicators have their merit, mostly depending on your trading style. Some standard indicators give awesome signals, too (most of the time). Try RVI (5 or 6) in 1 h. chart, with the help of SMA 6 or 8 to avoid false entries.
Last edited by fxnewbie; 05-09-2008 at 02:51 PM. |
![]() |
| Bookmarks |
| Tags |
| forextrend.mq4, accurate, buy sell |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Most accurate USD index indicator, where ? | icm63 | Metatrader 4 | 3 | 10-25-2007 12:16 AM |
| accurate indicator | salamdo | Expert Advisors - Metatrader 4 | 6 | 04-12-2007 11:30 PM |
| 60-70% Accurate indicator | leeb | General Discussion | 14 | 03-20-2007 02:28 AM |
| FFT indicator on MT4 for more accurate periods | Aleksandr Nevskiy | Indicators - Metatrader 4 | 1 | 10-12-2006 01:52 PM |
| FFT indicator on MT4 for more accurate periods | Aleksandr Nevskiy | Expert Advisors - Metatrader 4 | 4 | 09-27-2006 03:51 PM |