Single trade for one candle
-
Hi
How i can create in robot the single trade for one candle? for example if the RSI will crose value 30 then i would like to open just one position but robot he opening a lot of them (50-100 in same time) -
You're having the problem because your trades are executing once every tick. Insert the once per candle or once per n candles block in your project. I also recommend you read the how to and instructions sections before attempting to create any projects.