Linuxser
Linuxser
Friends

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

Linuxser
Registered at MQL5.community
Linuxser
Added topic Level Description
Hello. I can´t find the variable (if there is one) to define level description as we can do in the levels tab. Let´say we define a level as 50, no matter if you´re using properties or setlevelvalue. The only way seems to be writing the description in
Linuxser
Added topic FishStoch
We have a few indicators based on John Ehlers works that why I ´m working on a compilation. This is the original code of Fisher Stochastic. it was made by Luis Guilherme Damiani. Have some troubles with arrays or custom function, but not big deal
Linuxser
Added topic indicator_level vs SetLevelValue
Hello. I´m just curious. Both functions seems to have the same purpose. Both show the level on levels tab, etc. #property indicator_level1 30 or SetLevelValue (0, 30); Is there any difference and/or reference about when one´s must be used and when
Linuxser
Added topic Indicator Negative Shift
Hi. It´s possible to shift a iMA with negative values but using the iMA function? The standard MA of MT let you shift into negative. Setting SMA 20, shift -10 you obtain a 20 MA delayed by 10 days. But apply this to iMA seems to no work . According
Linuxser
Added topic Momentum of a MA
I´ve modified the standard momentum indicator to plot some MA of the value. { MomBuffer [ i ] = Close [ i ] * 100 / Close [ i + MomPeriod ] ; i --; } for ( i = 0 ; i < limit - 1 ; i ++ ) EMA_buffer [ i ] = iMAOnArray ( MomBuffer , Bars , Smooth
Linuxser
Added topic Maximum Indicators
Hello. In one articles it´s described the maximun numbers of indicators allowed in the folder is 100. In another post this numbers is set to 250. In another forum the number to watch is the size of the folder. In another forum the number is set to
Linuxser
Added topic Suggestion: 123 Channel Tool
It could be possible in future versions, to draw a channel in the same way as Fibonacci extension. To draw a channel always (often) you look for two lows or two highs. And then if you have choosed two lows, move the upper lines to desired width
Linuxser
Added topic Market Watch VS Chart
Hi. Seems to be strange but in several platforms with several brokers I noted the price on charts (bid line) are not equal to the price in Market Watch window (bid price). IE1 USDCHF Chart 1.2215 Market Watch 1.2214 IE2 GBPUSD Chart 1.9302 Market
Linuxser
Added topic Weekly Pivots
Hello. In the online database are some pivots indicators, and some of them let you set to use local time (or GMT correction) instead broker time. But there is no one one to calculate weekly pivots. There are some indicators code in another forums
Linuxser
Added topic Percent levels
Hi again. Maybe this is a simple question for too many but for me that I´m doing mi first steps into programming it´s a little hard. I´m looking the way for make the levels for the indicator attached indicator which is not restricted in a range (0 to
Linuxser
Added topic Buffer Drawing
I´m modifying some pivot indicator to display weekly values but I can´t manage to draw the buffers. The values are calculed correctly and the labels are good too. What I´m doing wrong :( Thanks in advance. Here´s the code #define IND_NAME " Weekly
Linuxser
Added topic Objects to redraw
Hi. The file attached is another pivot point indicator. I´m working in a modification of the code from another one to look like in some particular way. Everything works Ok if you want to use. But, I added labels (objects) to the lines of pivot
Linuxser
Added topic Value on left side
Hi. As we can see the price on the left margin moving up and down I´m looking for the possibility to do the same with the indicators like RSI or MACD with the current value. IE: RSI is 35.93 or MACD -0.00290 Actually, you can read the current value
Linuxser
Added topic Invalid Integer numbers as paramenter
The attached indicator (MACD Divergence) shows an error called "invalid integer number as parameter 2 for indicator call function . And, after a little search here, in the web site, I can´t find any help about that error
Linuxser
Added topic Different color bar depends on indicator
My first post. I´am trying to write some script but my knowlegde of the Metaquotes Language are very limited because I have been using for only a week. So, my question is: Is there any way to change the bar color depending on the two indicators