store it into Array or a var.
metbright:
for example, this code shows how to catch a previous bid Hi,
How do I get previous bid?
Thanks for help.
#property indicator_chart_window double i; //---- int start() { double k=i; // k = previous bid, i=Bid; // i = current bid Alert(DoubleToStr(i,Digits)," ",DoubleToStr(k,Digits)); return(0); }
Boeing747:
for example, this code shows how to catch a previous bid
for example, this code shows how to catch a previous bid
hey thanks !

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,
How do I get previous bid?
Thanks for help.