- Search Forex Factory
- 375 Results (7 Threads, 368 Replies)
- oo7rai replied 1 hr 44 min ago
let me check the mq4 file
- oo7rai replied 1 hr 46 min ago
the indicator provided may need to be edited and only then may be you need to combine it with any other indicators.
- oo7rai replied 1 hr 49 min ago
all indicators to be combined should have buffers for signals.
- oo7rai replied 3 hr ago
yes, in my system the tick signal for direction (trend) confirmation is repainting but that would not matter - my entries would be in the pullback (correction)
- oo7rai replied 4 hr ago
for me, downside direction is confirmed/ ticked. all small arrows may be traded with the direction of the big arrow signal
- oo7rai replied 21 hr ago
i still belive that this may be true.
- oo7rai replied Nov 1, 2024
let the market hit your defined SL and wait for/ if direction shift - relax, calm down and enjoy your meditation/ jouney. ignore all small arrows the biggest arrow is early warning for direction change and tick signs are the confirmation ...
- oo7rai replied Nov 1, 2024
i would not expect downside direction ticked without touching 1.1060. the non-overlapping impulse waves may continue upside
- oo7rai replied Oct 31, 2024
love it - so much thank you Jeffo!
- oo7rai replied Oct 31, 2024
i have already put it on the main chart and no more in the histo or sub window below
- oo7rai replied Oct 31, 2024
no problem here you go
- oo7rai replied Oct 31, 2024
looks a great work! i would be more thankful if you ever dare to share the mq4
- oo7rai replied Oct 31, 2024
thanks for considering a help //+------------------------------------------------------------------+ int start() { int i, counted_bars = IndicatorCounted(); if (counted_bars < 0) return -1; if (counted_bars > 0) counted_bars--; // Resize the array ...
- oo7rai replied Oct 31, 2024
try now
- oo7rai replied Oct 31, 2024
hello real coders let me know with corrected code how exactly can you fix this array out of range issue here? i = Bars-i-1; int s = instanceNo*2; workSsm[i][s+_price] = price; workSsm[i][s+_ssm] = ...
- oo7rai replied Oct 31, 2024
nothing can be 100% but my system shows that the upside direction is well confirmed with trendlines/ channels both on chart and histo divergence also i would try only buy trades untill next direction change - the direction (trend) change is the most ...
- oo7rai replied Oct 30, 2024
the tick or check mark is for the direction only you need to use other signals for your entries and exits (sl/tp) i like entries with minimum fibo 50% pullback
- oo7rai replied Oct 30, 2024
upside direction is just ticked but you still need to be warry with the sl you put for your buy orders.
- oo7rai replied Oct 29, 2024
never rush for changing direction of the trades upside direction is not ticked yet i can see them in 15/ 30 mins charts clearly i shall share the screenshot and let you know when it happens - let the edge of the direction confirm first.
- oo7rai replied Oct 27, 2024
can anyone fix it? i tried various for about a week but not successful 1) make all fibo levels as custamable as -100, -50, 0, 50, 100, 150 etc with horizontal lines limited from start to end points (like no rays) only 2) both previous (last) and ...