parrotx:
good question, I can't figure out how to print the Last price either. No reserved word for "Last", as there is for Bid and Ask
Hi,
Iam beginnger and looking form information how to put into code in command if() a latest price (not last close bar price) - last tick or few ticks prices.
I need it to compare with currents price to start open order sell/buy.
Best regards!
researchpro:
good question, I can't figure out how to print the Last price either. No reserved word for "Last", as there is for Bid and Ask
First, there is no "last price" in forex as there is in equities. And a new tick doesn't necessarily mean that a trade took place. There is a last bid/ask but you can't access it "native". Best you could do would be to record each ticks's bid/ask as it happens, then when the next tick comes, you have the previous ticks data already for comparison.
good question, I can't figure out how to print the Last price either. No reserved word for "Last", as there is for Bid and Ask
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,
Iam beginnger and looking form information how to put into code in command if() a latest price (not last close bar price) - last tick or few ticks prices.
I need it to compare with currents price to start open order sell/buy.
Best regards!