hello,
i'm searching for a way to open all mt4 charts found in my mt4 marketwatch by oneclick.
thanks
i'm searching for a way to open all mt4 charts found in my mt4 marketwatch by oneclick.
thanks
All Things Are Possible
MT5 Code need: How to find marketwatch symbols automatically? 6 replies
MT4 Marketwatch linked to chart 3 replies
Charts, Charts, Charts! 1 reply
Dislikedhello, i'm searching for a way to open all mt4 charts found in my mt4 marketwatch by oneclick. thanksIgnored
DislikedThis is a script. You can assign a hotkey to it or just drop it on a chart. Inputs are: Timeframe to use Template to apply {file}Ignored
Dislikedhello i want mq4 format of this "OpenMarketWatch.ex4" script. would u please help me and send the codeIgnored
for(int i=SymbolsTotal(true)-1; i>=0; i--) ChartOpen(SymbolName(i,true),PERIOD_H1);
DislikedYou would have some code to only open a certain number of pairs Thank youIgnored
DislikedYou would have some code to only open a certain number of pairs Thank youIgnored
Disliked{quote} Here is an indicator to chose among the tradition 28 pairs which pairs you want. I am not sure if a solution was ever found as it most likely will close your mt4 in which case you will restart it again especially if your template have indicator that will be too heavy in resources. {file}Ignored