9nix6 / Median-and-Turbo-Renko-indicator-bundle

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.
https://www.mql5.com/en/market/product/16347
GNU General Public License v3.0
80 stars 38 forks source link

Using Both Renko and Range on the same Terminal #9

Closed tzahimaimon closed 2 years ago

tzahimaimon commented 2 years ago

I Have both Median Renko and Range indicators how can I Use them both on the same MT Terminal in diffrent Charts ?

9nix6 commented 2 years ago

You should be able to use both of them without any problems. Please keep in mind that you need to open 2 different charts and if they are for the same instrument (i.e. EURUSD), you need to use different timeframes.

For example, put renko on EURUSD,M30, and range bars on EURUSD,H1.

tzahimaimon commented 2 years ago

The Issue is when i'm building my own indicator and want to Compile this indicator for Range or Renko or for Both because there is a #define in CustomBarConfig.mqh that refers to the correct indicator on the chart. And if I compile with the incorrect statement it's not working fine. But the define is in the CustomBarConfig.mqh and its already deinfed there.

9nix6 commented 2 years ago

You need to create 2 separate folders (for example. "Renko Indicators" and "RangeBar indicators" and have 2 compilations for the individual charts. This is how we distribute the indicators with the individual charting systems.