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

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Print Thread

Similar Threads

Offline Renko Chart Generator for MT4 133 replies

RENKO Trading SYSTEM - RENKO Indicators 7 replies

Renko from an offline basket chart 0 replies

How to accurately backTest EAs on offline chart like renko, rangebars? 1 reply

ind 4 offline Renko chart update 1 reply

  • Platform Tech
  • /
  • Reply to Thread
  • Subscribe
Tags: How to read values of indicators in offline Renko chart
Cancel

How to read values of indicators in offline Renko chart

  • Post #1
  • Quote
  • First Post: Dec 16, 2009 11:44am Dec 16, 2009 11:44am
  •  1000pips
  • | Joined Dec 2009 | Status: Member | 6 Posts
Hi all,

I am new here. I have been trading forex manually for about 6 months now using another platform. I have a fairly simple system based on Renko charts. I want to automate the system using MQL. I am new in MT4 and MQL. However, I am an experienced IT person. I need your help in understanding some of the fundamentals of MQL and hopefully return your favors with my IT experience.

So far, I've installed and been successfully using RenkoLiveChart v2.1 as an indicator.

For trade automation, I need to write an EA. As far as I understand, however, EAs don't run on offline charts. Because my system is Renko based, I need to access that offline chart from EA. So, I need to plug the EA into live chart, and read indicator values in offline Renko chart. How can I do this? How can I access values of indicators and Renkos in an offline chart from within an EA running on a live chart?

I've searched the forum for an answer with no success, maybe I am using a wrong set of keywords.

Your help is much appreciated,

Nick.
  • Post #2
  • Quote
  • Dec 16, 2009 11:58am Dec 16, 2009 11:58am
  •  Vincenzo69
  • | Joined May 2009 | Status: Banned | 47 Posts
Personally I would code the behaviour of Renko into the EA. Should be easier than accessing offline values. However then comes the problem of coding the indicators as well, however, for Renko charts most of the indicators will show the same thing (more or less), except when they have different periods.
I don't know what time it is at your place, but right here it's 4:20.
 
 
  • Post #3
  • Quote
  • Dec 16, 2009 12:33pm Dec 16, 2009 12:33pm
  •  LastViking
  • | Joined Aug 2009 | Status: Member | 58 Posts
Quoting 1000pips
Disliked
Hi all,

For trade automation, I need to write an EA. As far as I understand, however, EAs don't run on offline charts. Because my system is Renko based, I need to access that offline chart from EA. So, I need to plug the EA into live chart, and read indicator values in offline Renko chart. How can I do this? How can I access values of indicators and Renkos in an offline chart from within an EA running on a live chart?

Nick.
Ignored
Use v3.2 (DL from this thread: http://www.forexfactory.com/showthread.php?t=189584, use the paper clip on the top right to locate the file). It's an EA rather then an indicator, so it should be placed in the experts folder. Otherwise it works the same way as v2.x.

It (v3.2) have an option (EmulateOnLineChart) that will make it send ticks to any EA attached to the offline renko chart. So you can run your EA on the renko offline chart just as you would a normal chart.

/LV
 
 
  • Post #4
  • Quote
  • Dec 16, 2009 12:58pm Dec 16, 2009 12:58pm
  •  1000pips
  • | Joined Dec 2009 | Status: Member | 6 Posts
Thanks LV. I was looking at v3.2 right now. Yes, EmulateOnlineChart feature does what I wanted.
 
 
  • Post #5
  • Quote
  • Mar 6, 2010 10:44pm Mar 6, 2010 10:44pm
  •  Loustar1
  • | Joined Jun 2005 | Status: Member | 8 Posts
Has anyone developed an EA that will place trades based on renko charts?

Thanks in advance

Be Well, Trade Well, and Prosper

Louis
 
 
  • Post #6
  • Quote
  • Mar 15, 2010 6:22am Mar 15, 2010 6:22am
  •  DerkWehler
  • Joined Nov 2006 | Status: Member | 111 Posts
Quoting LastViking
Disliked
Use v3.2 (DL from this thread: http://www.forexfactory.com/showthread.php?t=189584, use the paper clip on the top right to locate the file). It's an EA rather then an indicator, so it should be placed in the experts folder. Otherwise it works the same way as v2.x.

It (v3.2) have an option (EmulateOnLineChart) that will make it send ticks to any EA attached to the offline renko chart. So you can run your EA on the renko offline chart just as you would a normal chart.

/LV
Ignored
Hi there:

I was just trying to do the same thing (run EA on offline Renko chart). I went to the DL link you provided, and it only has version 3.0, which is the same as the one I am already using. It has no "EmulateOnLineChart" input.

Can you point me again to a real place to DL version 3.2?

Thanks,
-Derk
 
 
  • Post #7
  • Quote
  • Nov 4, 2010 4:22pm Nov 4, 2010 4:22pm
  •  edoughig
  • | Joined Jun 2010 | Status: Member | 10 Posts
Just wanted to throw out my thought here. You could have a script attached to the renko chart that writes signals to a file. the EA, attached to an online chart, would read those signals from the file and act accordingly.

Not sure how this would work with Renko charts, but I have something similar working for offline basket charts. I am still coding and perfecting, but signals are received and trades triggered as expected for now.
 
 
  • Post #8
  • Quote
  • Nov 4, 2010 5:53pm Nov 4, 2010 5:53pm
  •  CodeMeister
  • Joined Sep 2009 | Status: Making Code While Making Pips | 1,672 Posts
Quoting edoughig
Disliked
Just wanted to throw out my thought here. You could have a script attached to the renko chart that writes signals to a file. the EA, attached to an online chart, would read those signals from the file and act accordingly.

Not sure how this would work with Renko charts, but I have something similar working for offline basket charts. I am still coding and perfecting, but signals are received and trades triggered as expected for now.
Ignored

You can trade on one online chart using a signal from any other chart you choose, including an offline chart. No need to do something as awkward as this.
 
 
  • Post #9
  • Quote
  • Last Post: Oct 27, 2011 8:49am Oct 27, 2011 8:49am
  •  mikegriz
  • | Joined Jul 2010 | Status: Member | 7 Posts
Quoting CodeMeister
Disliked
You can trade on one online chart using a signal from any other chart you choose, including an offline chart. No need to do something as awkward as this.
Ignored
Hi CodeMeister - this is an old thread, but if you are still there, how do you trade on an online chart using a signal (e.g. a horizonal line at a certain price level) that is on an offline chart?

Basically, I'd like to run a simple EA on a tick chart, which is offline. It uses a horizontal line to determine the trade entry level.

Thanks!
 
 
  • Platform Tech
  • /
  • How to read values of indicators in offline Renko chart
  • Reply to Thread
0 traders viewing now
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