RSI & CCI
-
Hi guys
I write this code but it doesn't open sell orders and it doesn't open all of buy orders in strategy tester.
I don't know that what is problem!! -
You selected that one only buy or sell can be open at the same time on the first block on top. You should use two different blocks, one for buys only and another one for sells only.
-
Have you tried change No trade with Once pee bar?
-
@l-andorrà
Yes I do because the strategy has two aspect and it hansn't open buy and sell at the same time. -
@biztet
Yes I do. -
@javad There are no sells because as soon as a buy is open no more trades can be open because of the setting of the block on top.This is why you should use two different blocks.