from the indicator you gave me,
How can I have the William btrdma value in between 0-100 as images below.
Thank you.
Attached Image
I will code your pivot EAs for no charge 28 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
DislikedHi Coder, help me to add alert and push notification in attached indicator. Thanks {file}Ignored
Disliked{quote} Redraw after restart of mt4. Alert programmed. Unfortunately, after the restart only the optimal signals were kept all in between are gone.Ignored
Disliked{quote}i don't know.. in code no errors
study indicator settings and test it well... P.S. it should be borne in mind, that OCLH prices are different at different TimeFrames, therefore WPR value will be different.. in general, these decimal digits don't matter.
{quote} no. I'm not engaged in teaching.
Ignored
Disliked{quote} I'm not asking you to teach me how to trade. I am asking how you use the indicator for trading. For example, what does the 'HotLevel' setting mean, what is it based on, and how does it give you an edge?Ignored
Disliked{quote} Replying to your PM, not so keen on your request, there are workarounds for that, and I don't understand what are the pressing use cases for that when there is horizontal line available on MT5. Anyway I don't want to work on that now. {image}Ignored
Disliked{quote} Apply the level at 50 and you will be know and feel easy/comfort - if you feel a lot of signals (that not suits you) simply increase rsi periods -In case lev 50 you will not have several signals on one direction (several buy or several sell) but every signal (in any direction) come after the opposite signal,means close sell and open buy,close buy and open sell
Ignored
extern int maxBars =100; float Div = 0; datetime bartime=iTime(NULL,Period_H4,i); HighPrice = MathRound((High[iHighest(NULL, 0, MODE_HIGH, maxBars, 2)]+1) * Div); LowPrice = MathRound((Low[iLowest(NULL, 0, MODE_LOW, maxBars, 2)]-1) * Div);
Disliked{quote} Noticed I didn't have a regular pivot indicator, you can use it if you want. It doesn't treat Sat/Sun as their own days, treats Sunday as the start of the week if present, Saturday gets treated as part of Friday if present. Why have Sunday=start and Satuday=end of the week? - You will notice that on most weeks there is a gap between the close of the previous week n the open of the new week. The gap will start at the Friday or Saturday(if present) close, and end on the Sunday(if present) or Monday open, hence sat is the end, sun is the start...Ignored
Disliked{quote} many many thanks for notice and response . It is nice creation of mlden. If possible please modify on /of channel will be great. Thanks in advance original source link https://www.mql5.com/en/code/23378 {image}Ignored
Dislikedhello, can anyone make me an simple mt4 indicator with logic like this? Thanks {image} {image}Ignored
Disliked{quote} I hope I understand you correctly. The second picture you posted seems to have some typo error. Anyway here it is....By default, the current candle will not have signal, otherwise it will repaint, however if you wish that the current candle has signal as well, then in the input parameters, set CandleShift to be 0. {file} {image}Ignored