- Search Energy EXCH
-
jeanlouie replied Nov 12, 2023Wick_Large - plots arrows for candles with large upper or lower wicks - wick size minimum as input % of full candle size - optional ma filter - full alerts - inputs for wingding codes Edit - v1.1 - count of large upper and lower wicks over the past ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Nov 12, 2023Open_is_High_or_Low - plots arrows for candles with the open=low or open=high - optional point margin - optional ma filter - full alerts Pic shows arrows for candles with open=high or low, and then with a ma filter.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Nov 12, 2023In the freelance section of mql5.com, the minimum job posting is 30usd, but when applying, developers will input their own bid, and you can use that as a factor when selecting. For job values less than 30usd, perhaps explore a site fiverr (I have no ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Nov 10, 2023If you take a picture of the background grid, and paste it in paint, and crop a section of the grid with multiple squares, then rotate that section 90deg, line it up to the original grid, to see if the grid height and width line up, they don't line ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Nov 10, 2023It doesn't mention it in the about tab, but it needs the indicator named "nonlagdot". This may have only been mentioned when whoever made it, first uploaded it.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Nov 9, 2023Pass on the flower of life shape. The background grid is not square, per pic. The emblem square is purely trigonometric with rounding to time price coords and pixels, there is no conditions for perfectly vertical or horizontal handles, there should ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Nov 8, 2023Just the volume one. Volume_BuyCL_SellHC - plots buy and sell volume - buy volume as vol * (C-L)/(H-L) - sell volume as vol * (H-C)/(H-L) - option to show ma to smooth lines
I will code your EAs and Indicators for no charge
-
jeanlouie replied Nov 7, 2023TSI - true strength index, separate double smoothing to price change and absolute price change values - price change options as rate of change roc, rsi, cci, macd - full alerts, either on tsi 0 line cross or signal cross
I will code your EAs and Indicators for no charge
-
jeanlouie replied Nov 6, 2023The idea is that _Point is a variable that is cross-instrument, it is the minimum tick increment digit precision of any symbol, so you don't have to hardcode factors. No, it works, the problem is that you're trying to give a double type number, an ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Nov 5, 2023What's stopping you from copy n pasting that inside a for loop? Most indicators have a for loop inside the oncalculate section you can plainly see.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Nov 4, 2023- experiment with typecasting to int, it cuts off all decimal values - experiment with mathround/floor/ceiling for rounding to int - if you have price related values or distances, you can divide or times by _Point instead of hardcoding 1e5 or 1e3 or ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Nov 1, 2023No alert or text, but this may be useful. OHLC_Previous_MTF - v1.1 - draws ohlc levels for the previous mtf period - can load multiple times with different mtf setting Pic shows 30min chart with previous day and week high n low.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Oct 30, 2023Prove anything is wrong with it, run it in the strategy tester to see what's going on.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Oct 30, 2023Case by case. You're assuming that you'll only ever have 1 thing to exclude, you may eventually have 2, 3, 5 object-making-indicators you'll want to exclude too, then you'll be removing/adding them, and checking to exclude this and that, you end up ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Oct 29, 2023That is a good point. Post is updated, it may be simpler to just include only objects that start with something simple like adding aaa to the start of every user made object name and putting that in the indicator.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Oct 29, 2023Engulfing_2_sizes - engulfing candle based on small or large size multiple of engulfed candle, and which multiple is based on body:full size ratio of engulfed candle - all 3 ratio/multiples as inputs - 2 pairs of arrows - full alerts
I will code your EAs and Indicators for no charge
-
jeanlouie replied Oct 29, 2023This may do it. Object_fix_to_symbol - fixes display of objects to the symbol they're created on, or found on when indicator is loaded edit - udpated - option to only fix objects with names that start with x eg aaa for only aaaVerticalLine123 - ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Oct 29, 2023It's not so much about hiding something by drawing something in front of it, but not displaying stuff to be hidden. Pic is default chart. image Pic below shows drawing the live indicator candle with background color, and chart candles are set to ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Oct 28, 2023I get the hunch that your code example is actually from chatgpt? - "recent" has no identifiable meaning, eg how many bars back is "recent", whatever quantity of bars "recent" is, just loop down from that number eg int recent = 100; for(int i=recent; ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Oct 28, 2023Explore the different draw types, pic has - all candles except the first drawn, on a line chart - then only the first candle drawn, on a line chart - then half the chart drawn showing full size overlap with the chart candles
I will code your EAs and Indicators for no charge