yas: Do you think my idea has any bugs? or any better idea for my case?
On every new tick Bid/Ask will change. Thus firstXXXprice will also. Your condition will never be true.
You must remember them in a static or global variables once.
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
Hi everybody
I want to placing an order(sell/buy) in specific exact price
I know these tips:
1. It is possible with pending orders but in my case i want to calculate order lot size in that specific price
2. its impossible to modify lot size of pending orders
3. It is possible order could not placing in that specific exact price
So
I wrote this pieces of the code:
It's okay to placing order with 1 pip teloranse.
Do you think my idea has any bugs? or any better idea for my case?
thanks a lot