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

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Print Thread

Similar Threads

RENKO Trading SYSTEM - RENKO Indicators 7 replies

Daytrading/scalping with high leverage - my proven strategy 8,733 replies

A Proven Simple Strategy (2MAs, 1 RSI) 436 replies

Looking for proven scalping strategy to program 1 reply

New Renko Bar and Reversal Renko Bar Indicator Alert Help Please 5 replies

  • Trading Systems
  • /
  • Reply to Thread
  • Subscribe
  • 365
Attachments: Renko trading using proven strategy
Exit Attachments
Tags: Renko trading using proven strategy
Cancel

Renko trading using proven strategy

  • Last Post
  •  
  • 1 2627Page 282930 33
  • 1 27Page 2829 33
  •  
  • Post #541
  • Quote
  • Mar 14, 2021 12:47am Mar 14, 2021 12:47am
  •  madmax123
  • | Additional Username | Joined Jun 2013 | 4 Posts
Quoting jarfx05
Disliked
Hi traders, there are so many simple and well-functioning market strategies. If you do your homework, you can cut your piece of cake. {image}
Ignored
Hi Jarfx05,

Could you please share the indicator and template. It's looking very nice and clean
 
 
  • Post #542
  • Quote
  • Mar 14, 2021 8:56am Mar 14, 2021 8:56am
  •  Hutch
  • Joined Apr 2010 | Status: Lazy trader on D1 charts | 5,906 Posts
Quoting madmax123
Disliked
{quote} Hi Hutch, Could you please share the indicators and template? Thanks
Ignored
Here is the full strategy. Please make sure that you look at the links contained in the info text file.
Attached File(s)
File Type: zip Fx Bay Strategy.zip   377 KB | 712 downloads
 
1
  • Post #543
  • Quote
  • Mar 14, 2021 9:44am Mar 14, 2021 9:44am
  •  madmax123
  • | Additional Username | Joined Jun 2013 | 4 Posts
Quoting Hutch
Disliked
{quote} Here is the full strategy. Please make sure that you look at the links contained in the info text file. {file}
Ignored


Thank you. will look into the text file.
 
 
  • Post #544
  • Quote
  • Mar 14, 2021 11:44am Mar 14, 2021 11:44am
  •  jack2237
  • | Joined Jan 2021 | Status: Member | 19 Posts
Quoting jarfx05
Disliked
Hi traders, there are so many simple and well-functioning market strategies. If you do your homework, you can cut your piece of cake. {image}
Ignored
Nice looking chart. What's your setup? Looks like some sort of modified Ichimoku cloud with buy/sell based on the bar being above or below the cloud. How's it performing?
 
 
  • Post #545
  • Quote
  • Mar 14, 2021 1:06pm Mar 14, 2021 1:06pm
  •  sibianaga
  • | Joined Jul 2020 | Status: Member | 17 Posts
The HF trend indicator uses caculations of 2 indicators built in to one.
The first part is using each BAR DATA
The secound part is using Moving average values of each bar.

FIRST PART:
Bar Data: Trend Down
This indicator calculates Ilow of each bar with in which Ilowest is used from array of look back from current bar the look back is determined by Factor setting in the inputs ilow and ilowest are compared to obtain the max value of the two this is called
"maximumlowprice"
Bar Data: Trend up
This indicator calculates IHigh of each bar with in which IHighest is used from array of look back from current bar the look back is determined by Factor setting in the inputs iHigh and iHighest are compared to obtain the max value of the two this is called
"minimum highprice"
SECOND PART:
Trend up Lowma
Moving average LOW & high is used to calculate if the price(ma) is above the Bar data
Trend down Highma
Moving average HIGH & low is used to calculate if the price(ma) is below the Bar data
To generate the trend color and direction arrow a logical calculation is made at current bar (0)
with if statement:
for Up Trend: if(lowma>minhighprice && Close[i]>High[i+1])
for Down trend: if(highma<maxlowprice && Close[i]<Low[i+1])
iAtr is used to calculate the position of the direction arrows it is not used in the logic of Trend creation or math
Variables and constants are placed in the Inputs tab as extern values Values of both Half trend are at default
 
 
  • Post #546
  • Quote
  • Mar 14, 2021 8:21pm Mar 14, 2021 8:21pm
  •  jarfx05
  • Joined Sep 2014 | Status: FF is a waste of time | 1,357 Posts
