Bottomless wonders spring from simple rules, which are repeated without end

- Joined Feb 2012 | Status: Trader | 3,315 Posts
TSLA: 30-Dec-22 123.18 // 16-Jun-23 260.54 **111.51%**
I will code your pivot EAs for no charge 25 replies
I will code your scalping EAs for no charge 163 replies
Oanda MT4 - Indicators and EAs not showing 2 replies
EAs and indicators relating to moutaki... 22 replies
InterbankFX has loaded its MT4 platform with custom EAs, indicators and scripts 1 reply
Disliked{quote} Please guys help fixing this candle pattern indicator. It has some real time updating problem, multi timeframe indicators are too complicated for me.Ignored
Disliked{quote} Hi nwesterhuijs many thanks for last time please can you help me in adding alert to this indicator its a fractal support and resistance one with various color lines depleting monthly weekly daily and 4hrs and 1hr sup/res areas,but my area of interest is the 1h sup/res lines among the other lines they are the most powerful when price breaks either up or down the lines the move usually turns out to be a strong one so what i just need is when price breaks outside of the lines (1hr sup/res) it should alert me example is 1HR RES BREAK UP!! OR...Ignored
Disliked{quote} {file} Check if it compiles and works as hoped (have yet to attach the indie to a chart to see how it works, so hope I interpreted it correctly).Ignored
DislikedCould somebody make this indicator appear in a sub window instead of the main chart? Thank you in advance! {image} {file}Ignored
Note: DE30 and US500 appear to be symbols used by Tickmill
Edit below code (line 5) for user defined symbols
extern string Symbols = "EURJPY;EURUSD;GBPJPY;GBPUSD;USDJPY;XAUUSD;XAGUSD;XBRUSD;DE30;US500;AUDJPY;EURAUD;GBPAUD;USDCAD;"; // List of symbols (separated by ";")
Disliked{quote} Try this.
Attached File
File Type: ex4
Momentum MTF color nmc.ex4 30 KB {quote}Ignored
Disliked{quote} {file} Typo , compiles but check if it works in line with expectationIgnored
Disliked{quote} Hi,cja! I really liked your indicator. Good work. I try to use it with small momentum periods (1,2). It seems to me that it's still a bit un-symmetrical for the up and down trend. Can you fix this? See the screen short. I will be very gratefull!Thank you! {image}Ignored
Disliked{quote} No its not we are yet to get there see screenshots circled areas are the 1hr sup/res areas the adjusted one showed only 2lines and no alert {image} {image}Ignored
Disliked{quote} There is nothing to fix - you say on your screenshot "down trend lines (all red ) above 100 no up trend lines ( all green) below level 100, why?" the answer to why? is it's because you are using such small periods and the code fills in the color using 1 bar back. Inidicator using color 1 bar back {image} Indicator using color only on current bar {image}Ignored
Disliked{quote} replace: if(bar_index!=1) return; by // if(bar_index!=1) return; and see if it improves. This line is in 2 timesIgnored
Disliked{quote} {file} Check if it compiles. Will not work for automated backtesting. For that the structure needs to change with the major difference being the substitution of TimeCurrent with iTime. Main issue that was there is the use of e.g. Hour(), Minute() which according to the manual will not change once the program has started up.Ignored