- Search Energy EXCH
- John4y replied Apr 2, 2021
Thanks jeanlouie for pointing this topic, I know the obtained angle value is not relative to the chart scale and nothing to-do with MA slope, but good enough within the range of calculations I need to integrate. Therefore I'm still wondering as to ...
I will code your EAs and Indicators for no charge
- John4y replied Apr 2, 2021
Thanks Ceto, Much obliged for the fix as this is exactly what's needed for futher use. Maybe someone can have a look at open item 2, as this remain unsolved ?
I will code your EAs and Indicators for no charge
- John4y replied Apr 2, 2021
Thanks jeanlouie, calculate inside the EA is maybe simplest, but requires to be done within each application. Therefore believe Ceto's fix looks an easier way. Thanks for the hint anyway Second item "2) To make the indicator follow the Trend Angle ...
I will code your EAs and Indicators for no charge
- John4y replied Apr 2, 2021
Hello, I found attached "Trend_Angle" indicator, that's doing the job. However, in order to return positive/negative angle values I had to modify this section: double Angle; string AngleStr; int x1, x2, y1, y2; ChartTimePriceToXY(0, 0, Time[10], ...
I will code your EAs and Indicators for no charge
- John4y replied Mar 31, 2021
Someone knows a good angle indicator giving the + & - actual inclination degree of trend indicators and/or oscillators ?
I will code your EAs and Indicators for no charge
- John4y replied Mar 29, 2021
Generating BUY/SELL orders as you describe have to be done within an EA. However, an Order Manager acting and handling such diversity of signals is hardly doable as it depends on the various indicator parameters you intent to use.
I will code your EAs and Indicators for no charge
- John4y replied Mar 29, 2021
Can someone have a look what's wrong into "T3CrossLWMA.mq4" that's slowing MT4 platform ?
I will code your EAs and Indicators for no charge
- John4y replied Mar 29, 2021
[quote=jeanlouie;13471603] StringConcat will combine the strings into 1 no prob (limited to the max string length a text can have when used as a text parameter), but it seems you have 3 things to say in the 1 label, and youre also defining 3 colors ...
I will code your EAs and Indicators for no charge
- John4y replied Mar 28, 2021
Running the indicator "t3-bands-mtf-alerts-indicator.mq4" on a chart works fine. However, combined with an LWMA as per attached "T3CrossLWMA.mq4" is slowing considerably the MT4 platform ! Someone knows or can help to debug ?
I will code your EAs and Indicators for no charge
- John4y replied Mar 26, 2021
WoW great jeanlouie, much thanks it's perfect like that !
I will code your EAs and Indicators for no charge
- John4y replied Mar 26, 2021
Can someone have a look how to adapt this heatmap indicator to scroll or split into consecutive columns ?
I will code your EAs and Indicators for no charge
- John4y replied Mar 26, 2021
Thanks jeanlouie for the mql syntax, it’s a bit what I thought but was hoping a more simpler way of doing within a concatenate instruction
I will code your EAs and Indicators for no charge
- John4y replied Mar 26, 2021
Here you go: "EMA_Cross_SES_BDv8_12_31_ea" not tested yet (let me know how it works) I have the ea running for testing
I will code your EAs and Indicators for no charge
- John4y replied Mar 26, 2021
In mq4"ObjectSetText" label below, I would have to display different color for: if(cciTrendNow > 0) {Obj_Color1 = Up_Color;} if(cciTrendNow < 0) {Obj_Color1 = Down_Color;} if(cciEntryNow > 0) {Obj_Color2 = Up_Color;} if(cciEntryNow < 0) {Obj_Color2 ...
I will code your EAs and Indicators for no charge
- John4y replied Mar 24, 2021
Hi simnz, As an alternative to "OpenPriceLine TRO1 DAG LE" you can use the one attached, all timeframes: "Daily open line.mq4"
I will code your EAs and Indicators for no charge
- John4y replied Mar 23, 2021
I have this heatmap indicator: "heatmap-gradient-scale.mq4" and would like to make it scrollable (if possible up/down) so to see the symbols outside the chart. Or to limit the number of symbols to the max visible on the chart and start a 2nd, 3rd ...
I will code your EAs and Indicators for no charge
- John4y replied Mar 23, 2021
Thanks for the hint jeanlouie, got it working with correct ref's
I will code your EAs and Indicators for no charge
- John4y replied Mar 17, 2021
Hello, In mql4 to get the yesterday close, I can use the code: yclose = iClose(0, 1440, 1); for today open, the code: tdopen = iOpen(0,1440,0); But, how do I code to get the today Close at 09:00 am or other time unit ? Can someone help me ?
I will code your EAs and Indicators for no charge