- Search Forex Factory
- 1,762 Results (2 Threads , 1,760 Replies )
- jeanlouie replied Dec 4, 2023
Candle_Color_Single_by_Daily_Time - draws a candle at a given time once every day, hh:mm - optional color
I will code your EAs and Indicators for no charge
- jeanlouie replied Dec 4, 2023
I doubt anyone is going to do it, consider hiring someone or try an existing online ea builder.
I will code your EAs and Indicators for no charge
- jeanlouie replied Dec 4, 2023
Looks like chatgpt, which cannot currently make reliable mql4 or mql5 codes (or potentially any code at all, for which a full existing example doesn't already exist in it's training material), especially when you're asking for a bunch of things. ...
I will code your EAs and Indicators for no charge
- jeanlouie replied Nov 29, 2023
Just give it a candle index to use, 1 parameter in the function I posted, live candle has index 0.
I will code your EAs and Indicators for no charge
- jeanlouie replied Nov 28, 2023
- the ma price values are on global scope, they are made once and not calculated live as you may be expecting - the bool functions both have 2 returns in the same order with no condition if it's true or false - the below would be used in ontick, ...
I will code your EAs and Indicators for no charge
- jeanlouie replied Nov 28, 2023
- the copyx stuff still had a different tf in it than the chart tf, so it is requesting data from outside the current chart, which has to be already present/ downloaded, ie behaving like a timeseries function for a different symbol and/or tf than ...
I will code your EAs and Indicators for no charge
- jeanlouie replied Nov 28, 2023
Posting here as well for those interested, attached is an example indicator
I will code your EAs and Indicators for no charge
- jeanlouie replied Nov 28, 2023
- lookback candles is not used that way, it's not mentioned in the documentation, but commonly mt4/5 developers will use the quantity of lookback, to refer to how many previous candles are required to be calculated for some condition at a candle, eg ...
Help - how to code the right way to avoid big load in MQL4?
- jeanlouie replied Nov 27, 2023
Alerts are sent for new lines found, for swing highs/lows, the live candle is not included.
I will code your EAs and Indicators for no charge
- jeanlouie replied Nov 27, 2023
- you're still using itime() with a different tf to the chart tf, only if the tf is the same as the chart or the data has already been collected, will there be no delay - the itime() functions are not looping with the loop, the shift values are ...
I will code your EAs and Indicators for no charge
- jeanlouie replied Nov 24, 2023
I had it running for a while with some ma's on it, no issue came up (though there is an issue with the ma values in mtf being live and not staircase). Unless I can recreate the issue there is nothing to go on.
I will code your EAs and Indicators for no charge
- jeanlouie replied Nov 24, 2023
You would not notice any difference in either 4/5 when using predefined arrays inside oncalc, or timeseries functions for the current sym/tf. The 2 indicators also work differently, the mt4 indicator only uses the chart candle times and decides on ...
I will code your EAs and Indicators for no charge
- jeanlouie replied Nov 23, 2023
SR_Equal_HL - v1.1 - finds equal high and lows within a point margin - full alerts
I will code your EAs and Indicators for no charge
- jeanlouie replied Nov 23, 2023
Is the picture of the experts tab just on loading or when it has already stopped working?
I will code your EAs and Indicators for no charge
- jeanlouie replied Nov 21, 2023
You're still not giving enough information. What happens when you switch chart tfs, reload the indicator, is there anything in the experts tab, just saying its not working isn't enough.
I will code your EAs and Indicators for no charge
- jeanlouie replied Nov 21, 2023
Yes, but that is not to say that timeseries functions are bad, just that other symbol/tf (which are settings to the function) data has to be physically downloaded first, whereas the predefined stuff is already present as what you see on the chart. - ...
I will code your EAs and Indicators for no charge
- jeanlouie replied Nov 20, 2023
Oh that's why you had the objectcreation bit, had nothing to do with the input section. The object hline is a full chart width horizontal line, there is no time start/end coord for it, only price, replace it with trendline to be able to give it ...
I will code your EAs and Indicators for no charge
- jeanlouie replied Nov 20, 2023
Looks like chatgpt, it can't currently make reliable mt4/mt5 codes. Because that's the values you're giving it to draw to. iMA returns a handle number to the array that holds the ma values, you can see this in the data window when you drag the ...
I will code your EAs and Indicators for no charge
- jeanlouie replied Nov 20, 2023
Technically, mt5 is faster, I prefer mt4 though. There are 2 ways you can refer to timeprice data, either through predefined arrays available in the parameters of oncalc, ie time[], high[], or with predefined arrays like Time[], High[] (the capital ...
I will code your EAs and Indicators for no charge
- jeanlouie replied Nov 19, 2023
Need an example of this, what do I do to recreate the issue?
I will code your EAs and Indicators for no charge