Coder Social home page Coder Social logo

9nix6 / median-and-turbo-renko-indicator-bundle Goto Github PK

View Code? Open in Web Editor NEW
78.0 17.0 38.0 24.52 MB

MQL5 header file for 'Median and Turbo renko indicator bundle' available for MT5 via MQL5 Market. The file lets you easily create a Renko EA in MT5 using the Median Renko indicator.

Home Page: https://www.mql5.com/en/market/product/16347

License: GNU General Public License v3.0

MQL5 100.00%
median renko medianrenko pointo mql5 mql ea forex forex-trading

median-and-turbo-renko-indicator-bundle's People

Contributors

9nix6 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

median-and-turbo-renko-indicator-bundle's Issues

Replace/Add count of Buy and Sell Volume by Ask and Bid Prices

hi Arthur
I wish if you can add the option for counting Buy and Sell Volumes via Ask and Bid ticks/orders, the current method used by MT5 is not correct and the more precise method to see Buy and Sell Volumes is using this code:

        buy_tick = (tick.last >= tick.ask) 
        sell_tick = (tick.last <= tick.bid) 

With this lines of code we counting the volumes on the Ask and the volumes on the Bid side.
I tried writing my own indicator using this code but the its not working well when there are a lot of ticks.

Please add this feature as option or flag.
Thank you

Trying to update Candle 0 only

Hi Arthur, how are you doing ?
I'm trying to update histogram on position 0
I have realtime MarketDepth data that I wish to be displayed in the Buffers so that each Histogram represent the total changes in Market Depth regrading to the same Renko Candle
so I'm updating RATES_TOTAL-1 candle data but it not working because the Historgram is advancing regardless to RATES_TOTAL of the Renko Indicator.
Please help.

Problems with renko Bundle on MT5 Build 3320

A lot of errors regarding the indicators when I put them on Renko chart:
image

each time the indicators disappearing and sometimes after building new renko candle thier coming back in other times like now the indicator report that they cannot access the Renko Main indicator:

image

How to implement iBarShift function on Renko Charts ?

Hi Arthur
I need to implement iBarShift function on the Renko chart,
The function return the number of the bar by specified date as you can read on the help section of MT5

how can I acheive this goal with the Renko Bundle ?

EA 2MA_Cross - trading schedule don't work

Hi. In EA 2MA_Cross, schedule trading does not seem to be working. The EA makes an order even if the time is not included in the scheduling hours. In the code, there isn't if condition before market orders (line 350 of 2MA_Cross.mq5). I suggest to add this condition at the line 350 and close it to 400 :
if(!timeControl.IsScheduleEnabled() || timeControl.IsTradingTimeValid()) {}
I'm french. Sorry for my approximatively english.

Thanks for your work !!

EMA indicator

Could you develop an exponential moving average indicator (EMA)?
It's possible only add 2 averages with the main indicator.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.