What is your EA doing ??
and what will it do with the change you wanted ??
- Today, 12:15 PM#3Join DateFeb 2013Posts4Thanks.Originally Posted by lptuyenThis is only a simple tool that help you open BUY+SELL orders when a new bar formed & no current open orders. It is not a fully-function EA.
Best,
lptuyen
I am not code, can you make EA help me, please?
hoacomay:
I see this ea on internet. But not run when i attack to chart.
Bars is not a reliable method to use to do things once per bar, use time instead.
Test the return value from your OrderSend() so you know if it worked or failed, if it fails check what the error was and Print() it : What are Function return values ? How do I use them ?
Is your Broker an ECN type Broker ? if you are not sure do this little test: https://www.mql5.com/en/forum/143043/page2#746319
hoacomay:
Did you read the information at the links I gave you ? if you can't code and don't want to learn then go here: MT4 & MT5 coding
I want to test system hegde.
Can you make help me?
Thanks!
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
I see this ea on internet. But not run when i attack to chart.
Some funtion not enought. When order hit stoploss, ea dont open continue hegde.
Please Help me modify this ea with these condition:
When one order hit stoploss, continue open two order Buy-Sell. And then continue open hegde when other order hit stoploss. Stoploss = 50 pip. Takeprofit 1000 pip.
Thanks!