Please explain me this.
![]() |
|
|||
|
Quote:
the second line equates to: if the average price of the last candle is greater than the current mid priceAND the current bid price is less than the current open then sell use this logic at your own peril |
|
||||
|
>> if (h[1]+l[1]+o[1]+c[1])/4<(ask+bid)/2 and ask>open[0] then buy
If (High + Low + Open + Close) / 4 of previous candle is less than the average of bid/ask price, and current ask price is higher than open price. >> if (h[1]+l[1]+o[1]+c[1])/4>(ask+bid)/2 and bid<open[0] then sell If (High + Low + Open + Close) / 4 of previous candle is higher than the average of bid/ask price, and current bid price is less than open price. |
|
||||
|
The OHLC Data remains the same for all the trading platform. And the bid + ask / 2 price - is a way to find a middle price.
Anyways, there are not so many rules to this, but the trade enter criteria is nice, can there be a MA with this kind of formula : (h[1]+l[1]+o[1]+c[1])/4 . This could end up beoing a nice system
__________________
Regards, Ravique |
![]() |
«
Previous Thread
|
Next Thread
»
| Thread Tools | |
| Display Modes | |
|
|
All times are GMT. The time now is 02:27 PM.
Powered by vBulletin Version 3.6.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
Registered members have access to special online forex currency trading tools, software, mt4 expert advisors and indicators. Register now











Linear Mode
