Any MT4 Programmers can help me out?

nadiawicket

Recruit
Messages
1
There should be a mt4 programming section in FPA. So many types of boards, not Coding one? Maybe I couldnt find it?

Anyway, please help me out, I'm trying to get MT4 to print out the last time the price was the same as current bid price via using a HLINE and just extrapolating the point where it touches the green price line.

ObjectCreate(ChartID(),"objname",OBJ_HLINE,0, TimeCurrent() ,Bid);
ObjectSet("objname",OBJPROP_COLOR,Purple);
ObjectMove(ChartID(), "objname",0,TimeCurrent(),Bid);
WindowRedraw();

Thanks in advanced.
 

Attachments

  • extrapolation.png
    extrapolation.png
    63.8 KB · Views: 1
I haven't seen a lot of active private coders at the FPA. I have an idea or two I'd like to play with. Since none of the ideas are well-formed enough to make it worth hiring a commercial coder yet, I'd also love to have some coders to bounce things off of.
 
Hello, nadiawicket!
I advise you to visit the MQL5 forum. There are a lot of people who work with coding and I see such cases regularly. People there can always help, so you should try this resource
 
Back
Top