- Search Energy EXCH
-
jeanlouie replied Mar 5, 2023- the whole loop will take approx, rounded up, 1 millisecond, you would not notice the movement if it worked like you expect. You can see for yourself that the resulting location is the xcount value at the end of the loop, you're seeing the correct ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Mar 2, 2023Well I'm not saying it's particularly good, but the only road block here is getting just 1 canvas up and running. This page has an example of the simplest form, making a bitmap, and drawing some random stuff in it. Note the include bit at the top ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Mar 2, 2023url This may do it, spread label and alert.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Mar 2, 2023url Is all you need, just a list of functions you can use, the rest is just your own creativity. The canvas is a bitmap object that you can draw anything in, pixel by pixel, the bitmap object can be moved around and resized. From the regular ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Mar 1, 2023ZZ_vlines_legs_sr - regular zz - optional vlines at knees - optional leg coloring - optional sr horizontal levels from upper/lower knee to knee edited - sr levels from knee to knee
I will code your EAs and Indicators for no charge
-
jeanlouie replied Mar 1, 2023Yes I have the source, I made it, minus the zz calc. Source wont be provided, if you have questions about how it works or how to implement something similar, feel free to ask.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Feb 28, 2023ZZ_color_legs_vlines - regular zz - option for vlines at the zz knees - option for zz leg segments to be colored
I will code your EAs and Indicators for no charge
-
jeanlouie replied Feb 26, 2023No mq4 but you can use this. Rectangle_xy - puts a rectangle label on the chart, not a regular timeprice rectangle - user inputs for xy coord, size, style - multiple loading
I will code your EAs and Indicators for no charge
-
jeanlouie replied Feb 24, 2023Average_Price_between_2vlines v1.01 - user input for multiple loading
I will code your EAs and Indicators for no charge
-
jeanlouie replied Feb 24, 2023What value do you think this indicator would have, over say any other random indicator that plots arrows with short period settings?
I will code your EAs and Indicators for no charge
-
jeanlouie replied Feb 23, 2023I have a free version you can use url
I will code your EAs and Indicators for no charge
-
jeanlouie replied Feb 23, 2023Average_Price_between_2vlines - draggable lines with an average price text - optional prices to use for averaging: bodies, full candles, opens, highs, lows, closes
I will code your EAs and Indicators for no charge
-
jeanlouie replied Feb 22, 2023This indicator may be an option url
I will code your EAs and Indicators for no charge
-
jeanlouie replied Feb 21, 2023Subwindow_Line_Chart - plots prices of ohlc in a subwindow - ohlc each optional - mtf option
I will code your EAs and Indicators for no charge
-
jeanlouie replied Feb 20, 2023This is not the bigger issue but the parameters for icustom's buffer and shift, the last 2 values, you have jumbled up. I just loaded the kalman indicator you attached, there is no neutral line, there are 2 color lines, and there is no back-coloring ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Feb 20, 2023It is just based on slope. For the coloring effect the particular color line is also drawn on the previous candle, so the line color starts from the previous candle. If there are 2 consecutive candles that each have the same color line active on ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Feb 20, 2023- use the </> button to paste in code lines - the i parameter isn't being used in getKalmanValue() - instead of checking color line buffers, which paint the previous candle too and can cause issues, just compare the current line value to the ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Feb 17, 2023These are very common errors, and easy (but annoying) to fix. The error is telling you that there are ()'s and/or {}'s that are not balanced, ie something isn't closed. The issue may not be on line 13 though, so go through every section that has ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Feb 17, 2023You can run it in the tester to see how it behaves, it's how I record the gif, fast forwarding in the tester.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Feb 17, 2023Not doable as far as I know. The program #property stuff is set at compilation, ie not subject to user input, there is conditional compilation with #ifdef #else #endif, but again it's not open to user input. It'd be better to pick 1, chart or a ...
I will code your EAs and Indicators for no charge