hmayank Strategy is based on HULL MOVING AVERAGE (500 & 100),it works
on GBPJPY & time frame used are 15m,1m & bid tick
(lot=3m,TP=10pip,SL=25pip) .
SELL STOP ORDER CONDITION = when last bid candle close is below
HMA(500,shift1) in 15m & 1m Graph and in 15m graph HMA(500) slope is
also in downward direction {{ HMA (500,shift1,15m) < HMA
(500,shift2,15m) }} and the slope of HMA(100) in 1m graph is changed
from buy to sell {{ HMA(100,shift1,1m) < HMA(100,shift2,1m) >
HMA(100,shift3,1m) }} when all these conditions are satisfied then an
order of sell below 10pip of the market value will be open .
SELL STOP ORDER CLOSE CONDITION = When the slope of HMA(100) in 1m
graph is changed from sell to buy {{ HMA(100,shift1,1m) >
HMA(100,shift2,1m) < HMA(100,shift3,1m) }} then the order will be
closed .
SELL STOP LOSS CONDITION = after open an order when the profit is
equal or more then 5pip then Stop loss will be set to the trade open
value (0 pip) [[ difference between trade open value and last bid tick
is greater or equal to 0.05 (5pip) ]] .
similarly
BUY STOP ORDER CONDITION = when last bid candle close is above
HMA(500,shift1) in 15m & 1m Graph and in 15m graph HMA(500) slope is
also in upward direction {{ HMA (500,shift1,15m) > HMA
(500,shift2,15m) }} and the slope of HMA(100) in 1m graph is changed
from sell to buy {{ HMA(100,shift1,1m) > HMA(100,shift2,1m) <
HMA(100,shift3,1m) }} when all these conditions are satisfied then an
order of buy above 10pip of the market value will be open .
BUY STOP ORDER CLOSE CONDITION = When the slope of HMA(100) in 1m
graph is changed from buy to sell {{ HMA(100,shift1,1m) <
HMA(100,shift2,1m) > HMA(100,shift3,1m) }} then the order will be
closed .
BUY STOP LOSS CONDITION = after open an order when the profit is equal
or more then 5pip then Stop loss will be set to the trade open value
(0 pip) [[ difference between last bid tick value and trade open value
is greater or equal to 0.05 (5pip) ]]

Translate to English Show original