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

TraderDesk HA Swing Strategy
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=3362
Page 5 of 6
Author:  dentiok [ Mon Jan 13, 2014 2:54 pm ]
Post subject:  Re: TraderDesk HA Swing Strategy

milanese » Mon Jan 13, 2014 9:42 am wrote:
dentiok » Mon Jan 13, 2014 2:32 pm wrote:.....
It would be extremely cool if we have an HAS histogram not only for high TF´s but also lower TF´s. milanese what do you think?
TH and milanese thanks for your efforts, I like the simplicity and power of the strategy.
Hi ,

I think you can easy solve this in attaching the attached HA Histogram Indy coded by kino and setting it for the lower timeframe you wish.. :)

Cheers :)

Tommaso
Done !! thank you very much Tommaso, works perfect ! :clap:
kindest regards
j
Author:  putusernamehere [ Wed Jan 22, 2014 8:25 pm ]
Post subject:  Re: TraderDesk HA Swing Strategy

hi all :hi:
here is the daily performance of the EA HeikenAshi Helper C. runs on the demo on all pairs. I find a great result. :yahoo:
Thank you :good:
Author:  TraderDesk [ Fri Jan 24, 2014 8:18 am ]
Post subject:  Re: TraderDesk HA Swing Strategy

Glad to see that you are getting some successful results... :)

Tommaso do you think you can add to the EA the ability to add to the chart an UP/DOWN arrow when the CSS of the currency pair crosses on the close of the bar. For example, I have below a picture of a cross on the 1 hour TF GBP/JPY. When the bar closes on the GBP/JPY 1 hour chart to automatically put an UP arrow to show the cross...
CSScross.png
1hourTFchartCSS.png
Author:  milanese [ Fri Jan 24, 2014 11:11 am ]
Post subject:  Re: TraderDesk HA Swing Strategy

TraderDesk » Fri Jan 24, 2014 8:18 am wrote:Glad to see that you are getting some successful results... :)

Tommaso do you think you can add to the EA the ability to add to the chart an UP/DOWN arrow when the CSS of the currency pair crosses on the close of the bar. For example, I have below a picture of a cross on the 1 hour TF GBP/JPY. When the bar closes on the GBP/JPY 1 hour chart to automatically put an UP arrow to show the cross...

I will take a look to this at the weekend, if I find time, first I want to do, is to add to the helper EA too the highertf trendcheck, so that it will only open in main trend direction positions..

Cheers :)

Tommaso
Author:  TraderDesk [ Fri Jan 24, 2014 11:36 am ]
Post subject:  Re: TraderDesk HA Swing Strategy

Thanks.... :)
Author:  hannele [ Fri Jan 24, 2014 11:39 am ]
Post subject:  Re: TraderDesk HA Swing Strategy

milanese » Fri Jan 24, 2014 9:11 pm wrote:
TraderDesk » Fri Jan 24, 2014 8:18 am wrote:Glad to see that you are getting some successful results... :)

Tommaso do you think you can add to the EA the ability to add to the chart an UP/DOWN arrow when the CSS of the currency pair crosses on the close of the bar. For example, I have below a picture of a cross on the 1 hour TF GBP/JPY. When the bar closes on the GBP/JPY 1 hour chart to automatically put an UP arrow to show the cross...

I will take a look to this at the weekend, if I find time, first I want to do, is to add to the helper EA too the highertf trendcheck, so that it will only open in main trend direction positions..

Cheers :)

Tommaso
Hi Tommaso,

You are a gem, can't wait for that helper :clap:
cheers
hannele
Author:  milanese [ Fri Jan 24, 2014 12:37 pm ]
Post subject:  Re: TraderDesk HA Swing Strategy

Hi :hi:

Here comes first the new HelperEA with the HigherTFCheck, it will only open in direction of the main trend positions.
HeikenAshiHelperF.mq4
This setting is for selecting the higherTF

Code: Select all

extern double  HigherTF=240;
This variables are used for the actual TF
Here you set the entry delay and the min value the price must be in HA Line for opening a new position. The
HA_SLMovingDistance is used for give some extra pips to the SL too you have the setting SetBEminPip what is used for setting the min distance the SL must have from the actual price

Code: Select all

extern int  DelayTheEntryForXBars=2;
extern double  PriceWithinHALine=10;
extern double  HA_SLMovingDistance=10;
I will attach this EA too at the first post.
For the grafic arrow I will look later...

Cheers :)

Tommaso
Author:  hannele [ Fri Jan 24, 2014 12:57 pm ]
Post subject:  Re: TraderDesk HA Swing Strategy

Thank you :-) Tommaso
cheers
hannele
Author:  TraderDesk [ Fri Jan 24, 2014 1:42 pm ]
Post subject:  Re: TraderDesk HA Swing Strategy

Thanks Tommaso.... Will start testing it out...
Author:  milanese [ Thu Mar 06, 2014 3:32 pm ]
Post subject:  TraderDesk HA Swing Strategy

Hi all :hi:

I modified the Heiken Ashi Smoothed indicator for perfect compatibility with the new 6xx build, please not this version will not work with pre 6xx build, you will find the 6xx version too attached in the first post :)
HASmoothedwithAlertTDStrategy6XX.mq4
Cheers :)

Tommaso
All times are UTC Page 5 of 6