hknight555
hknight555
Friends

Add friends via their profile or user search and you will be able to see if they are online

hknight555
Added topic Custom indicator shows up blank or returns 2147483647
Sometimes this indicator works, and other times it show up blank or returns 2147483647. Any ideas how to fix it? Thanks! #property indicator_separate_window #property indicator_minimum 1 #property indicator_maximum 99 #property indicator_buffers 1
hknight555
Added topic Create an array containing a Moving Average for the last 100 bars
I use CopyClose() to create an array containing the Close price of the last 100 bars. How can I create an array containing a Moving Average for the last 100 bars
hknight555
Added topic ZORDER: Getting Rectangle To Show On Top
How can I get the rectangle to show up on top of the bars instead of behind them? Setting the zorder does not seem to work.            int bars = 7 ;
hknight555
Added topic Average of CopyHigh and CopyLow
I use this to get an array of the highest bar prices:          copyed = CopyHigh ( NULL , 0 , 0 , 5 ,clpr); I use this to get an array of the lowest bar prices:         
hknight555
Registered at MQL5.community