- Search Forex Factory
- 170 Results
- dbsdsun replied Dec 22, 2022
It automatically change symbols to upper case. Should it be HK50? In my MT4, it is US30, not "US30u"
- dbsdsun replied Dec 21, 2022
Hello, I build this scanner for the strategy from RiskFighter. It can show all symbols and time frames in one chart. It also alerts and sends email. image image setting looks like this image because the indicator will process a lot data at the ...
- dbsdsun replied Dec 15, 2022
[quote=clubdio;14256745] try it, it marks on chart and alert with sound, email and mobile MT4 push notification.
- dbsdsun replied Dec 14, 2022
10 bars is too many. or, making "the number of bars" as a input parameter. I set it as an input parameter in attached indicator. try it.
- dbsdsun replied Dec 9, 2022
I can help with the Hull average coding.
- dbsdsun replied Dec 6, 2022
@RiskFighter And then support by Stochastich Sorry, I didn't find how you check Stochastic in your source code.
- dbsdsun replied Dec 6, 2022
Thanks for your explanation. -------------------------------------- while(i >= 0) { if(Close[i] >= iBands(NULL,0,20,2,0,PRICE_CLOSE,MODE_UPPER,i)) DownSignalLoaded = 1; if(Close[i] <= iBands(NULL,0,20,2,0,PRICE_CLOSE,MODE_LOWER,i)) UpSignalLoaded = ...
- dbsdsun replied Dec 6, 2022
Please see my implementation. When a signal exist, it will alert, send email and send notification to mt4 on mobile (if email and notification are set up correctly). I provide both source code and running file. comments welcome @RiskFighter do you ...
- dbsdsun replied Dec 2, 2022
EA can not mark on chart. It's difficult to evaluate EA signals. Could you please share the kernel part code? so I can adopt the logic to an indicator and mark on charts. thx
- dbsdsun replied Dec 1, 2022
1. how about bounce from boll(20) or boll(60)? boll(60) means boll(20) in higher time frame. 2. how about bounce from boll base line? in trending market, price stays in one side of bollinger base line, when price goes to base line, it will resume ...
- dbsdsun replied Dec 1, 2022
traditionally, if three MAs point to same direction, it's trending.
- dbsdsun replied Nov 30, 2022
Both long signal in H1 and short signal in M15 are profitable. image 11.29 14:00, there is a long signal on H1, stop at 7206. image 11.30 1:00, there is a short signal on M15, then I opened a short trade, and thought long in H1 was not valid. I ...
- dbsdsun replied Nov 28, 2022
My trade on us500, I found the signal on M15, closed after 0.5% profit, 1% lot. I will get much more if I kept it. When the system alert a signal, I may open an order or ignore it, but I won't against the signal. I search signals in different time ...
- dbsdsun replied Nov 24, 2022
this is what I mean. image
- dbsdsun replied Nov 24, 2022
One more point. at least a wick must have been on the out side of the bollinger sideband within the last 5 bars. I know, the is a week spot of the strategy. Your strategy means: price drops to the lower limit (lower band) in current time frame then ...
- dbsdsun replied Nov 24, 2022
Thanks for your answer. Before I play forex, then I think indicies are more stable/smooth. Indicies are combined with multiple stocks.
- dbsdsun replied Nov 24, 2022
I failed to convert your time to London time or New York time. In my experience, 1 min can be tried in Sydney session or Tokyo session. Europe session and New York session are not good for 1 min trading, too violent. violent
- dbsdsun replied Nov 24, 2022
Excuse me, does this entry follow your rules? I think it does. image
- dbsdsun replied Nov 24, 2022
during what time and which session did you try?
- dbsdsun replied Nov 22, 2022
7. Fake signal from Hull. the second red bar touch lower band, we shouldn't short when the signal bar touch lower band, should we? lower band means lower extreme.