Bunny Cross EA

 

Hi All,

Does anyone have a Bunny Cross system EA?

I am thinking of programming one.

Thanks

 

Why dont you create a TrendStrengthEMA EA.

Setup details:

If the pair trend first bar is above the zero line, then send Alert

then if the 2nd bar is greater than the first bar but above the zero line then initiate BUY

If the pair trend first bar is below the zero line, then send Alert

then if the 2nd bar is less than the first bar but below the zero line then initiate SELL

To exit the existing SELL/BUY transaction details:

For the BUY - if the newest bar is 35% less than 2nd last bar, then initiate SELL to close the BUY position

For the SELL - if the newest bar is 35% more than 2nd last bar, then initiate BUY to close the SELL position

********************

In regards to the calculations of the bars to give the overall height, those are the numbers we should use to determine the exiting of the BUY/SELL signal not the actual TS number on the side.

What do you think?

 
fix_man:
Why dont you create a TrendStrengthEMA EA.

Setup details:

If the pair trend first bar is above the zero line, then send Alert

then if the 2nd bar is greater than the first bar but above the zero line then initiate BUY

If the pair trend first bar is below the zero line, then send Alert

then if the 2nd bar is less than the first bar but below the zero line then initiate SELL

To exit the existing SELL/BUY transaction details:

For the BUY - if the newest bar is 35% less than 2nd last bar, then initiate SELL to close the BUY position

For the SELL - if the newest bar is 35% more than 2nd last bar, then initiate BUY to close the SELL position

********************

In regards to the calculations of the bars to give the overall height, those are the numbers we should use to determine the exiting of the BUY/SELL signal not the actual TS number on the side.

What do you think?

Tnx for your answer Fix_man

But the system is more elaborate than that .

I find that the best indication in the bunny is where the actual wma's point where they cross - ie - if both cross and point down ( and they are away from the 100 wma (min 10 pips) and point againt the daily open - than this is a valid strong signal ) -this is a visual sensory thing - so how do we program this? (i would also corroborate this with the ichimoku - 1960's rules)

If u wish to contact me in private : eblasterasia01(at)yahoo(dot)com

 
fix_man:
Why dont you create a TrendStrengthEMA EA.

Setup details:

If the pair trend first bar is above the zero line, then send Alert

then if the 2nd bar is greater than the first bar but above the zero line then initiate BUY

If the pair trend first bar is below the zero line, then send Alert

then if the 2nd bar is less than the first bar but below the zero line then initiate SELL

To exit the existing SELL/BUY transaction details:

For the BUY - if the newest bar is 35% less than 2nd last bar, then initiate SELL to close the BUY position

For the SELL - if the newest bar is 35% more than 2nd last bar, then initiate BUY to close the SELL position

********************

In regards to the calculations of the bars to give the overall height, those are the numbers we should use to determine the exiting of the BUY/SELL signal not the actual TS number on the side.

What do you think?

EA was already created and the discussion is goin on on this thread https://www.mql5.com/en/forum/173816

 
pip-gandalf:
Hi All,

Does anyone have a Bunny Cross system EA?

I am thinking of programming one.

Thanks

What is Bunny Cross system?

 

bunny system

bunny system

Files:
bunny22.pdf  614 kb
 
newdigital:
EA was already created and the discussion is goin on on this thread https://www.mql5.com/en/forum/173816

Are u kidding? This is a simple MACD - not the Bunny one - maybe u gave me the wrong link?

 

Hi pip-gandalf,

I guess you re aware of that, but for the other folks, the orginal thread where the bunny cross system was exposed and refined at StateguBuilderFX:

http://www.strategybuilderfx.com/forums/showthread.php?t=7916&page=69&pp=40

Here you can find an indicator (of the bunny cross only, not of the system):

http://www.strategybuilderfx.com/forums/showthread.php?t=13023&page=5&pp=40

pipeline

pip-gandalf:
Are u kidding? This is a simple MACD - not the Bunny one - maybe u gave me the wrong link?
 
pip-gandalf:
Are u kidding? This is a simple MACD - not the Bunny one - maybe u gave me the wrong link?

Yes but you started this Bunny by the first post and fix_man posted something different about TrendStrengthEMA by the second post (and the other one or two the same posts about TrendStrengthEMA in the different thread).

So I give him a link (not to you).

 
pipeline:
Hi pip-gandalf,

I guess you re aware of that, but for the other folks, the orginal thread where the bunny cross system was exposed and refined at StateguBuilderFX:

http://www.strategybuilderfx.com/forums/showthread.php?t=7916&page=69&pp=40

Here you can find an indicator (of the bunny cross only, not of the system):

http://www.strategybuilderfx.com/forums/showthread.php?t=13023&page=5&pp=40

pipeline

Tnx - I am going to program some modified version of that .

Will email u personally the modified version for testing