HOW CAN I FILTER ONE PER TICK?
-
How can I use only one FUN
Here I will use the average for one day with the average for three days, and when each crossing up or down I want to apply buy or sell, without closing.
When the market rises or falls there will be profits
-
@khalids222 said in HOW CAN I FILTER ONE PER TICK?:
How can I use only one FUN
How can I use only one FUN : ONE PER TICK I AM SORRY NOT FUN
-
IF I USED NO TRADE MORE CROSSING NOT WORK , AND I F I USED ONE PER TICK THAT WAS VERY GOOD BUT CREATED MORE POSITIONS.
SO I NEED TO THINGS NOT PASS ANY CROSSING AND NOT CREATED MORE ONE POSITION.
PLEASE HELP ME -
@khalids222 Replace "no trade" with "once per bar"
-
I WAS TRY IT . BUT NOT GOOD , I NEED TO FILTER TO TICK, I THINK THIS GOOD
https://fxdreema.com/shared/lB9xQQUVd -
@khalids222 fix the block #13 no sell is set to no buy
-
@ambrogio I've tried the same thing, there are A croosing not implemented
-
@ambrogio i fixed it before but not work . i am changed my block
-
-
@ambrogio
The movement is very good but the crosses candale :1 more than five or six points late .
This delay is causing losses..
-
@khalids222 Moving averages work on the value of the ID1 candle, you can try to put the ID0 candle but you would have strange trades
-
@ambrogio Is there a good solution ؟
I noticed that block one per tick the best thing, but is it possible to reduce the number of orders issued or filter it? -
@khalids222 just a thought on it .. you may work with candle ID0 but only take those signals that occur when n % of the candle pasted. That would increase probability that the cross is a valid cross. Personally I don't use candle ID0 as the signals are not confirmed until candle is closed.
On the other hand you might add a volume or momentum component to it. Cause if you enter a trade you'd prefer the market is pushing 8n the direction of your trade. And you want to eliminate the Criss cross MA actions on flat markets. -
@trader-philipps i will try it but there are filter to one per tick to get one order ?
-
@khalids222 Once per bar and once per tick both work at the opening of the candle, it does not change anything