stevehopwoodforex.com
https://www.stevehopwoodforex.com/phpBB3/
Print view

TrendTrading EA
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=3629
Page 3 of 4
Author:  Radar [ Mon Jun 09, 2014 5:20 am ]
Post subject:  TrendTrading EA

Evening, folks,

New versions of the TT EA, (Original method (now v1.231), and R-Version method (now v1.25R)) to correct a typo, and revert to Khalaad's original NewBar test.

Also added alerts to the RedZoneRangeLINES indicator.

Updates will no longer be posted in the first post, so I will have links to any updates in my signature from now on.

Have fun!

Radar =8^)
Author:  bazze [ Tue Jun 10, 2014 6:17 pm ]
Post subject:  TrendTrading EA

:good:....Thank you.... :good:
Author:  xfactornos [ Sun Jun 15, 2014 11:14 pm ]
Post subject:  TrendTrading EA

looking forward to your updates :hi:
Author:  Haggadah [ Thu Jul 17, 2014 3:03 pm ]
Post subject:  TrendTrading EA

[quote="Khalaad » Sun May 18, 2014 3:39 pm"]SERIOUS WARNINGS

The red zone line is used to trigger a trade opportunity. When the close crosses above, or below, the red zone line, a buy trade set up is in place.

To confirm that there is enough buying, or selling, pressure to justify a trade, second step is the volume oscillator; translated – I hope correctly -- from the EasyLanguage Volume Oscillator. The EA takes moving average of N periods of the oscillator to confirm a trade.


Khalid,

Just to confirm, does the Green bottom Line is used for a sell trade set up? That is when the close crosses above, or below, the green zone line, a sell trade set up is in place.

Thank you,

Haggadah
Author:  AGT [ Thu Jul 17, 2014 3:05 pm ]
Post subject:  TrendTrading EA

Where is Khalid ?
@Haggadah - So do you use this bot successfully ? :o
Author:  milanese [ Thu Jul 17, 2014 3:09 pm ]
Post subject:  TrendTrading EA

AGT » Thu Jul 17, 2014 3:05 pm wrote:Where is Khalid ?
@Haggadah - So do you use this bot successfully ? :o
Hi AGT,

look this post http://www.stevehopwoodforex.com/phpBB3 ... 181#p94181

Cheers :)

Tommaso
Author:  Radar [ Fri Jul 18, 2014 8:25 am ]
Post subject:  TrendTrading EA

Hey Haggedah,
Haggadah » Fri Jul 18, 2014 12:33 am wrote:
Khalaad » Sun May 18, 2014 3:39 pm wrote:SERIOUS WARNINGS

The red zone line is used to trigger a trade opportunity. When the close crosses above, or below, the red zone line, a buy trade set up is in place.

To confirm that there is enough buying, or selling, pressure to justify a trade, second step is the volume oscillator; translated – I hope correctly -- from the EasyLanguage Volume Oscillator. The EA takes moving average of N periods of the oscillator to confirm a trade.


Khalid,

Just to confirm, does the Green bottom Line is used for a sell trade set up? That is when the close crosses above, or below, the green zone line, a sell trade set up is in place.

Thank you,

Haggadah
Sorry for the delay in replying... I've had my head stuck in another EA lately.

I think you're getting the two indicators confused...

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
RedZoneLINE.mq4 is the indicator for Khalaad's original EA... It takes the highest high from the past x bars, adds the lowest low from the past x bars, then halves the result to give you the trade entry price line. That's half the signal... The other half comes from the VolOsc indicator....

For Buys:
Entry:
1) Bar must open below the RedZoneLine, and close above.
2) VolOsc must be above 0.
Exit:
Price hits your stoploss.

For Sells:
Entry:
1) Bar must open above RedZoneLine, and close below.
2) VolOsc must be below 0.
Exit:
Price hits your stoploss.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

RedZoneRangeLines.mq4 is my variation on the original, (EA's with R in the version number uses this). The idea was to get into the trades earlier, and to get back out of them early on reversals.

It works like this...
* Subtracts Lowest Low from Highest High to get the range...
* Multiplies the range by RangeEntryPercent to get EELine (Entry/Exit Line) pips.
* Adds EELine pips to Lowest Low to create the Buy Entry / Sell Exit line (Green).
* Subtracts EELine pips from Highest High to create Sell Entry / Buy Exit line (Red).
We use VolOsc to confirm that there's enough volume in the correct direction to take the trade.

So, for Buys:
Entry:
1) Bar must open below Buy Entry / Sell Exit line (Green), and close above it.
2) VolOsc must be above 0.
Exit:
Price hits your preferred stoploss.

For Sells:
Entry:
1) Bar must open above Sell Entry /Buy Exit line (Red), and close below it.
2) VolOsc must be below 0.
Exit:
Price hits your preferred stoploss.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

