Naamah_hft_v1 - My system based on a breakout logic. OnTick it checks
if the price is crossed 15min Bollinger upper and lower band values.
If it crosses Upper it going to BUY and check if it reach proift of 2
pips then close and check again price that might be higher than upper
bband to open buy again. When price is lower than then Lower band it
Sells, and also on every tick check profit/loss to be more or equal
to
2 pips. It opens an orders while crossing only when UTC time is 12
hours and less than 50 min. Default SL -99 and DefualtTP is 10.
Slippage -1. Amount - 5. Instrument USD/CAD. These parameteres
choosed
in order to get a good number of trades during a high volatility
session and small amount in order not to take much loss, if the
market
will reverse.________________________
Naamah_hft_v2 - My system based on a breakout logic. OnTick it
checks
if the price is crossed 1 Hour Bollinger upper and lower band values.
If it crosses Upper it going to BUY and check every one hour if it
reach proift greater than -2 pips and close order. When price is
lower
than then Lower band it Sells, and follow to the same close order
logic as when BUY. It opens an orders only when UTC time is 12 hours
and less than 59 min. Default SL -99 and Defualt TP is 500.
SLippage-1
Instrument USD/CAD. Amount - 100. The following logic choosed in
order
to get a large movement during American session or important news.