Standard Deviation Channel

 

Hi,

Can anyone tell me where I can find the source code for the 'Standard Deviation Channel' indicator? as i would like to make a custom indicator from it.

Documentation on MQL5: Standard Constants, Enumerations and Structures / Objects Constants / Object Types
  • www.mql5.com
Standard Constants, Enumerations and Structures / Objects Constants / Object Types - Documentation on MQL5
 

look at indicators.zip: StandardDeviationChannel.mq5

https://www.mql5.com/en/articles/130

or mql5.zip

https://www.mql5.com/en/articles/109
20 Trade Signals in MQL5
  • 2010.08.26
  • Sergey Gritsay
  • www.mql5.com
This article will teach you how to receive trade signals that are necessary for a trade system to work. The examples of forming 20 trade signals are given here as separate custom functions that can be used while developing Expert Advisors. For your convenience, all the functions used in the article are combined in a single mqh include file that can be easily connected to a future Expert Advisor.
 
razoff:

look at indicators.zip: StandardDeviationChannel.mq5

https://www.mql5.com/en/articles/130

or mql5.zip

https://www.mql5.com/en/articles/109

Thank you razoff for that, however thats not the indicator im looking for which is my fault because i havent explained fully.

 What im after is the source code for the Linear regression channel (also called standard deviation channel but is drawn differently) its a tool thats available from the platform toolbar and consists of a pair of channel lines and a centre line which can be moved and expanded. 

Documentation on MQL5: Standard Constants, Enumerations and Structures / Objects Constants / Object Types
  • www.mql5.com
Standard Constants, Enumerations and Structures / Objects Constants / Object Types - Documentation on MQL5
 

like plombiers.mq5 ?

http://www.metatraderlibrary.com/metatrader5-indicators/?page=2&sort=1
Free MT5 MetaTrader 5 Indicators List - Download the latest MT5 Indicators Here
  • MTL
  • www.metatraderlibrary.com
A-Z List of Free Metatrader Indicators and Forex Expert Advisors!
 
razoff:

like plombiers.mq5 ?

http://www.metatraderlibrary.com/metatrader5-indicators/?page=2&sort=1

 

No I dont think so, you'll see which one I mean if you go to the tool bar on the platform where you have your horizontal lines, vertical lines, fibonacci etc, then right click and choose customize which opens a window

where on the right you can choose extra tools (linear regression channel) and insert it on the left of window then you will be able to click the new button in the tool bar and open onto  a chart to see what it looks like.

Documentation on MQL5: Standard Constants, Enumerations and Structures / Objects Constants / Object Types
  • www.mql5.com
Standard Constants, Enumerations and Structures / Objects Constants / Object Types - Documentation on MQL5
 
warwick57:

 

No I dont think so, you'll see which one I mean if you go to the tool bar on the platform where you have your horizontal lines, vertical lines, fibonacci etc, then right click and choose customize which opens a window

where on the right you can choose extra tools (linear regression channel) and insert it on the left of window then you will be able to click the new button in the tool bar and open onto  a chart to see what it looks like.

myself i've already search the code for the builtin indicators but no luck
 
razoff:
myself i've already search the code for the builtin indicators but no luck

 

Thanks for trying anyway razoff, appreciate it.

Reason: