Triggerlines 4H Trading System - page 4

 

can u use triggerlines and solarwind in wireless trading. that is on ur pda mobile.

thnx

kev

 

Fish

This is a preliminary observation but solar looks like it is based on Fisher Transform (FISH) using HiLo and Logs. The formula is very simple and could be used on almost any platform. Maybe solar could be recoded using this Formula.

http://www.linnsoft.com/tour/techind/fish.htm

Here is the link for Fisher indicators:

https://www.mql5.com/en/forum/173175

can u use triggerlines and solarwind in wireless trading

I doubt it because usually wireless indicators are very limited.

 

I haven't tested this yet but FX Fish looks a lot like Solar. The code is much different and maybe it is better than Solar.

Files:
fx_fish.mq4  4 kb
 

Repaint code

If you look at the code you will see that it re-paints past bars on every new tick.

for(int i=0; i<limit; i++)

The above code statement allows it to re-paint all previous bars. The Loop starts at the current unfinished bar and loops though all history and re-paints them. That way when you place it on a chart it looks amazingly accurate not only on the trend direction but the tops and bottoms.

Here is another Fisher link:

https://www.mql5.com/en/forum/173169

 

Having used Solarwind 1 & 2 for a while along with FX Fish I prefer FX Fish (post #34) the best. It still repaints the last few bars in lower timeframes, but I like that feature myself. I made an indicator for VTrader using the same formula, and since it doesn't repaint it is very choppy and doesn't look very helpful. Adding previous bar averaging helps but adds delay that is usually inacceptable. Fish has an optional feature that gives a visual buy sell signal that is delayed, but some may find it helpful.

I am using Triggerlines Alert which gives a ring when triggerlines changes color. Notice that Fish and triggerlines both have the same signals, and trigger doesn't repaint. Using the alert allows you to trade without watching the screen constantly and will give entrys like Fish (solar). It is not an EA yet, but I consider it the best trading system for Forex myself.

Files:
 

Can you create an EA with Solar Winds and Triggerlines indicators?

 

The best way to trade trigger-solar I feel is using 15 & 30 min charts (1min and 5min in news) during regular trading hours (3am-11am NY), and an EA should include a timer that trades during those hours. It allows you to make a profit on choppy trading and news days. Trading outside those hours is normally a losing deal. You can use 1hr and 4hr charts for smoother trading if you wish too, but trading will be delayed and risk is higher with bigger drawdowns - you may get stopped out a lot more too. Triggerlines is the trading signal and look for confirmation from Solar Wind. You will find that Triggerlines will widen the distance between the 2 lines during good trading, and some will wait for that to trade. One woman who uses trigger on 15 min charts starting at 6am and waits for this widening reports few if any losses.

 

solar wind that does not repaint after close

does anyone have a version of solar wind that does not repaint a bar after the close of the bar, i.e. after the close of the bar the bar is 'locked'.???

If not, can anyone modify the solar wind indicator to do this?

Ali

 

Here is what solarwind looks like in Meta Stock with no repaints:

http://trader.online.pl/MSZ/e-w-Fisher_Transform.html

I have included a doc file explaining Fisher with screens to show how it looks without repainting - you may not like that. It is much different than solar wind in MT4. My VTrader fisher indicator looks similar.

 

I have included here a solarwind which claims not to repaint. What it does is average out past bars and adds a lot of delay - usually at least 5 bars. Setting smooth to .1 will remove delay but will give choppy results (similar to the pix I posted) that you would not like.

Files:
Reason: