BBands_Stop_v3.0 for MT5 is on this post (on the first post of the thread).
This is a discussion on BBands_Stop within the Trading tools forums, part of the Trading Forum category; Originally Posted by cryptoyogi06 Any chance to have a version of this indicator, BBands_Stop, for MT5? BBands_Stop_v3.0 for MT5 is ...
BBands_Stop_v3.0 for MT5 is on this post (on the first post of the thread).
Premium Trading Forum: subscription, public discussion and latest news
Trading Forum wiki || MQL5 channel for the forum
Trading blogs || My blog
iTime (indicator for MT5 on this post #1)?
Look at the announcement on mql5 forum here https://www.mql5.com/en/forum/257568 -
It means - there is no need to use iTime (for example) anymore.MQL5: New functions: iTime, iOpen, iHigh, iLow, iClose, iVolume, iBars, iBarShift, iLowest, iHighest, iRealVolume, iTickVolume, iSpread. These functions are similar to those used in MQL4. The functions provide for an easier transfer of code of trading applications to the fifth generation platform.
Some indicators should be fixed for MT5 because of that.
You can change iTime to iTime1 for example from inside the code, and it will work:
----------------
I edited post of Igorad and updaded fixed verson of BBands_Stop_v3.0 for MT5 on the post #1
Premium Trading Forum: subscription, public discussion and latest news
Trading Forum wiki || MQL5 channel for the forum
Trading blogs || My blog
Yes, the file was downloaded from the first link a long time ago.
Thanks, now it works! Good luck!
Hello, Sergey!
I have a small request: can you add a function so that the signal candle is painted when a signal appears and the ability to change its scale (example below).
~~~~~~~
Chart_Scale = ChartScaleGet();
//Set bar widths
if(Chart_Scale == 0) {Bar_Width = 1;}
else {if(Chart_Scale == 1) {Bar_Width = 2;}
else {if(Chart_Scale == 2) {Bar_Width = 2;}
else {if(Chart_Scale == 3) {Bar_Width = 3;}
else {if(Chart_Scale == 4) {Bar_Width = 6;}
else {Bar_Width = 13;} }}}}
~~~~~~~
I couldn't do all this on my own....)))
Bookmarks