EA Trading W/Renko Charts

 
Hello, I'm looking for an EA that autotrades off the renko charts. Any leads you may provide, it would be greatly appreciated. Thanks
 

Forum on trading, automated trading systems and testing trading strategies

Usefull links/threads/tools

Sergey Golubev, 2018.01.19 16:44

Renko


The forum

  1. Heiken_Ashi_Ma_T3 indicator for Mr.Nims, Renko Ashi Scalping System thread 
  2. Are Renko charts more profitable? - the thread with the information and indicators to download
  3. Renko Bar |Day Trading | What are Renko Bars | How do Renko Bars Work - the post with video
  4. Renko (extraction from Achelis - Technical Analysis from A to Z) - the post with mini-article 
  5. How to Use Renko Bricks and Moving Averages to Find Trades - the post 
  6. The 3 Step EMA and Renko Strategy for Trading Trends - the post with mini-article 
  7. Trading Trends with Renko Charts - the post with mini-article
CodeBase

  1. Renko 2.0 - indicator for MetaTrader 5 
  2. AdaptiveRenko - indicator for MetaTrader 5
  3. Renko EA - expert for MetaTrader 4  
  4. Renko_v2 - indicator for MetaTrader 5
  5. Renko Scalper - expert for MetaTrader 4
  6. Predictor Marks for Renko, Mean Renko and Range Bars - indicator for MetaTrader 4 
  7. Renko Charts - indicator for MetaTrader 4 
  8. Renko - indicator for MetaTrader 5 
  9. Renko_v1 - indicator for MetaTrader 4
  10. Renko Charts - expert for MetaTrader 4
  11. Tipu Renko Live - indicator for MetaTrader 4  
  12. Renko Live Charts v4.13 - expert for MetaTrader 4
  13. Renko Chart from ticks (Most precise method) - expert for MetaTrader 4
  14. Renko Range Detector - indicator for MetaTrader 4 
  15. RenkoShade2 - Draws Renko boxes in normal TF - indicator for MetaTrader 4 
  16. Renko Indicator - indicator for MetaTrader 4

Articles

  1. Indicator for Renko charting - MetaTrader 5 article 
  2. How to create an indicator of non-standard charts for MetaTrader Market - MetaTrader 4 article 
  3. Synthetic Bars - A New Dimension to Displaying Graphical Information on Prices - MetaTrader 4 article 
  4. Indicator for Constructing a Three Line Break Chart - MetaTrader 5 article

============


 
Megatron:
Hello, I'm looking for an EA that autotrades off the renko charts. Any leads you may provide, it would be greatly appreciated. Thanks

Hello @Megatron! I realize this is an old thread, but just curious, did you have any success finding something?

I have looked through Sergey's big list but so far have not identified anything that states or implies that it can be used for auto-/algo-trading.

If possible would appreciate an update to know how your search ultimately went.

Thanks 😀

 

The pips lie in the moving average over Renko charts more than Renko itself but very few if any indiicators enable it, less mine because of optimal noise reduction.

MetaTrader Trading Platform Screenshots

NZDUSD, M5, 2022.01.23

Raw Trading Ltd, MetaTrader 5, Real

Renko

NZDUSD, M5, 2022.01.23, Raw Trading Ltd, MetaTrader 5, Real


 

hey my friend i need one help for trade history


how can i fetch records of it's sell done


simply i explain my point


first of all i puted "buy_Limit" like 10 orders    from   Expert_template mql5

Example :

for(int i=0; i<NumberOfGrid; i++)

        OpenBuyLimit(i+1);


it's working well, one more thing i also given TP price for sell but

but now my point is        if i want to reput buy_limit those who have sell done


help me please for find those order with price and reput

Reason: