timmytrade:
Hi guys,
I have an EA compiled without any errors but in backtesting it wont do anything, just stucked.
There is also no errors in journal.
What I'm missing here:
Hi guys,
I have an EA compiled without any errors but in backtesting it wont do anything, just stucked.
There is also no errors in journal.
What I'm missing here:
Hello Timmy,
We work at a Bid chart. if(high > 0 && bid==high) place sell stop. At extremes we normally place limit orders or normal positions. Market orders. You have to place the order or position not at the extreme but 1 or a few points before. Think about it.
if(bid==high) { //place order or position }

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 have an EA compiled without any errors but in backtesting it wont do anything, just stucked.
There is also no errors in journal.
What I'm missing here: