- Search Energy EXCH
-
jeanlouie replied Feb 12, 2021Untested, by input use_year and monthly totals int use_year = 2021; string months[12] = {"jan","feb","mar","apr","may","jun","jul","aug","sep","oct","nov","dec"}; double month_profit_arr[12]; void monthly_profit(){ double profit = 0; int month_i = ...
Need Help: Monthly, Quarterly and Yearly Profits Breakdown
-
jeanlouie replied Feb 11, 2021- it's decompiled code, no one can modify it - if an indicator is intended as a repainting one, then it cannot be changed to a non-repainting indicator, without drastically changing it's output to the point it will loose all value it previously had ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Feb 10, 2021Chart_Fore-Background - script - if its on foreground, moves to background - if its on background, moves to foreground
I will code your EAs and Indicators for no charge
-
jeanlouie replied Feb 7, 2021Unless turned off, all terminals auto-update to the most recent version. What do you mean an old one that works? If you mean your barnumber code, it's not going to be the terminal's fault.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Feb 7, 2021Ok you revised it, thumbs up, but you should run it forward in the tester to see how it performs. You need to update and/or create new texts without having to touch the chart, I'd recommend forgetting about using chart event w first/last visible ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Feb 6, 2021It's possible. But languages update and previously written scripts have to also be updated else they either won't work or will be error filled. If you google you will find some threads and articles about the matter.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Feb 6, 2021Unsolicited feedback: - mine in white image - it looks like you need to restrict creation of new texts going forward - center the number placement - the mod is fine but the numbers being updated are wrong, ie shouldn't see the number 57 if the ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Feb 5, 2021No source, and how do you think I got every 7th candle in the pic? there's an input option for it. Code wise use modular arithmetic, mathmod().
I will code your EAs and Indicators for no charge
-
jeanlouie replied Feb 5, 2021If you have even the ex4 of the singalling indicator, you can call it from inside another indicator or ea, with icustom and then store/read/do stuff with it's buffer outputs, which is the stuff that you'd see in the data window when the indicator's ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Feb 5, 2021Candle_Numbers - prints timeseries index of candle - optional cyclic value to print every x bars - updates every new bar - styling - placement- above/below price, xATR away from either the HL of the candle or a MA
I will code your EAs and Indicators for no charge
-
jeanlouie replied Feb 5, 2021Find a mtf donchian channel, and use period=52, tf=weekly. Reminder, donchian channel is the highest/lowest of the period used.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Feb 5, 2021The arrow is pointing to the get, not the set. At the end of the main i loop in oncalculate, add: if(macd_main*or*signal_buffer[0] > 0)chartsetinteger(....green); else chartsetinteger(...red);
I will code your EAs and Indicators for no charge
-
jeanlouie replied Feb 5, 2021ChartSetInteger(chart_ID,CHART_COLOR_BACKGROUND,clr) url
I will code your EAs and Indicators for no charge
-
jeanlouie replied Feb 4, 2021Yes it's possible. What would happen is that you would read all the objects on the chart, and select by name/unique name/type/time/price (or if you know the obj naming convention used by the ind, just use that), then proceed doing whatever. Objects ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Feb 4, 2021Yes it was, if you followed the advice you'd already have the answer in the time it takes to write a single sentence to post, if you use the correct search terms of course.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Feb 4, 2021Alright, post updated
I will code your EAs and Indicators for no charge
-
jeanlouie replied Feb 3, 2021- it sometimes works so thats a hint something is right but getting stuffed up somewhere - first thing that comes to mind is that you're looping through all objects to get a single price value from each, but some objects may not have a single price ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Feb 3, 2021Alright, Custom_List_Slideshow - input symbols up to 10 - btn style/placement - optional label style/placement updated - symbols up to 20 - can change tf when paused
I will code your EAs and Indicators for no charge
-
jeanlouie replied Feb 3, 2021It'd only be useless if that person had access to the same resources like this thread and actually went looking for the file. What you do is up to you, but this is something you can google. Depending on the indicator it can be simple to ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Feb 2, 2021It's under general public license, you shouldn't attempt to put any restriction on it. Also it's just a donchian channel which is no secret.
I will code your EAs and Indicators for no charge