Get OHLC in metatrader4 each 1 minute candle and sent GET values

 

I need get the OHLC of EURUSD on close current candle and send this data in a GET url, example:


Current time: 13:06:00

--------------------------

Open: 1.10000

Close: 1.10015

High: 1.10020

Low: 1.09998


Send OHLC of 13:05:00 to 13:06:00 in

www.server.tld/feed.php?pair=EURUSD&open=1.10000&close=1.10015&high=1.10020&low=1.09998

The script should by a indicator (for metatrader4) with pair and timeframe customizable

This action in a while each minute without stop.

I try but i stuck, thanks

 
Go here, please.  Regards.
Trading applications for MetaTrader 5 to order
Trading applications for MetaTrader 5 to order
  • www.mql5.com
I will require simple EA that will copy signals from Telegram channels I am currently subscribed at. It will have 3 TP's so i would require it to move stop loss to break-even once TP1 is hit and then SL to TP1 once TP2 is hit. An example can be shown once the job is accepted. Please do contact me so i can provide more information i have one...
 
Jose Francisco Casado Fernandez:
Go here, please.  Regards.

<Deleted>

.....

 
pepepino:

<Deleted>

.....

Show your attempt if you need coding help.