Forum

is there a script that disable and enable autotrading before and after news mt4?

Hello, Is there a script that automaticly can disable autotrading before 15M and enable after 15M ? And you can also setup high, medium, low impact? Thank you

automatic stop of 5 min after first alert

Hello i want that there is stop from 5 minuten after my first alert (repeating), can somehelp me? This is my code where i think i need to put it? if (ArrowsBuy[ 0 ] != EMPTY_VALUE ) { if (AlertsOn) { if (AlertsOnCurrent) int whichBar = 0 ; else whichBar = 1

My indicator alert shows the price with 4 digits but i want to show 5 digits how can i make this?

Hello i have an indicator thats have a put or buy alert, it also shows the price. Only its always .0000 or less but i want to see 5 digits. This is the alert ................ ",Symbol()," 3-5 MIN "," METATRADER PRICE@", Bid); the bid price needs to be 5 digits and not 4 how can i change that

SIgnals from MT4 sending to website or api or java applet or website

Hello, Is there any solution to send signals from mt4 to an java applet or integrate in a website. So in the picture you see the signals from mt4 and i want to show that on a website, on real time? Is there any solution