Topic: Example for EURUSD 1Day market - 6000pips profit

See this example:
EURUSD 1Day
In the beginning of the day set Stop/Limit entry orders on +/-100 pips from the opening price.
For each order set stop/limit exit order +/-20pips.
Thats all.

What this means:
If the price can rises/falls 100pips we hope it will continue 20 pips more.

How to test:
Set in the Forex Strategy Builder
like in the image:
http://forexsb.com/img1/stoplimit.jpg

What is this:

Steady Bands is an indicator that places two bands around a moving average. If we set it with period of 1 and base price - opening of the bar, we have exactly the bar opening. The margin of 100 pips sets the bounds 100 pip far alway of the central MA (in this case price Open).

Closing point is either on +20pips take profit Limit or at -20pips stop loss.

This is a very simple logic, but looks it works good.

Forex Strategy Builder V 2.4.0.0
Strategy name: Stop Limit
Exported on: 4/9/2007 7:17:25 PM

Market: EURUSD 1 Day
Spread: 4 pips
Swap Number: 1 pip

Balance: 6253 pips
Minimum account: -282 pips
Maximum drawdown: 282 pips
Time in position: 33 %

The same direction signal - does Nothing
The opposite direction signal - does Nothing

[Opening point of the position]
Steady Bands
     Open long at the Up Band
     Smoothing method  -  Simple
     Base price  -  Open
     MA period  -  1
     Margin  -  100
     Use previous bar value  -  No

[Closing point of the position]
Stop Limit
     Stop  -  -20
     Limit  -  20

Re: Example for EURUSD 1Day market - 6000pips profit

Hello Popov tks for the strategy. This strategy can save one hours stirring at the computer screen. However i have 2 important questions that needs an urgent reply.

1. you did not clearly state how long u tested the system to give a net profit of +6000

2. U did not state whether  to close the trade at the end of the trading day(that is whether we are in profit or not).

tks.

Re: Example for EURUSD 1Day market - 6000pips profit

Thanks for the questions.
This is only an  example!
The purpose is to provoke the mind.

A: The testing period is as long as the history data - some bars ( needed for calculation of the first value of the indicators. Example: for Moving Average(21) - 21 bars). You can see in the top right statistic windows how much exactly are the testing bars.

A: No, we are not closing at the end of the period. We are placing stop/limit orders GTC (Good till Canceled). The closing may be at the next bar.

Re: Example for EURUSD 1Day market - 6000pips profit

Be careful. In this strategy the closing may be at the same bar when the position has been opened. Because we have stop/limit orders  laing in the bar we never know with 100% sure what exactly order is executed first. The interpolating algorithm give us in that case about 87% probability for a correct result. But it is not 100%.

Re: Example for EURUSD 1Day market - 6000pips profit

does this mean that we cant open another position until the current one has finished i.e hit profit or loss

Re: Example for EURUSD 1Day market - 6000pips profit

As u know popov i am new to this forum and i am having a lot of difficulty understanding the terminologies use.
i do understand the system but what do you mean when u talked about steady bands and open long at the up  band

Re: Example for EURUSD 1Day market - 6000pips profit

Yes, that is right. You can't open another position during the first is opened. If we have another signal (that means the price has to reach the other band of the Steady Band indicator) this is called Opposite Signal - it has not rise a signal. See the drop down menu above the strategy slots.

Open long at the up band means exactly that. When the price reaches the up band we open a long position, and if it reaches the down band we open a short one.

Re: Example for EURUSD 1Day market - 6000pips profit

It is needed to set the logic for long positions only. FSB applies the mirror logic automatically for the short positions.

Re: Example for EURUSD 1Day market - 6000pips profit

ONe last question Popov could u pls explain to me in unambigous terms what karl marks 1hr eur/usd strategy is talking about( just like u did in the opening lines of ur eur/usd daily strategy

Re: Example for EURUSD 1Day market - 6000pips profit

Ok. Fill free to ask! I'll answer with pleasure.
I'll try to explain more clear the strategy. But I think it is better to do this in its thread!

Re: Example for EURUSD 1Day market - 6000pips profit

Ok - I was happy to see a simple example strategy that we can talk about.
I reproduced this strategy in the builder, and indeed, in the builder it looks very nice.

Now, I took the very same logic, and recreated it in a scripting language, in a different builder and the results were completely different, and very bad.

Since the system is simple, it was easy to reproduce it - so, I cant help but get the feeling that either the backtesting engine has some inaccuracy issues, or that the data in FSB is inaccurate.

Another thing to keep in mind, is that if working with daily bars, and allowing SL/PT on the same bar, it is impossible to know which one hit first - the stop or the limit. In other words, as I understand it, we are putting a "stop entry" order at BarOpen+100 and Short stop entry and BarOpen-100 - so, this order can be filled, and immediately go down to hit the stop loss and then go back up (40 pips or more) and hit the profit target - but since FSB is only using daily bars in this case, it will consider the profit target as a success - unless I completely misunderstood the strategy or how FSB works.

Now - in addition to the above, that I would love to discuss - may I ask what is the source of the data? Is it a specific broker, or is it aggregated?

P.S. I also recreated the EURUSD 1 hour strategy (the one with MACD, Momentum, ADX and BB) and the results were not good also.

Re: Example for EURUSD 1Day market - 6000pips profit

DannyBens wrote:

Another thing to keep in mind, is that if working with daily bars, and allowing SL/TP on the same bar, it is impossible to know which one hit first - the stop or the limit. In other words, as I understand it, we are putting a "stop entry" order at Bar Open + 100 and Short stop entry and Bar Open -1 00 - so, this order can be filled, and immediately go down to hit the stop loss and then go back up (40 pips or more) and hit the profit target - but since FSB is only using daily bars in this case, it will consider the profit target as a success - unless I completely misunderstood the strategy or how FSB works.

FSB do not calculate correctly this strategy. Seems the bar interpolating algorithm of the backtester in this example takes the TP levels only when both SL and TP are in the bar limits.

Do not use this logic for real trading

See this example. The logic is similar, but the test is 100% reliable. http://forexsb.com/forum/viewtopic.php?pid=207#p207

Re: Example for EURUSD 1Day market - 6000pips profit

Ah, i see. Good.
I will also test the logic in the other thread using different data. I hope I will be able to assist a little in determining if the results are reliable.

Re: Example for EURUSD 1Day market - 6000pips profit

Ok test it.
And if you can, publish the test model and the results.