- Search Energy EXCH
-
RiskFighter replied Apr 22, 2024This is my shot for the instruments for this week. Of cause it will be adjusted along the road. Why the different background colours? I have done that for years. Sometimes I trade all 28 Forex pairs and it can be hard to follow them. So I change the ...
SHA & Tripple MA
-
RiskFighter replied Apr 22, 2024How is it with trends. They last for some time and then they are broken. So in our minds we watch a stretchy trend and think "it must end NOW". But all experts say NO, trends can go on for a much longer time than we think and as long as the trend is ...
SHA & Tripple MA
-
RiskFighter replied Apr 22, 2024Finished the analysis of the first pair. It looks nice on multiple timeframes. I trade the H1. Look how nice it gave pips in the past days. And best of all, it is right on the top of a south going channel. It look promissing for short trades. But - ...
SHA & Tripple MA
-
RiskFighter replied Apr 21, 2024So have now done the first round of searching instruments to trade this week. It gave 10 hits. I need to chose 6 of those. So there are more work to do. AUDCAD AUDUSD CHFJPY EURUSD GBPCAD GBPCHF GBPNZD GBPUSD NZDUSD USDJPY Note that volatility is ...
SHA & Tripple MA
-
RiskFighter replied Apr 21, 2024That sounds very perfect. Keep watching for the next week. I will show some more details.
SHA & Tripple MA
-
RiskFighter replied Apr 19, 2024I have now runned this strategy for 8 days. I think it is the best I ever made. I have of cause made some corrections so now this is the settings: Indicators 3 Exponential Moving averages at periode 50. Settings at Low, High and middle. 1 Smoothed ...
SHA & Tripple MA
-
RiskFighter replied Apr 19, 2024So now I have used the zee ARRZZ.mq4 for some days and here is my opinion. I find that the signals are delayed by at least one bar - often more. I used the indicator for exit and often when the trend is disturbed, it happens with one or more large ...
SHA & Tripple MA
-
RiskFighter replied Apr 18, 2024So trading a trend is easy. We can all do that. Take a look at post #1. Of cause this one is perfect - because I cherry picked it. It is easy to show how it is done on historic data. I mean - just pick a periode where the instrument is trending - in ...
SHA & Tripple MA
-
RiskFighter replied Apr 17, 2024This is not a service. It is not an office where people are sitting ready to help - getting their salary to do it. You are not entitled to have anybody working for you - for free - in their sparetime. And you are not entitled to have an answer from ...
I will code your EAs and Indicators for no charge
-
RiskFighter replied Apr 15, 2024The Zee works very well. I have coded my robot to take exit signals from it. If there is an exit signal - like the siccor and the trend turns out to continue, then my robot typically takes a new trade short after.
SHA & Tripple MA
-
RiskFighter replied Apr 13, 2024If you get this to work, there is a way to change the timings. I will show that if you get it to work.
EA testing
-
RiskFighter replied Apr 13, 2024You have to know something about coding to do this. int h = TimeHour(TimeCurrent()); int m = TimeMinute(TimeCurrent()); int Running; if(h == 11 && m >= 25) {Running = 1;} if(h == 15 && m >= 10) {Running = 0;} if(Running == 1) { // Your code here }
EA testing
-
RiskFighter replied Apr 12, 2024Agree. I have stopped hunting the grail that is working every day making money. If you look at my EA in post 15, you will see 2 buttons - TradeUp and TradeDown. This way I can let the EA trade in one direction or not trade at all. So I make the ...
SHA & Tripple MA
-
RiskFighter replied Apr 12, 2024I am not good at indicators. I allways make EA's. That suits my work better. But let me have a look. However I know it is building on the ZigZag indicator and that is notorius repainting a lot. I tried some years ago to make an EA with the ZigZag, ...
SHA & Tripple MA
-
RiskFighter replied Apr 12, 2024Hi Sicario It is dead easy to make a template. So if you cannot make the template, then you cannot trade.
SHA & Tripple MA
-
RiskFighter replied Apr 12, 2024Yes, I am using 200EMA also right now. The strategy is under development.
SHA & Tripple MA
-
RiskFighter replied Apr 11, 2024I know about repaint and how it works in the code. Have made some EA's with repainting indicators - years ago. I had to learn the hard way, that they are not perfect for entry signals. Trading is about learning. And it is not used for entry, I see ...
SHA & Tripple MA