- Search Energy EXCH
- 46 Results (1 Threads, 45 Replies)
-
mrithuns replied Aug 26, 2021I checked few charts by cobra and got a question regarding entry. I believe the entry is when, 1. Trix Crossing Zero line with same colors. 2. Price Crossing Ichimoku cloud & coral line at the same time. or Price Crossing Ichimoku Cloud but it could ...
THV system, final edition
-
mrithuns replied Aug 23, 20211. I took a trade in M1 when Trix crossed zero and all the MTF had Green lights but the trade did not perform level. 2. Yesterday NY session, I got a trade in GBPJPY M1. a. When H1 was in Overbought (RSI > 70) and Trix Zero Crossed down all the MTF ...
THV system, final edition
-
mrithuns replied Dec 2, 2020I have tried to code Trix Oscillator in Amibroker AFL. But It does not draw similar to THV Trix Indicator. Can any one help to enhance this. Many Thanks. _SECTION_BEGIN("Manual Trix"); //TEMA can be implemented via EMA: fast=20; slow=35; fasttx = 3 ...
I will code your EAs and Indicators for no charge
-
mrithuns replied Jul 8, 2019Issue with the new candle and alert. I use the custom indicator onCalculate method to detect if there was an buy/sell condition and then check IsNewCandle method to know if there was a new candle. The problem is whenever I restart the MT4 or Change ...
I will code your EAs and Indicators for no charge
-
mrithuns replied Mar 28, 2019Hi Beerrun, just figured out an issue, - Whenever I launch MT4 or disconnect/reconnect to the broker, the indicator alerts the last past condition. datetime currenttime; static datetime saved_candle_time=Time[0]; string loctime; ...
I will code your EAs and Indicators for no charge
-
mrithuns replied Mar 27, 2019Amazing ! Thanks a lot ! Issue fixed

I will code your EAs and Indicators for no charge
-
mrithuns replied Mar 26, 2019- Thanks a lot, Beerrun. - I have fixed the issue of not setting an arrow for past conditions. - Now I'm left out with one issue, as soon as I load this indicator to a chart, it sends one alert for the last passed condition. although the condition ...
I will code your EAs and Indicators for no charge
-
mrithuns replied Mar 23, 2019I have an indicator, which alerts on MA Crossover but facing the following issues. - Soon after attaching the indicator to the chart, it sends an alerts the last recent crossover (which occurred in the past many candles ago) - It does not set an ...
I will code your EAs and Indicators for no charge
-
mrithuns replied Oct 7, 2018Hi All, Can you please help me in completing this indicator. I have attached the indi with this post. I have been trying to display the kumo status (if Price is stuck inside the kumo) of Higher Timeframes in the side of the chart window, H4 - NOK H1 ...
I will code your EAs and Indicators for no charge
-
mrithuns replied Sep 5, 2018Can someone please let me know how to disable the price trendlines from the chart. I have the Draw price trend lines option disabled in the Trix indicator, but Trix MTF indicator draws that, not sure how to turn it off. If I Remove the Thv Trix 4.0 ...
THV system, final edition
-
mrithuns replied Aug 24, 2018Nice coincidence, just got an entry similar to what we discussed. Entered on the second handle of heiken ashi. image Pretty impressive in the beginning. Need to see how tdi performs in the long run. hope i could buy an wheel barrow to take the ...
Trading Made Simple
-
mrithuns replied Aug 23, 2018Just linked the demo account, lets check if the equity grows up or sinking down.
Trading Made Simple
-
mrithuns replied Aug 23, 2018just got a good setup in h4 to discuss, (1) indicates that tdi has crossed well in advance and (2) PA is yet to cross to the 5 ema. as per eelfranz, in conservative we need to wait for the 5 ema cross if not in aggressive mode we can just entering ...
Trading Made Simple
-
mrithuns replied Aug 22, 2018100 percent correct emmanueal, I actually wanted to understand the TDI behaviour in a short time, so m1 gives lot of moves and quick learning about the entry and exit. In my observation either in small time frames or in big time frames, TDI crosses ...
Trading Made Simple
-
mrithuns replied Aug 22, 2018Thanks a lot for this beautiful system. I have started this system just today and got my 1st beautiful trade already. I think, I have a lot more to explore on this system. Downloaded the e big pdf 1 and 2 and reading the same. I see the eelfraz has ...
Trading Made Simple
-
mrithuns replied Aug 21, 2018Can someone please advise if we can consider this setup for an entry. image 1. Fast trix crosses Slow trix. (but Fast trix does not Zero line, it is already below the Zero line) 2. Price is below coral. In this mode, the price has already moved a ...
THV system, final edition
-
mrithuns replied Aug 19, 2018I use the latest release from the Main page and notice this issue with the Trix cross. Is this is a defect?; Trix have crossed Bear but the option shows buy ! From Trading perspective I use M15 to analyze the trend, Candles are above the coral and ...
THV system, final edition
-
mrithuns replied Oct 11, 2017Can you please correct what could be wrong. At times EA displays the correct value and for some other symbols it displays 0.000 double KcSpanA=NormalizeDouble(iIchimoku(symbol,tf,9,26,52,MODE_SENKOUSPANA,1),3); double ...
I will code your EAs and Indicators for no charge
-
mrithuns replied Oct 11, 2017Can you please correct what could be wrong. At times EA displays the correct value and for some other symbols it displays 0.000 double KcSpanA=NormalizeDouble(iIchimoku(symbol,tf,9,26,52,MODE_SENKOUSPANA,1),3); double ...
Free MT4 coding - Indicators, EAs, etc