1
- #1,392
- Oct 12, 2020 4:24am Oct 12, 2020 4:24am
- Joined Jul 2011 | Status: Gold Again | 10,595 Posts
It takes a lot for me to IGNORE you, but you can try.
Abokwaik replies to PMs 96 replies
DislikedDavid Thanks so much ... a well thought out logical path ... i will research that end result backwards The MT4 approach just was a prickle in left ear as there had to be alternatives Cheers from Oz NelsonIgnored
DislikedDo you know if it's possible on MT4 to execute a trade, whereby if something occurs on currency x, then make a trade on currency y? Eg. IF USDX price reaches 92.999, then instantly buy USDJPY, with stoploss and take profit 60 pips away.Ignored
DislikedI would like to plot trade entry signals from a spreadsheet on to an MT4 chart, eg. with up/down arrows and vertical lines. (I have isolated on an OHLC spreadsheet the bars that give entry signals on their close).Ignored
DislikedI have Develop a strategy Using Your CSM Indicator, and it is profitable, I'm testing it for several months,here is my demo account, can you help me to make CMS Indicator more advance wayIgnored
DislikedHi Hanover I have Develop a strategy Using Your CSM Indicator, and it is profitable, can you help me to make CMS Indicator more advance wayIgnored
Disliked{quote} Glad to hear that you're profitable.mq4 source code is in zip file here if anybody wants to modify the indicator.
Ignored
Dislikedbut the thing is i need go back to a specific date and time and check the CMS Data. For example i want to shift CMS Indicator to yesterday morning 0600 o'clock.and the data should be the same ,if i shift bars data are not correct. Can you give me a clue to achieve my goal. Thanks in advance,,Ignored
Disliked{quote}The indicator that I wrote is not designed to work in this way. It looks backward from the current candle over 9 different TFs (M1, M5, M15, . . . . W1, MN). If I understand correctly, you want something that looks forward from 0600 hours. Either you need to find a broker whose day starts at 0600 and work from his D1 candle, or you need to check the difference between the current price, and the price at 0600 on the required day, and then calculate a weighted average for each currency by whatever means you wish. If you are not...Ignored
DislikedOutput History script I don't recall a script named 'output_history'. The only script I can find is called 'Output History' (attached below). To output the OHLCV history for multiple pairs, simply list the pairs in the CurrencyPairs parameter, separated by commas, e.g. EURUSD,GBPUSD or EU,GU The script will work if you simply copy the .ex4 file into your ..../experts/scripts folder. However, if you copy the .mq4 file there also, then you must also copy the two .mqh files here into...Ignored
DislikedHey can we have a line plot over the chart where seems to be highest Session interest in options data.Ignored
Disliked{quote} You would need to have an indicator that reads the webpage where the required options data is stored -- assuming that is possible -- and then plots the line on the MT4 chart.Ignored
Disliked{quote} Exactly, but this is not to be read from website, as its available in data feed only. as https://www.forexfactory.com/thread/...ptions-for-mt4 with oi data , here also given indicators but not workingIgnored