Blessing 2
This is the new version of Blessing expert , which I named it Blessing 2. it has many more features compared to first version of blessing and it works by stop and limit orders rather than spot orders.
Important Settings :
mc : Market Condition , 0=uptrend (only opens buy orders), 1=downtrend (only opens sell orders) , 2=range (opens both buy and sell orders)
MCbyRSI : defines market condition by RSI , if RSI is over RSIUP , market is over bought and starts to sell , if RSI is below RSIDOWN , market is oversold and starts to buy
ml : multiplier
LotInc : Lot Increment on each level
tg : Time Grid in seconds , to avoid opening of lots of levels in fast market
g : level 1 Grid Size
TP : level 1 Take Profit
gl2 : level 2 Grid Size
TPl2 : level 2 Take Profit
d : used to offset entry to round numbers , for example if you set g=50 and d=5 , it will places its sell order on 1.5795 instead of 1.5780
maxlvl : level 1 max levels ( uses g and TP on until reaches maxlvl , then uses gl2 and TPl2 )
maxlvl2 : level 2 max levels ( stops placing orders when reaches maxlvl2 )
calvl : Close All level , when reaches this level doesnt wait for TP to be hit , if overall profit >= 0 , closes all orders
|