Support Board
Date/Time: Mon, 10 Mar 2025 03:24:00 +0000
Post From: [STRATEGY][AUTOMATE] How to automate my strategy into Sierrachart ?
[2022-03-05 01:53:52] |
noaah - Posts: 32 |
With your great help I achieve all my conditions ! An infinite thanks to you guys ! Im now blocked at the (I hope) last step: determining when the bot Buy ! I got a lot of conditions for it to buy so I enter this formula under buy entry (in K3): =IF(AND(O5=1,X5=1,T5<>0,O4=1,S4<=35,T4<>0)) It give me a #ARGS! error, I think that is because I miss the last part of the IF where I give the result of conditions, but here the result if all theses conditions are meet is that I just want to buy market, do you know how to tell it that ? EDIT: Im sorry I ask but I just found out the solution, I just need to add =IF(AND(O5=1,X5=1,T5<>0,O4=1,S4<=35,T4<>0),1,0) the 1 for True and 0 for false at the end I think ! Date Time Of Last Edit: 2022-03-05 01:58:57
|