Disliked{quote} That's too much work, sorry. Try asking someone who has already coded tons of scanners. If you look around on FF, you will find them. Google "Dashboard Indicators forexfactory".Ignored
thanks mate....
Have a nice day
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
Disliked{quote} That's too much work, sorry. Try asking someone who has already coded tons of scanners. If you look around on FF, you will find them. Google "Dashboard Indicators forexfactory".Ignored
Disliked{quote} That's too much work, sorry. Try asking someone who has already coded tons of scanners. If you look around on FF, you will find them. Google "Dashboard Indicators forexfactory".Ignored
Disliked{quote} So, I have now included the strategy which you proposed: {image}By selecting the strategy, as seen in the image, we just need to set the BO points (here 50pts = 5pips) and the TP points (here 200pts = 20 pips). In this strategy the indicator looks at current timeframe only and plots the lines only if the pattern is recognised and the BO condition appears. The pattern is for Bulls: 1. Bearish Candle, 2. Bullish Candle, 3. Ask + BO points > Close of the 2. Bullish Candle. The pattern is for Bears: 1. Bullish Candle, 2. Bearish Candle, 3. Bid...Ignored
Disliked{quote} UPDATE!!! Found one error for SL Line in Buy option and corrected! {file}Ignored
Disliked{quote} Hi BestTraderEv that was fast.....works perfekt....many, many thanks....May i ask again for a scanner making this wonderful indicator a powerful tool...? please see post 56,473 Thanks
Ignored
QuoteDislikedif((StringFind(_name,"UPZONE",0)>0) && (ObjectGet("UPZONE",OBJPROP_COLOR)==clrSlateGray)) _tmp=ObjectGetDouble(_chart,_name,OBJPROP_PRICE1);
Disliked{quote} attached are the indicators if you can make them work on MT5 will be very nice from you thanks all rady 4336868{file}{file}{file} {file}Ignored
DislikedHi Guys Wondering if its possible if someone could update the sweetspots indicator to make the lines "Non-Selectable" And "Always in Background" Ive tried to do it myself but didnt have any luck. Would be very appreciated {file}Ignored
Disliked{quote} CCI_Histogram_Vol - indicator for MetaTrader 5: https://www.mql5.com/en/code/21833 Pivot: https://www.mql5.com/en/market/produ....google.com%2F Woodies: https://www.mql5.com/en/search#!keyw...odule_codebase https://www.mql5.com/en/code/1420Ignored
Disliked{quote} Hello Thank you but can you please code the riskreward ratio inidcator so that it work ulso on mt5 and the pivotpoint indicator ulso because its just little different then the one that you posted. Thanks, YoenesIgnored
DislikedHi Everybody! I found an EA which use Supply and Demand. I had a better SupDem indicator,which use only 2 colors on their boxes. One is the no touched/strong and the other is weak/retested. I'd like to use only the strong one,which color is SlateGray. My code work, but when I add to check the color, it give me different values. Here is my code: {quote} If I delete : && (ObjectGet("UPZONE",OBJPROP_COLOR)==clrSlateGray) my code works good and give me the good values,but it gives me the weak zones as well. How to properly call only those strong zones...Ignored
Disliked{quote} It says clearly "invalid file name". Means you changed the name of the file and that is forbidden! If you're uploading the same file which you already have, windows adds something like this "(1)". So, it changes the file name. You have to remove the "(1)" or best replace the old file without making any changes to the name of the file.Ignored
Disliked{quote} Maybe you aren't checking for the correct color??? Or, you are not checking the correct zone? There is nothing wrong with the if condition, basically, so how can anybody help you if they don't have all the rest?Ignored
Disliked{quote} ...and the pivotpoint indicator ulso because its just little different then the one that you posted. Thanks, YoenesIgnored
Disliked{quote} Oh yes,sorry I attach my "code" and indicator. First I only want to see if my values correct, so only Comment them out. So I only want the "untouched/strong" zones. After that, if you have time, can you help me in attach the same indicator, but on a higher timeframe? So I'd like to use it on a lower timframe, but I need higher timeframe confirmation. I tried to attach it again but with a different PERIOD, but it only gives me the current timeframe values. I think the answer will be somewhere the long _chart=PERIOD_H4; but I failed on it...Ignored
if(ObjectGetInteger(0,"UPZONE",OBJPROP_COLOR)==clrSlateGray)