• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • User/Email: Password:
  • 4:46am
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 4:46am
Sister Sites
  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Print Thread

Similar Threads

The hanging man and inverted hammer trading strategy 42 replies

Need help to stop this indicator from hanging 2 replies

Help to edit day open line to week open line ! 11 replies

got to do with a hanging man and a pinbar 1 reply

hwo to get rid of teh Buy line and Sell line 2 replies

  • Trading Systems
  • /
  • Reply to Thread
  • Subscribe
  • 43
Attachments: Hanging out the daily on the close line
Exit Attachments

Hanging out the daily on the close line

  • Last Post
  •  
  • 1 2Page 3456 7
  • 1 2Page 34 7
  •  
  • Post #41
  • Quote
  • Jan 31, 2019 5:01pm Jan 31, 2019 5:01pm
  •  cfudge
  • Joined Apr 2013 | Status: Member | 1,158 Posts
Here are todays trades...looks super good.

USDCAD, CADCHF, CADJPY all are entries except the high/low band is facing inward so no trade.

Chris

Attached Image (click to enlarge)
Click to Enlarge

Name: trades.jpg
Size: 22 KB
 
 
  • Post #42
  • Quote
  • Jan 31, 2019 10:00pm Jan 31, 2019 10:00pm
  •  yczzd
  • Joined Aug 2012 | Status: Member | 154 Posts
This is an EA
Attached to only one chart, such as EURUSD, the time frame is greater than 4H. At the same time, 28 pairs of currencies can be traded, and they can be set up by themselves.
Order Rule: When the closing price of the last candle is less than 5 PIPS from the lowest price, make a long order.
When the closing price of the last candle is less than 5 PIPS, make a short order.
Exit mode: After the opening of the new candle, close all orders, regardless of profit or loss.

Fixed stop 50 pips, and a special basket tracking stop is used.
Attached File
File Type: ex4 One Candle Trading.ex4   34 KB | 138 downloads
 
 
  • Post #43
  • Quote
  • Feb 1, 2019 12:11am Feb 1, 2019 12:11am
  •  cfudge
  • Joined Apr 2013 | Status: Member | 1,158 Posts
Quoting yczzd
Disliked
This is an EA Attached to only one chart, such as EURUSD, the time frame is greater than 4H. At the same time, 28 pairs of currencies can be traded, and they can be set up by themselves. Order Rule: When the closing price of the last candle is less than 5 PIPS from the lowest price, make a long order. When the closing price of the last candle is less than 5 PIPS, make a short order. Exit mode: After the opening of the new candle, close all orders, regardless of profit or loss. Fixed stop 50 pips, and a special basket tracking stop is used. {file}...
Ignored
Thank you yczzd for the EA

I can not use an EA with my schedule...I close my computer down during work.

I would suggest making the open and close time flexible and the SL flexible.

Did you address the slope of the outer bands to filter trades like Go5 did?

Can you explain the basket tracking stop a little more.

Thanks again for your work here.

Chris
 
 
  • Post #44
  • Quote
  • Feb 1, 2019 1:42am Feb 1, 2019 1:42am
  •  yczzd
  • Joined Aug 2012 | Status: Member | 154 Posts
Quoting cfudge
Disliked
{quote} Thank you yczzd for the EA I can not use an EA with my schedule...I close my computer down during work. I would suggest making the open and close time flexible and the SL flexible. Did you address the slope of the outer bands to filter trades like Go5 did? Can you explain the basket tracking stop a little more. Thanks again for your work here. Chris
Ignored

Consider adding start and end time settings in the next version.
Stop loss can be set according to your needs and can be adjusted by FixSLPips.
Slope filtering is not used.
When multiple positions are opened, the total profit reaches a certain level and stops are tracked, which can be adjusted by FixSLPips. The calculation formula is as follows:
TrailValue = Accprofit/(4-MathPow (TrailFlag, 1.0/3.0))
EA parameter settings:
Extern ENUM_TIMEFRAMES TF = PERIOD_H4;
Extern double BasicLot = 0.02;
Extern double FixSLPips = 50;
Extern double DeltaPips = 5;
 
 
  • Post #45
  • Quote
  • Edited at 1:23am Feb 3, 2019 12:31am | Edited at 1:23am
  •  cfudge
  • Joined Apr 2013 | Status: Member | 1,158 Posts
