Forex



Go Back   Forex Trading > Trading systems > Dolly
Forex Forum Register More recent Blogs Calendar Advertising Others Help






Register
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.
See more

Reply
 
Thread Tools Display Modes
  #71 (permalink)  
Old 01-28-2007, 06:09 PM
matrixebiz's Avatar
Senior Member
 
Join Date: Oct 2006
Posts: 1,218
matrixebiz is on a distinguished road
Quote:
Originally Posted by frantacech
Hi, I have one request.

Please, can you modify Goblin_BiPolar_Edition2modH_TP100.mq4,
remove
Turbo_JMA.mq4
Turbo_JRSX.mq4
Turbo_JVEL.mq4

and add
ISAKAS
kuskus_starlightv2.mq4
Heiken_Ashi_kuskus2.mq4
BBands_Stop_v1_with_alert.mq4
and
GMACD_Signals.mq4

???

Trade only ISAKAS signal with direct GMACD H1 and H4 or H4/D1

EA and indicators here:
http://www.forex-tsd.com/82437-post695.html

Need only modify

PHP Code:
//========================= And here's the lovely Buy/Sell Signal Generator  ======================

int OpenOrdersBasedOnTrendRSX()
{
  
int SignalOrderType 3;
  
double rsxcurr 0,rsxprev1 0,rsxprev2 0,jma1 0,jma2 0;

  
rsxcurr  iCustom(Symbol(), Period(), "Turbo_JRSX"1701);
  
rsxprev1 iCustom(Symbol(), Period(), "Turbo_JRSX"1702);
  
rsxprev2 iCustom(Symbol(), Period(), "Turbo_JRSX"1703);

  
jma1 iCustom(Symbol(), PERIOD_M15"Turbo_JMA"28, -10002);
  
jma2 iCustom(Symbol(), PERIOD_M15"Turbo_JMA"28, -10003);
     
  
UpTrendVal iCustom(Symbol(), Period(), "Turbo_JVEL"17, -10001);
  
DnTrendVal iCustom(Symbol(), Period(), "Turbo_JVEL"17, -10011);
  
TrendVal   UpTrendVal DnTrendVal;

  
// Let's check our very reliable super secret mega-signal...

  
if (MathAbs(jma1 jma2) / Point 2.0)
  {
    if (
jma1 jma2SignalOrderType=1;
    if (
jma1 jma2SignalOrderType=2;
  }

  
// Welp, our mega-signal says no cigar...let's see what trusty 'ol RSX has to say...

  
if (SignalOrderType == 3)
  {
    if (
UseConservativeRSX_Signals)
    {
      if (
rsxcurr  rsxprev1 &&
          
rsxcurr  70       &&
          
rsxprev1 70       &&
          
TrendVal < (-0.01))
      {
        
SignalOrderType=1;
      } 
// we only go short on RSX downturns

      
if (rsxcurr  rsxprev1 &&
          
rsxcurr  30       &&
          
rsxprev1 30       &&
          
TrendVal 0.01)
      {
        
SignalOrderType=2;
      } 
// we only go long on RSX upturns
    
}

    if (!
UseConservativeRSX_Signals)
    {            
      if (
rsxcurr rsxprev1 && TrendVal < (-0.01)) SignalOrderType 1// we only go short on RSX downturns
      
if (rsxcurr rsxprev1 && TrendVal 0.01)    SignalOrderType 2// we only go long on RSX upturns
    
}
  }  
  return(
SignalOrderType);

Cool, if by any chance someone gets motivated today and finishes the Mods, please post it I'm excited to see all these merged I'm going to forward test another EA starting today.SilverTrendv3 and would like to test a few more along side it.
Thank you
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #72 (permalink)  
Old 01-28-2007, 06:11 PM
MiniMe's Avatar
Senior Member
 
Join Date: Nov 2006
Location: Montréal
Posts: 1,451
MiniMe is an unknown quantity at this point
starting an EA

This is a good code for an EA to start building another EA ... again I am not an expert but i think you only need to change the last part to match the indicators we use
this EA ( i am not sure ) place orders based on
0. MACD
1. Pivot price level
2. Support/Resistance levels

in the process of building an EA it might be good from the start to consider avoiding major news, since at news the market does not follow the rules ( lots of traps and high risk) so maybe from the start we shall include the code to avoid the news in the market …
AND this is the link to show how its done
http://articles.mql4.com/143

Shinigami I know i am making things more complicated sorry … but I am trying to look at the big picture and include the problems that might face an EA at the same time provide a safe trade and avoid the risky market ..
Who knows maybe we will end up with the holy grill

Finally I don’t know what I am doing here, I have not finish preparing for the exams and projects so BIG BYE for now

Last edited by MiniMe; 11-15-2009 at 11:01 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #73 (permalink)  
Old 01-29-2007, 01:34 AM
MiniMe's Avatar
Senior Member
 
Join Date: Nov 2006
Location: Montréal
Posts: 1,451
MiniMe is an unknown quantity at this point
Cool New Look

too much study ... so I took a break to modify the fisher and makes it looks like KusKus starlight

You may need to compile it if it shows thick stars to over write the old exe

ANCOLL ...I will repace the file in the template and upload it again... now its ready the template is on post #4 on the first page

Last edited by MiniMe; 11-15-2009 at 11:01 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #74 (permalink)  
Old 01-29-2007, 04:20 AM
ANCOLL's Avatar
Senior Member
 
Join Date: Nov 2006
Location: Indonesia
Posts: 252
ANCOLL is on a distinguished road
Quote:
Originally Posted by MiniMe
too much study ... so I took a break to modify the fisher and makes it looks like KusKus starlight

You may need to compile it if it shows thick stars to over write the old exe

ANCOLL ...I will repace the file in the template and upload it again... now its ready the template is on post #4 on the first page
MiniMe,
Feel free to update your first post on the first page, coz I have reserved the place for you to do so.

This week, I will fully do a forward test for DIN trading system.
IMO, DIN trading system is the best name for this one (DIN = Dolly + Isakas + NiNA)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #75 (permalink)  
Old 01-29-2007, 07:28 AM
Junior Member
 
Join Date: Oct 2005
Posts: 25
helena is on a distinguished road
Who can explain to me?
Attached Images
File Type: jpg w.jpg (101.0 KB, 1386 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #76 (permalink)  
Old 01-29-2007, 08:52 AM
Junior Member
 
Join Date: Dec 2005
Posts: 16
Ricky D is on a distinguished road
Dolly and entry Stats

I am following the Dolly link and am believing in where it is going and would just like to make a simple suggestion as to the entry. I use the one hour GBPUSD only and have studied it pretty well. Dolly uses an entry point of 20 pips from open (Chart Time open which is totally differnet on everyones platform) when there are some simple facts that are only true to the GMT open which is all I use. But here is the facts to the open stats. If you make the open at 20 pips (GMT Open) it relates this way:
0 -9 pips you have a 75% probability of reversal.
10 -19 pips you have a 55% probability of reversal.
20-29 pips you have a 40% probability of reversal.
30-39 pips you have a 25% probability of reversal.
40-49 pips you have a 13% probablily of reversal.
simply put I never make an entry before 45 pips as it has now a much better probablity of making a good trade for profit. This is just my 2 cents worth because I like taking the highest probable trade for profit so I stay with the 80% trades or just don't take a trade.
Ricky D
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #77 (permalink)  
Old 01-29-2007, 09:23 AM
Senior Member
 
Join Date: Dec 2006
Location: Ukraine
Posts: 513
Shinigami is on a distinguished road
Quote:
Originally Posted by Ricky D
I am following the Dolly link and am believing in where it is going and would just like to make a simple suggestion as to the entry. I use the one hour GBPUSD only and have studied it pretty well. Dolly uses an entry point of 20 pips from open (Chart Time open which is totally differnet on everyones platform) when there are some simple facts that are only true to the GMT open which is all I use. But here is the facts to the open stats. If you make the open at 20 pips (GMT Open) it relates this way:
0 -9 pips you have a 75% probability of reversal.
10 -19 pips you have a 55% probability of reversal.
20-29 pips you have a 40% probability of reversal.
30-39 pips you have a 25% probability of reversal.
40-49 pips you have a 13% probablily of reversal.
simply put I never make an entry before 45 pips as it has now a much better probablity of making a good trade for profit. This is just my 2 cents worth because I like taking the highest probable trade for profit so I stay with the 80% trades or just don't take a trade.
Ricky D
45 from open? thanks, I'll test that one!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #78 (permalink)  
Old 01-29-2007, 09:36 AM
Senior Member
 
Join Date: Jun 2006
Posts: 1,512
prasxz is on a distinguished road
hi

Quote:
Originally Posted by ANCOLL
MiniMe,
Feel free to update your first post on the first page, coz I have reserved the place for you to do so.

This week, I will fully do a forward test for DIN trading system.
IMO, DIN trading system is the best name for this one (DIN = Dolly + Isakas + NiNA)
Hi,

Good Job Ancoll ...what a wonderful EA...hope to see the result soon

=============
Forex Chat Room
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #79 (permalink)  
Old 01-29-2007, 11:07 AM
cja's Avatar
cja cja is offline
Senior Member
 
Join Date: Apr 2006
Posts: 676
cja is on a distinguished road
M1/m3

Quote:
Originally Posted by helena
Who can explain to me?
At a guess i would say that is a reference to the M level pivots, Peter Bain who teaches Pivot point trades uses a comparison of the previous days pivots to the current days pivots, if today the pivot is higher than yesterday it is declared a M2/M4 day if the pivot today is lower than yesterday it is a M1/M3 day, it is around 50% accurate and gives very similar suggested trading range as the Demark method.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #80 (permalink)  
Old 01-29-2007, 11:58 AM
MiniMe's Avatar
Senior Member
 
Join Date: Nov 2006
Location: Montréal
Posts: 1,451
MiniMe is an unknown quantity at this point
Technical Trading ...On all currency the Bollinger Bands are getting narrower now .. as there are no news ( or anything else )to move the market .. that can create some false trading signals ..
Read this :

When the bands narrow drastically, a sharp expansion in volatility usually occurs in the very near future
source (http://www.bollingerbands.com/services/bb/?page=


normally when the bands breaks, the size of the break is as long as the waiting narrow period , and if there is news there might be some traps. Personally I wont trade the break I will wait for a confirmation candle.

You don’t have to trade each time you open your computer, wait for the right signals and study your indicators

Last edited by MiniMe; 01-29-2007 at 12:34 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
Reply

Bookmarks

Tags
dolly + isakas, GMACD indicator, dolly, Heiken_Ashi_Ma.ex4, StepStopExpert, isakas, DIN Kuskus EA, ISAKAS EA, forex, turbo_jrsx, heiken_ashi_kuskus2, DIN_KusKus_EA, DIN_KusKus_EA_v1.8, range factor, Nina_StepMA, Dolly Isakas, system, DIN KusKus, nina step ma, Dolly Isakas Nina, Heiken_Ashi_kuskus2.mq4, kuskus starlight, Isakas kuskus v2, isakas mq4, DOLLY TRADING SYSTEM, nina forex, isakas 2, Dolly Graphics, dolly trading, gmacd, stepstop


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
ISAKAS ashi by Kuskus_Osentogg zeman Manual trading systems 2030 09-09-2009 07:14 PM
Dolly system mrtools Dolly 1271 07-25-2009 06:36 PM
ISAKAS CS by Kuskus_Osentogg zeman Manual trading systems 50 05-20-2007 08:47 PM
Observations of the Nina method BrunoFX Suggestions for Trading Systems 145 09-04-2006 05:14 PM


All times are GMT. The time now is 08:59 AM.



Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.