Jump to content

Hummerstar ea


Recommended Posts

Hi !

 

Please help me ! I can't open manual file .

This EA trade on the best current pairs and tf ?

 

Thanks for your share:)

 

Hi. The manual itself in PDF format, so install Adobe Reader (it's free) and you will be able to handle it. Manual is only in Russian language (sorry, have not much time to translate it), but I have attached the special optimization.set file - just load it in tester and start optimization.

 

This EA can trade on EVERY instrument, which generates candles )

Good results are for spot silver and gold, for all majors and any crosses. You need just to optimize EA for specific instrument you want to trade.

TF from M1 to H4 - whatever you like.

Link to comment
Share on other sites

Hi. The manual itself in PDF format, so install Adobe Reader (it's free) and you will be able to handle it. Manual is only in Russian language (sorry, have not much time to translate it), but I have attached the special optimization.set file - just load it in tester and start optimization.

 

This EA can trade on EVERY instrument, which generates candles )

Good results are for spot silver and gold, for all majors and any crosses. You need just to optimize EA for specific instrument you want to trade.

TF from M1 to H4 - whatever you like.

 

Hi !

 

 

 

May I have some thing wrong in the setting , I don't had any trades yet . I test on gold

 

Please help !

 

Thanks a lot

Link to comment
Share on other sites

Hi !

May I have some thing wrong in the setting , I don't had any trades yet . I test on gold

Please help !

Thanks a lot

 

"=== Indicator ==="

shadow_factor = 0.5; // Candle "shadow" factor

HummerWhiteDir = 1; // White hammer trade direction: 0 - no trade, 1 - buy, -1 - sell

HummerBlackDir = -1; // Black hammer trade direction: 0 - no trade, 1 - buy, -1 - sell

StarWhiteDir = 1; // White star trade direction: 0 - no trade, 1 - buy, -1 - sell

StarBlackDir = -1; // Black star trade direction: 0 - no trade, 1 - buy, -1 - sell

 

Make sure that candle shadow factor is not more than 2, and also make sure that direction of the trades is not equal to 0 - it has to be 1 or -1.

Edited by tgtrading
Link to comment
Share on other sites

"=== Indicator ==="

shadow_factor = 0.5; // Candle "shadow" factor

HummerWhiteDir = 1; // White hammer trade direction: 0 - no trade, 1 - buy, -1 - sell

HummerBlackDir = -1; // Black hammer trade direction: 0 - no trade, 1 - buy, -1 - sell

StarWhiteDir = 1; // White star trade direction: 0 - no trade, 1 - buy, -1 - sell

StarBlackDir = -1; // Black star trade direction: 0 - no trade, 1 - buy, -1 - sell

 

Make sure that candle shadow factor is not more than 2, and also make sure that direction of the trades is not equal to 0 - it has to be 1 or -1.

 

Hi !

 

I check and see that my setting is correctly with you . I will try again some days .

 

Thanks very much

Link to comment
Share on other sites

hi !

 

Today I had trade ( gold ) but when I check in the setting so :

shadow_factor =2.2

What will I do ? Must I repair as you say shadow_factor =0.5

 

Thanks a lot

 

 

Well, I should tell how the candle is recognized. Let's find WHITE HAMMER (long lower shadow, short upper shadow).

First we should find out what type of candle is it (white or black).

If open < close // white candle

 

Then we should recognize short upper shadow:

If (high-close) <= ((close-open)/2) // short upper shadow

 

Then we recognize long lower shadow:

If (open-low) > ((high - open)*X) // recognizing long lower shadow where X is "shadow factor".

 

So, bigger factor is - longer lower shadow is. And if shadow factor is relatively small - the shadow is shorter.

The candles with big shadows could be found more rarely, so setting shadow factor more than 2 means that EA will open trades not so frequently, since it recognizes appropriate candles not so often.

 

Quite easy, it's not rocket science )))

Edited by tgtrading
Link to comment
Share on other sites

Well, I should tell how the candle is recognized. Let's find WHITE HAMMER (long lower shadow, short upper shadow).

First we should find out what type of candle is it (white or black).

If open < close // white candle

 

Then we should recognize short upper shadow:

If (high-close) <= ((close-open)/2) // short upper shadow

 

Then we recognize long lower shadow:

If (open-low) > ((high - open)*X) // recognizing long lower shadow where X is "shadow factor".

 

So, more shadow factor is - longer lower shadow is. And If shadow factor is relatively small - the shadow is shorter.

The candles with big shadows could be found more rarely, so setting shadow factor more than 2 means that EA will open trades not so frequently, since it recognizes appropriate candles not so often.

 

Quite easy, it's not rocket science )))

 

hi !

 

Thankyou very much for your help !

 

Have a good day !

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...