- Search Forex Factory
- 617 Results (4 Threads, 613 Replies)
- Oksana17 replied Jun 4, 2017
Hello all, If anyone needs a free quote for MT4 programming, feel free to contact me at: dostapyuk "at" gmail . com ! God bless !
- Oksana17 replied Aug 25, 2014
Hello everyone, thanks for all the compliments and I apologize for not being updated with this thread. If you have any questions about the EA or are in need of any custom MQL4 programming such as an Expert Advisor or Indicator, please do not ...
- Oksana17 replied Oct 20, 2011
Hello everyone, please let me know if you still need the modifications and I will gladly add them.
- Oksana17 replied Sep 15, 2011
Thanks for understanding, Damon. College started not too long ago, and I just needed to get set up and used to the enviorment. It is all good now. Still waiting for your call so we can make your needed modifications! And for my delays, I encourage ...
- Oksana17 replied Nov 28, 2010
Hi Todd, Not a problem! I added a "ValueForBreakeven" parameter. See attached. Dan.
- Oksana17 replied Nov 20, 2010
You have no life. Sorry.
- Oksana17 replied Nov 20, 2010
I program before the client sends any funds: http://www.mtcoding.com Dan.
- Oksana17 replied Nov 20, 2010
I program before the client sends any funds: http://www.mtcoding.com Dan.
- Oksana17 replied Nov 20, 2010
I program before the client sends any funds: http://www.mtcoding.com Dan.
- Oksana17 replied Nov 20, 2010
I program before the client sends any funds: http://www.mtcoding.com Dan.
- Oksana17 replied Nov 20, 2010
I program before the client sends any funds: http://www.mtcoding.com Dan.
- Oksana17 replied Nov 20, 2010
I program before the client sends any funds: url Dan.
- Oksana17 replied Nov 17, 2010
No PROBLEM
- Oksana17 replied Sep 23, 2010
Try testing with every tick mode.
- Oksana17 replied Aug 29, 2010
No. Once a trade is entered, the entry line is deleted.
- Oksana17 replied Aug 29, 2010
Forex Mega, Where's your respect? You post your request for an EA as if we are obliged to program it for you. You did not even use the words "please" or "thank you". Instead, you used "I need". Also, who are you to say it will take 10 minutes? You ...
- Oksana17 replied Aug 20, 2010
Not sure if you got any help from these guys, but here's what I use.. let me write it up right now.. double totalprofit; for(int a=0;a<OrdersTotal();a++) if(OrderSelect(a,0,0)) totalprofit+=OrderProfit();
- Oksana17 replied Aug 20, 2010
SnagIt costs $50. He said it was a freeware.. you must've not read that part.
- Oksana17 replied Aug 13, 2010
Yes, I think it will go through the start() function. You can easily test by adding this to the code: Comment( TimeCurrent() ); . . .in the start() function. Then, when you see the M1 bar go to the next bar without ticking at all for a minute, you ...
- Oksana17 replied Aug 12, 2010
If you want the EA to make a buy at 2pm, then do if(Hour()==14)buy();