Dear Tanaka San, Ohaiyo..
Could you please help me to code or modify my mql4 which I feel unstable and is not working properly.
Let me explain my strategy then you will have more idea what i want.
1. I use Fibonacci which only reading level 61.8, 50 and 38.2, and I break it 2 Zone (Recovery Zone).
I. Level closing price > 61.8 OUT ZONE A
II. Level closing price <= 61.8 And > 50 IN ZONE A
III. Level closing price < 50 And > 38.2 IN ZONE B
IV. Level closing price <= 38.2 OUT ZONE B
2. My EA will auto read higher and lower price by 1H time frame to draft Fibo level and will refresh daily on new value.
3. Buy : once close price hit the BUY limit/pending order, subsequent SELL limit/pending will remove and re-place at martingale rate Lot size in save price and position.
4. Sell : once close price hit the SELL limit/pending order, subsequent BUY limit/pending will remove and re-place at martingale rate Lot size in save price and position.
5. The Zone transaction will be end during close price hit the TP, my TP will base on the pips gap in between IN ZONE A or IN ZONE B
Could you please help me to code or modify my mql4 which I feel unstable and is not working properly.
Let me explain my strategy then you will have more idea what i want.
1. I use Fibonacci which only reading level 61.8, 50 and 38.2, and I break it 2 Zone (Recovery Zone).
I. Level closing price > 61.8 OUT ZONE A
II. Level closing price <= 61.8 And > 50 IN ZONE A
III. Level closing price < 50 And > 38.2 IN ZONE B
IV. Level closing price <= 38.2 OUT ZONE B
2. My EA will auto read higher and lower price by 1H time frame to draft Fibo level and will refresh daily on new value.
3. Buy : once close price hit the BUY limit/pending order, subsequent SELL limit/pending will remove and re-place at martingale rate Lot size in save price and position.
4. Sell : once close price hit the SELL limit/pending order, subsequent BUY limit/pending will remove and re-place at martingale rate Lot size in save price and position.
5. The Zone transaction will be end during close price hit the TP, my TP will base on the pips gap in between IN ZONE A or IN ZONE B