Hope that clears things up for you ;)

Have fun!

Radar =8^)
Author:  Haggadah [ Sat Jul 19, 2014 11:21 am ]
Post subject:  TrendTrading EA

Sorry for the delay in replying... I've had my head stuck in another EA lately.

I think you're getting the two indicators confused...

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
RedZoneLINE.mq4 is the indicator for Khalaad's original EA... It takes the highest high from the past x bars, adds the lowest low from the past x bars, then halves the result to give you the trade entry price line. That's half the signal... The other half comes from the VolOsc indicator....

For Buys:
Entry:
1) Bar must open below the RedZoneLine, and close above.
2) VolOsc must be above 0.
Exit:
Price hits your stoploss.

For Sells:
Entry:
1) Bar must open above RedZoneLine, and close below.
2) VolOsc must be below 0.
Exit:
Price hits your stoploss.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

RedZoneRangeLines.mq4 is my variation on the original, (EA's with R in the version number uses this). The idea was to get into the trades earlier, and to get back out of them early on reversals.

It works like this...
* Subtracts Lowest Low from Highest High to get the range...
* Multiplies the range by RangeEntryPercent to get EELine (Entry/Exit Line) pips.
* Adds EELine pips to Lowest Low to create the Buy Entry / Sell Exit line (Green).
* Subtracts EELine pips from Highest High to create Sell Entry / Buy Exit line (Red).
We use VolOsc to confirm that there's enough volume in the correct direction to take the trade.

So, for Buys:
Entry:
1) Bar must open below Buy Entry / Sell Exit line (Green), and close above it.
2) VolOsc must be above 0.
Exit:
Price hits your preferred stoploss.

For Sells:
Entry:
1) Bar must open above Sell Entry /Buy Exit line (Red), and close below it.
2) VolOsc must be below 0.
Exit:
Price hits your preferred stoploss.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

Hope that clears things up for you ;)

Have fun!

Radar =8^)


---
Radar,

Thank you. I appreciated it. It helps for my manual trading. I discover this thread a few days ago only to find out that Khalid may not be coming back to this forum. For whatever reasons, he needs our prayers for a good health and long life.

Haggadah
Author:  Haggadah [ Thu Aug 07, 2014 11:44 am ]
Post subject:  TrendTrading EA

Haggadah » Sat Jul 19, 2014 12:21 pm wrote:Sorry for the delay in replying... I've had my head stuck in another EA lately.

I think you're getting the two indicators confused...

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
RedZoneLINE.mq4 is the indicator for Khalaad's original EA... It takes the highest high from the past x bars, adds the lowest low from the past x bars, then halves the result to give you the trade entry price line. That's half the signal... The other half comes from the VolOsc indicator....

For Buys:
Entry:
1) Bar must open below the RedZoneLine, and close above.
2) VolOsc must be above 0.
Exit:
Price hits your stoploss.

For Sells:
Entry:
1) Bar must open above RedZoneLine, and close below.
2) VolOsc must be below 0.
Exit:
Price hits your stoploss.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

RedZoneRangeLines.mq4 is my variation on the original, (EA's with R in the version number uses this). The idea was to get into the trades earlier, and to get back out of them early on reversals.

It works like this...
* Subtracts Lowest Low from Highest High to get the range...
* Multiplies the range by RangeEntryPercent to get EELine (Entry/Exit Line) pips.
* Adds EELine pips to Lowest Low to create the Buy Entry / Sell Exit line (Green).
* Subtracts EELine pips from Highest High to create Sell Entry / Buy Exit line (Red).
We use VolOsc to confirm that there's enough volume in the correct direction to take the trade.

So, for Buys:
Entry:
1) Bar must open below Buy Entry / Sell Exit line (Green), and close above it.
2) VolOsc must be above 0.
Exit:
Price hits your preferred stoploss.

For Sells:
Entry:
1) Bar must open above Sell Entry /Buy Exit line (Red), and close below it.
2) VolOsc must be below 0.
Exit:
Price hits your preferred stoploss.
-
Haggadah
Radar,

Here is the RedZoneRangeLines indicator pic of your variation and at the middle line Khalid's original indicator. I am getting used to it in my manual trades. Instead of Market price, I used the pending orders (straddle) several pips away from price. Just delete the other one when the other side get activated.

Thank you,

Haggadah
Author:  Radar [ Sat Aug 09, 2014 7:19 am ]
Post subject:  TrendTrading EA

Looks good, Haggadah :)

I've had the same thing sitting in my demo for weeks, and only just realized we could trade from outer lines to inner line, and back again...

Looks like I've got some work to do, after I've gotten my current project stabilized :)

Have fun!

Radar =8^)
All times are UTC Page 3 of 4