PIVOT EA -------- There will be 3 types of pivots. Daily, Weekly, Monthly and ATR muliple value. I use AT-Pivots indicator. Ea will open trades only in TREND direction, it means, there will be filter: Filter: For BUY trades - Daily pivot has to be above weekly pivot and weekly pivot has to be above monthly pivot - All this conditions For SELL trades - Daily pivot has to be below weekly pivot and weekly pivot has to be below monthly pivot - All this conditions For BUY trades: If price touch Daily pivot, or some of Daily support S1, S2 or S3 - open BUY trade in some lot size: Lot size daily = XY If price touch Weekly pivot, or some of Weekly support S1, S2 or S3 - open BUY trade in some lot size: Lot size weekly = XY For SELL trades: If price touch Daily pivot, or some of Daily resistance R1, R2 or R3 - open SELL trade in some lot size: Lot size daily= XY If price touch Weeklky pivot, or some of Weekly resistance R1, R2 or R3 - open SELL trade in some lot size: Lot size weekly = XY Other values: Take profit for daily trades: PIPS or ATR Daily TP ATR multiple: XY Take profit for weekly trades: PIPS or ATR Weekly TP ATR multiple: XY Stop loss for daily trades: PIPS or ATR Daily SL ATR multiple: XY Stop loss for weekly trades: PIPS or ATR Weekly SL ATR multiple: XY Trailing stop loss after X pips Maximum open BUY trades: XY Maximum open SELL trades: XY CLOSE ALL PREVIOUS TRADES IN OPOSITE SIGNAL?: YES/NO CLOSE ALL TRADES WHEN CUMULATIVE PROFIT IS: XY $ MINIMUM DISTANCE BETWEN TRADES: XY PIPS ATR for TP and SL would be calculated from some ATR period. I would like to have value in EA. ATR period: 1day, 1week, 1 month, 1 year. TP & SL (if I select ATR for TP & SL) should be multiple of ATR, for example: 0.1, 1.0, 2.5 etc. If for exaqmple 1week ATR is 100 pips and I set 0.1 TP in ATR, TP will be 10pips.