- How to place 2 or more experts on the chart?
- Coding help
- Create
FXEWEN: Please give advise
- State a question or a problem - No mind readers here.
ObjectSet("Price_A", OBJPROP_YDISTANCE, 15); ObjectSetText("CornerName",DoubleToStr(Bid_Price, Digits),20,"Arial",White);
FXEWEN:
Want to add bid price and spread at the corner of the main window. Please give advise
Want to add bid price and spread at the corner of the main window. Please give advise
clock displaying time in main chart
See how it is done with this indicator
Successful set a text inside the chart. Do below code display the current bid price
double Bid_Price = NormalizeDouble(MarketInfo(Symbol(), MODE_BID), Digits);
Already edit ObjectSet("Price_A", OBJPROP_YDISTANCE, 15); ObjectSetText("Price_A",DoubleToStr(Bid_Price, Digits),20,"Arial",White);

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