Is iMA based on Ask price or Bid price

 

Hi there,

I try to use iMA. This is my configuration:

int MA_Definition1 = iMA(symbolName, timeFrame, 10, 0, MODE_EMA, PRICE_CLOSE);


For a Buy or Ask decision I need the distance between EMA-curve and Ask- or Bid-curve.

1- Is ENUM_APPLIED_PRICE based on Ask- or Bid-price?

2- What is displayed on meta trader chart, the bid price or ask price?


Regards

 
Charts are Bid prices, therefor candle Close is Bid price, therefor any applied price is Bid prices.
 
whroeder1:
Charts are Bid prices.
Thank you!
Reason: