- Search Energy EXCH
-
RiskFighter replied Aug 24, 2024OK. I made the test robot. But the broker server is switched off. No more coding for the rest of this weekend.
Finding the trend
-
RiskFighter replied Aug 24, 2024@SwingMan Like this?? ATR = iATR(NULL, 0, 14, 1); LongEnter = iOpen(NULL, 0, 0) + ATR / 2; ShortEnter = iOpen(NULL, 0, 0) - ATR / 2; LongExit = iOpen(NULL, 0, 0) + ATR; ShortExit = iOpen(NULL, 0, 0) - ATR / 2; LongSL = iOpen(NULL, 0, 0) - ATR / 2; ...
Finding the trend
-
RiskFighter replied Aug 24, 2024OK. So for a Long trade it is when Close[0] - Open[0] > 0,5 * ATR. Make the Entry. TP = Entry + 0,5 * ATR (or let it run). SL = Entry - 0,5 * ATR. And of cause the filters shall be positive. And especially the slope is important. I have never seen ...
Finding the trend
-
RiskFighter replied Aug 24, 2024It also seems to repaint every time one changes the defeault moving average period settings. I am not sure if I understand you correct - but if you change the conditions for an indicator, then the result will change - that is not repainting. ...
Finding the trend
-
RiskFighter replied Aug 24, 2024As I understand it, the entry and sometime the exit is done on the active bar. This means that the bar is under composing and will vary. This is not repainting. Once the bar has ended, then there is no changing in the bar and no repaint.
Finding the trend
-
RiskFighter replied Aug 22, 2024I think that the PC might not accept the "!" sign. Take a copy oof the indi. Rename it to "Test" and put it on the chart. Maybe it will succeed.
Finding the trend
-
RiskFighter replied Aug 22, 2024Very strange. I mean - it is not possible to put an indicator on the chart in a wrong way.
Finding the trend
-
RiskFighter replied Aug 22, 2024OK. I am busy in several projects, so I cannot promise to be superfast and I need to dust off the robot. It is years ago that I made it. So please be patient for a week or so.
Magic 100
-
RiskFighter replied Aug 22, 2024I will test it in a robot - when I get a moment from all the projects.
Finding the trend
-
RiskFighter replied Aug 22, 2024He he - not so many are participating in out chats, but the indicators allready have 13 downloads. Where are all those people hiding. It's a bit like when I am playing another hobby I have. I am a ham radio amateur. When I talk to people over the ...
Finding the trend
-
RiskFighter replied Aug 22, 2024I have attached it without problems. Have you put it in the right folder?
Finding the trend
-
RiskFighter replied Aug 22, 2024I subscribe to it, because it is a fine strategy. I built the robot once, but it did not work. I guess it need some filters. So I am not trading the strategy either. At least no at the moment. I might take up the robot again. Would you like to work ...
Magic 100
-
RiskFighter replied Aug 22, 2024OK. I make that. Will be easy to make. Then we can refine it later on. But in the weekend. I am busy trying to trade. But today is a hell lot of a news and it is difficult.
Finding the trend
-
RiskFighter replied Aug 22, 2024I made it for this thread. As simple as possible: 00 level trading | Forex Factory But that strategy does not work for me.
Finding the trend
-
RiskFighter replied Aug 22, 2024I have just made a robot taking trades in the direction of Daily open. And I have started to use it in some of my charts. So you have influenced me. As I say - you are a smart trader.
Finding the trend