Another Custom Indicator Assistance, please
-
Hello All, Thanks FXDreema for the awesome program and the constant support from the other guys that are helping the community too (Roar, La' Andorra mainly).
Project:
https://fxdreema.com/shared/brD3kryPdI am trying to set a rule that when the red(value3 on chart, buffer 2) crosses over brown (value1 on chart, buffer 0), that is one condition for a short order. Obviously visa versa for green over brown I will go long.
I can not find my mistake because I don't understand which piece of information I am supposed to be using.
-
@jsauter86

-
@jsauter86 Blocks 6 and 12 are looking to different candle ID. Is that correct? On the other hand, your SL distances are huge. Are you sure your balance is big enough for it?
-
@l-andorrà said in Another Custom Indicator Assistance, please:
@jsauter86 Blocks 6 and 12 are looking to different candle ID. Is that correct? On the other hand, your SL distances are huge. Are you sure your balance is big enough for it?
Thank you for taking note, they should both be Candle ID1.
When I am testing new things I set extreme profits to see if they work well for long term even though I like to trade on a shorter term windows.
"I am trying to set a rule that when the red(value3 on chart, buffer 2) crosses over brown (value1 on chart, buffer 0), that is one condition for a short order. Obviously visa versa for green over brown I will go long. I can not find my mistake because I don't understand which piece of information I am supposed to be using." This is what I am not understanding to achieve.
-
@l-andorrà said in Another Custom Indicator Assistance, please:
@jsauter86 Blocks 6 and 12 are looking to different candle ID. Is that correct? On the other hand, your SL distances are huge. Are you sure your balance is big enough for it?
I have updated a bit to better reflect some things that have made more sense, but I do not know how the Waddar indicator is behaving, it isn't right trade action with how I am expecting to how it is configured. Trace doesn't seem to work in strategy tester.
https://fxdreema.com/shared/Lngdbdywb - Update 8/3/20 @ 2114 GMT
-
@jsauter86 Why are you using 'How many trades' blocks with different top values? I think your closing conditions should be applied to ALL your open trades. Right? I suggest you use the 'If trade' block instead.
-
@l-andorrà thank you for your addressing, I have scrapped this entire idea.
I think I was trying to limit # of trades, dumb way to try to do it.