Hi Joeef is it possible if you could make alert when JFDS crosses +80 / -20 like the MT4 version thanks

EAs and indicators relating to moutaki... 22 replies
Can MT4/MT5 Brokers steal Indi/EAs? 30 replies
Create MT5 indicators from MT4 indicators 3 replies
Need help to code EAs for MT4 and MT5 2 replies
Where to find the Basic Script EA's and Indicators for MT5 3 replies
DislikedHi Joeef is it possible if you could make alert when JFDS crosses +80 / -20 like the MT4 version thanksIgnored
Disliked{quote} This is the first draft. Check it and let me know. It's too late here so I didn't test it a lot. {file} {image} {image}Ignored
DislikedThank you both. Now the bigger project I'm looking for: I'm looking for a dashboard across the main 30 or so currency pairs across time frames H4, H6, H8, H12, D1, W1 and MNTH1 that will show a light on this dashboard under the respective timeframe (that will remain on until the next candle has closed on that timeframe) when one of those engulfing bars trigger. I imagine this like a grid and with the ability to send an alert via pop up and email as optional which I can configure to turn on and off for different pairs and different timeframes. That...Ignored
Disliked{quote} This is the first draft. It's only user interface (UI). The values are random. {image} {image} {image}Ignored
<?xml version="1.0" encoding="windows-1252"?> <JFEngulfingBarsDashSymbols> <currencyPair> <!-- Currency pair name --> <name>USDCAD</name> <!-- Timeframe 0=None, 1=Show, 2=Show+PopUp, 3=Show+Email, 4=Show+PopUp+Email --> <PERIOD_M1>1</PERIOD_M1> <PERIOD_M2>1</PERIOD_M2> <PERIOD_M3>1</PERIOD_M3> <PERIOD_M4>1</PERIOD_M4> <PERIOD_M5>1</PERIOD_M5> <PERIOD_M6>1</PERIOD_M6> <PERIOD_M10>1</PERIOD_M10> <PERIOD_M12>1</PERIOD_M12> <PERIOD_M15>1</PERIOD_M15> <PERIOD_M20>1</PERIOD_M20> <PERIOD_M30>1</PERIOD_M30> <PERIOD_H1>1</PERIOD_H1> <PERIOD_H2>1</PERIOD_H2> <PERIOD_H3>1</PERIOD_H3> <PERIOD_H4>1</PERIOD_H4> <PERIOD_H6>1</PERIOD_H6> <PERIOD_H8>1</PERIOD_H8> <PERIOD_H12>0</PERIOD_H12> <PERIOD_D1>0</PERIOD_D1> <PERIOD_W1>0</PERIOD_W1> <PERIOD_MN1>0</PERIOD_MN1> </currencyPair> <currencyPair> <!-- Currency pair name --> <name>EURGBP</name> <!-- Timeframe 0=None, 1=Show, 2=Show+PopUp, 3=Show+Email, 4=Show+PopUp+Email --> <PERIOD_M1>1</PERIOD_M1> <PERIOD_M2>1</PERIOD_M2> <PERIOD_M3>1</PERIOD_M3> <PERIOD_M4>1</PERIOD_M4> <PERIOD_M5>1</PERIOD_M5> <PERIOD_M6>1</PERIOD_M6> <PERIOD_M10>1</PERIOD_M10> <PERIOD_M12>1</PERIOD_M12> <PERIOD_M15>1</PERIOD_M15> <PERIOD_M20>1</PERIOD_M20> <PERIOD_M30>1</PERIOD_M30> <PERIOD_H1>1</PERIOD_H1> <PERIOD_H2>1</PERIOD_H2> <PERIOD_H3>1</PERIOD_H3> <PERIOD_H4>1</PERIOD_H4> <PERIOD_H6>1</PERIOD_H6> <PERIOD_H8>1</PERIOD_H8> <PERIOD_H12>0</PERIOD_H12> <PERIOD_D1>0</PERIOD_D1> <PERIOD_W1>0</PERIOD_W1> <PERIOD_MN1>0</PERIOD_MN1> </currencyPair> </JFEngulfingBarsDashSymbols>
2019.03.06 13:26:59 EURGBP M1 - bearish engulfing bar - 14:27:00
Disliked{quote} {quote} {quote} New version is here ... So I'll start from scratch. To start using EngulfingBarsDash is better use only a few currency pairs and time frames. So for example I'll start with: USDCAD and EURGBP. I can see H2 and H3 engulfing bars there just now so this is the reason to use these two pairs in this example. I have to create/update configuration XML file (JFEngulfingBarsDashSymbols.xml). So here you are: <?xml version="1.0" encoding="windows-1252"?> <JFEngulfingBarsDashSymbols> <currencyPair> <!-- Currency pair name --> <name>USDCAD</name>...Ignored
DislikedRight now I can see USDCAD M3 and M4 bullish engulfing bars. {image} {image} {image}Ignored
DislikedIf I'm not interesting to some periods I can switch them off. It's easy: Green cell = Bullish Engulfing Bar Red cell = Bearish Engulfing Bar Gray cell = This cell is processed but no Bullish/Bearish bar is here now White cell = This cell is not processed (is off) {image} {image}Ignored
DislikedI can switch off some period or periods for this session on Settings TAB too. Double click to open combo box a choose None. {image} {image} {image}Ignored
DislikedLogs I can see in Logs TAB. 2019.03.06 13:26:59 EURGBP M1 - bearish engulfing bar - 14:27:00 2019.03.06 13:26:59 - local time of a computer, where the client terminal is running 14:27:00 - the opening time of the bar on the corresponding chart {image}Ignored
DislikedI can of course watch many currency pairs and periods. But I have to be aware of possibility of performance issues. So it's better to start with a few and later add more. {image}Ignored
Disliked{quote} JFEngulfingBarsDash is fully configurable. You only have to add required symbol to configuration file. {image} {image}Ignored
Disliked{quote} Oh, God, I don't know anything about that. I wouldn't even know where to put these things. I am not a coderIgnored
Disliked{quote} You have not to be a coder. Simply in pure text editor (Notepad++ for example) open JFEngulfingBarsDashSymbols.xml file and edit it. {image} {image} {image} {image}Ignored
Disliked{quote} I'm afraid I have no idea and where to find it. But if it's too much trouble for you to post it, we'll just forget about it.Ignored
DislikedThanks Joe. So right now there is a EB signal on the AUDCAD on H8 and H12 for a bearish engulfing bar but I do not see that showing on my dashboard. Does it show on yours? It should show until the next candle after the signal candle closes. ThanksIgnored
DislikedThanks Joe. So right now there is a EB signal on the AUDCAD on H8 and H12 for a bearish engulfing bar but I do not see that showing on my dashboard. Does it show on yours? It should show until the next candle after the signal candle closes. ThanksIgnored
Thread Tools | Search this Thread |
|