samjesse
samjesse
Friends

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

samjesse
Added topic difference between 2 moving avarages
Hi could some one please tell me if there a code "indicator" which will do this: plot the difference of two different moving averages , for two different instruments. i.e moving-average-1 for EURUSD moving-average-2 for USDCAD plot the different
samjesse
Added topic Horizontal Lines
the following code draws HLines at yesterday's close prices, but does not change the HLINE ever day, how can I fix it. I need to draw a HLINE indicating yesterday close price. thanks #property indicator_chart_window extern int DD=4; //--- decimal
samjesse
Added topic Alarm untill turned off
Hi the file below is not working as intended. I need it to sound the alarm when the trend line is broker and it keeps the alarm on "repeat" untill I turn it off manually. the work is not mine but been modified by me inorder to repeat untill manuall
samjesse
Added topic Inverted chart display
Hi is there a way to chart inverted, say instead of GBPUSD, you want to see USDGBP. thanks
samjesse
Added topic Multiply double loses the vlaue
Hi I have a problem with this expresion double val = iOpen(Symbol(),PERIOD_D1,iBarShift(Symbol(),PERIOD_D1,Time)) * 1.1; it will only return a value if I change 1.1 to 1, could any body tell me please how can I multipay by a doulbe? thanks
samjesse
Registered at MQL5.community
samjesse
Added topic Horizontal line help
Hi all I could use some help here. I need to draw a horizontal line indicating the open price of the first bar at 15:00 hour. And another line at said open price plus 10%, could some one help please. I tried to fiddle around but I made a miss. Thank