Disliked{quote} There is no way to fix this without having the original mq4 file.Ignored
please see attached . is this file correct?
Attached File(s)
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
DislikedHello Jeanlouie, This indicator that you made for me is awesome! I love it! Would you be able to add a magic number so I can have multiple instances of it running at the same time. That way I can have one for Weekly Lines and another for Daily Lines and both of them on the chart at the same time with different "buttons". I know this is NOT a MQL file but this is your work, so I figured you would still have the source code. TYVM!!!! {file}Ignored
Disliked{quote} When I run this through the tester I am getting both buys and sells occurring at the same time, which is what is likely triggering your FIFO issue. You will need to change the logic so that in the event the opposite condition happens while currently carrying a trade , that it closes the existing trades out first prior to opening the new trade in the opposite direction. Best, AlmoIgnored
Disliked{quote} Thanks for you time and help. Unfortunately, this is not what I was looking for. A script can do this, as I have done it before. I recently had a computer crash and lost all files with no backup. Since I am not able to see the screen anymore, I can't do ti again. The two key calls are as follows: double linelevel; datetime droptime = WindowTimeOnDropped(); Double dropprice = WindoPriceOnDropped() From there you can calculate as follows. int drobar = iBarShift(Symbol(),droptime); double myhigh = iHigh(Symbol(),0,dropbar); double mylow = iLow...Ignored
Disliked{quote} Here, untested but will prob work, input for unique tag {file}Ignored
Disliked{quote} hi what tf do you use because on m1 timeframe repaint. thanksIgnored
Disliked{quote} "display window to the top left which gave ohlc" - sounds like the view-data window candle_info_target_window - info is for whatever candle the mouse is over/in time with - places info somewhere on the chart, or target subwindow - pair+tf, date, time, open, high, low, close, volume, all optional - can place vertically or horizontally across or bottom - because it uses labels, you may have to juggle spacing and font - colors, font sizes and option to show or not each info piece - option to show date as the terminal's yyyy.mm.dd or dd.m(name).yyyy...Ignored
DislikedHi FF fellow users, I have an indicator that draws fib levels based on user defined time zone. The code was originally from Hanover and worked wonderfully (code attached). However, for some reason it stopped working on 26 January. The fib levels don't show up after 26 Jan on the chart (screenshot attached). I would be grateful if you could give me some pointers to trouble shoot. I can do some simple coding.Edit: the code works fine on 1 minute chart but not on other time frames. Thanks in advance. {file}{image} Regards Mark
Ignored
Disliked{quote} mr jeanlouie plz check the indicator it works fine if placed top left but not if placed somewhere else, see i placed it in bottom left then i opened mt4 again so it looks like the image shown below if possible give option to change font {image}Ignored
Disliked{quote} - it is working properly, i think you had them horizontally across the bottom of a smaller chart then enlarged the chart, label placement is by the size of the chart at time of loading update - allows resizing chart - font options {file}Ignored
Disliked{quote} ok now i understood one last request can you do the time to actual computer time thanks in advanceIgnored
Disliked{quote} Thanks for getting back to me I set EA to buy or go short only...they are never set to long/short trades at same time I set them my self depending on market conditions,,,,I watched in foward testing live account on the 5MIN....set to long only and when the second long triggers it pops up FIFO Violations....again I am not trying to exit a newer trade to get fifo rule issue Please let me know if I am clear , if not I can reply with more details Thanks, KianIgnored