Forex



Go Back   Forex Trading > Downloads > Expert Advisors - Metatrader 4
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
  #1 (permalink)  
Old 04-28-2006, 06:54 PM
DOMIANDR000's Avatar
Member
 
Join Date: Dec 2005
Posts: 55
DOMIANDR000 is on a distinguished road
Thumbs up Good Strategy

Hi,

Has anyone tried this strategy for an EA(on daily/1hr TF) -

1. Follow in indcator like SuperTrend. On change in direction place an order (tp 10$, higher for higher TF)

2. If TP hit good, else if reversed on next bar, then close order and take reverse position with double the lots and TP = THE PREV LOSS CALCULATED + 10$ or higher for higher TF)

3. Repeat 1 and 2....

I tried this manually some time back...it works well if only someone could code this, this would be done efficiently without troublesome calculations

Thanks..
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
  #2 (permalink)  
Old 04-28-2006, 09:41 PM
DOMIANDR000's Avatar
Member
 
Join Date: Dec 2005
Posts: 55
DOMIANDR000 is on a distinguished road
ALso to add - this is the Ormond strategy used in betting systems -

A Clip which states -

The Ormond System: (Submitted by a visitor)
Negative progression, a variation of the Martingale System.

Assumes you will win before you reach the house limit and can bankroll the losing run. Bet an initial amount (N). For each win, on the next bet N again. For each lose bet N*x+N where x is the number of losing bets. Thus if you finally win, you will recover all bet money, plus N for every loss. The progression would look like this on a $5 table. 5, 15, 35, 75, 155, 315, etc. As with all negative progressions, and this one even more so, it requires more capital and is employed to force a winning outcome following a losing streak.


This can be very easily tested using microlots
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
  #3 (permalink)  
Old 04-29-2006, 04:23 PM
Member
 
Join Date: Mar 2006
Posts: 84
maniek is on a distinguished road
Quote:
Originally Posted by DOMIANDR000
Hi,

Has anyone tried this strategy for an EA(on daily/1hr TF) -

1. Follow in indcator like SuperTrend. On change in direction place an order (tp 10$, higher for higher TF)

2. If TP hit good, else if reversed on next bar, then close order and take reverse position with double the lots and TP = THE PREV LOSS CALCULATED + 10$ or higher for higher TF)

3. Repeat 1 and 2....

I tried this manually some time back...it works well if only someone could code this, this would be done efficiently without troublesome calculations

Thanks..
10$ is 10 pips or 1 pip or... How much pips is TP?
Thanks for you sharing.
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
  #4 (permalink)  
Old 04-29-2006, 04:41 PM
Member
 
