Step,Max can not be an integer.
Step,Max= 0.1,0.01,0.0001,0.00001.
The time on D1 can also take from m1.
Step,Max= 0.1,0.01,0.0001,0.00001.
The time on D1 can also take from m1.
Attached File(s)
2
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
DislikedI would like an Indicator called FibZones that is based on Fibonacci, the indicator will highlight 3 rectangles/ Zones 1, 2 and 3 based on the Fib levels. Fib levels are drawn on the Previous day High and Low. The Fibs starts at the high or low, whichever is made FIRST on the trading day (VERY IMPORTANT). {image} The Zones can be 3 different colors. These zones will be use to Open or close trades on the next trading day. Thanks Regards, RoyIgnored
DislikedHi Coders, I have a request to make an EA using Fire Rider Indicator v2.86 with tp, sl & lots. I don't see it repainting. I appreciate your assistance. tks, cdk {file}Ignored
Disliked{quote} You can see the object listed in the mql4 object list documentation. The object is called obj_arrow_right_price, arrow type object, and it's use can be seen in the link below. https://docs.mql4.com/constants/obje...ow_right_price eg below will make it once on loading and then update to the live close time/price, as an arrow type it's size is not text font-size but width. //inside oncalculate() if(prev_calculated==0)ObjectCreate(0,"misc",OBJ_ARROW_RIGHT_PRICE,0,0,0); ObjectSetInteger(0,"misc",OBJPROP_WIDTH,3);...Ignored
DislikedDear Coders, Time and Price are very important factor when it comes to trading. I have an indicator request here. I have not found any identical indicator on the internet. Here's how the indicator works. 1) Create a Button which when I click it, it will allow me to be able to select a candle which where I want the Timer to commence the Time Count. 2) After I click the Selected candle, a horizontal line will be drawn between the Selected candle and current candle. 3) The Time Count is printed on the horizontal line with its location anchored next...Ignored
DislikedGood day coders. I got the attached indicator from this thread https://www.forexfactory.com/thread/...0#post13234770 I will appreciate if the code can be adjusted MTF so that lower timeframe zones are visible and showing on the higher timeframes. Such that M5 zones are visible on M15, M30, H1, H4,etc Presently it is only the higher timeframes zones that are showing and visible on the lower timeframes Thank you{file}Ignored
Disliked{quote} Another useless repainting indicator mate, don't waste your timeIgnored