Libraries: Symbol Trade Made Simple With Functions - page 2

 
Is there any way to update/modify trade/order comments?
 

Very helpful. Maybe the following would also helpful:


- LastLot // of open series

- FirstLot // of open series

 
Gellet Manchenella #:
Is there any way to update/modify trade/order comments?

No, it is not possible to change comment from both order and position.

 
rgwil #:

Very helpful. Maybe the following would also helpful:


- LastLot // of open series

- FirstLot // of open series

Good suggestion, thank you!

 
Thanks for sharing but how to use it? I am noob. Do this allow to adjust price decimal points shown on price scale? I mean for example live price fed by broker is 89456,67 and in price scale bar it shows as a rounded integer value as 89457 
 
cemyth #:
Thanks for sharing but how to use it? I am noob. Do this allow to adjust price decimal points shown on price scale? I mean for example live price fed by broker is 89456,67 and in price scale bar it shows as a rounded integer value as 89457 

Yes! Just use the function:

SymbolNormalizePrice(string symbol, double price_);

 
Thanks Man. I ll look into it :)