Saving values of a candle tick by tick - page 2

 
JDeel:
And you can always find that moment when a new candle is creates (old one is closed), but for that and for everything else you need to learn how to do it in MQL. The things you want to do are relatively simple. Yes, you can do them and no, probably no one here will do it for you :)

 Kind regards and thank you again.

:-) :-) 

 
JDeel:
And you can always find that moment when a new candle is creates (old one is closed), but for that and for everything else you need to learn how to do it in MQL. The things you want to do are relatively simple. Yes, you can do them and no, probably no one here will do it for you :)

 Kind regards and thank you again.

:-) :-) 

 
Betowm:  When a trade took place, there is only one price: the price in which was made that trade. That price is what I want to save in a file...
Betowm: I know how to save each value, tick by tick of bid and ask, but...how can I save each value where really each trade took place along the candle?
  1. Then Bid and Ask are irrelevant. Tick by Tick is irrelevant. Candle values are irrelevant.
  2. Select the newly opened order, get the open price, write the value to your file.
  3. What's the problem?