OK so I have spent friday and saturday on the laptop, running strategy tester and manually seeing how many pips were won or lost on all set-ups on all 29 pairs.

I was very strict on the 5 pip from close to high/low. Also the rule of no trade if outer bands are pointing inwards. I tested every pair from October 1st 2018 until now.

I wasn't convinced, from my live testing so far, that every pair could just be traded blindly and expect to win in the long run. I was surprised at the results, mostly that

Gold gave the biggest loss. Also that the currencies were across the board, so, not all GBP or JPY pairs were good and things like that.

What follows is a list of all pairs with a positive result (again in pips)...

Chris

NZDJPY 89 PIPS
EURUSD 135 PIPS
USDJPY 104 PIPS
AUDUSD 380 PIPS
EURAUD 475 PIPS
GBPCHF 239 PIPS
GBPUSD 317 PIPS
CADCHF 135 PIPS
GBPCAD 178 PIPS
GBPAUD 249 PIPS
NZDUSD 120 PIPS
EURCAD 272 PIPS
EURNZD 55 PIPS
AUDCHF 114 PIPS
AUDCAD 79 PIPS
EURJPY 190 PIPS

Thats a total of 3131 pips.
 
1
  • Post #46
  • Quote
  • Feb 4, 2019 7:08am Feb 4, 2019 7:08am
  •  yczzd
  • Joined Aug 2012 | Status: Member | 154 Posts
Quoting yczzd
Disliked
This is an EA Attached to only one chart, such as EURUSD, the time frame is greater than 4H. At the same time, 28 pairs of currencies can be traded, and they can be set up by themselves. Order Rule: When the closing price of the last candle is less than 5 PIPS from the lowest price, make a long order. When the closing price of the last candle is less than 5 PIPS, make a short order. Exit mode: After the opening of the new candle, close all orders, regardless of profit or loss. Fixed stop 50 pips, and a special basket tracking stop is used. {file}...
Ignored
EA Update
Attached File
File Type: mq4 One Candle Trading v10.mq4   24 KB | 185 downloads
 
1
  • Post #47
  • Quote
  • Feb 5, 2019 9:51am Feb 5, 2019 9:51am
  •  ChicagoRob
  • | Joined Mar 2008 | Status: Member | 953 Posts
Made 117 net pips yesterday with the latest EA. All of the trades closed before the daily candle closed. How is the TP configured in this version?
 
 
  • Post #48
  • Quote
  • Feb 5, 2019 10:05am Feb 5, 2019 10:05am
  •  yczzd
  • Joined Aug 2012 | Status: Member | 154 Posts
Quoting ChicagoRob
Disliked
Made 117 net pips yesterday with the latest EA. All of the trades closed before the daily candle closed. How is the TP configured in this version?
Ignored
Thank you for report.

TP has never been used. There are three ways of exit:
1. SL withdrawal;
2. Basket tracking stop exit;
3. Start a new candle, close all orders regardless of profit or loss.
 
 
  • Post #49
  • Quote
  • Feb 5, 2019 10:09am Feb 5, 2019 10:09am
  •  cfudge
  • Joined Apr 2013 | Status: Member | 1,158 Posts
Quoting ChicagoRob
Disliked
Made 117 net pips yesterday with the latest EA. All of the trades closed before the daily candle closed. How is the TP configured in this version?
Ignored
Hi Rob

Way to go, this wasn't on the daily was it? Or H4?
 
 
  • Post #50
  • Quote
  • Feb 5, 2019 10:17am Feb 5, 2019 10:17am
  •  ChicagoRob
  • | Joined Mar 2008 | Status: Member | 953 Posts
Quoting yczzd
Disliked
{quote} Thank you for report. TP has never been used. There are three ways of exit: 1. SL withdrawal; 2. Basket tracking stop exit; 3. Start a new candle, close all orders regardless of profit or loss.
Ignored
Thanks for the clarification. Looks like only one trade closed via SL. Apparently, the rest closed with Basket tracking stop exit.
 
 
  • Post #51
  • Quote
  • Feb 5, 2019 10:20am Feb 5, 2019 10:20am
  •  ChicagoRob
  • | Joined Mar 2008 | Status: Member | 953 Posts
