Forum

(SOLVED) WebRequest - How to grab configured data webpage? (SOLVED by @Lorentzos Roussos)

Hi there.. I'm trying to work with grabbed data from webpage. The webpage is: https://investing.com/technical/pivot-points-fibonacci It shows Hourly data by default. I wanna grab 30Minutes data. Do you have any idea how to grab it using WebRequest function? Thank you

"Special Arrow codes that exactly points to price and time" in MQL5?

Hello there.. I'm new in MQL5. I'm planning to migrate my MQL4 file to MQL5 . I wanna create objects that exactly point to price and time like DASH SYMBOL in MQL4 that are not supported in MQL5 anymore. I just found 2arrows that do that things in MQL5: OBJ_ARROW_LEFT_PRICE OBJ_ARROW_RIGHT_PRICE I