Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time). Click here to register and get more information
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).