Ups sorry. No one spotted this bug.
Pivot indicator bugfix.
Pivot indicator bugfix.
Attached File(s)
Attached File(s)
And you will leave pain to take care of itself.
1
I will code your EAs and Indicators for no charge 82,213 replies
Create MT5 indicators from MT4 indicators 4 replies
Can MT4/MT5 Brokers steal Indi/EAs? 35 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} Here you are. Please be careful. EA place in: \MQL5\Experts\joeef\JFSuperTrend directory. Indicator place in: \MQL5\Indicators\joeef\MQ4toMQ5 directory. {file} {image}Ignored
Disliked{quote} Thanks for the EA once again Jooef. While resting it, i noticed it doesn't work with 15m TF and above. Kindly help look into it. ThanksIgnored
Disliked{quote} I'm not sure if I can remember right the second one. I think it was something like this. {file} {file} {image} {image} {image}Ignored
DislikedIf you ever find time you can make this your own, but please add these functions to it. This Better Price Line could need some help with 2 functions to make it Perfect. Pic 1: is original, Pic 2: is Price line option to extend price line backwards also, Pic 3: is Ask Line to show Spread So Pic 3 is ultimate goal for indicator, With backwards extended price line + ask line {image} {image} {image} {file}Ignored
Disliked{quote} I'm not sure if I can properly understand what you need. So, check it and please let me know. regards {file} {file} {image} {image} {image}Ignored
Disliked{quote} MAN! You are a magician! This is PERFECT! possible to add Color option to Bid and Ask line to make it work under all color schemes, ? ITS SOO GOOD, i mean, it removes the BULKYNESS of the original Price levels and puts your focus on where it needs to be, THANKS AGAINIgnored
color clr = price > m_last_price ? m_higher_bid_line_color : m_lower_bid_line_color; color clr = askPrice > m_last_ask_price ? m_higher_ask_line_color : m_lower_ask_line_color;
Disliked{quote} I've implemented the same condition for Ask line as is for Bid line in your original source code... color clr = price > m_last_price ? m_higher_bid_line_color : m_lower_bid_line_color; color clr = askPrice > m_last_ask_price ? m_higher_ask_line_color : m_lower_ask_line_color; {file} {file} {image}Ignored
DislikedHi all, Does anyone know indicator which will increase the thickness of the candles wick? Will be much appreciated. CheersIgnored
Disliked{quote} Please provide more feedback. Some screenshots/spreadsheets/experiences ... Is it working on lower time frames properly? The more information I've got the better I can help you.Ignored
Disliked{quote} I don't know that one. I've made some experiments, you can see it here. Thank you for your input. regardsIgnored
Disliked{quote} Hi Mate, Could you send me the .zip files? Much appreciated. ThanksIgnored
DislikedJust a thought Is it possible to create the ADR indicator as a line chart instead of number so you can see historical behavior for visually bactesting or fine tuning a strategy?Ignored
Disliked{quote} And ADR is here. I didn't test all settings. Please be aware of that. {file} {image}Ignored
Disliked{quote} ADR indicator: code refactoring and some performance improvement. Old version was really annoying. I'm surprised no one complained. Maybe no one is using it. {file} {file} {image} {image}Ignored
Disliked{quote} It works with 1m and 5m timeframes. Once i switch to 15m TF, nothing happens.Ignored