Do you get the smiley face when you attach the Expert to the chart?
Do you get any error messages in the terminal log when attached?
Did you enable live trading within the terminal and for the Expert?
ubzen:
Do you get the smiley face when you attach the Expert to the chart?
Do you get any error messages in the terminal log when attached?
Did you enable live trading within the terminal and for the Expert?
Yes i got the smiley face , no error message, and also i enable to live trading but not working.
arunamano: Yes i got the smiley face , no error message, and also i enable to live trading but not working.
Try adding a line_by_line print() statement within the start() and see if it prints.
arunamano:
Yes i got the smiley face , no error message, and also i enable to live trading but not working.
You are going to have to get your hands dirty and debug the code that was written for you . . . . find out if the conditions do actually exist for a trade to be placed, find if the OrderSend() is being sent or not, if it is sent does it fail ? you should add some proper error reporting to this code: What are Function return values ? How do I use them ?
Yes i got the smiley face , no error message, and also i enable to live trading but not working.
ubzen:
Try adding a line_by_line print() statement within the start() and see if it prints.
Try adding a line_by_line print() statement within the start() and see if it prints.
I tried adding that line but it is not responding.
can you get this to work
void start(){ Print("Testing...123"); }
RaptorUK:
You are going to have to get your hands dirty and debug the code that was written for you . . . . find out if the conditions do actually exist for a trade to be placed, find if the OrderSend() is being sent or not, if it is sent does it fail ? you should add some proper error reporting to this code: What are Function return values ? How do I use them ?
You are going to have to get your hands dirty and debug the code that was written for you . . . . find out if the conditions do actually exist for a trade to be placed, find if the OrderSend() is being sent or not, if it is sent does it fail ? you should add some proper error reporting to this code: What are Function return values ? How do I use them ?
for my knowledge i checked and change the OrderSend() but still like the same.
arunamano:
What do you have in your Expert log ?
for my knowledge i checked and change the OrderSend() but still like the same.
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
Hai i am new to forext trading and EA creating .
i am creating a EA with strategy tune site that is working in all other demo mt4 platforms but i try with my easy-forex live account it is not working
anybody can you help me to solve the problem?