Forum

Delete indicator automatically after run EA on strategy tester

Hello 1-As a title How can i delete indicator automatically after run EA on strategy tester ? I mean use code in on deinit ! 2-When i use indicator in my EA and run it on strategy tester , after tester end it draw indicator on chart !, is it possible change it that nor draw on chart ? Thanks

Not send alert when open metatrader for the past signal

Hello how can i fixed indicator that send email , alert and notification for past when metatrader was opened ? i use this code but when i open the metatrader send many notification and alert of past signals ! if (EnableSoundAlert){ SendNotification ( TimeToStr ( Time [ 0 ], TIME_DATE | TIME_MINUTES

Buffer and Mode of RSI indicator (level)

Hello Can anybody help me for buffer and mode of level line of RSI indicator (for example 30 and 70 at default) Thanks

one click trading script code

Hello Is it possible to have one click trading script code ? if not can you let me know have script that not work after click on that! and only run after set values on chart and click for example buy button ? i have script that work immidiately after click on that and i use simple code like this for

buffer and mode of signal bar indicator

Hello Can everybody help me to find buffer and mode of this indicator https://www.mql5.com/en/forum/178253? (buffer and mode of every color for each timeframe and all MACD & STR & EMA ?for use in EA) Thanks

can't recieve alert of indicator in iphone!

Hello I set my metaquotes iphone id in my mt4 but only get order notification and not receive alert of indicator ! how can i solve this ? thanks

set many ordersend as same time and only one time execute

Hello I try to have many ordersend at same time with same price but when use for or while loops it's not work properly ! and without loop when i use ordersend function on ontick set order with every thick with different price like photo How can i do it ? And other problem How can i break EA after

how can i attach indicator to EA

Hello I have an indicator that for example send alert for buy or sell How can i use it to EA for auto following of indicator ? I mean how can i force EA to follow indicator alert ? For example: if (indicator-test-alert==sell) ordersend(buy position) else if (indicator-test-alert==buy) ordersend(sell

help for this code

Hello I love to open trade in 00:00 time every odd days but When it comes to holiday , order start in first week day that odd or non odd !!? How can I fix it ? #define DAY 2 * 86400 // day is 86400 seconds times to 2 and start from odd day #define HOUR 3600 // hour is 3600 seconds #define MINUTE

shift chart more than default state !

Hello How can i shift chart from the end more than of default state ? (shift end of the chart from right border!) Thanks so much