- Search Energy EXCH
-
jeanlouie replied Jul 2, 2020- that indicator you posted is decompiled, so can't do anything with it, but I can see how it would work and have made one from scratch, took a lot longer than I care to admit - there was quite a rabbit hole with this stochastic stuff, there's a ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 30, 20203_Levels_-_Entry_SL_TP_x4 - plots levels for entry, sl and tp - prices for each are inputted - optional labels, optional text and price, left or right of level - start/end times for each are done by dragging the verticals - includes 4 groups of ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 30, 2020Comment out line 111 by adding // at it's start, and under it paste this limit=MathMax(Bars-1-counted_bars, 0); This way on loading it'll calc the history, on tick it'll calc the current bar. The indicator will look very different however.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 30, 2020Does this do it- something I already have Round_Number_Levels_on_off - prints 25-50-100 levels - on-screen panel to switch on/off each level - 100 prints on top of 50, 50 over 25 - styling options
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 30, 2020Line 111: limit=MathMin(Bars-1,Bars-counted_bars+HalfLength); Every tick will always re-calc the last HalfLength number of bars.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 29, 2020Heiken_Ashi_Open_is_HL_wMAfilter_Alert - arrows/alerts if the HA Open is equal to it's low or high - optional ma filter
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 28, 2020I noticed a lot of them but in the moment it didn't occur to me to do anything about it, post is updated now.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 28, 2020Heiken_Ashi_Open_is_HL_Alert - if ha open=low or ha open=high - arrow styling and offset - optional alerts update - arrows/alerts only once per direction update - optional ma filter
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 28, 2020I'll pass on messing around with the fib one but here's the braintrend as a histogram.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 27, 2020- done, post updated - done, post updated
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 27, 2020Oh your attached vwap is very different to the one commonly floating around with same filename, alright I changed the one you attached. VWAP_DayWeekMonth_wLabel_wMAcross_wAlert - your vwap one - optional labels for each - optional ma crossover - ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 27, 2020MA_Crossover_Breakout_Lines_All - levels based on ma crossover - bars_lookback instead of painting the whole history - current levels are thick, previous levels are thin, brken broken levels get the broken color updated - right end of lines in bars ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 27, 2020Shoot, I forgot to put the non-mtf back in, its fixed now, updated the post, same file name so just save over the original.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 27, 2020VWAP_wLabel - regular vwap - optional label, choice of name or price, or both - optional gap text and color
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 27, 2020Here's something from scratch, no toggle and the mtf alert for new levels isn't once off, just to play with. edit - in later post
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 26, 2020No one can work on ex4 files, luckily I've made somthing earlier for someone else that will do what you want - n you can choose to not show the button. MAs_MTF_toggle - up to 8 MA, dont have to use all - separately calculated, all can have diff ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 26, 2020Alerts from that sma_crossover_Jun seem to work, they pop up in the tester. Also, even if it didn't, no one would be able to make changes on ex4 files.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 26, 2020The picture was the alert and settings of the indicator you posted that had some alert issue, that seemed to be working. My indicator is the MA Crossover Styles attached below it, that has ma crossover warning/completed signalling and alerts n mtf n ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 26, 2020The crossover objects are created when a crossover happens, it will not paint them before a crossover happens. A warning crossover will happen in real time, a completed crossover will wait for the candle to finish. image Mine is a ma crossover. ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 25, 2020- the alert popup has a default sound that plays with it, there is no separate sound included - played around with it more and saw an issue, I orginally included some extra conditions which I guess are not so good to have - the original post has ...
I will code your EAs and Indicators for no charge