- Search Energy EXCH
-
jeanlouie replied Sep 24, 2020Neither of you should be modifying this. eurovijay you need to find the author and ask them, or use it as provided. jacem you should stop immediately when you see decompiled code, and tell the peson asking for changes to contact the author. ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Sep 23, 2020Like I said, "drag the end points where ever you want". That's like saying if you put a 100sma on the 30m, then move to 1hr, it's different, so then you change it to 200sma, and then if you move back to 30m it's different again. - fiddled with it ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Sep 23, 2020It needs exact times to be present, commodities have different session times to fx and to eachother, so the starting/end times of a new day, or from day to day may be different. There can also be several hours missing, I have written stuff to handle ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Sep 23, 2020I can't replicate that issue. If I save it in some template and load the template, it loads like any other indicator in the template. If the indicator isn't in the indicator list then it's not applied. If the indicator is removed for whatever reason ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Sep 23, 2020It wasn't sending the first alert after being loaded/setting change/chart tf change.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Sep 23, 2020It'll keep whatever it's already printed and apply to new printing.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Sep 22, 2020Scales show-hide - option to show or hide the time or price scale
I will code your EAs and Indicators for no charge
-
jeanlouie replied Sep 22, 2020Day of Week wDailyStyles - day of week indicator - optional day start hour - vertical and horizontal placement of day - vline option - each mon-fri has separate styling
I will code your EAs and Indicators for no charge
-
jeanlouie replied Sep 22, 2020It works from an indicator too. Since it's outside the chart, I don't think so.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Sep 22, 2020Price_Scale_Large_cursor_auto - separate price scale on chart - styling/size options - only visible when cursor is near the right edge - optional distance from right to trigger v1.01 - fixed bug, scale would show on every new tick, didn't see this ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Sep 22, 2020As in it's not working? Just looking at it again, there's an issue with your ifs, assuming you do have an action after them, the ifs are problematic. They should both look like if val0>val16 && val16>val32 = up slope, and else if val0<val16 && ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Sep 22, 2020Yeah you're on the right track, actually looks like it'd work so try it out, tip - to easily check values you're getting, Print("variable thing =",variable) them out and compare the data window values of the tma+cog at those indexes. Now I'm not too ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Sep 21, 2020This sounds like the midline of a 12 period Donchian channel.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Sep 21, 2020Sorry but I don't do ea's, others do, and there are also free online ea buidlers to explore. Also, it's likely there will be a string of consecutive losses that will gladly wipe an account.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Sep 21, 2020The buffers are listed clearly in the data window, also listed clearly in the init section in the code. Buffer indexes start from 0, icustom the selected buffer into your code with timeseries indexing for it's position. For slope calculation, ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Sep 21, 2020- the on-close signal placement and alert time are based on completed closed candles, ie the previous candle, check at the first tick of the current time, the on-close signal placement and alert time is now on the closed candle - there is now an ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Sep 21, 2020Another version if you don't want the larger scale always on. Price_Scale_Large_cursor_auto - separate price scale on chart - styling/size options - only visible when cursor is near the right edge - optional distance from right to trigger
I will code your EAs and Indicators for no charge
-
jeanlouie replied Sep 20, 2020That sounds like you could do it in a free ea builder, there are several online, try them.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Sep 20, 2020It's not set up to calculate/view history, so this is just so you can view the values for whichever bar the mouse cursor is over. Untested.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Sep 19, 2020This may be useful; Price_Scale_Large - separate price scale on chart - font sizing of prices and bid/ask - number of price increments - axis styling - horizontal placements
I will code your EAs and Indicators for no charge