Topic: Can we generate Short positions only?
Just wanted to check if it's possible with Express Generator to generate only Short positions?
I note that the Trade Direction doesn't include ShortOnly (same as EAS settings).
; Trade direction: LongAndShort, LongOnly
trade_direction_mode = LongAndShort
There is the indicator, but am I correct in assuming preset indicators are not present in Exp.Gen yet?
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Indicators used by the Generator ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
ind_long_or_short = false
Thanks