- Search Energy EXCH
-
jeanlouie replied Aug 3, 2022VLine_Live - vlines stick to their place - input candle indexes, 1 or several with commas - styling for first 5, more than 5 has the 5th styling
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 2, 2022Unless there's something wrong with it, there won't be any changes.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 2, 2022Solarwinds was made as a coding error, and is a highly popular and criticized indicator, use google and you will find many mt5 versions.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 1, 2022Dont be sorry at all, thanks for bringing it up, I wouldn't have noticed it otherwise, addressed now. Beck's_Emblem v1.14b - 90deg line color wouldn't change as part of the square color
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jul 31, 2022Keep in mind he's not even going to get to see that issue be fixed, because their creation only runs once on loading. url Addressing that will solve your first issue, your loop in start() only runs once on loading. When fixed, the next issue you ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jul 30, 2022Market is closed, so put it inthe tester, and print out the value of limit to see what you're actually using in the loop that looks for dojis. And to add on to what rikc mentioned below, your object names are all wrong(not unique). The i value is ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jul 29, 2022I recall Beck's emblem was used here, I've made some updates that may make it easier to use, that I'll link here too. I think the most useful update is the emblem draws outside the visible chart, which wasn't supported earlier. url
Time and Price Forecasting
-
jeanlouie replied Jul 29, 2022The emblem isn't supposed to have either, I've added both now and made some other changes. Beck's_Emblem v1.14 - both square diagonals - simplified inputs - additional buttons, make, show/hide, delete last - emblem draws beyond visible chart quick ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jul 29, 2022What other diagonal?
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jul 28, 2022They are keyboard key codes, for most keyboard layouts. The numbers above the keyboard letters are 0=48, 1=49, 9=57, usually. Attached will show the keypress events and their parameters from chartevent, you can see the codes of your keys.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jul 27, 2022- atr is just an average of the height of candles, max(height,highfromprevclose,lowfromprevclose) over a period - renko blocks are specifically equal body heights, some renko charts will include wicks, I think most dont, if there's no wicks then an ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jul 27, 2022Yes just dragging the whole trendline would be the straight forward thing to do. You can have a short ray and/or move the trendline without touching its anchors but it all requires a bunch of impractical stuff compared to just dragging a single ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jul 27, 2022The ray is to infinity, if you want a short ray you'll have to make separate short trendlines each with no ray.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jul 27, 2022It was written with an expectation that every chart will always have at least 10,000 bars, which is a no no. It is also using older event functions, but has the strict property, without strict it would be fine (fine as in work by ignoring some ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jul 25, 2022Technically yes, but it would change the way a proper/regular volume profile is presented, and/or include fiddling with the indicator which has lots of features. Minimum row height - setting pointmultipler (about halfway in the inputs, default is 0) ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jul 25, 2022As fullaforex mentioned, obj_text is one way, but because you're intending to use it like a comment, it would be very cumbersome becuse it's placement is based on timeprice coords which constantly change as the chart moves in time n with new ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jul 25, 2022Glad you have some use for it, but for the time being I wont be making any changes to it, but I have noted that down.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jul 23, 2022In future only the mq4 files are requied.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jul 20, 2022Look for an order plotter indicator, there's several so just keep looking untill you find one that suits you.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jul 19, 2022As far as I'm aware it is a terminal setting and not open to programmatic control with mql4/5, so either set it to 0 to not use it or something else and just leave it as that.
I will code your EAs and Indicators for no charge