Semi Auto EA
-
i would like to make semi-auto...first post enter manually and the rest ea will handle.How do i start?do i need to start at On Trade section or On tick section?wht the best block to use to start?I want to enter position manually and ea will do the pending order..could some one help me with this?
-
@bliinkboy You will need to work on the 'on tick' tab for sure. What actions will be your EA doing to the open trade?
-
sorry late reply..please see on share link..when i try on demo account..i manually enter the post..the ea not working on pending order.
-
@bliinkboy Not sure if this is what you want, but that will not work. You need to substitute that 'if trade' block on top by a 'For each trade' one.