Code: Select all
//Long trade
//Specific system filters
if (Bid > D1OpenPrice)
if (StochStatus == up)
if (AtrPeriod == 0 || HighDistanceFromCeiling >= MinimumAcceptableRemaining)
SendLong = true;
Code: Select all
//Short trade
//Specific system filters
if (Ask < D1OpenPrice)
if (StochStatus == down)
if (AtrPeriod == 0 || LowDistanceFromFloor >= MinimumAcceptableRemaining)
SendShort = true;
GY,GU,EY,EU,EA,EC,GA,GC (high ADR pairs)
risk of 0.25 to 1% per pair. Up to your own risk appetite.
Time, i tried FFT open today but the actual setting i have is FFT 4 Hours NY 4 Hours
Target Goal is 3% only
files attached to make things easier to test

