input values to be done by trader as follows enter initial input qty : 0.01 enter target usd : 100 usd enter average type : 1. fibonacci series 2. multi factor ( if client choose fibonacci series from dropdown box trades for averaging positions, should be done using fibonacci sequences such as if starting qty is 0.01 the series for further averaging quantities are as 0.01 0.02 0.03 0.05 0.08 0.13 0.21 n3 = n2 + n1 ) (if client choose multi factor from dropdown box trades for averaging positions, should be done using multiply factor, multiply with previous entered qty such as if starting qty is 0.01, multi factor is 2.0 then series for further trading as follows 0.01 0.02 0.04 0.08 0.16 0.32 0.64 1.28 -- enter comment line : enter magic number : enter multi factor value : 2.0 (here, trader can put any value, like 0.1, 1 , 1.2 , 2 etc..) multi factor value is only for the client who is choosing average type as multi factor if client choosing fibonacci series, there is no need of entering multi factor here..) ========================================================= buy entry : when indicator gives buy arrow, we have to check candle high of the buy arrow confirmed candle if the candle high breaks, then it is treated as valid buy we use initial qty for first buy we put target as 100 usd ( target in usd not in pips) if we do 0.01 as starting qty then target is 1 usd if we do 0.10 as starting qty then target is 10 usd if we do 0.20 as starting qty then target is 20 usd if we do 1.00 as starting qty then target is 100 usd during our buy position, ignore all sell entries whenever new buy signal comes, check the buy value if it is lower than the previous buy value, then buy using either fibonacci series or multi factor as selected by trader when overall target of target usd comes, book completely ============================================================== sell entry : same rules as we did in buy entry when indicator gives sell arrow, we have to check candle low value of the sell arrow confirmed candle if the candle low value breaks, then it is treated as valid sell we use initial qty for first sell we put target as 100 usd (target in usd not in pips ) if we do 0.01 as starting qty then target is 1 usd if we do 0.10 as starting qty then target is 10 usd if we do 0.20 as starting qty then target is 20 usd if we do 1.00 as starting qty then target is 100 usd during the sell entries, ignore all buy entries whenever new sell signal comes, check the sell value if it is higher than the previous sell value, then sell using either fibonacci series or multi factor as selected by trader when overall target of target usd comes, book completely =================== by selecting trade type in e.a. properties "buy only " and "sell only " we can do the trading as above ==============