Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.
From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.
Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
Elite Section
Get access to private discussions, specialized support, indicators and trading systems reported every week.
Advanced Elite Section
For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
99.999 % from GBP/JPY prove it ! with VB
=========== 99.99999 % ================== probability
using de ja vu engine................................
under the VB
i'll send u the final engine
as soon as possible
for freee
the last big result after my first posting
that i have found is in GBP/JPY
4 hour
with 100% of probability
but the signal happen only 3 times
during the last 2 years
and all are the true signal
is how to predict hi and lo
next 4 hour candle
using now candle
and previous candle
here now...............!!!!!!!!!!!
the test result
using al*ari(p) databank
entry point is.......
when you find
!!!
of now candle close is between 2 > 5 pip above MA-7-close
(2 <= closee <= 5 pip above MA 7 close-only)
"(means,(2 less or equal than close less or equal han 5 pip)"
and the previous (candleclose minus MA-7-close)
more than !!!!!!!!!!!!!!
now closing minus(-) MA 7 minus(-) 47 pip
so the next candle with 100 % probility !!!!!!!!
its hi will encrease about 25-26 pip from now high
its low will less than 18 pip from now candle (H4) low
"means take long position and 100 % probability of
getting more 25-26 pip only"
on the one next candle H4 only
means exit on the after next 4 hours
wanna prove !!!!!!!
i 've posted the source code using VBA in excel
and sample old data history
please the better from this are welcome :-)
the polite asking will get the ware soft de ja vu for free !!!!
============================================
here is some of my code check it on the ttachment
'mencari mulainya baris untuk MA
'MENGECEK jumlah data
For cekdata = 1 To 20000
gg = gg + 1
data = Cells(gg, kolom + 2).Value
If data <> "" Then Exit For
Next cekdata
barisMA% = gg '+ 1
'MENGECEK jumlah data
For cekdata = 1 To 20000
gg = gg + 1
data = Cells(baris + gg, kolom).Value
If data = "" Then Exit For
Next cekdata
'program utama
For w = 0 To gg 'kenapa dimulai dari nol 0--- disinyalir ada kelebihan loop
hargaclose = Cells(baris + barisku, kolom).Value
'tambahan
selisihMAbefore = Cells(baris + barisku - 1, kolom + 3).Value
On Error Resume Next
selisihMAnow = Cells(baris + barisku, kolom + 3).Value
'selisihMAnow =adalah harga close-dukurangi harga MA pada baris = baris ditambah barisku
'selisihMAbefore =adalah selisih MA 1 record data sebelumnya
barisku = barisku + 1
If selisihMAnow < 0 Then negatif = negatif + 1
If selisihMAbefore < (selisihMAnow - batasbawah) And selisihMAnow > 0 And selisihMAnow >= pipta And selisihMAnow <= piptamin Then GoSub maxmin
' sinyal beli terjadi hanya jika close berada diatas MA antara x dan y pip
'dan harga (close-MA) sebelumnya lebih besar sekian pip dibawah (close dikurangi MA=+ dikurangi pip syarat) skrg
for complete post and i got difficulty to find
something better with complete rule
Quote:
Originally Posted by chivas88chi
99.999 % from GBP/JPY prove it ! with VB
=========== 99.99999 % ================== probability
using de ja vu engine................................
under the VB
i'll send u the final engine
as soon as possible
for freee
the last big result after my first posting
that i have found is in GBP/JPY
4 hour
with 100% of probability
but the signal happen only 3 times
during the last 2 years
and all are the true signal
is how to predict hi and lo
next 4 hour candle
using now candle
and previous candle
here now...............!!!!!!!!!!!
the test result
using al*ari(p) databank
entry point is.......
when you find
!!!
of now candle close is between 2 > 5 pip above MA-7-close
(2 <= closee <= 5 pip above MA 7 close-only)
"(means,(2 less or equal than close less or equal han 5 pip)"
and the previous (candleclose minus MA-7-close)
more than !!!!!!!!!!!!!!
now closing minus(-) MA 7 minus(-) 47 pip
so the next candle with 100 % probility !!!!!!!!
its hi will encrease about 25-26 pip from now high
its low will less than 18 pip from now candle (H4) low
"means take long position and 100 % probability of
getting more 25-26 pip only"
on the one next candle H4 only
means exit on the after next 4 hours
wanna prove !!!!!!!
i 've posted the source code using VBA in excel
and sample old data history
please the better from this are welcome :-)
the polite asking will get the ware soft de ja vu for free !!!!
============================================
here is some of my code check it on the ttachment
'mencari mulainya baris untuk MA
'MENGECEK jumlah data
For cekdata = 1 To 20000
gg = gg + 1
data = Cells(gg, kolom + 2).Value
If data <> "" Then Exit For
Next cekdata
barisMA% = gg '+ 1
'MENGECEK jumlah data
For cekdata = 1 To 20000
gg = gg + 1
data = Cells(baris + gg, kolom).Value
If data = "" Then Exit For
Next cekdata
'program utama
For w = 0 To gg 'kenapa dimulai dari nol 0--- disinyalir ada kelebihan loop
hargaclose = Cells(baris + barisku, kolom).Value
'tambahan
selisihMAbefore = Cells(baris + barisku - 1, kolom + 3).Value
On Error Resume Next
selisihMAnow = Cells(baris + barisku, kolom + 3).Value
'selisihMAnow =adalah harga close-dukurangi harga MA pada baris = baris ditambah barisku
'selisihMAbefore =adalah selisih MA 1 record data sebelumnya
barisku = barisku + 1
If selisihMAnow < 0 Then negatif = negatif + 1
If selisihMAbefore < (selisihMAnow - batasbawah) And selisihMAnow > 0 And selisihMAnow >= pipta And selisihMAnow <= piptamin Then GoSub maxmin
' sinyal beli terjadi hanya jika close berada diatas MA antara x dan y pip
'dan harga (close-MA) sebelumnya lebih besar sekian pip dibawah (close dikurangi MA=+ dikurangi pip syarat) skrg
ProgressBar1.Value = g
g = g + 1
'chivas88chi@yahoo.com
Next w
prosentase% = (sekak / cek) * 100
Last edited by chivas88chi; 08-04-2007 at 03:42 AM.