
Originally Posted by
optionhk
Thank you very much, my Guru.
You have added option to choose color of arrow when order closes by TF. But I did not find it happening. Where can I find this option to activate it?
Rule No 1: If possible , I want to choose buy or sell when previous candle High crossed by curent close of current candle . It is not necessary it has to sell when it hits HIGH.
Similarly, I want to choose sell or buy when previous candle Low crossed by current close close of current candle. It is not necessary it has to buy when its LOW.
Please put this rule to give me power to decide direction.
Thank you,
Color works.
PHP Code:
close_after_candle = true
If you want to choose oposite way use
PHP Code:
use_reverse_enter_way=true
Bookmarks