Hello everyone, hope you all are doing well, few questions on Auto seeTU program,
is the lines below take place in order of A B C ?
and for example: line C won’t execute unless line A and B already taken place ?
A - C2TradingSignal( sigBTO, Amount = Amount1, Price = . . . )
B - C2TradingSignalcond(sigSTO,sigSTO, Amount= . . . )
C - C2TradingSignalcond(sigSTO,sigSTO, Amount= . . . )
Can we incorporate “iif” and “trailing stop” function in lines above …? what is the correct way to implement,
Example: C2TradingSignalcond(sigSTO,sigSTO, Amount= 20, Price =Price1.1,
StopLoss = price1.2, ProfitTarget= iif (cross (close , price*1.04), trailing () , profitTarget);
Thank you,
Ben,