RenkoShade2 – Draws Renko boxes in normal TF – indicator MetaTrader 4

RenkoShade2 - Draws Renko boxes in normal TF - indicator for MetaTrader 4
To see the renko box on normal TF… or not!!! Try the renkoshade on renko chart! Put the renkoshade2 on a renko chart, it will provide you ‘multi renko’ view. See attached picture. Picture 1: RenkoShade 10 on TF M5 Picture 2: RenkoShade 5 on Renko 3 — Logic of drawing renko boxes taken from … Read more

YURAZ_RSAXEL Script draws the Axel Rudolph levels – script MetaTrader 5

YURAZ_RSAXEL Script draws the Axel Rudolph levels - script for MetaTrader 5
//+——————————————————————+ //|                                                 YURAZ_RSAXEL.mq5 | //|                        Copyright 2009, MetaQuotes Software Corp. | //|                                               | //+——————————————————————+ #property copyright “2009, MetaQuotes Software Corp.” #property link      “” #property version   “1.00” #include “YURAZ_ClassRSAXEL.MQH” // Class // // Draw the Axel Rudolph levels // OOP void OnStart()   {    Parsing *Pars=new Parsing;    datetime  td=D’1999.01.01′;    Pars.begin(td);    delete Pars;   } below are the … Read more