- Search Energy EXCH
-
jeanlouie replied Nov 16, 2024- store the line values in an array - store the increment values in another array - loop through the line values and calculate their value, use the appropriate increment value Something like below, note the different indexes L and I void thing() { ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Nov 7, 2024That sounds like what the 2 options here exactly do, you can move the tlines around and have them flat too, alerts are on price crosses with the tline. url
I will code your EAs and Indicators for no charge
-
jeanlouie replied Nov 5, 2024Alert_by_TLine_manual - puts alerts on tlines that have "alert" (or other input) as the start of it's name - alert text is either "alert" or the description text of the tline - alert is on the first candle to cross the tline, from the left - full ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Nov 5, 2024This really just sounds like an alert on a vertical line, if so- Alert_vline - alerts when the live candle time equals the vline - manually make a vline and name it alert, or something else from the indicator - you can have many vlines as long as ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Nov 4, 2024Both options below allow you to drag a tline around the chart and alert on a price cross, this means you can place the tline in the future, so the alert price has to coincide with the trend line time too, and not just a hline price. **edit - ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Oct 8, 2024VLine_at_x_candle - high/low/mid lines shown with prices and range - range is from the vline to live - vline can stick to a candle or be draggable and stick to time - option to show prices - option to show mid line v1.2 - option to color candles ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Oct 6, 2024Interesting mt5 to mt4, usually it's the other way around. Zero_Lag_T3 - url - mt4 - zero lag t3 with original t3 optional
I will code your EAs and Indicators for no charge
-
jeanlouie replied Oct 4, 2024This is an another option to consider. Hdie_chart - option to hide up to a candle or % of chart - option to match chart background or not
I will code your EAs and Indicators for no charge
-
jeanlouie replied Oct 3, 2024Noted, post is updated
I will code your EAs and Indicators for no charge
-
jeanlouie replied Oct 3, 2024Noticed an issue but I can't edit the post anymore. VLine_at_x_candle - v1.1 - high/low/mid lines shown with prices and range - range is from the vline to live - vline can stick to a candle or be draggable and stick to time - option to show prices - ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Oct 2, 2024VLine_at_x_candle - v1.1 - high/low/mid lines shown with prices and range - range is from the vline to live - vline can stick to a candle or be draggable and stick to time
I will code your EAs and Indicators for no charge
-
jeanlouie replied Oct 1, 2024As texts on daily high or low url As labels on the upper chart url
I will code your EAs and Indicators for no charge
-
jeanlouie replied Sep 30, 2024For a few reasons the vline texts were made as labels and their positions updated on every chart change. Though only made for roughly twice the number of vlines on the visible chart, depending on zoom and tester speed there may be lag as you've ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Sep 28, 2024Latest is url There are up to 20 daily vlines per instance, one vline per day is drawn per vline selected. If 1 vline is selected then there will be roughly the number of days on the chart in vline objects, and a handful of labels. How would I ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Sep 28, 2024and mt5 Fractals_adjustable_size - fractals with adjustable left and right side lengths v1.1 - optional channel - optional distance in pts, distance can be negative eg the upper green fractal line can be -100pts, putting it below the upper fractals ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Sep 27, 2024I'm of the opinion that waiting a whole minute for a new candle or half a day for a new signal on a live chart is too long for developing. In mt4 you can quickly change and recompile a indicator that is currently running in the tester, in mt5 you ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Sep 27, 2024Fractals_adjustable_size - fractals with adjustable left and right side lengths v1.1 - optional channel - optional distance in pts, distance can be negative eg the upper green fractal line can be -100pts, putting it below the upper fractals
I will code your EAs and Indicators for no charge
-
jeanlouie replied Sep 27, 2024I think it's more a case of people don't want fuss if it's not worth it. Xp was a long standing os, then vista was unliked, but 7 was great, then 10 came and for a typical user, it's just ok. If you have a certain version of something, and it's ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Sep 27, 2024Really, not even 1? I've found developing, debugging and testing indicators is so much quicker in mt4, eg I regularly quickly test/debug indicators in mt4 tester, either testing as indicator or ea and dropping indicators on, and recompiling on the ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Sep 27, 2024I can see how it may be annoying always loading as on. OHLC_info_mouse - show ohlc prices at the mouse cursor - optional time - optional 1minute of high/low - optional vline - v1.2 - defaulted option to only show when hotkey is pressed ie loads ...
I will code your EAs and Indicators for no charge