Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.
From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.
Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
Elite Section
Get access to private discussions, specialized support, indicators and trading systems reported every week.
Advanced Elite Section
For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
Is the purpose of RMI to only make trades when it is lower than 70 and higher than 30 ?
One of the '<' was backwards, or vice versa
Also replaced VHF with VHF_v1 in there somewhere.
Anyways heres the one I fixed, so you can see what I changed. I'm not sure it's what you intended tho.
Tross
Thanks Tross,
Had found the VHF that I missed, didn't find the RMI mistake and yeah the purpose of RMI is for 10 points to only trade between 30 and 70.Thanks again.
Thanks again for the indicator. Have you been (or anyone else) able to run (live or backtest) the 10points3_dymamic_stop V2, vhf_v1 combo? Why would it not run on strategy tester on IBFX?
Thanks again for the indicator. Have you been (or anyone else) able to run (live or backtest) the 10points3_dymamic_stop V2, vhf_v1 combo? Why would it not run on strategy tester on IBFX?
Thanks.
Have a look at the code and replace 3 or 4 "VHF" with "VHF_v1" ....
Center of Gravity2 has 2 buffers,1 is the red line the other is the blue, the way I coded it is when the red and blue cross happens on 1 timeframe and is verified by a cross on another timeframe to enter a buy or sell.Now you can do what you are talking about and use the previous bar which would be 0,1 & 1,1 along with 0,0 and 1,0 which would have the e.a. look back 1 bar, would be more verification, in fact 1 way to do this would be to look back right before the cross(using a <= or >= ), with your previous cog and have your current cog at the cross or a little past(using the opposite < or >, whichever would be the correct direction for buy or sell).