0.01 is very common minimum lotsize, and also lot step, however, i recommend that you check the symbol in MarketWatch for the lot step and the minimum and maximum lot allowed. From there you can use lotstep to equal a trade size that you can be confident that the broker will allow.
EDIT the reason that your Limit order is not being filled is because you are using the current bid and ask price. LIMIT and STOP orders can not be the current Bid and Ask prices.
if you want to use Bid and Ask prices, then use market orders OP_BUY or OP_SELL instead. You can search the site for difference between market orders and the other 2 types.
0.01 is very common minimum lotsize, and also lot step, however, i recommend that you check the symbol in MarketWatch for the lot step and the minimum and maximum lot allowed. From there you can use lotstep to equal a trade size that you can be confident that the broker will allow.
EDIT the reason that your Limit order is not being filled is because you are using the current bid and ask price. LIMIT and STOP orders can not be the current Bid and Ask prices.
if you want to use Bid and Ask prices, then use market orders OP_BUY or OP_SELL instead. You can search the site for difference between market orders and the other 2 types.
hey! thanks for taking time out of your day to advise... Really appreciate it. i will be doing this now, many thanks
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Evening people. Second time posting and the feedback is incredible really pushing my learning along.
so my final issue with this EA is i backtest it yet it places no trades at all. Sometimes ill see it says "limit" trade and even then it wont be filled. Below is my code and any corrections and advic will be much appreciated.
Thank you in advance