Quoting jack2237
Disliked
{quote} Nice looking chart. What's your setup? Looks like some sort of modified Ichimoku cloud with buy/sell based on the bar being above or below the cloud. How's it performing?
Ignored
Hi,

The values must be adjusted to the variability and size of the bricks.

Attached Image (click to enlarge)
Click to Enlarge

Name: ichimoku.jpg
Size: 115 KB


Attached File(s)
File Type: zip indi.zip   86 KB | 462 downloads
Attached File(s)
File Type: tpl ichimoku.tpl   46 KB | 297 downloads
if you're doing we all have results with all
 
5
  • Post #547
  • Quote
  • Mar 14, 2021 8:33pm Mar 14, 2021 8:33pm
  •  jack2237
  • | Joined Jan 2021 | Status: Member | 19 Posts
Quoting jarfx05
Disliked
{quote} Hi, The values must be adjusted to the variability and size of the bricks. {image} {file}{file}
Ignored
Thanks, much appreciated!
 
 
  • Post #548
  • Quote
  • Mar 15, 2021 9:36am Mar 15, 2021 9:36am
  •  Hutch
  • Joined Apr 2010 | Status: Lazy trader on D1 charts | 5,906 Posts
Quoting jarfx05
Disliked
{quote} Hi, The values must be adjusted to the variability and size of the bricks. {image} {file}{file}
Ignored
I used to trade ichimoku on the DAX but your strategy is better. This is one of the best ichimoku strategy that I have seen using a small cloud with parallel Renko bricks. Well done!
 
 
  • Post #549
  • Quote
  • Edited 12:06pm Mar 15, 2021 11:37am | Edited 12:06pm
  •  jarfx05
  • Joined Sep 2014 | Status: FF is a waste of time | 1,357 Posts
Quoting Hutch
Disliked
{quote} I used to trade ichimoku on the DAX but your strategy is better. This is one of the best ichimoku strategy that I have seen using a small cloud with parallel Renko bricks. Well done!
Ignored
Thanks. For me, the most important thing is the price level. Indicators is used only to visualize the swing.
if you're doing we all have results with all
 
 
  • Post #550
  • Quote
  • Mar 15, 2021 11:43am Mar 15, 2021 11:43am
  •  jarfx05
  • Joined Sep 2014 | Status: FF is a waste of time | 1,357 Posts
Quoting jack2237
Disliked
{quote} Thanks, much appreciated!
Ignored
If you have a lot of time to play, have fun with EA, just don't ask me about the optimal settings, please.

Attached File(s)
File Type: ex4 ichimoku_u10.ex4   36 KB | 150 downloads
if you're doing we all have results with all
 
 
  • Post #551
  • Quote
  • Mar 15, 2021 6:35pm Mar 15, 2021 6:35pm
  •  Hutch
  • Joined Apr 2010 | Status: Lazy trader on D1 charts | 5,906 Posts
Quoting jarfx05
Disliked
{quote} If you have a lot of time to play, have fun with EA, just don't ask me about the optimal settings, please. {file}
Ignored
Here is the EA I used before.
Attached File(s)
File Type: ex4 ichimoku_u11.ex4   44 KB | 190 downloads
 
 
  • Post #552
  • Quote
  • Edited 7:44am Mar 16, 2021 7:29am | Edited 7:44am
  •  jarfx05
  • Joined Sep 2014 | Status: FF is a waste of time | 1,357 Posts
If you watch the price level, it doesn't matter whether you are trading on candles, bars or renko. The difference is that the Renko chart is cleaner.

Attached Image (click to enlarge)
Click to Enlarge

Name: m3.jpg
Size: 169 KB

Attached Image (click to enlarge)
Click to Enlarge

Name: M2.jpg
Size: 212 KB


Attached File(s)
File Type: ex4 xSuperTrend Candles.ex4   5 KB | 308 downloads
Attached File(s)
File Type: ex4 xSuperTrend.ex4   4 KB | 295 downloads
if you're doing we all have results with all
 
1
  • Post #553
  • Quote
  • Mar 18, 2021 10:03am Mar 18, 2021 10:03am
  •  jarfx05
  • Joined Sep 2014 | Status: FF is a waste of time | 1,357 Posts
the daily target has been hit.....the same story every day, sometimes more, sometimes less, depends on how the market allows.

Attached Image (click to enlarge)
Click to Enlarge

Name: dr1.jpg
Size: 135 KB
Attached Image (click to enlarge)
Click to Enlarge

Name: dr.jpg
Size: 123 KB
if you're doing we all have results with all
 
1
  • Post #554
  • Quote
  • Mar 21, 2021 4:04am Mar 21, 2021 4:04am
  •  dr.butze
  • | Joined Jun 2020 | Status: Member | 158 Posts
Quoting jarfx05
Disliked
If you watch the price level, it doesn't matter whether you are trading on candles, bars or renko. The difference is that the Renko chart is cleaner. {image} {image} {file}{file}
Ignored
Hi jarfx,

thanks for sharing - which MA + period did you use in the upper chart with the super trend?

Thank you
 
 
  • Post #555
  • Quote
  • Mar 22, 2021 7:49am Mar 22, 2021 7:49am
  •  jarfx05
  • Joined Sep 2014 | Status: FF is a waste of time | 1,357 Posts
Quoting dr.butze
Disliked
{quote} Hi jarfx, thanks for sharing - which MA + period did you use in the upper chart with the super trend? Thank you
Ignored
89 LWMA
if you're doing we all have results with all
 
1
  • Post #556
  • Quote
  • Mar 22, 2021 2:29pm Mar 22, 2021 2:29pm
  •  dr.butze
  • | Joined Jun 2020 | Status: Member | 158 Posts
Quoting jarfx05
Disliked
{quote} 89 LWMA
Ignored
thank you
 
 
  • Post #557
  • Quote
  • Mar 22, 2021 4:37pm Mar 22, 2021 4:37pm
  •  AltosTrader
  • | Joined Apr 2006 | Status: Member | 538 Posts
Quoting jarfx05
Disliked
the daily target has been hit.....the same story every day, sometimes more, sometimes less, depends on how the market allows. {image}{image}
Ignored
Hi Jar - What is the little button gizmo you have in chart top right corner - clip attached
Attached Image
 
 
  • Post #558
  • Quote
  • Mar 23, 2021 7:26am Mar 23, 2021 7:26am
  •  jarfx05
  • Joined Sep 2014 | Status: FF is a waste of time | 1,357 Posts
Quoting AltosTrader
Disliked
{quote} Hi Jar - What is the little button gizmo you have in chart top right corner - clip attached {image}
Ignored
Forex trading is a boring job and it's easy to lose focus. This little tool helps me stick to my trading rules.
if you're doing we all have results with all
 
1
  • Post #559
  • Quote
  • Mar 23, 2021 10:49am Mar 23, 2021 10:49am
  •  iwan73
  • | Joined Nov 2007 | Status: Member | 688 Posts
Quoting Hutch
Disliked
{quote} Here is the full strategy. Please make sure that you look at the links contained in the info text file. {file}
Ignored
Hi Hutch.
I like simplicity of this approch. I look at DAX this morning and have one question. If it is a new arrow, MACD cross 0 line , do you wait for renko bar and Halftrend cross?
Below are my entries.
Attached Image(s) (click to enlarge)
Click to Enlarge

Name: Screenshot_1.png
Size: 40 KB
Click to Enlarge

Name: Screenshot_3.png
Size: 40 KB
 
 
  • Post #560
  • Quote
  • Mar 23, 2021 1:44pm Mar 23, 2021 1:44pm
  •  Hutch
  • Joined Apr 2010 | Status: Lazy trader on D1 charts | 5,906 Posts
Quoting iwan73
Disliked
{quote} Hi Hutch. I like simplicity of this approch. I look at DAX this morning and have one question. If it is a new arrow, MACD cross 0 line , do you wait for renko bar and Halftrend cross? Below are my entries. {image} {image}
Ignored
The Half Trend TT gives the signal using the arrow but the trade is always at the beginning of the next Renko brick. At that time you have to make sure that the arrow signal corresponds with the FxBay MACD. It looks like that both pictures show a late entry. Normally the signal should be on the previous brick but if your Renko bricks have wicks it's normal to have late entries. By the way even the best signals will not guarantee a good trade. I just lost $300 trading the S&P 500 because the trend reversed. Oh well ... next
Attached Image (click to enlarge)
Click to Enlarge

Name: sp.png
Size: 3 KB
 
3
  • Trading Systems
  • /
  • Renko trading using proven strategy
  • Reply to Thread
    • 1 2627Page 282930 33
    • 1 27Page 2829 33
0 traders viewing now
  • More
Top of Page
  • 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 / ©2023