- Search Energy EXCH
-
jeanlouie replied Apr 23, 2023It wouldn't work for anything with a price above 999. Attached seems to be fine. Edit - input for fib levels, any amount of levels you want, separate by ,
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 23, 2023I don't think that's really the same. A currency strength indicator is based on finding the movement strength of individual currencies, using ratios of currencies. As you know if eurusd and gbpusd is rising, eurgbp is flat, then the eur and gbp are ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 22, 2023Very odd. HighLow_every_n_from_vline - alternating high to low line - draggable vline - mtf - option to match lower tf hl to time of hl gifs
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 13, 2023Several issues: - there are existing alternatives that do exactly what you want - this code by gpt is subpar, anyone working on it is forced to accommodate things that don't make sense - the zz portion also doesn't work properly, it's display is ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 10, 2023Regarding subwindow Prices_panel_v.101 - option for subwindow
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 8, 2023If you were the one that put the buy/sellsignal buffers and also the buffer for the printed x's then you were already close. The display type enumerations have no affect on this. You can see the attached.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 7, 2023- arrow buffers will print arrows in the same window the indicator is in, either the chart window or a subwindow - to display arrows in another window, replace buffer arrows with object arrows - the buy/sellsignal buffers haven't been set to ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 6, 2023- it probably works fine on all instruments - the input names for P1 and P2, really should be named TF1 n TF2 - the strange appearance of the histogram may be due to tf data missing, it's unlikely you have enough 1min history to line up with any ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 6, 2023Are you sure you aren't just switching instruments with very different prices? If so then wouldn't you just do the same thing? - you need a way to tie the symbol name to the object, so include the symbol name in the object name or description - most ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 6, 2023What was wrong with using a regular existing zigzag indicator, why attempt to use one from gpt? Also there are existing zz mtf indicators about.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 6, 2023No problem at all. Regarding moving by mouse, no, but there are inputs for where you'd like to place the panel.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 5, 2023It seems correct. image Index 0 is the current tf period, the high value of 1.09696 is the current day's high at day index 0.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 3, 2023That would be a different indicator then, something you can do is look for some ruler or grid indicator I made, draggable with levels as % of the range, size the range to make the % levels the height you want or inquire with others. url url url ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 3, 2023- the error is telling you a variable is expected there, see the doc to use it properly - chartxytotimeprice & timepricetoxy don't return doubles, highlight it in metaeditor and press f1 to see the documentation to use it properly - I'd include more ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 3, 2023Is it a holy grail like he thinks it is?
I will code your EAs and Indicators for no charge
-
jeanlouie replied Mar 31, 2023Increase the history number to something big, you can have as many days back as you want as in the pic image It is specifically from the open of the start time used and wont be changed.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Mar 28, 2023Most people in the general population do not code. If ff is roughly similar to the general population then most people here do not code, it is similar to most other forums. People generally try to make their own strategies from what they see and ...
Am I the only one who built a custom swing trading algo?
-
jeanlouie replied Mar 28, 2023If you mean the hyperbolic function, then no, as linked above you can see the math functions mql4 does have, but it's limited to trig, inverse trig, exp, log, power, rounding, but you can easily make your own function to do it using the exponential ...
Coding question
-
jeanlouie replied Mar 26, 2023- using number of bars is not reliable in checking if a new bar has been made, use candle time instead. Bar count can increase/decrease with no change in the current bar time ie no new bar - your current setup only checks for a trading signal on the ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Mar 26, 2023Whats wrong with objectgetdouble(price1&2)? If you don't mean end points, and you want the price at some candle location within a trendline, then decide the candle index you want from the current bar. Experiment with indexes of 0 and the indexes of ...
I will code your EAs and Indicators for no charge