Watch how to download trading robots for free
Find us on Facebook!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Experts

gpfTCPivotLimit - expert for MetaTrader 4

Views:
8306
Rating:
(8)
Published:
2008.06.24 07:02
Updated:
2014.04.21 14:52
12.gif (39.98 KB)


A TS based on the kickback from intraday levels calculated by indicator Pivot is implemented.

Trade Rules:

  • trade on the H1 timeframe;
  • after 00.00 a.m. of the current day, calculate Pivot, Resist1, Resist2, Resist3, Support1, Support2, Support3 levels;
  • buy after testing the one-hour candlestick (T-2) of the Support(n) level and closing the (T-1) candlestick above this level, StopLoss being placed on the Support(n+1) level, TakeProfit on the Resist(n) level. T is the time of the current hour;
  • to move StopLoss to the lossless point, trailing is used;
  • vice versa, sell when one-hour candlestick (T-2) is testing Resist(n), and candlestick (T-1) is closed below this level, StopLoss - Resist(n+1), TakeProfit - Support(n).

The values of some inputs:

  • the TgtProfit variable specifies the levels of stops and profits and can have the values from 1 to 5;
  • if TgtProfit = 1, then the tested level (buy/sell) = Resist1/Support1, StopLoss (buy/sell) = Resist2/Support2, TakeProfit (buy/sell) = Support1/Resist1;
  • if TgtProfit = 2, then the tested level (buy/sell) = Resist1/Support1, StopLoss (buy/sell) = Resist2/Support2, TakeProfit (buy/sell) = Support2/Resist2;
  • if TgtProfit = 3, then the tested level (buy/sell) = Resist2/Support2, StopLoss (buy/sell) = Resist3/Support3, TakeProfit (buy/sell) = Support1/Resist1;
  • if TgtProfit = 4, then the tested level (buy/sell) = Resist2/Support2, StopLoss (buy/sell) = Resist3/Support3, TakeProfit (buy/sell) = Support2/Resist2;
  • if TgtProfit = 5, then the tested level (buy/sell) = Resist2/Support2, StopLoss (buy/sell) = Resist3/Support3, TakeProfit (buy/sell) = Support3/Resist3;
  • the isTradeDay variable determines the way the opened positions will be closed. If isTradeDay = true, then the opened orders will be compulsory closed at the end of the day, otherwise the orders will be at the market until they are closed by StopLoss or TakeProfit;
  • if the value of the variable isTrace = True then the information of all kind will be written to the log file for debugging the TS.

The test results: the positive result was not reached with every currency pair using this approach of kickback. Mainly, the positive profitableness was reached when the trailing was used.


CandRelation CandRelation

A try to formalize three parameters of a candle - the upper, lower shadows and the body.

TrendLineRange TrendLineRange

The indicator informs about that the price is approaching to support/resistance line in 3 positions.

The MasterMind 2 (Version2.0) The MasterMind 2 (Version2.0)

10K Flipped to 666K Under 3 Months, 60.04 Profit Factor...Have Fun! Code Pushes 3 Lots(Maximum) at a Time.

Polish Layer Expert Advisor System Efficient  - at a glance: "PLEASE" Polish Layer Expert Advisor System Efficient - at a glance: "PLEASE"

This EA based on indicators: RSI, WPR%, Stochastic, Moving Average, deMarker. Only 15 MIN charts I recommend