- 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 !
"EASY" EA-Trading made easier
- 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 ...
"EASY" EA-Trading made easier
- Oksana17 replied Oct 20, 2011
Hello everyone, please let me know if you still need the modifications and I will gladly add them.
"EASY" EA-Trading made easier
- 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 ...
I'm an mql4 programmer for hire
- Oksana17 replied Nov 28, 2010
Hi Todd, Not a problem! I added a "ValueForBreakeven" parameter. See attached. Dan.
"EASY" EA-Trading made easier
- Oksana17 replied Nov 20, 2010
I program before the client sends any funds: http://www.mtcoding.com Dan.
Strat's Long Term Stress Free Trading
- Oksana17 replied Nov 20, 2010
I program before the client sends any funds: http://www.mtcoding.com Dan.
Introducing our new MQL5 Expert Advisor builder, EA Tree Version 1.0
- Oksana17 replied Nov 20, 2010
I program before the client sends any funds: http://www.mtcoding.com Dan.
James16 is not credible
- Oksana17 replied Nov 20, 2010
I program before the client sends any funds: http://www.mtcoding.com Dan.
Aud/usd system analysis
- Oksana17 replied Nov 20, 2010
I program before the client sends any funds: http://www.mtcoding.com Dan.
Ichimoku forever
- Oksana17 replied Nov 20, 2010
I program before the client sends any funds: url Dan.
Wisdom and his Power Level Thread
- Oksana17 replied Sep 23, 2010
Try testing with every tick mode.
backtesting my eurusd price action EA?
- Oksana17 replied Aug 29, 2010
No. Once a trade is entered, the entry line is deleted.
"EASY" EA-Trading made easier
- 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 ...
Simple EA Needed, anyone provide?
- 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();
How do I calculate total profit of all open orders?
- Oksana17 replied Aug 20, 2010
SnagIt costs $50. He said it was a freeware.. you must've not read that part.
Screenshot taking program?
- 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 ...
Programming > no tick in bar, run start()?
- Oksana17 replied Aug 12, 2010
If you want the EA to make a buy at 2pm, then do if(Hour()==14)buy();
Different opening time