TraderDesk HA Swing Strategy

dentiok
Trader
Posts: 71
Joined: Tue Dec 06, 2011 3:03 pm

Re: TraderDesk HA Swing Strategy

Post by dentiok »

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
User avatar
putusernamehere
Trader
Posts: 107
Joined: Fri Nov 15, 2013 8:56 pm

Re: TraderDesk HA Swing Strategy

Post by putusernamehere »

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:
You do not have the required permissions to view the files attached to this post.
TraderDesk
Trader
Posts: 479
Joined: Wed Nov 16, 2011 2:12 pm
Location: Estonia

Re: TraderDesk HA Swing Strategy

Post by TraderDesk »

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
You do not have the required permissions to view the files attached to this post.
TraderDesk
User avatar
milanese
TechAdmin
Posts: 3293
Joined: Wed Jan 09, 2013 9:02 am
Location: btr rdx, r8 +

Re: TraderDesk HA Swing Strategy

Post by milanese »

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
Global Prime is the official SHF broker :yahoo:
Searching for Servers and Workstations with individual configuration?
Just PM
:smile: Click here to go to the BoardKnowledgeBase
NOTE: Cookies and JavaScript are required for the using the board, with full functionality
TraderDesk
Trader
Posts: 479
Joined: Wed Nov 16, 2011 2:12 pm
Location: Estonia

Re: TraderDesk HA Swing Strategy

Post by TraderDesk »

Thanks.... :)
TraderDesk
hannele
Trader
Posts: 137
Joined: Wed Sep 19, 2012 2:31 am

Re: TraderDesk HA Swing Strategy

Post by hannele »

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
User avatar
milanese
TechAdmin
Posts: 3293
Joined: Wed Jan 09, 2013 9:02 am
Location: btr rdx, r8 +

Re: TraderDesk HA Swing Strategy

Post by milanese »

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
You do not have the required permissions to view the files attached to this post.
Global Prime is the official SHF broker :yahoo:
Searching for Servers and Workstations with individual configuration?
Just PM
:smile: Click here to go to the BoardKnowledgeBase
NOTE: Cookies and JavaScript are required for the using the board, with full functionality
hannele
Trader
Posts: 137
Joined: Wed Sep 19, 2012 2:31 am

Re: TraderDesk HA Swing Strategy

Post by hannele »

Thank you :-) Tommaso
cheers
hannele
TraderDesk
Trader
Posts: 479
Joined: Wed Nov 16, 2011 2:12 pm
Location: Estonia

Re: TraderDesk HA Swing Strategy

Post by TraderDesk »

Thanks Tommaso.... Will start testing it out...
TraderDesk
User avatar
milanese
TechAdmin
Posts: 3293
Joined: Wed Jan 09, 2013 9:02 am
Location: btr rdx, r8 +

TraderDesk HA Swing Strategy

Post by milanese »

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
You do not have the required permissions to view the files attached to this post.
Global Prime is the official SHF broker :yahoo:
Searching for Servers and Workstations with individual configuration?
Just PM
:smile: Click here to go to the BoardKnowledgeBase
NOTE: Cookies and JavaScript are required for the using the board, with full functionality
Post Reply

Return to “Manual trading systems”