Join Date: Mar 2006
Posts: 84
maniek is on a distinguished road
Is it right?
Attached Images
File Type: gif pic.gif (12.5 KB, 275 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
  #5 (permalink)  
Old 04-29-2006, 04:54 PM
Member
 
Join Date: Mar 2006
Posts: 84
maniek is on a distinguished road
I think this is dangerous.
Attached Images
File Type: gif pic2.gif (15.6 KB, 232 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
  #6 (permalink)  
Old 04-29-2006, 07:16 PM
DOMIANDR000's Avatar
Member
 
Join Date: Dec 2005
Posts: 55
DOMIANDR000 is on a distinguished road
Ive been using the NinaStepMA on a 1hr chart and observed that there are a max of 4 changes together which can lead to a loss consecutively (3 losses)...if you calculate on microlots -

1st loss - 0.1 lots
2nd loss - 0.3 lots
3rd loss - 0.7 lots
4th win - 1.5 lots

Ive also written the EA and backtesting it. It gives good results witha modelling % of 70.....

Ill be posting the EA soon...
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
  #7 (permalink)  
Old 04-29-2006, 07:19 PM
DOMIANDR000's Avatar
Member
 
Join Date: Dec 2005
Posts: 55
DOMIANDR000 is on a distinguished road
ok here is the EA - the prob is it only places the sell orders and closes them out.....can anyone figure it out...
Inspite of this it backtests with good results -
If anyone doesnt have the NinaStepMA ive attached that too....

//+------------------------------------------------------------------+
//| BettingStrategy|
//| Copyright © 2006, DOMIANDR000|
//| |
//+------------------------------------------------------------------+

//---- input parameters
extern int StartHour=17;
extern int StartMinute=00;
extern int TakeProfit=10, InitialStop=0;
extern double Lots=0.1;
extern double Vol=0.1;



#define MAGIC 85798
//+------------------------------------------------------------------+
//| expert start function |
//+------------------------------------------------------------------+
int start()
{
//----
int sl,tp,i,j,Ticket,Bought=0,Sold=0,Closed;
double INin1, INin2;


INin1=iCustom(NULL, 0, "Nina_StepMA_1",10,1,0,500,true,2,1);//
INin2=iCustom(NULL, 0, "Nina_StepMA_1",10,1,0,500,true,3,1);//






if ((INin2<INin1 )){
ExistPositions(1);

if (TakeProfit==0) { tp=0; }
else { tp=Ask+TakeProfit*Point; }
if (InitialStop==0) { sl=0; }
else { sl=Ask-InitialStop*Point; }

if (TotalTradesThisSymbol(Symbol())<1){
Ticket=OrderSend(Symbol(),OP_BUY,Vol,Ask,3,sl,tp,N ULL,MAGIC,0,Green);

}
}
if ((INin2>INin1 ) ){
ExistPositions(2);

if (TakeProfit==0) { tp=0; }
else { tp=Bid-TakeProfit*Point; }
if (InitialStop==0) { sl=0; }
else { sl=Bid+InitialStop*Point; }

if (TotalTradesThisSymbol(Symbol())<1){
Ticket=OrderSend(Symbol(),OP_SELL,Vol,Bid,3,sl,tp, NULL,MAGIC,0,Green);

}
}





return(0);
}
//+------------------------------------------------------------------+


void ExistPositions(int trend) {

for (int i=0; i<OrdersTotal(); i++) {

if (OrderSelect(i, SELECT_BY_POS, MODE_TRADES)) {

if ((OrderSymbol()==Symbol() && OrderMagicNumber()==MAGIC && OrderType()==OP_BUY && trend==2) || (OrderSymbol()==Symbol() && OrderMagicNumber()==MAGIC && OrderType()==OP_SELL && trend==1)) {
Alert(OrderType());
OrderClose(OrderTicket(),OrderLots(),OrderClosePri ce(),2,Blue);

if (OrderProfit()<0) {
//TakeProfit= MathAbs(OrderProfit());
Vol= (OrderLots()*2 )+0.1;
}
else if (OrderProfit()>=0) {
//TakeProfit= MathAbs(OrderProfit());
Vol= 0.1;
}


}
}
}

}


int TotalTradesThisSymbol (string TradeSymbol) {
int i, TradesThisSymbol = 0;

for (i = 0; i < OrdersTotal(); i++)
if ( OrderSelect (i, SELECT_BY_POS) )
if ( OrderSymbol() == TradeSymbol && OrderMagicNumber() == MAGIC )
TradesThisSymbol++;

return (TradesThisSymbol);
}
Attached Files
File Type: mq4 Nina_StepMA_1.mq4 (6.7 KB, 80 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
  #8 (permalink)  
Old 04-30-2006, 02:28 AM
DOMIANDR000's Avatar
Member
 
Join Date: Dec 2005
Posts: 55
DOMIANDR000 is on a distinguished road
Finally!!

Ok guys here it is the BettingStrategy EA, gives good results on BT with modelling qty>70...

Note, if you set the Takeprofit parameter, the profit level is set, else it leaves it to the difference between the 2 lines in the NinaMA to be>0.2 thats when the order is closed at that profit level...

Ill be forward testing it next week...hoping for your inputs/modifications too

Thanks
Attached Files
File Type: mq4 BettingExpert.mq4 (3.6 KB, 147 views)
File Type: mq4 Nina_StepMA_1.mq4 (6.7 KB, 111 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
Reply

Bookmarks


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
good old BB fxbs Non Related Discussions 3 04-26-2007 03:48 AM
Is this EA any good? Autopilot Expert Advisors - Metatrader 4 3 02-14-2007 05:27 PM
Is this a good EA? SteveBrown General Discussion 2 11-18-2006 09:00 AM
good EA with simple strategy but it not work here is the EA mol4u Expert Advisors - Metatrader 4 5 10-30-2006 02:57 AM


All times are GMT. The time now is 06:05 AM.



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