Quoting cfudge
Disliked
{quote} Hi Rob Way to go, this wasn't on the daily was it? Or H4?
Ignored
Yes, always on the daily. I want to build up a decent size trade history, so I can find the most consistent pairs.
 
 
  • Post #52
  • Quote
  • Feb 5, 2019 6:43pm Feb 5, 2019 6:43pm
  •  cfudge
  • Joined Apr 2013 | Status: Member | 1,158 Posts
Quoting ChicagoRob
Disliked
{quote} Yes, always on the daily. I want to build up a decent size trade history, so I can find the most consistent pairs.
Ignored
Did you see my list a few posts back?
 
 
  • Post #53
  • Quote
  • Feb 6, 2019 7:33am Feb 6, 2019 7:33am
  •  ChicagoRob
  • | Joined Mar 2008 | Status: Member | 953 Posts
27 net pips yesterday. So far, so good. I'm tempted to run another demo on H4, since there would be a lot more setups.
 
 
  • Post #54
  • Quote
  • Feb 6, 2019 8:20am Feb 6, 2019 8:20am
  •  ChicagoRob
  • | Joined Mar 2008 | Status: Member | 953 Posts
Just fired up an H4 demo. Let's see how it does compared to D1.
 
 
  • Post #55
  • Quote
  • Edited Feb 7, 2019 2:13am Feb 6, 2019 8:53am | Edited Feb 7, 2019 2:13am
  •  yczzd
  • Joined Aug 2012 | Status: Member | 154 Posts
Quoting ChicagoRob
Disliked
Just fired up an H4 demo. Let's see how it does compared to D1.
Ignored

Fixed some errors about basket trading.
 
 
  • Post #56
  • Quote
  • Feb 6, 2019 9:04am Feb 6, 2019 9:04am
  •  ChicagoRob
  • | Joined Mar 2008 | Status: Member | 953 Posts
Quoting yczzd
Disliked
{quote} Fixed some errors about basket trading. {file}
Ignored
What were the errors?
 
 
  • Post #57
  • Quote
  • Feb 6, 2019 9:41am Feb 6, 2019 9:41am
  •  yczzd
  • Joined Aug 2012 | Status: Member | 154 Posts
Quoting ChicagoRob
Disliked
{quote} What were the errors?
Ignored
Basket tracking stops are enabled only when there are multiple orders at the same time.
 
 
  • Post #58
  • Quote
  • Feb 6, 2019 6:57pm Feb 6, 2019 6:57pm
  •  cfudge
  • Joined Apr 2013 | Status: Member | 1,158 Posts
Several trades today

Chris
Attached Image (click to enlarge)
Click to Enlarge

Name: t.jpg
Size: 31 KB
 
 
  • Post #59
  • Quote
  • Feb 7, 2019 2:23am Feb 7, 2019 2:23am
  •  yczzd
  • Joined Aug 2012 | Status: Member | 154 Posts
EA Update(last version delete)

Everybody, Please update it in time and do not use the previous version.

Please update it in time and do not use the previous version.
The new version (v11) fixes a BUG, which may place two orders at the same time.
In addition, a filter condition is added. When placing an order, the body of the first candle must have a certain height.
Attached File
File Type: ex4 One Candle Trading v11.ex4   35 KB | 188 downloads
 
1
  • Post #60
  • Quote
  • Feb 9, 2019 3:31am Feb 9, 2019 3:31am
  •  yczzd
  • Joined Aug 2012 | Status: Member | 154 Posts
Quoting ChicagoRob
Disliked
{quote} What were the errors?
Ignored

Hi,Rob
How was your result last week?
 
 
  • Trading Systems
  • /
  • Hanging out the daily on the close line
  • Reply to Thread
    • 1 2Page 3456 7
    • 1 2Page 34 7
0 traders viewing now
  • More
Top of Page
Forex Factory Blog Updated: Alerting All Members
  • Facebook
  • Twitter
About FF
  • Mission
  • Products
  • User Guide
  • Media Kit
  • Blog
  • Contact
FF Products
  • Forums
  • Trades
  • Calendar
  • News
  • Market
  • Brokers
  • Trade Explorer
FF Website
  • Homepage
  • Search
  • Members
  • Report a Bug
Follow FF
  • Facebook
  • Twitter

FF Sister Sites:

  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Forex Factory® is a brand of Fair Economy, Inc.

Terms of Service / ©2022