Touchline Forex System Xard777

When all 3 indis turn blue and near a support line then Buy 2(x)lots, fist target next line, second target, second next line, initial SL under support line or under SWP, and if target1 is hit, then SL to BE.
Do opposite for sell.

 

Fibo Pivot

 

Fibo pivot

standard Daily pivot and (s1 to s5) & (r1 to r5) are fibo settings off the previous Day's range (high-low) added/subtracted to the Daily pivot.

They are just simple Fibonacci settings as you can see here from the code...

double R = yesterday_high - yesterday_low;//range
double p = (yesterday_high + yesterday_low + yesterday_close)/3;// Standard Pivot
double r5 = p + (R * 1.618);
double r4 = p + (R * 1.382);//possibly replace with p + (R * 1.272);
double r3 = p + (R * 1.000);
double r2 = p + (R * 0.618);//keep
double r1 = p + (R * 0.382);//keep
double s1 = p - (R * 0.382);//keep
double s2 = p - (R * 0.618);//keep
double s3 = p - (R * 1.000);//keep
double s4 = p - (R * 1.382);//possibly replace with p - (R * 1.272);
double s5 = p - (R * 1.618).


 

In the picture Touch Line forex system in action.

Touchline Trading System

Touchline
Trading System
Touchline.rar
compressed file archive 22.9 KB

Share your opinion, can help everyone to understand the forex strategy.

Write a comment

Comments: 1
  • #1

    hassan shahzad (Thursday, 30 June 2016 11:24)

    Great idea i think this system will work everytime

XARD777

Tochline Indicators
Traading indicator
indicators.rar
compressed file archive 21.8 KB
Touchline Trmplete
Forex Trading System
Touchline.rar
compressed file archive 932 Bytes