- Search Energy EXCH
-
RiskFighter replied Dec 23, 2024I once saw a tool on Trading view that I liked. Could not find something like it at MT4, so I coded it. Identifying those squeezes and widenings can be a bit tricky for my old eyes. So I made it with bars. Set the MM_Length to the same value as the ...
Squeeze n Go | MTF System
-
RiskFighter replied Dec 21, 2024OK. Thanks. That is the same thing I do. Waiting for the pullback that shows on the lowest timeframe and invest when the strength return. The strategy means that you never get the beginning of a trend, because the strength has not developed at that ...
MADdash (Moving Average Distance)
-
RiskFighter replied Dec 21, 2024What do you mean by " 4 different charts"?
MADdash (Moving Average Distance)
-
RiskFighter replied Dec 18, 2024Hi Jaime JPY is going down and it has crossed 3 pairs this morning. Are they all valid trades? Or are you watching for confluences?
Laguerre multi brick offline - LMBO
-
RiskFighter replied Dec 9, 2024Hi Merka I know nothing about MT5. So I don't know what is possible. In MT4 the standard RSI does not provide possibility to fetch data. As the RSI builds on a number of former data, then you need to have an indicator which can provide those data. ...
Question to Coders about RSI+EMA
-
RiskFighter replied Dec 6, 2024Thank you for your valuable comment. I checked the MADdash and find it to be one of the very best strength systems I have seen. I will try it.
TrendFinder
-
RiskFighter replied Dec 2, 2024I would look at the financial situation. How many dollars would you like to profit at a days trading. Then divide this amount in 4 pieces. Take 4 good trades and get out of them when they gave you the amount you need (1/4 of daily profit). Your ...
Trading is as simple as ABCD
-
RiskFighter replied Nov 29, 2024And here is some code to programmers. if(Longposition == 1 && Shortposition == 1) ChartSetInteger(ChartID(), CHART_COLOR_BACKGROUND, HedgeColour); if(Longposition == 1 && Shortposition == 0) ChartSetInteger(ChartID(), CHART_COLOR_BACKGROUND, ...
TrendFinder
-
RiskFighter replied Nov 29, 2024Hi The EA meassure the close of the bar and compare to the price of the band one bar back. It is hard to see. But I think that the first red bar is closing over the price of band at the bar before it. It is so little that you cannot se it, but the ...
TrendFinder
-
RiskFighter replied Nov 28, 2024I measure the 2 last closed bars. If one of them close beyond the value of the band before, then we have an interesting situation. Very simple. We just want to know, if the price has begun to exceed the band. Nu guarantee, but it could pay off to ...
TrendFinder
-
RiskFighter replied Nov 28, 2024But it does not look right. The lines are behind the bars at the x-axis.
LRCxBB
-
RiskFighter replied Nov 28, 2024Hi I am not sure what happened. I put your indi on a chart. Set the 150 value to Zero. All Bools to true. Still nothing. Changed zero back to 150 and suddently there was the indicator functioning. I did no change in the code!!!! I will look more ...
LRCxBB
-
RiskFighter replied Nov 28, 2024System is to have an edge when Bollinger gives a signal. Surely requires confluences. Not a big strategy, I just wanted to share the idea and the EA. I understand platform as if you are using MT4,5 or tradingview or something else??
TrendFinder
-
RiskFighter replied Nov 28, 2024Yea, I am going to do some manuel trading with this EA now. Thanks for reply.
TrendFinder